diff options
author | skv <skv@FreeBSD.org> | 2003-05-19 23:41:35 +0800 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2003-05-19 23:41:35 +0800 |
commit | db95565e7b7eb3c8cd4d7247f63a6e0665b515de (patch) | |
tree | 89cd20782a27ac82faba5e9635aa2f73ea0f320c /textproc/p5-Text-Glob | |
parent | bab8759dab7293a745d7946b0bbe4bf2afe50664 (diff) | |
download | freebsd-ports-gnome-db95565e7b7eb3c8cd4d7247f63a6e0665b515de.tar.gz freebsd-ports-gnome-db95565e7b7eb3c8cd4d7247f63a6e0665b515de.tar.zst freebsd-ports-gnome-db95565e7b7eb3c8cd4d7247f63a6e0665b515de.zip |
Add p5-Text-Glob 0.05, match globbing patterns against text.
Diffstat (limited to 'textproc/p5-Text-Glob')
-rw-r--r-- | textproc/p5-Text-Glob/Makefile | 24 | ||||
-rw-r--r-- | textproc/p5-Text-Glob/distinfo | 1 | ||||
-rw-r--r-- | textproc/p5-Text-Glob/pkg-descr | 8 | ||||
-rw-r--r-- | textproc/p5-Text-Glob/pkg-plist | 5 |
4 files changed, 38 insertions, 0 deletions
diff --git a/textproc/p5-Text-Glob/Makefile b/textproc/p5-Text-Glob/Makefile new file mode 100644 index 000000000000..3d152d690d94 --- /dev/null +++ b/textproc/p5-Text-Glob/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: Text-Glob +# Date created: 19 May 2003 +# Whom: Sergey Skvortsov <skv@protey.ru> +# +# $FreeBSD$ +# + +PORTNAME= Text-Glob +PORTVERSION= 0.05 +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Text +PKGNAMEPREFIX= p5- + +MAINTAINER= skv@FreeBSD.org +COMMENT= Match globbing patterns against text + +BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple + +PERL_CONFIGURE= yes + +MAN3= Text::Glob.3 + +.include <bsd.port.mk> diff --git a/textproc/p5-Text-Glob/distinfo b/textproc/p5-Text-Glob/distinfo new file mode 100644 index 000000000000..825dd92476cf --- /dev/null +++ b/textproc/p5-Text-Glob/distinfo @@ -0,0 +1 @@ +MD5 (Text-Glob-0.05.tar.gz) = 6daaba2a73f3a4943f0058e4c158e318 diff --git a/textproc/p5-Text-Glob/pkg-descr b/textproc/p5-Text-Glob/pkg-descr new file mode 100644 index 000000000000..ed851baacf07 --- /dev/null +++ b/textproc/p5-Text-Glob/pkg-descr @@ -0,0 +1,8 @@ +Text::Glob implements glob(3) style matching that can be used to match +against text, rather than fetching names from a filesystem. If you want +to do full file globbing use the File::Glob module instead. + +WWW: http://search.cpan.org/dist/Text-Glob/ + +-- Sergey Skvortsov +skv@FreeBSD.org diff --git a/textproc/p5-Text-Glob/pkg-plist b/textproc/p5-Text-Glob/pkg-plist new file mode 100644 index 000000000000..d48254e71c70 --- /dev/null +++ b/textproc/p5-Text-Glob/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Glob/.packlist +%%SITE_PERL%%/Text/Glob.pm +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Glob +@unexec rmdir %D/%%SITE_PERL%%/Text 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text 2>/dev/null || true |