pkgsrc/devel/bglibs/PLIST

135 lines
3.4 KiB
Text
Raw Normal View History

2009-06-14 19:38:38 +02:00
@comment $NetBSD: PLIST,v 1.9 2009/06/14 17:48:34 joerg 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/adt/ghash.h
include/bglibs/adt/gqueue.h
include/bglibs/adt/gstack.h
include/bglibs/base64/base64.h
include/bglibs/cdb/cdb.h
include/bglibs/cdb/make.h
include/bglibs/cdb/str.h
include/bglibs/cli/cli.h
include/bglibs/crc/crc16_arc.h
include/bglibs/crc/crc16_ccitt.h
include/bglibs/crc/crc16_xmodem.h
include/bglibs/crc/crc32.h
include/bglibs/crc/crc32c.h
include/bglibs/crc/crc64.h
include/bglibs/crc/gcrc.h
include/bglibs/crypto/hmac.h
include/bglibs/crypto/md5.h
include/bglibs/crypto/sha1.h
include/bglibs/crypto/sha256.h
include/bglibs/crypto/sha384.h
include/bglibs/crypto/sha512.h
include/bglibs/crypto/surf.h
include/bglibs/crypto/surfrand.h
include/bglibs/dict/dict.h
include/bglibs/dict/load.h
include/bglibs/fmt/misc.h
include/bglibs/fmt/multi.h
include/bglibs/fmt/number.h
include/bglibs/installer.h
include/bglibs/iobuf/common.h
include/bglibs/iobuf/ibuf.h
include/bglibs/iobuf/iobuf.h
include/bglibs/iobuf/obuf.h
include/bglibs/misc/misc.h
include/bglibs/misc/ucspi.h
include/bglibs/msg/debug.h
include/bglibs/msg/msg.h
include/bglibs/msg/wrap.h
include/bglibs/net/ipv4.h
include/bglibs/net/ipv6.h
include/bglibs/net/resolve.h
include/bglibs/net/socket.h
include/bglibs/path/path.h
include/bglibs/pwcmp/client.h
include/bglibs/pwcmp/hex.h
include/bglibs/pwcmp/module.h
include/bglibs/str/env.h
include/bglibs/str/iter.h
include/bglibs/str/str.h
include/bglibs/sysdeps.h
include/bglibs/systime.h
include/bglibs/uint16.h
include/bglibs/uint32.h
include/bglibs/uint64.h
include/bglibs/uintnn.h
include/bglibs/unix/cloexec.h
include/bglibs/unix/fcntl.h
include/bglibs/unix/nonblock.h
include/bglibs/unix/selfpipe.h
include/bglibs/unix/sig.h
include/bglibs/unix/signalfd.h
include/bglibs/unix/trigger.h
include/bglibs/vmailmgr/client.h
include/bglibs/vmailmgr/vpwentry.h
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
lib/bglibs/base64/base64.a
lib/bglibs/cdb/cdb.a
lib/bglibs/cdb/make.a
lib/bglibs/cdb/str.a
lib/bglibs/cli/cli.a
lib/bglibs/crypt.lib
lib/bglibs/crypto/md5.a
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
lib/bglibs/crypto/sha1.a
lib/bglibs/crypto/sha256.a
lib/bglibs/crypto/sha512a.a
lib/bglibs/dict/dict.a
lib/bglibs/dict/load.a
lib/bglibs/dl.lib
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
lib/bglibs/iobuf/iobuf.a
lib/bglibs/iobuf/str.a
lib/bglibs/libbg-adt.a
lib/bglibs/libbg-base64.a
lib/bglibs/libbg-cdb.a
lib/bglibs/libbg-cli.a
lib/bglibs/libbg-crc.a
lib/bglibs/libbg-crypto.a
lib/bglibs/libbg-dict.a
lib/bglibs/libbg-fmt.a
lib/bglibs/libbg-installer.a
lib/bglibs/libbg-instcheck.a
lib/bglibs/libbg-instshow.a
lib/bglibs/libbg-iobuf.a
lib/bglibs/libbg-misc.a
lib/bglibs/libbg-msg.a
lib/bglibs/libbg-net.a
lib/bglibs/libbg-path.a
lib/bglibs/libbg-str.a
lib/bglibs/libbg-sysdeps.la
lib/bglibs/libbg-unix.a
lib/bglibs/libbg.la
lib/bglibs/libinstaller.a
lib/bglibs/libinstcheck.a
lib/bglibs/libinstshow.a
lib/bglibs/libpwcmp-module.a
lib/bglibs/libpwcmp.a
lib/bglibs/libsysdeps.a
lib/bglibs/libvmailmgr.a
lib/bglibs/m.lib
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
lib/bglibs/misc/misc.a
lib/bglibs/msg/msg.a
lib/bglibs/msg/wrap.a
lib/bglibs/net.lib
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
lib/bglibs/net/ipv4.a
lib/bglibs/net/resolve.a
lib/bglibs/net/socket.a
lib/bglibs/path/path.a
lib/bglibs/pwcmp/client.a
lib/bglibs/pwcmp/hex.a
lib/bglibs/pwcmp/module.a
lib/bglibs/rt.lib
lib/bglibs/s.lib
lib/bglibs/shadow.lib
lib/bglibs/socket.lib
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
lib/bglibs/str/iter.a
lib/bglibs/str/str.a
lib/bglibs/unix/nonblock.a
lib/bglibs/unix/sig.a
lib/bglibs/vmailmgr/client.a
lib/bglibs/vmailmgr/vpwentry.a
man/man1/cli-generate.1