summaryrefslogtreecommitdiff
path: root/sysutils/uniutils
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/uniutils')
-rw-r--r--sysutils/uniutils/Makefile46
-rw-r--r--sysutils/uniutils/distinfo3
-rw-r--r--sysutils/uniutils/files/patch-utf8lookup11
-rw-r--r--sysutils/uniutils/pkg-descr23
-rw-r--r--sysutils/uniutils/pkg-plist14
5 files changed, 0 insertions, 97 deletions
diff --git a/sysutils/uniutils/Makefile b/sysutils/uniutils/Makefile
deleted file mode 100644
index 95f61ebb6127..000000000000
--- a/sysutils/uniutils/Makefile
+++ /dev/null
@@ -1,46 +0,0 @@
-# New ports collection makefile for: unidesc
-# Date created: Sun 15 May 2005
-# Whom: thierry@pompo.net
-#
-# $FreeBSD$
-#
-
-PORTNAME= unidesc
-PORTVERSION= 2.16
-CATEGORIES= sysutils textproc
-MASTER_SITES= http://billposer.org/Software/Downloads/
-DISTNAME= ${PORTNAME}
-EXTRACT_SUFX= .tgz
-DIST_SUBDIR= ${PORTNAME}-${PORTVERSION}
-
-MAINTAINER= thierry@FreeBSD.org
-COMMENT= Unicode Description Utilities
-
-RUN_DEPENDS= ascii2binary:${PORTSDIR}/converters/ascii2binary
-
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
- LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" \
- LIBS="-lintl"
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-USE_GETTEXT= yes
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-
-TESTFILES= Test1.ann Test1.u Test2.ann Test2.u Test3.ann Test3.u \
- Test4.ann Test4.u
-PORTDOCS= AUTHORS NEWS README
-
-MAN1= unidesc.1 uniname.1 ExplicateUTF8.1 unihist.1
-
-pre-configure:
- @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/Makefile.in
- @${REINPLACE_CMD} -e 's|TestData|${EXAMPLESDIR}|' ${WRKSRC}/README
-
-post-install:
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR} ${EXAMPLESDIR}
- ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
- ${INSTALL_DATA} ${TESTFILES:S|^|${WRKSRC}/TestData/|} ${EXAMPLESDIR}
-.endif
-
-.include <bsd.port.mk>
diff --git a/sysutils/uniutils/distinfo b/sysutils/uniutils/distinfo
deleted file mode 100644
index 915bbd0c7ad5..000000000000
--- a/sysutils/uniutils/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (unidesc-2.16/unidesc.tgz) = ded55747869a89e3f48fc1b842ae0569
-SHA256 (unidesc-2.16/unidesc.tgz) = 23b839d10922b8c0672bf2dcbb5e7d2c51e9f5ff128af851859aee3226002a55
-SIZE (unidesc-2.16/unidesc.tgz) = 235722
diff --git a/sysutils/uniutils/files/patch-utf8lookup b/sysutils/uniutils/files/patch-utf8lookup
deleted file mode 100644
index 556a3cb5dadc..000000000000
--- a/sysutils/uniutils/files/patch-utf8lookup
+++ /dev/null
@@ -1,11 +0,0 @@
---- utf8lookup.orig Sun Jan 29 21:43:23 2006
-+++ utf8lookup Tue Jan 31 00:11:48 2006
-@@ -10,7 +10,7 @@
- #
- echo 0x$1 | # feed command-line argument to ascii2binary's stdin
- ascii2binary -t ui | # convert text to unsigned integer
--iconv -f utf32 -t utf8 | # convert utf-32 to utf-8 encoding
-+iconv -f ucs-4le -t utf-8 | # convert utf-32 to utf-8 encoding
- uniname -b -c -e -g # feed to uniname, suppressing byte and character offsets,
- # UTF-8 encoding, and glyph
-
diff --git a/sysutils/uniutils/pkg-descr b/sysutils/uniutils/pkg-descr
deleted file mode 100644
index 08381b35c444..000000000000
--- a/sysutils/uniutils/pkg-descr
+++ /dev/null
@@ -1,23 +0,0 @@
-Unidesc consists of four programs for finding out what is in a Unicode file.
-They are useful when working with Unicode files when one doesn't know the
-writing system, doesn't have the necessary font, needs to inspect invisible
-characters, needs to find out whether characters have been combined or in what
-order they occur, or needs statistics on which characters occur.
-
-uniname defaults to printing the character offset of each character, its byte
-offset, its hex code value, its encoding, the glyph itself, and its name.
-
-unidesc reports the character ranges to which different portions of the text
-belong. It can also be used to identify Unicode encodings (e.g. UTF-16be)
-flagged by magic numbers.
-
-unihist generates a histogram of the characters in its input, which must be
-encoded in UTF-8 Unicode. By default, for each character it prints the
-frequency of the character as a percentage of the total, the absolute number of
-tokens in the input, the UTF-32 code in hexadecimal, and, if the character is
-displayable, the glyph itself as UTF-8 Unicode.
-
-ExplicateUTF8 is intended for debugging or for learning about Unicode. It
-determines and explains the validity of a sequence of bytes as a UTF8 encoding.
-
-WWW: http://billposer.org/Software/unidesc.html
diff --git a/sysutils/uniutils/pkg-plist b/sysutils/uniutils/pkg-plist
deleted file mode 100644
index 010a23b5ea2c..000000000000
--- a/sysutils/uniutils/pkg-plist
+++ /dev/null
@@ -1,14 +0,0 @@
-bin/ExplicateUTF8
-bin/unidesc
-bin/unihist
-bin/uniname
-bin/utf8lookup
-%%PORTDOCS%%%%EXAMPLESDIR%%/Test1.ann
-%%PORTDOCS%%%%EXAMPLESDIR%%/Test1.u
-%%PORTDOCS%%%%EXAMPLESDIR%%/Test2.ann
-%%PORTDOCS%%%%EXAMPLESDIR%%/Test2.u
-%%PORTDOCS%%%%EXAMPLESDIR%%/Test3.ann
-%%PORTDOCS%%%%EXAMPLESDIR%%/Test3.u
-%%PORTDOCS%%%%EXAMPLESDIR%%/Test4.ann
-%%PORTDOCS%%%%EXAMPLESDIR%%/Test4.u
-%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%