diff options
author | wiz <wiz> | 2005-12-07 17:49:02 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-12-07 17:49:02 +0000 |
commit | 47ab5cf09e837a2e59e5dc62020cd2ab755fe63b (patch) | |
tree | 6386b04d9098ae623bc4563bf2cf62f8c0b748eb /devel | |
parent | d31a8de75e669bbab1f4b87e463386b0196378c1 (diff) | |
download | pkgsrc-47ab5cf09e837a2e59e5dc62020cd2ab755fe63b.tar.gz |
Update to 0.6.0:
* Version 0.6.0 (released 2005-12-03)
** A C# port of Libidn has been contributed by Alexander Gnauck.
The port resides in the csharp/ directory. Configure will build it if
a working C# compiler can be found. Mono's "mcs" compiler is known to
work (available in Debian in the "mono-mcs" package), but PNET's
"cscc" compiler should also work (available in Debian in the "pnet"
package). The port is licensed under the GPL. Some Microsoft Visual
Studio project files are also present in the csharp/ directory, which
may be useful when building the port under Windows. The C# API is
currently not documented, improvements are gratefully accepted.
** Support shared libraries on Cygwin and Mingw32, thanks to Yaakov S.
** Fix memory leak.
** API and ABI is backwards compatible with the previous version.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libidn/Makefile | 4 | ||||
-rw-r--r-- | devel/libidn/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/libidn/Makefile b/devel/libidn/Makefile index 1c617021633..ff6456e186c 100644 --- a/devel/libidn/Makefile +++ b/devel/libidn/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.23 2005/10/25 13:24:36 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2005/12/07 17:49:02 wiz Exp $ # -DISTNAME= libidn-0.5.20 +DISTNAME= libidn-0.6.0 CATEGORIES= devel MASTER_SITES= ftp://alpha.gnu.org/pub/gnu/libidn/ \ http://josefsson.org/libidn/releases/ diff --git a/devel/libidn/distinfo b/devel/libidn/distinfo index cb2277dad92..5ed4aa946ad 100644 --- a/devel/libidn/distinfo +++ b/devel/libidn/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.13 2005/10/25 13:24:36 wiz Exp $ +$NetBSD: distinfo,v 1.14 2005/12/07 17:49:02 wiz Exp $ -SHA1 (libidn-0.5.20.tar.gz) = 42b5795bdf58e39d24e57297f383c8a3e54dca64 -RMD160 (libidn-0.5.20.tar.gz) = 2855ec5ae2c5722f3b9ccb62f5f9ac1da00321cf -Size (libidn-0.5.20.tar.gz) = 2005684 bytes +SHA1 (libidn-0.6.0.tar.gz) = 5bbb329524ca4e44febd42a3554404692cc4035a +RMD160 (libidn-0.6.0.tar.gz) = 62ae645ec835d70d211c666f3a7f36f89995a127 +Size (libidn-0.6.0.tar.gz) = 2085665 bytes SHA1 (patch-aa) = 11c4e8ce2f0328c06a848a0295f6511ee2a98f71 |