1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Add LICENSE

- Sort PLIST
- Reformat pkg-descr
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2014-07-06 18:49:56 +00:00
parent 46a4d4c4cf
commit a4de6be18b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360966
3 changed files with 16 additions and 14 deletions

View File

@ -10,7 +10,10 @@ PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Tie-able array that allows only unique values COMMENT= Tie-able array that allows only unique values
USES= perl5 LICENSE= ART10 GPLv1
LICENSE_COMB= dual
USE_PERL5= configure USE_PERL5= configure
USES= perl5
.include <bsd.port.mk> .include <bsd.port.mk>

View File

@ -1,16 +1,15 @@
This package lets you create an array which will allow only one This package lets you create an array which will allow only one occurrence of
occurrence of any value. any value.
In other words no matter how many times you put in 42 it will keep In other words no matter how many times you put in 42 it will keep only the
only the first occurrence and the rest will be dropped. first occurrence and the rest will be dropped.
You use the module via tie and once you tied your array to this You use the module via tie and once you tied your array to this module it will
module it will behave correctly. behave correctly.
Uniqueness is checked with the 'eq' operator so among other things it Uniqueness is checked with the 'eq' operator so among other things it is case
is case sensitive. sensitive.
As a side effect the module does not allow undef as a value in the As a side effect the module does not allow undef as a value in the array.
array.
WWW: http://search.cpan.org/dist/Array-Unique/ WWW: http://search.cpan.org/dist/Array-Unique/

View File

@ -1,6 +1,6 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Array/Unique/.packlist
%%SITE_PERL%%/Array/Unique.pm %%SITE_PERL%%/Array/Unique.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Array/Unique/.packlist
%%PERL5_MAN3%%/Array::Unique.3.gz %%PERL5_MAN3%%/Array::Unique.3.gz
@dirrmtry %%SITE_PERL%%/Array @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Array/Unique
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Array/Unique
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Array @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Array
@dirrmtry %%SITE_PERL%%/Array