# This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # p5-Array-Unique # p5-Array-Unique/pkg-descr # p5-Array-Unique/Makefile # p5-Array-Unique/pkg-plist # p5-Array-Unique/distinfo # echo c - p5-Array-Unique mkdir -p p5-Array-Unique > /dev/null 2>&1 echo x - p5-Array-Unique/pkg-descr sed 's/^X//' >p5-Array-Unique/pkg-descr << '0fdf57ddaeed90fe156df40f5025fe50' XThis package lets you create an array which will allow only one Xoccurrence of any value. X XIn other words no matter how many times you put in 42 it will keep Xonly the first occurrence and the rest will be dropped. X XYou use the module via tie and once you tied your array to this Xmodule it will behave correctly. X XUniqueness is checked with the 'eq' operator so among other things it Xis case sensitive. X XAs a side effect the module does not allow undef as a value in the Xarray. X XWWW: http://search.cpan.org/dist/Array-Unique/ 0fdf57ddaeed90fe156df40f5025fe50 echo x - p5-Array-Unique/Makefile sed 's/^X//' >p5-Array-Unique/Makefile << 'a79a0b4114a6d709a5b39b5db4f1cc4c' X# New ports collection makefile for: p5-Array-Unique X# Date created: 2010-11-14 X# Whom: Gea-Suan Lin X# X# $FreeBSD$ X# X XPORTNAME= Array-Unique XPORTVERSION= 0.08 XCATEGORIES= devel perl5 XMASTER_SITES= CPAN XPKGNAMEPREFIX= p5- X XMAINTAINER= gslin@gslin.org XCOMMENT= Tie-able array that allows only unique values X XPERL_CONFIGURE= yes X XMAN3= Array::Unique.3 X X.include a79a0b4114a6d709a5b39b5db4f1cc4c echo x - p5-Array-Unique/pkg-plist sed 's/^X//' >p5-Array-Unique/pkg-plist << '2264448ce0bf914f8f6711c25020d31e' X@comment $FreeBSD$ X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Array/Unique/.packlist X%%SITE_PERL%%/Array/Unique.pm X@dirrmtry etc/devd X@dirrmtry %%SITE_PERL%%/Array X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Array/Unique X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Array 2264448ce0bf914f8f6711c25020d31e echo x - p5-Array-Unique/distinfo sed 's/^X//' >p5-Array-Unique/distinfo << '033f25cca0c4fbc4b6bc63405c754606' XSHA256 (Array-Unique-0.08.tar.gz) = 3d5440c90c9caa09900868ad2ba5f84ea52e704af8ce3016d8ee0e6173f271d2 XSIZE (Array-Unique-0.08.tar.gz) = 8759 033f25cca0c4fbc4b6bc63405c754606 exit