diff options
author | clsung <clsung@FreeBSD.org> | 2006-07-20 06:56:55 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-07-20 06:56:55 +0800 |
commit | e94de1dbc7243455d79163620eaeb60e16176119 (patch) | |
tree | 8321d09896bc58557d9f7c6b9722851c0b586785 /devel | |
parent | cf9529a02c4d6194b6d08b83f52640e71218fcf6 (diff) | |
download | freebsd-ports-gnome-e94de1dbc7243455d79163620eaeb60e16176119.tar.gz freebsd-ports-gnome-e94de1dbc7243455d79163620eaeb60e16176119.tar.zst freebsd-ports-gnome-e94de1dbc7243455d79163620eaeb60e16176119.zip |
Add p5-Params-Classify 0.000, argument type classification.
PR: ports/100546
Submitted by: Gea-Suan Lin <gslin at gslin.org>
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-Params-Classify/Makefile | 22 | ||||
-rw-r--r-- | devel/p5-Params-Classify/distinfo | 3 | ||||
-rw-r--r-- | devel/p5-Params-Classify/pkg-descr | 12 | ||||
-rw-r--r-- | devel/p5-Params-Classify/pkg-plist | 6 |
5 files changed, 44 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index b70397d36115..79c8059da7d0 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1203,6 +1203,7 @@ SUBDIR += p5-Parallel-ForkManager SUBDIR += p5-Params-CallbackRequest SUBDIR += p5-Params-Check + SUBDIR += p5-Params-Classify SUBDIR += p5-Params-Util SUBDIR += p5-Params-Validate SUBDIR += p5-Parse-CPAN-Packages diff --git a/devel/p5-Params-Classify/Makefile b/devel/p5-Params-Classify/Makefile new file mode 100644 index 000000000000..ed182e7e497d --- /dev/null +++ b/devel/p5-Params-Classify/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: p5-Params-Classify +# Date created: 2006-07-19 +# Whom: Gea-Suan Lin <gslin@gslin.org> +# +# $FreeBSD$ +# + +PORTNAME= Params-Classify +PORTVERSION= 0.000 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Params +PKGNAMEPREFIX= p5- + +MAINTAINER= gslin@gslin.org +COMMENT= Argument type classification + +PERL_CONFIGURE= yes + +MAN3= Params::Classify.3 + +.include <bsd.port.mk> diff --git a/devel/p5-Params-Classify/distinfo b/devel/p5-Params-Classify/distinfo new file mode 100644 index 000000000000..11e3aab9ff85 --- /dev/null +++ b/devel/p5-Params-Classify/distinfo @@ -0,0 +1,3 @@ +MD5 (Params-Classify-0.000.tar.gz) = b983764034f9a7406c81f6d3d0433202 +SHA256 (Params-Classify-0.000.tar.gz) = e491033058fb3725623282b1c6933706b5c5f4bec26473eec5c2a2b8d2ae4c6c +SIZE (Params-Classify-0.000.tar.gz) = 5378 diff --git a/devel/p5-Params-Classify/pkg-descr b/devel/p5-Params-Classify/pkg-descr new file mode 100644 index 000000000000..c9dd85de37de --- /dev/null +++ b/devel/p5-Params-Classify/pkg-descr @@ -0,0 +1,12 @@ +This module provides various type-testing functions. These are +intended for functions that, unlike most Perl code, care what type of +data they are operating on. For example, some functions wish to behave +differently depending on the type of their arguments (like overloaded +functions in C++). + +These functions only provide type classification; they do not enforce +type restrictions. Type enforcement may, of course, be built using +these classification functions, but the reader's attention is drawn +to Params::Validate. + +WWW: http://search.cpan.org/dist/Params-Classify/ diff --git a/devel/p5-Params-Classify/pkg-plist b/devel/p5-Params-Classify/pkg-plist new file mode 100644 index 000000000000..91934b5b4d42 --- /dev/null +++ b/devel/p5-Params-Classify/pkg-plist @@ -0,0 +1,6 @@ +@comment $FreeBSD$ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Params/Classify/.packlist +%%SITE_PERL%%/Params/Classify.pm +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Params/Classify +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Params +@dirrmtry %%SITE_PERL%%/Params |