sync ports with The Matrix
This commit is contained in:
parent
670c79115d
commit
124c78849b
806 changed files with 1276 additions and 1290 deletions
20
devel/p5-Hash-Ordered/Makefile
Normal file
20
devel/p5-Hash-Ordered/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
|||
COMMENT = fast, pure-Perl ordered hash class
|
||||
|
||||
DISTNAME = Hash-Ordered-0.014
|
||||
|
||||
CATEGORIES = devel
|
||||
|
||||
MAINTAINER = Wen Heping <wenheping2000@hotmail.com>
|
||||
|
||||
# Apache 2.0
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
MODULES = cpan
|
||||
|
||||
TEST_DEPENDS = devel/p5-Test-Deep \
|
||||
devel/p5-Test-FailWarnings \
|
||||
devel/p5-Test-Fatal
|
||||
|
||||
PKG_ARCH = *
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Hash-Ordered/distinfo
Normal file
2
devel/p5-Hash-Ordered/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Hash-Ordered-0.014.tar.gz) = jcNs15FVrjerij3l/ZEg/7qaMeQJJYwoUp7FJRxZdHs=
|
||||
SIZE (Hash-Ordered-0.014.tar.gz) = 36831
|
5
devel/p5-Hash-Ordered/pkg/DESCR
Normal file
5
devel/p5-Hash-Ordered/pkg/DESCR
Normal file
|
@ -0,0 +1,5 @@
|
|||
This module implements an ordered hash, meaning that it associates keys
|
||||
with values like a Perl hash, but keeps the keys in a consistent order.
|
||||
Because it is implemented as an object and manipulated with method
|
||||
calls, it is much slower than a Perl hash. This is the cost of keeping
|
||||
order.
|
6
devel/p5-Hash-Ordered/pkg/PLIST
Normal file
6
devel/p5-Hash-Ordered/pkg/PLIST
Normal file
|
@ -0,0 +1,6 @@
|
|||
${P5SITE}/Hash/
|
||||
${P5SITE}/Hash/Ordered/
|
||||
${P5SITE}/Hash/Ordered.pm
|
||||
${P5SITE}/Hash/Ordered/Benchmarks.pod
|
||||
@man man/man3p/Hash::Ordered.3p
|
||||
@man man/man3p/Hash::Ordered::Benchmarks.3p
|
Loading…
Add table
Add a link
Reference in a new issue