summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2008-08-25 23:11:45 +0000
committerseb <seb@pkgsrc.org>2008-08-25 23:11:45 +0000
commitc41f8a3f7a8a05d7e120e1edb3778cb1b50a9608 (patch)
treee3fe925759d218985e4dbc5f23fa2efc7285e878
parent526093c63f74db0b4dbd4bed67ca38fc33836312 (diff)
downloadpkgsrc-c41f8a3f7a8a05d7e120e1edb3778cb1b50a9608.tar.gz
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.
-rw-r--r--doc/CHANGES-20083
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES-2008 b/doc/CHANGES-2008
index 0fa7b2fdb48..06da7284346 100644
--- a/doc/CHANGES-2008
+++ b/doc/CHANGES-2008
@@ -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 @@ Changes to the packages collection and infrastructure in 2008:
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]