pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/p5-Text-Glob Import p5-Text-Glob-0.06 from pk...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7fe6d77cad74
branches:  trunk
changeset: 496210:7fe6d77cad74
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Jun 24 17:33:36 2005 +0000

description:
Import p5-Text-Glob-0.06 from pkgsrc-wip, packaged by
Hiramatsu Yoshifumi.

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.

diffstat:

 textproc/p5-Text-Glob/DESCR    |   3 +++
 textproc/p5-Text-Glob/Makefile |  18 ++++++++++++++++++
 textproc/p5-Text-Glob/PLIST    |   1 +
 textproc/p5-Text-Glob/distinfo |   5 +++++
 4 files changed, 27 insertions(+), 0 deletions(-)

diffs (43 lines):

diff -r 53db3bad8451 -r 7fe6d77cad74 textproc/p5-Text-Glob/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Text-Glob/DESCR       Fri Jun 24 17:33:36 2005 +0000
@@ -0,0 +1,3 @@
+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.
diff -r 53db3bad8451 -r 7fe6d77cad74 textproc/p5-Text-Glob/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Text-Glob/Makefile    Fri Jun 24 17:33:36 2005 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/06/24 17:33:36 wiz Exp $
+
+DISTNAME=      Text-Glob-0.06
+PKGNAME=       p5-${DISTNAME}
+SVR4_PKGNAME=  p5tgl
+CATEGORIES=    textproc perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Text/}
+
+MAINTAINER=    hiramatu%boreas.dti.ne.jp@localhost
+HOMEPAGE=      http://search.cpan.org/dist/Text-Glob/
+COMMENT=       Match globbing patterns against text
+
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
+PERL5_PACKLIST=                ${PERL5_SITEARCH}/auto/Text/Glob/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 53db3bad8451 -r 7fe6d77cad74 textproc/p5-Text-Glob/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Text-Glob/PLIST       Fri Jun 24 17:33:36 2005 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/06/24 17:33:36 wiz Exp $
diff -r 53db3bad8451 -r 7fe6d77cad74 textproc/p5-Text-Glob/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Text-Glob/distinfo    Fri Jun 24 17:33:36 2005 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/06/24 17:33:36 wiz Exp $
+
+SHA1 (Text-Glob-0.06.tar.gz) = 8158ffc186c473a06f5e2bc8c5468225b3641066
+RMD160 (Text-Glob-0.06.tar.gz) = a49603fe4341e6774a798e65c5aa442bd8fc0849
+Size (Text-Glob-0.06.tar.gz) = 3547 bytes



Home | Main Index | Thread Index | Old Index