From 296c381b708db53914e30f5ccffd28ba78cab7c3 Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Mon, 30 Jul 2001 17:37:26 +0000 Subject: add utf8conv Convert hexadecimal Unicode character values to UTF-8 --- converters/Makefile | 1 + converters/utf8conv/Makefile | 26 ++++++++++++++++++++++++++ converters/utf8conv/distinfo | 1 + converters/utf8conv/pkg-comment | 1 + converters/utf8conv/pkg-descr | 1 + converters/utf8conv/pkg-plist | 1 + 6 files changed, 31 insertions(+) create mode 100644 converters/utf8conv/Makefile create mode 100644 converters/utf8conv/distinfo create mode 100644 converters/utf8conv/pkg-comment create mode 100644 converters/utf8conv/pkg-descr create mode 100644 converters/utf8conv/pkg-plist (limited to 'converters') diff --git a/converters/Makefile b/converters/Makefile index 37666e3e42f5..ec51868e4a5c 100644 --- a/converters/Makefile +++ b/converters/Makefile @@ -43,6 +43,7 @@ SUBDIR += trans SUBDIR += tuc SUBDIR += unix2dos + SUBDIR += utf8conv SUBDIR += uudeview SUBDIR += uudx SUBDIR += uulib diff --git a/converters/utf8conv/Makefile b/converters/utf8conv/Makefile new file mode 100644 index 000000000000..2ba322dc17bb --- /dev/null +++ b/converters/utf8conv/Makefile @@ -0,0 +1,26 @@ +# ex:ts=8 +# New ports collection makefile for: utf8conv +# Date created: Jul 30, 2001 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= utf8conv +PORTVERSION= 1.0.1 +CATEGORIES= converters +MASTER_SITES= http://www.fibrespeed.net/~mbabcock/code/ + +MAINTAINER= ports@FreeBSD.org + +WRKSRC= ${WRKDIR}/${PORTNAME}-1.0 +ALL_TARGET= ${PORTNAME} + +post-patch: + @${PERL} -pi -e "s,^CC,#CC,g ; \ + s,^CFLAGS,#CFLAGS,g" ${WRKSRC}/Makefile + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/utf8conv ${PREFIX}/bin + +.include diff --git a/converters/utf8conv/distinfo b/converters/utf8conv/distinfo new file mode 100644 index 000000000000..83e048826643 --- /dev/null +++ b/converters/utf8conv/distinfo @@ -0,0 +1 @@ +MD5 (utf8conv-1.0.1.tar.gz) = 1687031b756ab14d00c722dffac15abd diff --git a/converters/utf8conv/pkg-comment b/converters/utf8conv/pkg-comment new file mode 100644 index 000000000000..9d7230382852 --- /dev/null +++ b/converters/utf8conv/pkg-comment @@ -0,0 +1 @@ +Convert hexadecimal Unicode character values to UTF-8 diff --git a/converters/utf8conv/pkg-descr b/converters/utf8conv/pkg-descr new file mode 100644 index 000000000000..9d7230382852 --- /dev/null +++ b/converters/utf8conv/pkg-descr @@ -0,0 +1 @@ +Convert hexadecimal Unicode character values to UTF-8 diff --git a/converters/utf8conv/pkg-plist b/converters/utf8conv/pkg-plist new file mode 100644 index 000000000000..c2773029fad0 --- /dev/null +++ b/converters/utf8conv/pkg-plist @@ -0,0 +1 @@ +bin/utf8conv -- cgit v1.2.3