diff options
author | schmonz <schmonz@pkgsrc.org> | 2005-07-15 05:45:00 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2005-07-15 05:45:00 +0000 |
commit | 3528aeb78c31cfa62410f53542d5b071824cbcf4 (patch) | |
tree | 508171e4f67179cb71ada83b222e94c89e62cf75 /devel/bglibs/distinfo | |
parent | 87fa42a177718e9e5314fe992e56580f29d6216e (diff) | |
download | pkgsrc-3528aeb78c31cfa62410f53542d5b071824cbcf4.tar.gz |
Update to 1.024. From the changelog:
- Fixed (again) glob patterns to allow both "!" (like modern glob) or
"^" (like existing shells) for negating character sets.
- Tweaked str_alloc to use realloc when appropriate.
- Fixed glob pattern matches to use "!" instead of "~" for negating
character sets like all other globs use.
- Fixed the installer libraries to include all the necessary object
files for producing the installer/instcheck/instshow programs.
- Added a generic installer program, similar to the "install" program
included with ezmlm.
- Fixed the instshow library to use and dispaly the install prefix just
like the other instlib programs.
- The installers now automatically create missing directories, and
installs into temporary files that get renamed.
- Added path_mkdirs function.
- Fixed typo bug in str_catfv and str_copyfv that caused failures on (at
least) PPC and S390 architectures. Thanks Gerrit Pape.
- Fixed 32-to-64 bit sign extension bug in fmt_multi on some 64-bit
platforms. Thanks Gerrit Pape.
- installer/instcheck program libraries now optionally install into a
prefix directory specified on the command line or with
$install_prefix (which can be set on the make command line).
- Installation is now done under seperate include/lib directories.
- Added sysdep for "extern int daylight" (replaced by a macro if not
present).
- Fixed a couple of length counting bugs in the fmt number code.
- Added multiple-item formatting functions fmt_multi (similar to printf,
but safer), fmt_multiv, obuf_putf, str_catf, and str_copyf, as well as
a set of formatted message functions.
Diffstat (limited to 'devel/bglibs/distinfo')
-rw-r--r-- | devel/bglibs/distinfo | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/bglibs/distinfo b/devel/bglibs/distinfo index f76b72d2f17..58b8a48fb51 100644 --- a/devel/bglibs/distinfo +++ b/devel/bglibs/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2005/02/23 22:24:10 agc Exp $ +$NetBSD: distinfo,v 1.3 2005/07/15 05:45:00 schmonz Exp $ -SHA1 (bglibs-1.019.tar.gz) = 851e74a3b3a1fc9ea6edd3cc04693db4187580b2 -RMD160 (bglibs-1.019.tar.gz) = 0e74c9b17c2db588d6d142ec25431070c2738f91 -Size (bglibs-1.019.tar.gz) = 266793 bytes -SHA1 (patch-aa) = 043782561c1aa7c0f1590d5bd49242bea3bb0c7b +SHA1 (bglibs-1.024.tar.gz) = c0baed53730115a57b6b2cc050fe2f4979679835 +RMD160 (bglibs-1.024.tar.gz) = 9077e847717b28365d2485ed3c73603efd274af7 +Size (bglibs-1.024.tar.gz) = 313463 bytes +SHA1 (patch-aa) = 78a4b4ee0f2270d52378142d51bc21a09f2ccf4e |