pkgsrc/devel/bglibs/PLIST

71 lines
1.6 KiB
Text
Raw Normal View History

@comment $NetBSD: PLIST,v 1.10 2017/01/02 02:18:30 schmonz Exp $
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.
2005-07-15 07:45:00 +02:00
bin/bg-installer
bin/cli-generate
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.
2005-07-15 07:45:00 +02:00
bin/crc-gentab
include/bglibs/adt_common.h
include/bglibs/base64.h
include/bglibs/cdb.h
include/bglibs/cli.h
include/bglibs/crc16_arc.h
include/bglibs/crc16_ccitt.h
include/bglibs/crc16_xmodem.h
include/bglibs/crc32.h
include/bglibs/crc32c.h
include/bglibs/crc64.h
include/bglibs/debug.h
include/bglibs/dict.h
include/bglibs/dns.h
include/bglibs/envstr.h
include/bglibs/fmt.h
include/bglibs/gcrc.h
include/bglibs/ghash.h
include/bglibs/gqueue.h
include/bglibs/gstack.h
include/bglibs/hmac.h
include/bglibs/ibuf.h
include/bglibs/iobuf.h
include/bglibs/iobuf_common.h
include/bglibs/ipv4.h
include/bglibs/ipv6.h
include/bglibs/md4.h
include/bglibs/md5.h
include/bglibs/misc.h
include/bglibs/msg.h
include/bglibs/obuf.h
include/bglibs/path.h
include/bglibs/resolve.h
include/bglibs/selfpipe.h
include/bglibs/sha1.h
include/bglibs/sha256.h
include/bglibs/sha384.h
include/bglibs/sha512.h
include/bglibs/sig.h
include/bglibs/signalfd.h
include/bglibs/socket.h
include/bglibs/str.h
include/bglibs/striter.h
include/bglibs/surf.h
include/bglibs/surfrand.h
include/bglibs/sysdeps.h
include/bglibs/systime.h
include/bglibs/trigger.h
include/bglibs/ucspi.h
include/bglibs/uint16.h
include/bglibs/uint32.h
include/bglibs/uint64.h
include/bglibs/uintnn.h
include/bglibs/unix.h
include/bglibs/wrap.h
include/pwcmp/client.h
include/pwcmp/hex.h
include/pwcmp/module.h
include/vmailmgr/client.h
include/vmailmgr/vpwentry.h
lib/libbg-cli.a
lib/libbg.la
lib/libpwcmp-module.a
lib/libpwcmp.a
lib/libvmailmgr.a
man/man1/bg-installer.1
man/man1/cli-generate.1