[Midnightbsd-cvs] mports: mports/textproc: add p5-text-glob

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri May 9 20:06:18 EDT 2008


Log Message:
-----------
add p5-text-glob

Modified Files:
--------------
    mports/textproc:
        Makefile (r1.92 -> r1.93)

Added Files:
-----------
    mports/textproc/p5-Text-Glob:
        Makefile (r1.1)
        distinfo (r1.1)
        pkg-descr (r1.1)
        pkg-plist (r1.1)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/textproc/Makefile,v
retrieving revision 1.92
retrieving revision 1.93
diff -L textproc/Makefile -L textproc/Makefile -u -r1.92 -r1.93
--- textproc/Makefile
+++ textproc/Makefile
@@ -67,6 +67,7 @@
     SUBDIR += p5-String-Format
     SUBDIR += p5-Text-Autoformat
     SUBDIR += p5-Text-Diff
+    SUBDIR += p5-Text-Glob
     SUBDIR += p5-Test-Perl-Critic
     SUBDIR += p5-Text-Reform
     SUBDIR += p5-Text-Tabs+Wrap
--- /dev/null
+++ textproc/p5-Text-Glob/pkg-descr
@@ -0,0 +1,5 @@
+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/
--- /dev/null
+++ textproc/p5-Text-Glob/pkg-plist
@@ -0,0 +1,5 @@
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Glob/.packlist
+%%SITE_PERL%%/Text/Glob.pm
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Glob
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text
+ at dirrmtry %%SITE_PERL%%/Text
--- /dev/null
+++ textproc/p5-Text-Glob/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for:	Text-Glob
+# Date created:	   May 9 2008
+# Whom:		   Lucas Holt <luke at Midnightbsd.org>
+#
+# $MidnightBSD: mports/textproc/p5-Text-Glob/Makefile,v 1.1 2008/05/10 00:06:16 laffer1 Exp $
+#
+
+PORTNAME=	Text-Glob
+PORTVERSION=	0.08
+CATEGORIES=	textproc perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Match globbing patterns against text
+LICENSE=	perl
+
+PERL_CONFIGURE=	yes
+
+MAN3=		Text::Glob.3
+
+.include <bsd.port.mk>
--- /dev/null
+++ textproc/p5-Text-Glob/distinfo
@@ -0,0 +1,3 @@
+MD5 (Text-Glob-0.08.tar.gz) = 39a1a3e890cd5d3f51a707579098bc1c
+SHA256 (Text-Glob-0.08.tar.gz) = 245fa911e22fa3f14ee76e5419e7501c52ae37bef9a65538fd7e4b21685e8937
+SIZE (Text-Glob-0.08.tar.gz) = 3780


More information about the Midnightbsd-cvs mailing list