pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Module-Find Added devel/p5-Module-Find versio...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f7a1afd820cb
branches:  trunk
changeset: 544401:f7a1afd820cb
user:      abs <abs%pkgsrc.org@localhost>
date:      Mon Jul 14 09:25:19 2008 +0000

description:
Added devel/p5-Module-Find version 0.06

Module::Find lets you find and use modules in categories. This can be very
useful for auto-detecting driver or plugin modules. You can differentiate
between looking in the category itself or in all subcategories.

diffstat:

 devel/p5-Module-Find/DESCR    |   3 +++
 devel/p5-Module-Find/Makefile |  21 +++++++++++++++++++++
 devel/p5-Module-Find/distinfo |   5 +++++
 3 files changed, 29 insertions(+), 0 deletions(-)

diffs (41 lines):

diff -r f80048c99297 -r f7a1afd820cb devel/p5-Module-Find/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Module-Find/DESCR        Mon Jul 14 09:25:19 2008 +0000
@@ -0,0 +1,3 @@
+Module::Find lets you find and use modules in categories. This can be very
+useful for auto-detecting driver or plugin modules. You can differentiate
+between looking in the category itself or in all subcategories.
diff -r f80048c99297 -r f7a1afd820cb devel/p5-Module-Find/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Module-Find/Makefile     Mon Jul 14 09:25:19 2008 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/07/14 09:25:19 abs Exp $
+
+DISTNAME=      Module-Find-0.06
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Module/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/Module-Find/
+COMMENT=       Lets you find and use modules in categories
+
+DEPENDS+=      p5-Test-Simple>=0:../../devel/p5-Test-Simple
+DEPENDS+=      p5-PathTools>=0:../../devel/p5-PathTools
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST=        auto/Module/Find/.packlist
+
+PKG_DESTDIR_SUPPORT=    user-destdir
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r f80048c99297 -r f7a1afd820cb devel/p5-Module-Find/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Module-Find/distinfo     Mon Jul 14 09:25:19 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/07/14 09:25:19 abs Exp $
+
+SHA1 (Module-Find-0.06.tar.gz) = b2985eb535744a82122f9f68c3926f047712565a
+RMD160 (Module-Find-0.06.tar.gz) = 4ae8b0a288c3716fc498b450d47d681db72c43f2
+Size (Module-Find-0.06.tar.gz) = 4373 bytes



Home | Main Index | Thread Index | Old Index