pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/autogen Update to 5.9.5:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1a2388be9cd1
branches:  trunk
changeset: 542750:1a2388be9cd1
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon May 26 14:50:18 2008 +0000

description:
Update to 5.9.5:

New in 5.9.5 - May 2008

* integer number arguments may now have their values suffixed with
  one of the letters k/K/m/M/g/G/t/T to signify scaling by powers
  of 1000 (lower case) or 1024 (upper case).  Specify, "scaled".

* AutoOpts "arg-type" may now be set to "file".  Existence of the directory
  portion of the name will be checked.  The existence (or not) of the actual
  file may also be checked.  Finally, the file may be pre-opened with either
  "fopen(3C)" or "open(2)".

* The "columns" program now accepts a "--fill" option to cause it to fill
  text instead of filling columns.

* The tests should no longer indirectly reference installed versions of
  the binaries.  They should all work out of the build directories.

diffstat:

 devel/autogen/Makefile         |   6 +++---
 devel/autogen/PLIST            |   4 ++--
 devel/autogen/distinfo         |  10 ++++------
 devel/autogen/patches/patch-ab |  13 -------------
 devel/autogen/patches/patch-ad |  13 -------------
 5 files changed, 9 insertions(+), 37 deletions(-)

diffs (88 lines):

diff -r f4ef2b4f6896 -r 1a2388be9cd1 devel/autogen/Makefile
--- a/devel/autogen/Makefile    Mon May 26 14:41:07 2008 +0000
+++ b/devel/autogen/Makefile    Mon May 26 14:50:18 2008 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2007/12/16 14:38:29 drochner Exp $
+# $NetBSD: Makefile,v 1.26 2008/05/26 14:50:18 wiz Exp $
 
-DISTNAME=      autogen-5.9.3
+DISTNAME=      autogen-5.9.5
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=autogen/}
 EXTRACT_SUFX=  .tar.bz2
@@ -12,7 +12,7 @@
 USE_TOOLS+=            gmake makeinfo
 GNU_CONFIGURE=         yes
 USE_LIBTOOL=           yes
-INFO_FILES=            # PLIST
+INFO_FILES=            yes
 
 pre-install:
        ${INSTALL_DATA_DIR} ${PREFIX}/include/autoopts
diff -r f4ef2b4f6896 -r 1a2388be9cd1 devel/autogen/PLIST
--- a/devel/autogen/PLIST       Mon May 26 14:41:07 2008 +0000
+++ b/devel/autogen/PLIST       Mon May 26 14:50:18 2008 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2007/12/16 14:38:29 drochner Exp $
+@comment $NetBSD: PLIST,v 1.12 2008/05/26 14:50:19 wiz Exp $
 bin/autogen
 bin/autoopts-config
 bin/columns
@@ -50,7 +50,7 @@
 share/autogen/fsm-trans.tpl
 share/autogen/fsm.tpl
 share/autogen/getopt.tpl
-share/autogen/libopts-31.0.6.tar.gz
+share/autogen/libopts-31.1.6.tar.gz
 share/autogen/optcode.tpl
 share/autogen/opthead.tpl
 share/autogen/options.tpl
diff -r f4ef2b4f6896 -r 1a2388be9cd1 devel/autogen/distinfo
--- a/devel/autogen/distinfo    Mon May 26 14:41:07 2008 +0000
+++ b/devel/autogen/distinfo    Mon May 26 14:50:18 2008 +0000
@@ -1,7 +1,5 @@
-$NetBSD: distinfo,v 1.9 2007/12/17 16:39:50 drochner Exp $
+$NetBSD: distinfo,v 1.10 2008/05/26 14:50:19 wiz Exp $
 
-SHA1 (autogen-5.9.3.tar.bz2) = bc75e876ea8effd705d96542baa2c214df2134d8
-RMD160 (autogen-5.9.3.tar.bz2) = dd7d549243efd3d6570f01a40ebb36335b72cb59
-Size (autogen-5.9.3.tar.bz2) = 974406 bytes
-SHA1 (patch-ab) = d407fc36dc22ac22fc44597c4002268644c930fa
-SHA1 (patch-ad) = 17553378f528fe2a23f7f8b3a380d6040748510d
+SHA1 (autogen-5.9.5.tar.bz2) = b83961796a060f91ed30584eaffacd046368ba28
+RMD160 (autogen-5.9.5.tar.bz2) = 17f5fc8288f03663d27a7031e65173311d6bab92
+Size (autogen-5.9.5.tar.bz2) = 1007798 bytes
diff -r f4ef2b4f6896 -r 1a2388be9cd1 devel/autogen/patches/patch-ab
--- a/devel/autogen/patches/patch-ab    Mon May 26 14:41:07 2008 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2007/12/16 14:38:30 drochner Exp $
-
---- ./autoopts/optlib.tpl.orig 2007-11-21 11:26:19.000000000 +0100
-+++ ./autoopts/optlib.tpl
-@@ -465,7 +465,7 @@ Define the arrays of values associated w
- DEFINE   emit-nondoc-option     =][=
-   (if (exist? "translators")
-       (string-append "\n" (shellf
--"(fmt --width 60|columns -I16 -c1 --first='/* TRANSLATORS:')<<\\_EOF_
-+"(fmt|columns -I16 -c1 --first='/* TRANSLATORS:')<<\\_EOF_
- %s
- _EOF_" (get "translators")  ) " */" )  ) =][=
- 
diff -r f4ef2b4f6896 -r 1a2388be9cd1 devel/autogen/patches/patch-ad
--- a/devel/autogen/patches/patch-ad    Mon May 26 14:41:07 2008 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-ad,v 1.1 2007/12/17 16:39:50 drochner Exp $
-
---- autoopts/Makefile.in.orig  2007-10-07 18:58:11.000000000 +0200
-+++ autoopts/Makefile.in
-@@ -79,7 +79,7 @@ libopts_la_LINK = $(LIBTOOL) --tag=CC $(
-       $(LIBTOOLFLAGS) --mode=link $(CCLD) $(libopts_la_CFLAGS) \
-       $(CFLAGS) $(libopts_la_LDFLAGS) $(LDFLAGS) -o $@
- binSCRIPT_INSTALL = $(INSTALL_SCRIPT)
--pkgconfigSCRIPT_INSTALL = $(INSTALL_SCRIPT)
-+pkgconfigSCRIPT_INSTALL = $(INSTALL_DATA)
- SCRIPTS = $(bin_SCRIPTS) $(pkgconfig_SCRIPTS)
- DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
- depcomp = $(SHELL) $(top_srcdir)/config/depcomp



Home | Main Index | Thread Index | Old Index