diff options
author | drochner <drochner@pkgsrc.org> | 2001-10-30 17:41:19 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2001-10-30 17:41:19 +0000 |
commit | a59bbaa4063056aed5c8f3eda2836933e1075c05 (patch) | |
tree | a874d26850c32cf298a3e60f5a440893e2b43ebf /converters | |
parent | 5911882bd7b880920265cad46cb9701f70c2dfeb (diff) | |
download | pkgsrc-a59bbaa4063056aed5c8f3eda2836933e1075c05.tar.gz |
update to 1.7
changes:
* Added UTF-32, UTF-32BE, UTF-32LE converters.
* Changed CP1255, CP1258 and TCVN converters to handle combining characters.
* Changed EUC-JP, SHIFT-JIS, CP932, ISO-2022-JP, ISO-2022-JP-2, ISO-2022-JP-1
converters to use fullwidth Yen sign instead of halfwidth Yen sign, and
fullwidth tilde instead of halfwidth tilde.
* Upgraded EUC-TW, ISO-2022-CN, ISO-2022-CN-EXT converters to Unicode 3.1.
* Changed the GB18030 converter to not reject unassigned and private-use
Unicode characters.
* Fixed a bug in the byte order mark treatment of the UCS-4 decoder.
* The manual pages are now distributed also in HTML format.
Diffstat (limited to 'converters')
-rw-r--r-- | converters/libiconv/Makefile | 10 | ||||
-rw-r--r-- | converters/libiconv/distinfo | 7 | ||||
-rw-r--r-- | converters/libiconv/patches/patch-ac | 15 | ||||
-rw-r--r-- | converters/libiconv/pkg/PLIST | 4 | ||||
-rw-r--r-- | converters/libiconv/pkg/PLIST.SunOS | 4 |
5 files changed, 28 insertions, 12 deletions
diff --git a/converters/libiconv/Makefile b/converters/libiconv/Makefile index 61519c1bde8..4364e025e27 100644 --- a/converters/libiconv/Makefile +++ b/converters/libiconv/Makefile @@ -1,20 +1,20 @@ -# $NetBSD: Makefile,v 1.5 2001/06/20 07:28:09 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2001/10/30 17:41:19 drochner Exp $ # -DISTNAME= libiconv-1.6.1 +DISTNAME= libiconv-1.7 CATEGORIES= converters MASTER_SITES= ftp://ftp.ilog.fr/pub/Users/haible/gnu/ MAINTAINER= rh@netbsd.org -HOMEPAGE= http://clisp.cons.org/~haible/packages-libiconv.html +HOMEPAGE= http://www.gnu.org/software/libiconv/ COMMENT= character set conversion library USE_BUILDLINK_ONLY= YES GNU_CONFIGURE= YES USE_GMAKE= YES USE_LIBTOOL= YES -LTCONFIG_OVERRIDE+= ${WRKSRC}/autoconf/ltconfig -LTCONFIG_OVERRIDE+= ${WRKSRC}/libcharset/autoconf/ltconfig +LIBTOOL_OVERRIDE+= ${WRKSRC}/libtool +LIBTOOL_OVERRIDE+= ${WRKSRC}/libcharset/libtool .include "../../mk/bsd.prefs.mk" diff --git a/converters/libiconv/distinfo b/converters/libiconv/distinfo index 43f6b63aaa7..b179ac8305a 100644 --- a/converters/libiconv/distinfo +++ b/converters/libiconv/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.3 2001/05/14 12:14:47 rh Exp $ +$NetBSD: distinfo,v 1.4 2001/10/30 17:41:20 drochner Exp $ -SHA1 (libiconv-1.6.1.tar.gz) = 259abcc264a64873204714a8342fe085b6f34ac9 -Size (libiconv-1.6.1.tar.gz) = 2312409 bytes +SHA1 (libiconv-1.7.tar.gz) = 14232820739d778e0cdbe3aa647aa7ce6ff4d101 +Size (libiconv-1.7.tar.gz) = 2941046 bytes SHA1 (patch-aa) = b170180c457a14276ebc96f73ef9573fb7944e6f SHA1 (patch-ab) = 4859358c291ee59c85fc9e9090e7c6505817bcb4 +SHA1 (patch-ac) = 6896d58b242f4c08887061ddf3217bd9b291c895 diff --git a/converters/libiconv/patches/patch-ac b/converters/libiconv/patches/patch-ac new file mode 100644 index 00000000000..2953b9758b0 --- /dev/null +++ b/converters/libiconv/patches/patch-ac @@ -0,0 +1,15 @@ +$NetBSD: patch-ac,v 1.1 2001/10/30 17:41:20 drochner Exp $ + +--- man/Makefile.in.orig Tue Oct 30 18:02:20 2001 ++++ man/Makefile.in Tue Oct 30 18:06:26 2001 +@@ -35,10 +35,6 @@ + cd $(srcdir) && for f in *.1 ; do echo $(INSTALL_DATA) $$f $(DESTDIR)$(mandir)/man1/$$f ; $(INSTALL_DATA) $$f $(DESTDIR)$(mandir)/man1/$$f ; done + if [ ! -d $(DESTDIR)$(mandir)/man3 ] ; then mkdir $(DESTDIR)$(mandir)/man3 ; fi + cd $(srcdir) && for f in *.3 ; do echo $(INSTALL_DATA) $$f $(DESTDIR)$(mandir)/man3/$$f ; $(INSTALL_DATA) $$f $(DESTDIR)$(mandir)/man3/$$f ; done +- if [ ! -d $(DESTDIR)$(prefix)/doc ] ; then mkdir $(DESTDIR)$(prefix)/doc ; fi +- if [ ! -d $(DESTDIR)$(docdir) ] ; then mkdir $(DESTDIR)$(docdir) ; fi +- if [ ! -d $(DESTDIR)$(htmldir) ] ; then mkdir $(DESTDIR)$(htmldir) ; fi +- cd $(srcdir) && for f in *.html ; do echo $(INSTALL_DATA) $$f $(DESTDIR)$(htmldir)/$$f ; $(INSTALL_DATA) $$f $(DESTDIR)$(htmldir)/$$f ; done + + installdirs : force + if [ ! -d $(DESTDIR)$(prefix) ] ; then mkdir $(DESTDIR)$(prefix) ; fi diff --git a/converters/libiconv/pkg/PLIST b/converters/libiconv/pkg/PLIST index 82f10fe8088..0282811ddb9 100644 --- a/converters/libiconv/pkg/PLIST +++ b/converters/libiconv/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2001/05/14 12:14:48 rh Exp $ +@comment $NetBSD: PLIST,v 1.4 2001/10/30 17:41:21 drochner Exp $ bin/iconv include/iconv.h include/libcharset.h @@ -12,7 +12,7 @@ lib/libiconv.a lib/libiconv.la lib/libiconv.so lib/libiconv.so.2 -lib/libiconv.so.2.3 +lib/libiconv.so.2.4 man/man1/iconv.1 man/man3/iconv.3 man/man3/iconv_close.3 diff --git a/converters/libiconv/pkg/PLIST.SunOS b/converters/libiconv/pkg/PLIST.SunOS index 02fee5274c8..c5a3ae56e64 100644 --- a/converters/libiconv/pkg/PLIST.SunOS +++ b/converters/libiconv/pkg/PLIST.SunOS @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST.SunOS,v 1.2 2001/05/14 12:14:48 rh Exp $ +@comment $NetBSD: PLIST.SunOS,v 1.3 2001/10/30 17:41:21 drochner Exp $ bin/iconv include/iconv.h include/libcharset.h @@ -12,7 +12,7 @@ lib/libiconv.a lib/libiconv.la lib/libiconv.so lib/libiconv.so.2 -lib/libiconv.so.2.3 +lib/libiconv.so.2.4 lib/libiconv_plug.so man/man1/iconv.1 man/man3/iconv.3 |