diff options
author | wiz <wiz@pkgsrc.org> | 2008-01-15 22:43:00 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-01-15 22:43:00 +0000 |
commit | 841e2c2acf43d6f0220f66976c02d8e4821bb16b (patch) | |
tree | 9257d3c8085c659375ea11f41e9ede06fa4bafa7 /devel/libidn | |
parent | 14d5b4f4767cf748f5213001f3502a8c40a6f6a9 (diff) | |
download | pkgsrc-841e2c2acf43d6f0220f66976c02d8e4821bb16b.tar.gz |
Update to 1.4:
* Version 1.4 (released 2008-01-09)
** Fixes to make the C# port compile under Mono.
** Update gnulib files.
** Improve idn --version and --help output to conform to GNU standards.
This also enables translations of --help output.
** Update translations.
Added Finish translation, thanks to Jorma Karvonen. Updated Dutch and
Vietnamese.
** API and ABI is backwards compatible with the previous version.
* Version 1.3 (released 2007-12-11)
** Some hints on Windows installation in the manual.
** Update translations.
Added Czech translation, thanks to Petr Pisar.
** Use gettext 0.17.
** Update gnulib files.
Top-level gnulib files are now distributed under GPLv3+. (The gnulib
files used by the core library are still under LGPLv2.1+.)
** API and ABI is backwards compatible with the previous version.
Diffstat (limited to 'devel/libidn')
-rw-r--r-- | devel/libidn/Makefile | 6 | ||||
-rw-r--r-- | devel/libidn/PLIST | 4 | ||||
-rw-r--r-- | devel/libidn/distinfo | 8 |
3 files changed, 10 insertions, 8 deletions
diff --git a/devel/libidn/Makefile b/devel/libidn/Makefile index 5ea3b368eff..e713aca1984 100644 --- a/devel/libidn/Makefile +++ b/devel/libidn/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.46 2007/11/29 16:53:59 wiz Exp $ +# $NetBSD: Makefile,v 1.47 2008/01/15 22:43:00 wiz Exp $ -DISTNAME= libidn-1.2 +DISTNAME= libidn-1.4 CATEGORIES= devel MASTER_SITES= ftp://alpha.gnu.org/pub/gnu/libidn/ \ http://josefsson.org/libidn/releases/ @@ -21,7 +21,7 @@ INFO_FILES= yes PKGCONFIG_OVERRIDE+= libidn.pc.in TEST_TARGET= check -#LICENSE= GPL3 LGPL2 +#LICENSE= gnu-gplv3 gnu-gplv2 gnu-lgplv21 .include "../../converters/libiconv/buildlink3.mk" .include "../../devel/gettext-lib/buildlink3.mk" diff --git a/devel/libidn/PLIST b/devel/libidn/PLIST index a5cd3f9a70b..52c09eab6f5 100644 --- a/devel/libidn/PLIST +++ b/devel/libidn/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.14 2007/11/29 16:54:00 wiz Exp $ +@comment $NetBSD: PLIST,v 1.15 2008/01/15 22:43:00 wiz Exp $ bin/idn include/idn-free.h include/idn-int.h @@ -58,11 +58,13 @@ man/man3/tld_get_4z.3 man/man3/tld_get_table.3 man/man3/tld_get_z.3 man/man3/tld_strerror.3 +share/locale/cs/LC_MESSAGES/libidn.mo share/locale/da/LC_MESSAGES/libidn.mo share/locale/de/LC_MESSAGES/libidn.mo share/locale/en@boldquot/LC_MESSAGES/libidn.mo share/locale/en@quot/LC_MESSAGES/libidn.mo share/locale/eo/LC_MESSAGES/libidn.mo +share/locale/fi/LC_MESSAGES/libidn.mo share/locale/fr/LC_MESSAGES/libidn.mo share/locale/it/LC_MESSAGES/libidn.mo share/locale/ja/LC_MESSAGES/libidn.mo diff --git a/devel/libidn/distinfo b/devel/libidn/distinfo index 9a70e6c7f88..c1b5442038b 100644 --- a/devel/libidn/distinfo +++ b/devel/libidn/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.28 2007/11/29 16:54:00 wiz Exp $ +$NetBSD: distinfo,v 1.29 2008/01/15 22:43:00 wiz Exp $ -SHA1 (libidn-1.2.tar.gz) = 1b419c1048b157f618e86a18123c480b2ed154c2 -RMD160 (libidn-1.2.tar.gz) = 98bccfe64b05144aa82dbbbb318be57f0010fc78 -Size (libidn-1.2.tar.gz) = 2431414 bytes +SHA1 (libidn-1.4.tar.gz) = 07428b5a9e3f536b38e454574b76529c52464b9c +RMD160 (libidn-1.4.tar.gz) = 55ee550099185e4053ab7bce271d4adb817cdd9e +Size (libidn-1.4.tar.gz) = 2458174 bytes SHA1 (patch-aa) = 412f1b609b81ade44c694f1a24f5b37d57c383c0 |