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:
parent
46a4d4c4cf
commit
a4de6be18b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360966
@ -10,7 +10,10 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Tie-able array that allows only unique values
|
||||
|
||||
USES= perl5
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
USE_PERL5= configure
|
||||
USES= perl5
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,16 +1,15 @@
|
||||
This package lets you create an array which will allow only one
|
||||
occurrence of any value.
|
||||
This package lets you create an array which will allow only one occurrence of
|
||||
any value.
|
||||
|
||||
In other words no matter how many times you put in 42 it will keep
|
||||
only the first occurrence and the rest will be dropped.
|
||||
In other words no matter how many times you put in 42 it will keep only the
|
||||
first occurrence and the rest will be dropped.
|
||||
|
||||
You use the module via tie and once you tied your array to this
|
||||
module it will behave correctly.
|
||||
You use the module via tie and once you tied your array to this module it will
|
||||
behave correctly.
|
||||
|
||||
Uniqueness is checked with the 'eq' operator so among other things it
|
||||
is case sensitive.
|
||||
Uniqueness is checked with the 'eq' operator so among other things it is case
|
||||
sensitive.
|
||||
|
||||
As a side effect the module does not allow undef as a value in the
|
||||
array.
|
||||
As a side effect the module does not allow undef as a value in the array.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Array-Unique/
|
||||
|
@ -1,6 +1,6 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Array/Unique/.packlist
|
||||
%%SITE_PERL%%/Array/Unique.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Array/Unique/.packlist
|
||||
%%PERL5_MAN3%%/Array::Unique.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/Array
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Array/Unique
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Array/Unique
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Array
|
||||
@dirrmtry %%SITE_PERL%%/Array
|
||||
|
Loading…
Reference in New Issue
Block a user