Initial import of libiconv-1.5, a character conversion library.
This commit is contained in:
parent
d00ee400d7
commit
01f9d8d7f2
7 changed files with 66 additions and 0 deletions
17
converters/libiconv/Makefile
Normal file
17
converters/libiconv/Makefile
Normal file
|
@ -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"
|
3
converters/libiconv/files/md5
Normal file
3
converters/libiconv/files/md5
Normal file
|
@ -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
|
3
converters/libiconv/files/patch-sum
Normal file
3
converters/libiconv/files/patch-sum
Normal file
|
@ -0,0 +1,3 @@
|
|||
$NetBSD: patch-sum,v 1.1.1.1 2001/01/01 17:29:20 rh Exp $
|
||||
|
||||
MD5 (patch-aa) = 4d5a9cbe00cc0cc9147c54819c0b9a20
|
13
converters/libiconv/patches/patch-aa
Normal file
13
converters/libiconv/patches/patch-aa
Normal file
|
@ -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.
|
1
converters/libiconv/pkg/COMMENT
Normal file
1
converters/libiconv/pkg/COMMENT
Normal file
|
@ -0,0 +1 @@
|
|||
character set conversion library
|
14
converters/libiconv/pkg/DESCR
Normal file
14
converters/libiconv/pkg/DESCR
Normal file
|
@ -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.
|
15
converters/libiconv/pkg/PLIST
Normal file
15
converters/libiconv/pkg/PLIST
Normal file
|
@ -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
|
Loading…
Reference in a new issue