pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-ExtUtils-Command Initial import of p5-ExtUtil...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cb9564421e77
branches:  trunk
changeset: 546273:cb9564421e77
user:      seb <seb%pkgsrc.org@localhost>
date:      Mon Aug 25 23:06:17 2008 +0000

description:
Initial import of p5-ExtUtils-Command version 1.14 in the NetBSD
Packages Collection.

The Perl 5 module ExtUtils::Command is used to replace common UNIX
commands. In all cases the provided functions work from @ARGV rather
than taking arguments. This makes them easier to deal with in
Makefiles. Call them like this:
  perl -MExtUtils::Command -e some_command some files to work on
The module Shell::Command is also included in this package: it
provides the same functions but take arguments normally.

diffstat:

 devel/p5-ExtUtils-Command/DESCR    |   7 +++++++
 devel/p5-ExtUtils-Command/Makefile |  19 +++++++++++++++++++
 devel/p5-ExtUtils-Command/distinfo |   5 +++++
 3 files changed, 31 insertions(+), 0 deletions(-)

diffs (43 lines):

diff -r 1089002ae1dd -r cb9564421e77 devel/p5-ExtUtils-Command/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-ExtUtils-Command/DESCR   Mon Aug 25 23:06:17 2008 +0000
@@ -0,0 +1,7 @@
+The Perl 5 module ExtUtils::Command is used to replace common UNIX
+commands. In all cases the provided functions work from @ARGV rather
+than taking arguments. This makes them easier to deal with in
+Makefiles. Call them like this:
+  perl -MExtUtils::Command -e some_command some files to work on
+The module Shell::Command is also included in this package: it
+provides the same functions but take arguments normally.
diff -r 1089002ae1dd -r cb9564421e77 devel/p5-ExtUtils-Command/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-ExtUtils-Command/Makefile        Mon Aug 25 23:06:17 2008 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/08/25 23:06:17 seb Exp $
+#
+
+DISTNAME=      ExtUtils-Command-1.14
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=ExtUtils/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/ExtUtils-Command/
+COMMENT=       Perl 5 functions to replace common UNIX commands in Makefiles
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST=        auto/ExtUtils/Command/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 1089002ae1dd -r cb9564421e77 devel/p5-ExtUtils-Command/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-ExtUtils-Command/distinfo        Mon Aug 25 23:06:17 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/08/25 23:06:17 seb Exp $
+
+SHA1 (ExtUtils-Command-1.14.tar.gz) = 0c164c7a0ee8dcfc505d5899dc3abd9d94304b77
+RMD160 (ExtUtils-Command-1.14.tar.gz) = ee40ed4f66842304939b32bcf593f1142d709e60
+Size (ExtUtils-Command-1.14.tar.gz) = 11391 bytes



Home | Main Index | Thread Index | Old Index