summaryrefslogtreecommitdiff
path: root/devel/libidn
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2004-12-26 02:08:14 +0000
committerwiz <wiz@pkgsrc.org>2004-12-26 02:08:14 +0000
commit938262d424bbb313a81c75fa00f0529ba6f13a8c (patch)
treef8f9fe978dbbffbe38145af58bbd76df25ecc8dc /devel/libidn
parent8b2f04324bddb3f6f1af5a12e030243d08468f52 (diff)
downloadpkgsrc-938262d424bbb313a81c75fa00f0529ba6f13a8c.tar.gz
Update to 0.5.12:
* Version 0.5.12 (released 2004-12-04) ** Java code now support the XMPP NodePrep and ResourcePrep profiles. ** Bug fixes and improvements to Java code. The allowUnassigned flag is now respected properly. The prohibited code points check now works. Arguments are now checked. Convenience method with allowUnassigned set to false was added. ** Update getopt from gnulib. ** API and ABI is backwards compatible with the previous version. * Version 0.5.11 (released 2004-11-21) ** Fix formatting of man pages, based on warnings from Doclifter. ** Update of gnulib files to fix potential getopt problem on ELF systems. ** API and ABI is backwards compatible with the previous version. * Version 0.5.10 (released 2004-11-08) ** Libtool's -export-symbols-regex is now used to only export official APIs. Before, applications might accidentally access internal functions. Note that this is not supported on all platforms, so you must still make sure you are not using undocumented symbols in Libidn. ** API and ABI is backwards compatible with the previous version. * Version 0.5.9 (released 2004-11-07) ** Align GTK-DOC build infrastructure with GTK-DOC official recommendations. This mean that you can now browse the Libidn API manual using Devhelp. ** Update of gnulib files to fix potential problem in getopt on BSD. ** Documentation improvements. ** API and ABI is backwards compatible with the previous version. * Version 0.5.8 (released 2004-10-12) ** BidiMirroring-3.2.0.txt is now included, not only the generated source code. This allow builds to succeed after 'make realclean'. ** Generated files now have consistent 'DO NOT EDIT!' comments. ** API and ABI is backwards compatible with the previous version. * Version 0.5.7 (released 2004-10-12) ** Shared library version incremented, because new APIs were added. This was forgotten in the last release. ** French translation updated. ** Minor bug fixes. ** API and ABI is backwards compatible with the previous version. * Version 0.5.6 (released 2004-10-02) ** Added functions to convert return codes to human readable text. ** Now using GNULib in command line front end (src/) for portability code. See <http://www.gnu.org/software/gnulib/> for more information on GNULib. This should make the code easier to read and maintain. ** API and ABI is backwards compatible with the previous version. idna_strerror: ADD. pr29_strerror: ADD. punycode_strerror: ADD. stringprep_strerror: ADD. tld_strerror: ADD. TLD_NO_TLD: ADD. Replaces TLD_NOTLD. TLD_NOTLD: DEPRECATED. Use TLD_NO_TLD instead.
Diffstat (limited to 'devel/libidn')
-rw-r--r--devel/libidn/Makefile5
-rw-r--r--devel/libidn/PLIST7
-rw-r--r--devel/libidn/distinfo6
3 files changed, 11 insertions, 7 deletions
diff --git a/devel/libidn/Makefile b/devel/libidn/Makefile
index ae851b059bd..3d02d5b5870 100644
--- a/devel/libidn/Makefile
+++ b/devel/libidn/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2004/10/03 00:13:30 tv Exp $
+# $NetBSD: Makefile,v 1.11 2004/12/26 02:08:14 wiz Exp $
#
-DISTNAME= libidn-0.5.5
-PKGREVISION= 1
+DISTNAME= libidn-0.5.12
CATEGORIES= devel
MASTER_SITES= ftp://alpha.gnu.org/pub/gnu/libidn/ \
http://josefsson.org/libidn/releases/
diff --git a/devel/libidn/PLIST b/devel/libidn/PLIST
index e9a2c098342..5eed8521629 100644
--- a/devel/libidn/PLIST
+++ b/devel/libidn/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2004/09/22 08:09:27 jlam Exp $
+@comment $NetBSD: PLIST,v 1.7 2004/12/26 02:08:14 wiz Exp $
bin/idn
include/idn-free.h
include/idn-int.h
@@ -9,6 +9,7 @@ include/tld.h
lib/libidn.la
lib/pkgconfig/libidn.pc
man/man1/idn.1
+man/man3/idna_strerror.3
man/man3/idna_to_ascii_4i.3
man/man3/idna_to_ascii_4z.3
man/man3/idna_to_ascii_8z.3
@@ -22,8 +23,10 @@ man/man3/idna_to_unicode_lzlz.3
man/man3/pr29_4.3
man/man3/pr29_4z.3
man/man3/pr29_8z.3
+man/man3/pr29_strerror.3
man/man3/punycode_decode.3
man/man3/punycode_encode.3
+man/man3/punycode_strerror.3
man/man3/stringprep.3
man/man3/stringprep_4i.3
man/man3/stringprep_4zi.3
@@ -32,6 +35,7 @@ man/man3/stringprep_convert.3
man/man3/stringprep_locale_charset.3
man/man3/stringprep_locale_to_utf8.3
man/man3/stringprep_profile.3
+man/man3/stringprep_strerror.3
man/man3/stringprep_ucs4_nfkc_normalize.3
man/man3/stringprep_ucs4_to_utf8.3
man/man3/stringprep_unichar_to_utf8.3
@@ -50,3 +54,4 @@ man/man3/tld_get_4.3
man/man3/tld_get_4z.3
man/man3/tld_get_table.3
man/man3/tld_get_z.3
+man/man3/tld_strerror.3
diff --git a/devel/libidn/distinfo b/devel/libidn/distinfo
index 2add3f7f4cf..30e8cb37771 100644
--- a/devel/libidn/distinfo
+++ b/devel/libidn/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2004/09/20 23:35:50 wiz Exp $
+$NetBSD: distinfo,v 1.5 2004/12/26 02:08:14 wiz Exp $
-SHA1 (libidn-0.5.5.tar.gz) = 29ea958ed2d4cdf7008ab4780c7ae2c2f74d2bb3
-Size (libidn-0.5.5.tar.gz) = 1876654 bytes
+SHA1 (libidn-0.5.12.tar.gz) = 8ce924b01431092060bf71a60ab7c6b8b9d7cfdd
+Size (libidn-0.5.12.tar.gz) = 1959345 bytes
SHA1 (patch-aa) = 11c4e8ce2f0328c06a848a0295f6511ee2a98f71