pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/popt Update to 1.15:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/43dd9a9052e5
branches:  trunk
changeset: 557689:43dd9a9052e5
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Apr 20 11:23:57 2009 +0000

description:
Update to 1.15:

1.14 -> 1.15:
    - release popt-1.15.
    - rse: fix building under --disable-nls
    - rse: fix building under non GLIBC platforms where glob_pattern_p fallback has to be used
    - rse: fix building under platforms where FNM_EXTMATCH is not available
    - jbj: poptReadFile: permit NULL if return values are not desired.
    - jbj: poptReadFile: add routine.
    - jbj: trim out escaped newline(s) from file content, other fixes.
    - jbj: permit popt alias/exec to include content from a file.
    - jbj: permit glob(3) patterns in appName field of popt alias/exec config.
    - jbj: add test cases for bit operations and toggles.
    - jbj: avoid displaying --[no]nofoo with POPT_ARGFLAG_TOGGLE.
    - jbj: add poptArgInfo() to get argInfo, implementing POPT_ARGFLAG_TOGGLE.
    - jbj: add longOptionStrcmp() to match w POPT_ARGFLAG_TOGGLE.
    - jbj: change singleDash arg to a bit enum, use LF_ISSET(ONEDASH) instead.
    - jbj: rework the glob wrappers into something more useful. portability todo++.
    - jbj: stub in glob(3) wrappers for popt. more useful poptGlob() API next.
    - jbj: add poptInit/poptFini/poptReadConfigFiles/poptSaneFile routines.
    - jbj: rewrite poptReadConfigFile(), styling for (i.e. my) readbility.
    - jbj: reserve a bit for --[no]opt prefix toggling.
    - jbj: fix: check/print argv[0] in --help for NULL.
    - jbj: permit type/group bitmasks to be changed (if needed somewhen).
    - jbj: snip out 8 unused bits for argument groups.
    - jbj: fix: eliminate dead code (CID#5).
    - jbj: fix: rearrange code to better hint to coverity scan (CID#9).
    - jbj: fix: rewrite (and simplify) strdup_locale_from_utf8() (CID#7, CID#8, CID#11, CID#12).
    - jbj: test/use HAVE_SRANDOM to avoid portability issues.
    - jbj: fix: remove AC_CHECK_VA_COPY check, va_copy is no longer used.
    - jbj: add eo.po and id.po (Translation Project).
    - jbj: updated da.po (Translation Project).
    - jbj: extend coverage to several additional setup routines.
    - jbj: add tests for --usage/--help coverage.
    - jbj: add lconv/gcov targets to Makefile.am.
    - jbj: refactor automagic (*opt->arg) option arg store to poptSaveArg().
    - ldv: update INPUT tag in Doxyfile.in, fix doxygen warnings in popthelp.c.
    - start popt-1.15 development.

diffstat:

 devel/popt/Makefile |  7 +++++--
 devel/popt/PLIST    |  4 +++-
 devel/popt/distinfo |  8 ++++----
 3 files changed, 12 insertions(+), 7 deletions(-)

diffs (58 lines):

diff -r 45f8e8629b90 -r 43dd9a9052e5 devel/popt/Makefile
--- a/devel/popt/Makefile       Mon Apr 20 11:18:58 2009 +0000
+++ b/devel/popt/Makefile       Mon Apr 20 11:23:57 2009 +0000
@@ -1,13 +1,16 @@
-# $NetBSD: Makefile,v 1.39 2008/04/13 23:17:52 wiz Exp $
+# $NetBSD: Makefile,v 1.40 2009/04/20 11:23:57 wiz Exp $
 #
 
-DISTNAME=      popt-1.14
+DISTNAME=      popt-1.15
 CATEGORIES=    devel
 MASTER_SITES=  http://rpm5.org/files/popt/
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Command line option parsing library
 
+# mit license with advertising clause
+#LICENSE=      mit
+
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 PKG_DESTDIR_SUPPORT=   user-destdir
 
diff -r 45f8e8629b90 -r 43dd9a9052e5 devel/popt/PLIST
--- a/devel/popt/PLIST  Mon Apr 20 11:18:58 2009 +0000
+++ b/devel/popt/PLIST  Mon Apr 20 11:23:57 2009 +0000
@@ -1,16 +1,18 @@
-@comment $NetBSD: PLIST,v 1.7 2008/04/13 23:17:52 wiz Exp $
+@comment $NetBSD: PLIST,v 1.8 2009/04/20 11:23:57 wiz Exp $
 include/popt.h
 lib/libpopt.la
 man/man3/popt.3
 share/locale/cs/LC_MESSAGES/popt.mo
 share/locale/da/LC_MESSAGES/popt.mo
 share/locale/de/LC_MESSAGES/popt.mo
+share/locale/eo/LC_MESSAGES/popt.mo
 share/locale/es/LC_MESSAGES/popt.mo
 share/locale/fi/LC_MESSAGES/popt.mo
 share/locale/fr/LC_MESSAGES/popt.mo
 share/locale/ga/LC_MESSAGES/popt.mo
 share/locale/gl/LC_MESSAGES/popt.mo
 share/locale/hu/LC_MESSAGES/popt.mo
+share/locale/id/LC_MESSAGES/popt.mo
 share/locale/is/LC_MESSAGES/popt.mo
 share/locale/it/LC_MESSAGES/popt.mo
 share/locale/ja/LC_MESSAGES/popt.mo
diff -r 45f8e8629b90 -r 43dd9a9052e5 devel/popt/distinfo
--- a/devel/popt/distinfo       Mon Apr 20 11:18:58 2009 +0000
+++ b/devel/popt/distinfo       Mon Apr 20 11:23:57 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.19 2008/04/13 23:17:52 wiz Exp $
+$NetBSD: distinfo,v 1.20 2009/04/20 11:23:57 wiz Exp $
 
-SHA1 (popt-1.14.tar.gz) = af0a7e2b187d600d624515a53d88374c15104e15
-RMD160 (popt-1.14.tar.gz) = 5dce0552b249ee9640ccb9089ada1044be94206b
-Size (popt-1.14.tar.gz) = 695557 bytes
+SHA1 (popt-1.15.tar.gz) = d9bc3067a4e7e62ac0bd9818e8cd649ee0dd12dc
+RMD160 (popt-1.15.tar.gz) = f169eadb9c72160176d4c941e24f86e03104b839
+Size (popt-1.15.tar.gz) = 666242 bytes



Home | Main Index | Thread Index | Old Index