Initial import of libiconv-1.5, a character conversion library.

This commit is contained in:
rh 2001-01-01 17:29:20 +00:00
parent d00ee400d7
commit 01f9d8d7f2
7 changed files with 66 additions and 0 deletions

View 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"

View 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

View 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

View 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.

View file

@ -0,0 +1 @@
character set conversion library

View 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.

View 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