Commit graph

10 commits

Author SHA1 Message Date
agc
b12d62efb5 Add RMD160 digests. 2005-02-24 12:13:41 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
jlam
1a280185e1 Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:

	lib/libfoo.a
	lib/libfoo.la
	lib/libfoo.so
	lib/libfoo.so.0
	lib/libfoo.so.0.1

one simply needs:

	lib/libfoo.la

and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.

Also make LIBTOOLIZE_PLIST default to "yes".
2004-09-22 08:09:14 +00:00
snj
4682a83b75 Convert to buildlink3. 2004-05-08 07:37:40 +00:00
jlam
3ebe053d90 LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}.  Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14 17:21:49 +00:00
grant
2810875195 yaz installs libyazthread on systems with native threads. tweak PLIST
accordingly.

bump PKGREVISION.
2004-01-28 05:04:26 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
dmcmahill
50bf3409c8 add buildlink2.mk file 2003-05-16 12:41:44 +00:00
dmcmahill
f1ddcf79ac import yaz-2.0
YAZ is a C/C++ library for information retrieval applications using
the Z39.50/SRW protocols for information retrieval.

Properties of YAZ:

  * Complete Z39.50 version 3 support. Amendments and Z39.50-2002
    revision is supported.
  * Supports SRW version 1.0 (over HTTP and HTTPS).
  * Includes BER encoders/decoders for the ISO ILL protocol.
  * Supports the following transports: BER over TCP/IP (RFC1729), BER
    over unix local socket, and HTTP 1.1.
  * Secure Socket Layer support using OpenSSL. If enabled, YAZ uses
    HTTPS transport (for SOAP) or "Secure BER" (for Z39.50).
  * Offers ZOOM C API implementing both Z39.50 and SRW.
  * The YAZ library offers a set of useful utilities related to the
    protocols, such as MARC (ISO2709) parser, CCL (ISO8777) parser,
    CQL parser, memory management routines, character set conversion.
  * Portable code. YAZ compiles out-of-the box on most Unixes and on
    Windows using Microsoft Visual C++.
  * Fast operation. The C based BER encoders/decoders as well as the
    server component of YAZ is very fast.
  * Liberal license that allows for commercial use of YAZ.
2003-05-16 12:17:25 +00:00