diff options
Diffstat (limited to 'textproc/libguess')
| -rw-r--r-- | textproc/libguess/Makefile | 25 | ||||
| -rw-r--r-- | textproc/libguess/distinfo | 2 | ||||
| -rw-r--r-- | textproc/libguess/pkg-descr | 11 | ||||
| -rw-r--r-- | textproc/libguess/pkg-plist | 5 |
4 files changed, 0 insertions, 43 deletions
diff --git a/textproc/libguess/Makefile b/textproc/libguess/Makefile deleted file mode 100644 index c2b51fbb174c..000000000000 --- a/textproc/libguess/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# Created by: William Grzybowski <wg@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= libguess -PORTVERSION= 1.1 -CATEGORIES= textproc devel -MASTER_SITES= http://distfiles.atheme.org/ - -MAINTAINER= wg@FreeBSD.org -COMMENT= High-speed character set detection library - -BROKEN= unfetchable -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2020-05-05 - -LIB_DEPENDS= libmowgli.so:devel/libmowgli - -USES= gmake pathfix pkgconfig -PATHFIX_MAKEFILEIN= Makefile -GNU_CONFIGURE= yes -USE_LDCONFIG= yes - -MAKE_ARGS+= PREFIX="${STAGEDIR}${PREFIX}" - -.include <bsd.port.mk> diff --git a/textproc/libguess/distinfo b/textproc/libguess/distinfo deleted file mode 100644 index 5190d2cc6dd1..000000000000 --- a/textproc/libguess/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (libguess-1.1.tar.gz) = e3c9ad3102c9447c591131674135795fb012e073d92e887a2b05c9bbbcbe913f -SIZE (libguess-1.1.tar.gz) = 95349 diff --git a/textproc/libguess/pkg-descr b/textproc/libguess/pkg-descr deleted file mode 100644 index 939d20ee25a9..000000000000 --- a/textproc/libguess/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -A high-speed character set detection library. - -libguess employs discrete-finite automata to deduce the character set -of the input buffer. The advantage of this is that all character sets -can be checked in parallel, and quickly. Right now, libguess passes a -byte to each DFA on the same pass, meaning that the winning character -set can be deduced as efficiently as possible. - -libguess is fully reentrant, using only local stack memory for DFA operations. - -WWW: http://www.atheme.org/project/libguess diff --git a/textproc/libguess/pkg-plist b/textproc/libguess/pkg-plist deleted file mode 100644 index cd85229efcf9..000000000000 --- a/textproc/libguess/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -lib/libguess.so.1.0.0 -libdata/pkgconfig/libguess.pc -lib/libguess.so.1 -lib/libguess.so -include/libguess/libguess.h |
