diff options
author | wiz <wiz@pkgsrc.org> | 2009-04-20 11:23:57 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-04-20 11:23:57 +0000 |
commit | 84bcab6d7bdafc223d60f240d478fc1f1cb96aee (patch) | |
tree | 06707e230f9b808a90b03c34e8d2d73f33b1024e /devel | |
parent | 0ea00dd277f3f19faf8e23d1250981805c1f6535 (diff) | |
download | pkgsrc-84bcab6d7bdafc223d60f240d478fc1f1cb96aee.tar.gz |
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 (limited to 'devel')
-rw-r--r-- | devel/popt/Makefile | 7 | ||||
-rw-r--r-- | devel/popt/PLIST | 4 | ||||
-rw-r--r-- | devel/popt/distinfo | 8 |
3 files changed, 12 insertions, 7 deletions
diff --git a/devel/popt/Makefile b/devel/popt/Makefile index 435b7ac2a9b..ebd65a35ebe 100644 --- a/devel/popt/Makefile +++ b/devel/popt/Makefile @@ -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 COMMENT= Command line option parsing library +# mit license with advertising clause +#LICENSE= mit + PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir diff --git a/devel/popt/PLIST b/devel/popt/PLIST index f1122ba3bc6..6dd8689db1b 100644 --- a/devel/popt/PLIST +++ b/devel/popt/PLIST @@ -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 --git a/devel/popt/distinfo b/devel/popt/distinfo index d0b607cd340..38787ef46cd 100644 --- a/devel/popt/distinfo +++ b/devel/popt/distinfo @@ -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 |