summaryrefslogtreecommitdiff
path: root/devel/autogen
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2008-05-26 14:50:18 +0000
committerwiz <wiz@pkgsrc.org>2008-05-26 14:50:18 +0000
commite35edd34c38509a044957c195ce075b2a67ec041 (patch)
tree278ae26b13abbb21138ead95a388bb9b2a66a8f2 /devel/autogen
parente87fb2aa1bcb6aa4392cb5ec80183a9b8f9aaea8 (diff)
downloadpkgsrc-e35edd34c38509a044957c195ce075b2a67ec041.tar.gz
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 (limited to 'devel/autogen')
-rw-r--r--devel/autogen/Makefile6
-rw-r--r--devel/autogen/PLIST4
-rw-r--r--devel/autogen/distinfo10
-rw-r--r--devel/autogen/patches/patch-ab13
-rw-r--r--devel/autogen/patches/patch-ad13
5 files changed, 9 insertions, 37 deletions
diff --git a/devel/autogen/Makefile b/devel/autogen/Makefile
index 981e48b3845..7ed6e86532f 100644
--- a/devel/autogen/Makefile
+++ b/devel/autogen/Makefile
@@ -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 @@ COMMENT= The Automated Text and Program Generation Tool
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 --git a/devel/autogen/PLIST b/devel/autogen/PLIST
index b935a98b0f9..6a378e58ebd 100644
--- a/devel/autogen/PLIST
+++ b/devel/autogen/PLIST
@@ -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-macro.tpl
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 --git a/devel/autogen/distinfo b/devel/autogen/distinfo
index 6f417f9bac1..1ca7b705e50 100644
--- a/devel/autogen/distinfo
+++ b/devel/autogen/distinfo
@@ -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 --git a/devel/autogen/patches/patch-ab b/devel/autogen/patches/patch-ab
deleted file mode 100644
index 5d74349c90e..00000000000
--- a/devel/autogen/patches/patch-ab
+++ /dev/null
@@ -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 --git a/devel/autogen/patches/patch-ad b/devel/autogen/patches/patch-ad
deleted file mode 100644
index 72514d0298c..00000000000
--- a/devel/autogen/patches/patch-ad
+++ /dev/null
@@ -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