1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

add utf8conv

Convert hexadecimal Unicode character values to UTF-8
This commit is contained in:
Ying-Chieh Liao 2001-07-30 17:37:26 +00:00
parent a05795c77e
commit 296c381b70
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=45633
6 changed files with 31 additions and 0 deletions

View File

@ -43,6 +43,7 @@
SUBDIR += trans
SUBDIR += tuc
SUBDIR += unix2dos
SUBDIR += utf8conv
SUBDIR += uudeview
SUBDIR += uudx
SUBDIR += uulib

View File

@ -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 <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (utf8conv-1.0.1.tar.gz) = 1687031b756ab14d00c722dffac15abd

View File

@ -0,0 +1 @@
Convert hexadecimal Unicode character values to UTF-8

View File

@ -0,0 +1 @@
Convert hexadecimal Unicode character values to UTF-8

View File

@ -0,0 +1 @@
bin/utf8conv