Date: Fri, 2 Apr 1999 09:53:26 -0600 (CST) From: adam@whizkidtech.net To: FreeBSD-gnats-submit@freebsd.org Subject: ports/10919: New port: libutf-8 Message-ID: <199904021553.JAA06803@whizkidtech.net>
next in thread | raw e-mail | index | archive | help
>Number: 10919 >Category: ports >Synopsis: libutf-8: an i18n library for Unicode encoding conversion (UCS-4 <-> UTF-8) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Apr 2 08:00:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: G. Adam Stanislav >Release: FreeBSD 3.1-RELEASE i386 >Organization: Whiz Kid Technomagic >Environment: >Description: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # libutf-8 # libutf-8/Makefile # libutf-8/pkg # libutf-8/pkg/COMMENT # libutf-8/pkg/DESCR # libutf-8/pkg/PLIST # libutf-8/files # libutf-8/files/md5 # echo c - libutf-8 mkdir -p libutf-8 > /dev/null 2>&1 echo x - libutf-8/Makefile sed 's/^X//' >libutf-8/Makefile << 'END-of-libutf-8/Makefile' X# New ports collection makefile for: libutf-8 X# Version required: 1.0 X# Date created: 1 April 1999 X# Whom: G. Adam Stanislav <adam@whizkidtech.net> X# X# $Id$ X# X XDISTNAME= libutf-8-1.0 XPKGNAME= libutf-8.1.0 XCATEGORIES= converters XMASTER_SITES= http://www.whizkidtech.net/fports/ ftp://ftp.whizkidtech.net/unix/ http://www.whizkidtech.net/ISO-8859-2/ X XMAINTAINER= adam@whizkidtech.net X XMAN3= libutf-8.3 fgetu8.3 fputu8.3 sgetu8.3 sputu8.3 X Xdo-install: X ${INSTALL_DATA} ${WRKSRC}/libutf-8.so.1 ${PREFIX}/lib X ln -fs ${PREFIX}/lib/libutf-8.so.1 ${PREFIX}/lib/libutf-8.so X ${INSTALL_DATA} ${WRKSRC}/utf-8.h ${PREFIX}/include X ln -fs ${PREFIX}/include/utf-8.h ${PREFIX}/../include/utf-8.h X.if !defined(NOPORTDOCS) X $(INSTALL_MAN) ${WRKSRC}/libutf-8.3 ${PREFIX}/man/man3 X $(INSTALL_MAN) ${WRKSRC}/fgetu8.3 ${PREFIX}/man/man3 X $(INSTALL_MAN) ${WRKSRC}/fputu8.3 ${PREFIX}/man/man3 X $(INSTALL_MAN) ${WRKSRC}/sgetu8.3 ${PREFIX}/man/man3 X $(INSTALL_MAN) ${WRKSRC}/sputu8.3 ${PREFIX}/man/man3 X.endif X Xpost-install: X ${LDCONFIG} -m ${PREFIX}/lib X X.include <bsd.port.mk> END-of-libutf-8/Makefile echo c - libutf-8/pkg mkdir -p libutf-8/pkg > /dev/null 2>&1 echo x - libutf-8/pkg/COMMENT sed 's/^X//' >libutf-8/pkg/COMMENT << 'END-of-libutf-8/pkg/COMMENT' XUnicode conversion routines between UCS-4 and UTF-8 END-of-libutf-8/pkg/COMMENT echo x - libutf-8/pkg/DESCR sed 's/^X//' >libutf-8/pkg/DESCR << 'END-of-libutf-8/pkg/DESCR' XA library of routines for the conversion between 31-bit Unicode values (UCS-4) Xand their 8-bit encoding (UTF-9) defined in RFC 2044. The routines can handle Xinput and output from/to files and memory. Useful for i18n programmers. X XG. Adam Stanislav Xadam@whizkidtech.net Xhttp://www.whizkidtech.net/ END-of-libutf-8/pkg/DESCR echo x - libutf-8/pkg/PLIST sed 's/^X//' >libutf-8/pkg/PLIST << 'END-of-libutf-8/pkg/PLIST' X../include/utf-8.h Xinclude/utf-8.h Xlib/libutf-8.so Xlib/libutf-8.so.1 X@exec /sbin/ldconfig -m %D/lib X@unexec /sbin/ldconfig -R END-of-libutf-8/pkg/PLIST echo c - libutf-8/files mkdir -p libutf-8/files > /dev/null 2>&1 echo x - libutf-8/files/md5 sed 's/^X//' >libutf-8/files/md5 << 'END-of-libutf-8/files/md5' XMD5 (libutf-8-1.0.tar.gz) = 349d87497e23227fea3bea15e8a8614d END-of-libutf-8/files/md5 exit >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199904021553.JAA06803>