diff options
author | rh <rh@pkgsrc.org> | 2001-01-01 17:29:20 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2001-01-01 17:29:20 +0000 |
commit | 01f9d8d7f244b96681d82dc6772795a0323af294 (patch) | |
tree | 6e53a70ca68ef1808ac65793a639c8316830485f /converters | |
parent | d00ee400d7c73ae4a1dd3de12a8848e9f7679f07 (diff) | |
download | pkgsrc-01f9d8d7f244b96681d82dc6772795a0323af294.tar.gz |
Initial import of libiconv-1.5, a character conversion library.
Diffstat (limited to 'converters')
-rw-r--r-- | converters/libiconv/Makefile | 17 | ||||
-rw-r--r-- | converters/libiconv/files/md5 | 3 | ||||
-rw-r--r-- | converters/libiconv/files/patch-sum | 3 | ||||
-rw-r--r-- | converters/libiconv/patches/patch-aa | 13 | ||||
-rw-r--r-- | converters/libiconv/pkg/COMMENT | 1 | ||||
-rw-r--r-- | converters/libiconv/pkg/DESCR | 14 | ||||
-rw-r--r-- | converters/libiconv/pkg/PLIST | 15 |
7 files changed, 66 insertions, 0 deletions
diff --git a/converters/libiconv/Makefile b/converters/libiconv/Makefile new file mode 100644 index 00000000000..bed6b31bef0 --- /dev/null +++ b/converters/libiconv/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/01/01 17:29:20 rh Exp $ +# + +DISTNAME= libiconv-1.5 +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 + +GNU_CONFIGURE= YES +USE_GMAKE= YES +USE_LIBTOOL= YES +LTCONFIG_OVERRIDE+= ${WRKSRC}/autoconf/ltconfig +LTCONFIG_OVERRIDE+= ${WRKSRC}/libcharset/autoconf/ltconfig + +.include "../../mk/bsd.pkg.mk" diff --git a/converters/libiconv/files/md5 b/converters/libiconv/files/md5 new file mode 100644 index 00000000000..71eb1fa8b3c --- /dev/null +++ b/converters/libiconv/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2001/01/01 17:29:20 rh Exp $ + +MD5 (libiconv-1.5.tar.gz) = c79736819b0e88d887045719549809c3 diff --git a/converters/libiconv/files/patch-sum b/converters/libiconv/files/patch-sum new file mode 100644 index 00000000000..315214e1c8b --- /dev/null +++ b/converters/libiconv/files/patch-sum @@ -0,0 +1,3 @@ +$NetBSD: patch-sum,v 1.1.1.1 2001/01/01 17:29:20 rh Exp $ + +MD5 (patch-aa) = 4d5a9cbe00cc0cc9147c54819c0b9a20 diff --git a/converters/libiconv/patches/patch-aa b/converters/libiconv/patches/patch-aa new file mode 100644 index 00000000000..7082f1f77b2 --- /dev/null +++ b/converters/libiconv/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1.1.1 2001/01/01 17:29:20 rh Exp $ + +--- libcharset/lib/config.charset.orig Sun Dec 10 18:07:10 2000 ++++ libcharset/lib/config.charset +@@ -204,7 +204,7 @@ + #echo "sun_eu_greek ?" # what is this? + echo "UTF-8 UTF-8" + ;; +- freebsd*) ++ *bsd*) + # FreeBSD 3.3 doesn't have nl_langinfo(CODESET); therefore + # localcharset.c falls back to using the full locale name + # from the environment variables. diff --git a/converters/libiconv/pkg/COMMENT b/converters/libiconv/pkg/COMMENT new file mode 100644 index 00000000000..83490d707f1 --- /dev/null +++ b/converters/libiconv/pkg/COMMENT @@ -0,0 +1 @@ +character set conversion library diff --git a/converters/libiconv/pkg/DESCR b/converters/libiconv/pkg/DESCR new file mode 100644 index 00000000000..f76a104ce76 --- /dev/null +++ b/converters/libiconv/pkg/DESCR @@ -0,0 +1,14 @@ + Libiconv is a character set conversion library that provides an iconv() +implementation for use on systems which don't have one, or whose +implementation cannot convert from/to Unicode. + + It provides support for many encodings and can convert from any of +these encodings to any other, through Unicode conversion. + + It has also some limited support for transliteration, i.e. when a character +cannot be represented in the target character set, it can be approximated +through one or several similarly looking characters. Transliteration is +activated when "//TRANSLIT" is appended to the target encoding name. + + libiconv is for you if your application needs to support multiple character +encodings, but that support lacks from your system. diff --git a/converters/libiconv/pkg/PLIST b/converters/libiconv/pkg/PLIST new file mode 100644 index 00000000000..79afb9401b9 --- /dev/null +++ b/converters/libiconv/pkg/PLIST @@ -0,0 +1,15 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/01/01 17:29:20 rh Exp $ +bin/iconv +include/iconv.h +include/libcharset.h +lib/charset.alias +lib/libcharset.a +lib/libcharset.la +lib/libcharset.so.1.0 +lib/libiconv.a +lib/libiconv.la +lib/libiconv.so.2.2 +man/man1/iconv.1 +man/man3/iconv.3 +man/man3/iconv_close.3 +man/man3/iconv_open.3 |