diff options
author | aaron <aaron@FreeBSD.org> | 2006-05-25 16:27:35 +0800 |
---|---|---|
committer | aaron <aaron@FreeBSD.org> | 2006-05-25 16:27:35 +0800 |
commit | 84ce1a63f82bc9a24b89a635d5f347afdc5e92b3 (patch) | |
tree | 939cbbb77d95cea3222850ce008d8d3932b67a73 | |
parent | 9fa1e98565bc8821bd82a72a59c49b990738de23 (diff) | |
download | freebsd-ports-gnome-84ce1a63f82bc9a24b89a635d5f347afdc5e92b3.tar.gz freebsd-ports-gnome-84ce1a63f82bc9a24b89a635d5f347afdc5e92b3.tar.zst freebsd-ports-gnome-84ce1a63f82bc9a24b89a635d5f347afdc5e92b3.zip |
Adding port devel/p5-File-FnMatch, File::FnMatch::fnmatch() provides simple, shell-like pattern matching.
Approved by: tobez (implicit)
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-File-FnMatch/Makefile | 22 | ||||
-rw-r--r-- | devel/p5-File-FnMatch/distinfo | 3 | ||||
-rw-r--r-- | devel/p5-File-FnMatch/pkg-descr | 7 | ||||
-rw-r--r-- | devel/p5-File-FnMatch/pkg-plist | 7 |
5 files changed, 40 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index d9dd670f6e29..cc6ad6022a23 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -976,6 +976,7 @@ SUBDIR += p5-File-Find-Rule SUBDIR += p5-File-Flat SUBDIR += p5-File-Flock + SUBDIR += p5-File-FnMatch SUBDIR += p5-File-Grep SUBDIR += p5-File-HomeDir SUBDIR += p5-File-Lock diff --git a/devel/p5-File-FnMatch/Makefile b/devel/p5-File-FnMatch/Makefile new file mode 100644 index 000000000000..754f32b19e23 --- /dev/null +++ b/devel/p5-File-FnMatch/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: p5-File-FnMatch +# Date created: 24 May 2006 +# Whom: Aaron Dalton <aaron@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= File-FnMatch +PORTVERSION= 0.02 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= File +PKGNAMEPREFIX= p5- + +MAINTAINER= aaron@FreeBSD.org +COMMENT= Simple filename and pathname matching + +MAN3= File::FnMatch.3 + +PERL_CONFIGURE= yes + +.include <bsd.port.mk> diff --git a/devel/p5-File-FnMatch/distinfo b/devel/p5-File-FnMatch/distinfo new file mode 100644 index 000000000000..f73508f88a43 --- /dev/null +++ b/devel/p5-File-FnMatch/distinfo @@ -0,0 +1,3 @@ +MD5 (File-FnMatch-0.02.tar.gz) = 22f77c20d0fb5af01a3165e2df2fe34c +SHA256 (File-FnMatch-0.02.tar.gz) = 962454b8e86bea8b132bf8af35757d0c6a8f5d599015bd6a5d68cb7ae7a9e916 +SIZE (File-FnMatch-0.02.tar.gz) = 32609 diff --git a/devel/p5-File-FnMatch/pkg-descr b/devel/p5-File-FnMatch/pkg-descr new file mode 100644 index 000000000000..d1fbd0f88d72 --- /dev/null +++ b/devel/p5-File-FnMatch/pkg-descr @@ -0,0 +1,7 @@ +File::FnMatch::fnmatch() provides simple, shell-like pattern matching. + +Though considerably less powerful than regular expressions, shell patterns +are nonetheless useful and familiar to a large audience of end-users. + +WWW: http://search.cpan.org/dist/File-FnMatch +Author: Michael J. Pomraning <mjp-perl@pilcrow.madison.wi.us> diff --git a/devel/p5-File-FnMatch/pkg-plist b/devel/p5-File-FnMatch/pkg-plist new file mode 100644 index 000000000000..4595f78d1c8a --- /dev/null +++ b/devel/p5-File-FnMatch/pkg-plist @@ -0,0 +1,7 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/File/FnMatch.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/File/FnMatch/.packlist +%%SITE_PERL%%/%%PERL_ARCH%%/auto/File/FnMatch/FnMatch.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/File/FnMatch/FnMatch.so +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/FnMatch +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/File |