diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 2 | ||||
-rw-r--r-- | textproc/ant-xinclude-task/Makefile | 41 | ||||
-rw-r--r-- | textproc/ant-xinclude-task/distinfo | 2 | ||||
-rw-r--r-- | textproc/ant-xinclude-task/files/patch-build.xml | 11 | ||||
-rw-r--r-- | textproc/ant-xinclude-task/pkg-descr | 8 | ||||
-rw-r--r-- | textproc/bomstrip/Makefile | 30 | ||||
-rw-r--r-- | textproc/bomstrip/distinfo | 6 | ||||
-rw-r--r-- | textproc/bomstrip/pkg-descr | 19 | ||||
-rw-r--r-- | textproc/bomstrip/pkg-plist | 48 |
9 files changed, 0 insertions, 167 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 6fccf0d4be85..4ce3db74a7a8 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -34,7 +34,6 @@ SUBDIR += am-aspell SUBDIR += amberfish SUBDIR += ansifilter - SUBDIR += ant-xinclude-task SUBDIR += antiword SUBDIR += apache-poi SUBDIR += apache-solr @@ -65,7 +64,6 @@ SUBDIR += bibtool SUBDIR += bibutils SUBDIR += bn-aspell - SUBDIR += bomstrip SUBDIR += br-aspell SUBDIR += bsddiff SUBDIR += bsdgrep diff --git a/textproc/ant-xinclude-task/Makefile b/textproc/ant-xinclude-task/Makefile deleted file mode 100644 index a6578b3ea522..000000000000 --- a/textproc/ant-xinclude-task/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# Created by: Ernst de Haan <znerd@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= xinclude-task -PORTVERSION= 0.2 -PORTREVISION= 2 -CATEGORIES= textproc java -MASTER_SITES= http://people.freebsd.org/~znerd/xinclude-task/ -PKGNAMEPREFIX= ant- - -MAINTAINER= ports@FreeBSD.org -COMMENT= XInclude task for Jakarta Ant - -LICENSE= NONE - -DEPRECATED= unknown license -EXPIRATION_DATE= 2018-08-15 - -BUILD_DEPENDS= ${JAVALIBDIR}/xincluder.jar:textproc/xincluder - -USE_JAVA= yes -JAVA_VERSION= 1.6+ -USE_ANT= yes -NO_ARCH= yes - -ALL_TARGET= jar apidocs -PORTDOCS= * -MAKE_ENV= CLASSPATH=${JAVALIBDIR}/xincluder.jar - -PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar - -OPTIONS_DEFINE= DOCS - -do-install: - @${MKDIR} ${JAVAJARDIR} - ${INSTALL_DATA} ${WRKSRC}/build/${PORTNAME}.jar ${STAGEDIR}${JAVAJARDIR}/ - -do-install-DOCS-on: - cd ${WRKSRC}/build/apidocs && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} - -.include <bsd.port.mk> diff --git a/textproc/ant-xinclude-task/distinfo b/textproc/ant-xinclude-task/distinfo deleted file mode 100644 index 2349929bfdb8..000000000000 --- a/textproc/ant-xinclude-task/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xinclude-task-0.2.tar.gz) = e630714c489d5f980851531abc208802a3c79269d1e7a1c2c48a33ed15ee52d0 -SIZE (xinclude-task-0.2.tar.gz) = 4721 diff --git a/textproc/ant-xinclude-task/files/patch-build.xml b/textproc/ant-xinclude-task/files/patch-build.xml deleted file mode 100644 index cad9ec612cb0..000000000000 --- a/textproc/ant-xinclude-task/files/patch-build.xml +++ /dev/null @@ -1,11 +0,0 @@ ---- build.xml.orig 2003-09-17 10:03:21 UTC -+++ build.xml -@@ -144,8 +144,6 @@ - windowtitle="${javadoc.title}" - doctitle="${javadoc.title}" - bottom="${javadoc.footer}"> -- <link href="http://java.sun.com/j2se/${java.specification.version}/docs/api" /> -- <link href="http://people.FreeBSD.org/~znerd/ant15-apidocs" /> - </javadoc> - </target> - diff --git a/textproc/ant-xinclude-task/pkg-descr b/textproc/ant-xinclude-task/pkg-descr deleted file mode 100644 index 095147ad1770..000000000000 --- a/textproc/ant-xinclude-task/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -XInclude task for Jakarta Ant. The Ant XInclude task allows Ant -build files to apply XInclude processing to XML files. It is -based on the XInclude processor developed by Elliotte Rusty -Harold. You need the xincluder.jar file for the XInclude task to -work properly. Please put this JAR in your CLASSPATH along with -the xinclude-task JAR file. - -WWW: https://people.freebsd.org/~znerd/xinclude-task/ diff --git a/textproc/bomstrip/Makefile b/textproc/bomstrip/Makefile deleted file mode 100644 index 2a0871f20ed7..000000000000 --- a/textproc/bomstrip/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# Created by: Peter Pentchev <roam@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= bomstrip -PORTVERSION= 9 -PORTREVISION= 1 -CATEGORIES= textproc -MASTER_SITES= http://www.ueber.net/who/mjl/projects/bomstrip/files/:main \ - http://devel.ringlet.net/textproc/bomstrip/:ringlet -DISTFILES= ${DISTNAME}.tgz:main,ringlet \ - ${DISTNAME}-roam-02-extra-files.tar.gz:ringlet - -PATCHFILES= ${DISTNAME}-roam-02.patch -PATCH_SITES= http://devel.ringlet.net/textproc/bomstrip/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Strip Byte-Order Marks (BOM) from UTF-8 text - -LICENSE= NONE - -DEPRECATED= unknown license -EXPIRATION_DATE= 2018-08-15 - -USES= gmake -MAKE_ENV= INSTALL_PROGRAM="${INSTALL_PROGRAM}" \ - INSTALL_SCRIPT="${INSTALL_SCRIPT}" \ - INSTALL_DATA="${INSTALL_DATA}" \ - STRIP="" - -.include <bsd.port.mk> diff --git a/textproc/bomstrip/distinfo b/textproc/bomstrip/distinfo deleted file mode 100644 index 4d2266316b17..000000000000 --- a/textproc/bomstrip/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -SHA256 (bomstrip-9.tgz) = fa46615bf80ddf5b4202c283b23c50107e023f974404f1662536255cf447a623 -SIZE (bomstrip-9.tgz) = 7276 -SHA256 (bomstrip-9-roam-02-extra-files.tar.gz) = 3aa9fd8af6042fd8f3e9629eaf1215ef1a8de4b66ec22aeb5c0dd9566e7fde12 -SIZE (bomstrip-9-roam-02-extra-files.tar.gz) = 509 -SHA256 (bomstrip-9-roam-02.patch) = 9a4a20c2aff5915375b2d74cbada4eac7ac28f6ffd1836cf1d98ad91563c247c -SIZE (bomstrip-9-roam-02.patch) = 11092 diff --git a/textproc/bomstrip/pkg-descr b/textproc/bomstrip/pkg-descr deleted file mode 100644 index dbd9b94beb48..000000000000 --- a/textproc/bomstrip/pkg-descr +++ /dev/null @@ -1,19 +0,0 @@ -Bomstrip is a very simple tool that removes BOM's (byte-order-marks) -from utf-8 files. Actually, it is a set of tools that all do the same -thing, but - for added entertainment value - in multiple programming -languages (python, c, java, brainfuck, ook!, perl, sed, postscript, -pascal, unlambda, limbo, haskell, ocaml, php, ruby). You want to always -have this tool within hand-reach, no matter where you are and which -compilers/interpreters you keep close to you. - -Each tool reads from stdin and writes to stdout. It accepts no options -or arguments. It never writes into files directly. All files are public -domain. It exists for the purpose of noting how stupid BOM's in utf-8 -files are. - -Oh, in case you didn't know yet: utf-8 does not have byte-ordering -issues, so there is absolutely no need to have three bytes (the -utf-8-BOM) that do not say anything about the byte-order (since there -is nothing to say). - -WWW: https://www.ueber.net/who/mjl/projects/bomstrip/ diff --git a/textproc/bomstrip/pkg-plist b/textproc/bomstrip/pkg-plist deleted file mode 100644 index 4b26dcd075dc..000000000000 --- a/textproc/bomstrip/pkg-plist +++ /dev/null @@ -1,48 +0,0 @@ -bin/bomstrip -bin/bomstrip-files -man/man1/bomstrip.1.gz -man/man1/bomstrip-files.1.gz -%%DATADIR%%/source/bomstrip.awk -%%DATADIR%%/source/bomstrip.b -%%DATADIR%%/source/bomstrip.bf -%%DATADIR%%/source/bomstrip.c -%%DATADIR%%/source/bomstrip.cpp -%%DATADIR%%/source/bomstrip.fs -%%DATADIR%%/source/bomstrip.hs -%%DATADIR%%/source/bomstrip.ocaml -%%DATADIR%%/source/bomstrip.ook -%%DATADIR%%/source/bomstrip.pas -%%DATADIR%%/source/bomstrip.php -%%DATADIR%%/source/bomstrip.pl -%%DATADIR%%/source/bomstrip2.pl -%%DATADIR%%/source/bomstrip.ps -%%DATADIR%%/source/bomstrip.py -%%DATADIR%%/source/bomstrip.rb -%%DATADIR%%/source/bomstrip.sed -%%DATADIR%%/source/bomstrip.unl -%%DATADIR%%/tests/bom0 -%%DATADIR%%/tests/bom1 -%%DATADIR%%/tests/bom-ml1 -%%DATADIR%%/tests/bom-ml2 -%%DATADIR%%/tests/bom-ml3 -%%DATADIR%%/tests/bom-ml4 -%%DATADIR%%/tests/nobom0 -%%DATADIR%%/tests/nobom1 -%%DATADIR%%/tests/nobom2 -%%DATADIR%%/tests/nobom-ml1 -%%DATADIR%%/tests/nobom-ml2 -%%DATADIR%%/tests/nobom-ml3 -%%DATADIR%%/tests/nobom-ml4 -%%DATADIR%%/tests/correct/rbom0 -%%DATADIR%%/tests/correct/rbom1 -%%DATADIR%%/tests/correct/rbom-ml1 -%%DATADIR%%/tests/correct/rbom-ml2 -%%DATADIR%%/tests/correct/rbom-ml3 -%%DATADIR%%/tests/correct/rbom-ml4 -%%DATADIR%%/tests/correct/rnobom0 -%%DATADIR%%/tests/correct/rnobom1 -%%DATADIR%%/tests/correct/rnobom2 -%%DATADIR%%/tests/correct/rnobom-ml1 -%%DATADIR%%/tests/correct/rnobom-ml2 -%%DATADIR%%/tests/correct/rnobom-ml3 -%%DATADIR%%/tests/correct/rnobom-ml4 |