pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/doc Note initial addition of p5-ExtUtils-Command versi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c455f16dfe5d
branches:  trunk
changeset: 546275:c455f16dfe5d
user:      seb <seb%pkgsrc.org@localhost>
date:      Mon Aug 25 23:11:45 2008 +0000

description:
Note initial addition of p5-ExtUtils-Command version 1.14 as
devel/p5-ExtUtils-Command into 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:

 doc/CHANGES-2008 |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (14 lines):

diff -r 323bcb51f5dc -r c455f16dfe5d doc/CHANGES-2008
--- a/doc/CHANGES-2008  Mon Aug 25 23:10:39 2008 +0000
+++ b/doc/CHANGES-2008  Mon Aug 25 23:11:45 2008 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2008,v 1.1991 2008/08/25 22:26:25 ahoka Exp $
+$NetBSD: CHANGES-2008,v 1.1992 2008/08/25 23:11:45 seb Exp $
 
 Changes to the packages collection and infrastructure in 2008:
 
@@ -3371,3 +3371,4 @@
        Added time/p5-Time-Duration-Parse version 0.06 [seb 2008-08-25]
        Added databases/p5-Jifty-DBI version 0.49 [seb 2008-08-25]
        Updated math/maxima to 5.16.3 [ahoka 2008-08-25]
+       Added devel/p5-ExtUtils-Command version 1.14 [seb 2008-08-25]



Home | Main Index | Thread Index | Old Index