- initial import of Tie-Array-Sorted-1.3

This presents an ordinary array, but is kept sorted. All pushes and
unshifts cause the elements in question to be inserted in the
appropriate location to maintain order.
This commit is contained in:
msf 2004-12-30 03:16:15 +00:00
parent d08417a131
commit ab312970a5
4 changed files with 36 additions and 0 deletions

View File

@ -0,0 +1,22 @@
# $OpenBSD: Makefile,v 1.1.1.1 2004/12/30 03:16:15 msf Exp $
COMMENT= "an array which is kept ordered"
DISTNAME= Tie-Array-Sorted-1.3
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Tie/}
CONFIGURE_STYLE= perl
PKG_ARCH= *
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (Tie-Array-Sorted-1.3.tar.gz) = 8665d08a02f4719e427ec52b7a698127
RMD160 (Tie-Array-Sorted-1.3.tar.gz) = 1591a81071460793e175db4bb8a0d610119f2888
SHA1 (Tie-Array-Sorted-1.3.tar.gz) = e9a7d48abdd3f7b56feb7c59c774840f4ff48d66

View File

@ -0,0 +1,3 @@
This presents an ordinary array, but is kept sorted. All pushes and
unshifts cause the elements in question to be inserted in the
appropriate location to maintain order.

View File

@ -0,0 +1,8 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2004/12/30 03:16:15 msf Exp $
${P5SITE}/Tie/
${P5SITE}/Tie/Array/
${P5SITE}/Tie/Array/Sorted/
${P5SITE}/Tie/Array/Sorted.pm
${P5SITE}/Tie/Array/Sorted/Lazy.pm
@man man/man3p/Tie::Array::Sorted.3p
@man man/man3p/Tie::Array::Sorted::Lazy.3p