aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2018-06-07 00:34:18 +0000
committerRene Ladan <rene@FreeBSD.org>2018-06-07 00:34:18 +0000
commit7b4e2fac310c869ae726093c8477595ea2ba05f7 (patch)
tree22d4c67d5416102a354a83bb192b7cc40174dd2c /textproc
parentb73a392dad3a1f203cc30e27691a2ba317f33f39 (diff)
downloadports-7b4e2fac310c869ae726093c8477595ea2ba05f7.tar.gz
ports-7b4e2fac310c869ae726093c8477595ea2ba05f7.zip
Notes
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile2
-rw-r--r--textproc/ocaml-tyxml/Makefile34
-rw-r--r--textproc/ocaml-tyxml/distinfo2
-rw-r--r--textproc/ocaml-tyxml/files/patch-Makefile28
-rw-r--r--textproc/ocaml-tyxml/files/patch-lib_Makefile13
-rw-r--r--textproc/ocaml-tyxml/pkg-descr5
-rw-r--r--textproc/opengrm-ngram/Makefile25
-rw-r--r--textproc/opengrm-ngram/distinfo3
-rw-r--r--textproc/opengrm-ngram/files/patch-src-bin-Makefile.in11
-rw-r--r--textproc/opengrm-ngram/files/patch-src-test-Makefile.in11
-rw-r--r--textproc/opengrm-ngram/pkg-descr8
-rw-r--r--textproc/opengrm-ngram/pkg-plist61
12 files changed, 0 insertions, 203 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index d82df719572b..a3197a1d515d 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -531,10 +531,8 @@
SUBDIR += ocaml-csv
SUBDIR += ocaml-expat
SUBDIR += ocaml-text
- SUBDIR += ocaml-tyxml
SUBDIR += odt2txt
SUBDIR += openfts
- SUBDIR += opengrm-ngram
SUBDIR += openjade
SUBDIR += opensched
SUBDIR += opensp
diff --git a/textproc/ocaml-tyxml/Makefile b/textproc/ocaml-tyxml/Makefile
deleted file mode 100644
index e77ca0ac0ad2..000000000000
--- a/textproc/ocaml-tyxml/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# Created by: Jaap Boender <jaapb@kerguelen.org>
-# $FreeBSD$
-
-PORTNAME= tyxml
-PORTVERSION= 2.2.0
-CATEGORIES= textproc
-MASTER_SITES= http://ocsigen.org/download/
-PKGNAMEPREFIX= ocaml-
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= OCaml XML typing library
-
-LICENSE= LGPL21_SSLEX
-LICENSE_NAME= Lesser GPL 2.1 with a special OpenSSL exception clause
-LICENSE_FILE= ${WRKSRC}/COPYING
-LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
-
-DEPRECATED= Depends on BROKEN and expiring www/ocaml-net
-EXPIRATION_DATE= 2018-06-06
-
-BUILD_DEPENDS= ${SA_DIR}/netstring/netstring.a:www/ocaml-net
-RUN_DEPENDS= ${SA_DIR}/netstring/netstring.a:www/ocaml-net
-
-USES= gmake
-USE_OCAML= yes
-USE_OCAML_FINDLIB= yes
-USE_OCAML_LDCONFIG= yes
-USE_OCAML_CAMLP4= yes
-USE_OCAMLFIND_PLIST= yes
-
-SA_DIR= ${LOCALBASE}/${OCAML_SITELIBDIR}
-MAKE_ENV+= INSTALLDIR="${STAGEDIR}${SA_DIR}"
-
-.include <bsd.port.mk>
diff --git a/textproc/ocaml-tyxml/distinfo b/textproc/ocaml-tyxml/distinfo
deleted file mode 100644
index 60e3baa5d9f0..000000000000
--- a/textproc/ocaml-tyxml/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (tyxml-2.2.0.tar.gz) = 8eab54f5fd7e9f5df3ac894123bd5abb124d741411a0ad5333e5058e44325f84
-SIZE (tyxml-2.2.0.tar.gz) = 105748
diff --git a/textproc/ocaml-tyxml/files/patch-Makefile b/textproc/ocaml-tyxml/files/patch-Makefile
deleted file mode 100644
index 4c1d8045c00c..000000000000
--- a/textproc/ocaml-tyxml/files/patch-Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-$NetBSD: patch-Makefile,v 1.2 2013/06/11 14:52:40 jaapb Exp $
-
---- Makefile.orig 2012-12-07 15:15:22.000000000 +0000
-+++ Makefile
-@@ -52,19 +52,20 @@ files/META.tyxml: files/META.in Makefile
- $< > $@
-
- install:
-+ mkdir -p ${INSTALLDIR}
- $(OCAMLFIND) install ${PACKAGENAME} \
-- -patch-version ${VERSION} \
-+ -patch-version ${VERSION} -destdir ${INSTALLDIR} \
- files/META ${INTF} ${IMPL} ${NATIMPL} \
- ${MLI_TO_INSTALL}
-
- install-byte:
- $(OCAMLFIND) install ${PACKAGENAME} \
-- -patch-version ${VERSION} \
-+ -patch-version ${VERSION} -destdir ${INSTALLDIR} \
- files/META ${INTF} ${IMPL} ${MLI_TO_INSTALL}
-
- install-opt:
- $(OCAMLFIND) install ${PACKAGENAME} \
-- -patch-version ${VERSION} \
-+ -patch-version ${VERSION} -destdir ${INSTALLDIR} \
- files/META ${INTF} ${NATIMPL} ${MLI_TO_INSTALL}
-
- uninstall:
diff --git a/textproc/ocaml-tyxml/files/patch-lib_Makefile b/textproc/ocaml-tyxml/files/patch-lib_Makefile
deleted file mode 100644
index 10efb10e7601..000000000000
--- a/textproc/ocaml-tyxml/files/patch-lib_Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-lib_Makefile,v 1.1 2013/06/11 14:52:40 jaapb Exp $
-
---- lib/Makefile.orig 2012-12-07 15:15:22.000000000 +0000
-+++ lib/Makefile
-@@ -13,7 +13,7 @@ DUCE_INTF := xml_sigs_duce.mli xhtml_ty
-
- DUCE_FILES := xml_print_duce.ml xhtml_duce.ml
-
--LIBS := -package netstring
-+LIBS := -package netstring,netstring-pcre
-
- # SYNTAX := -ppopt ../syntax/pa_include.cmo -package camlp4 -syntax camlp4o
-
diff --git a/textproc/ocaml-tyxml/pkg-descr b/textproc/ocaml-tyxml/pkg-descr
deleted file mode 100644
index eba1afbf6d7f..000000000000
--- a/textproc/ocaml-tyxml/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-TyXML is an OCaml library that allows you to build XML trees whose validity is
-insured by the typechecker. It supports XHTML 1.0 and 1.1, HTML5 and SVG
-(partial).
-
-WWW: http://ocsigen.org/tyxml/
diff --git a/textproc/opengrm-ngram/Makefile b/textproc/opengrm-ngram/Makefile
deleted file mode 100644
index 9a432cfbfe17..000000000000
--- a/textproc/opengrm-ngram/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# Created by: Dmitry Sivachenko <mitya@yandex-team.ru>
-# $FreeBSD$
-
-PORTNAME= opengrm-ngram
-PORTVERSION= 1.3.1
-PORTREVISION= 2
-CATEGORIES= textproc
-MASTER_SITES= http://openfst.cs.nyu.edu/twiki/pub/GRM/NGramDownload/
-
-MAINTAINER= demon@FreeBSD.org
-COMMENT= Library for making n-gram language models encoded as weighted FSTs
-
-LICENSE= APACHE20
-
-BROKEN= fails to build
-DEPRECATED= Broken for more than 6 months
-EXPIRATION_DATE= 2018-06-06
-
-LIB_DEPENDS= libfst.so:math/openfst
-
-USES= compiler:c++11-lib libtool localbase
-USE_LDCONFIG= yes
-GNU_CONFIGURE= yes
-
-.include <bsd.port.mk>
diff --git a/textproc/opengrm-ngram/distinfo b/textproc/opengrm-ngram/distinfo
deleted file mode 100644
index ca749a0022f2..000000000000
--- a/textproc/opengrm-ngram/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1471695211
-SHA256 (opengrm-ngram-1.3.1.tar.gz) = fd862680405000bbc789d0826237cca3295d0b778e5c0e2fa5e7762d33d3fbf2
-SIZE (opengrm-ngram-1.3.1.tar.gz) = 14695197
diff --git a/textproc/opengrm-ngram/files/patch-src-bin-Makefile.in b/textproc/opengrm-ngram/files/patch-src-bin-Makefile.in
deleted file mode 100644
index 0e30db2bc8be..000000000000
--- a/textproc/opengrm-ngram/files/patch-src-bin-Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/bin/Makefile.in.orig 2016-08-20 15:15:24.687217000 +0300
-+++ src/bin/Makefile.in 2016-08-20 15:15:27.844638000 +0300
-@@ -351,7 +351,7 @@
- top_builddir = @top_builddir@
- top_srcdir = @top_srcdir@
- AM_CPPFLAGS = -I$(srcdir)/../include
--AM_LDFLAGS = -L/usr/local/lib/fst -lfstfar -lfst -lm -ldl
-+AM_LDFLAGS = -L/usr/local/lib/fst -lfstfar -lfst -lm
- dist_noinst_SCRIPTS = ngram.sh ngramfrac.sh
- ngramapply_SOURCES = ngramapply_main.cc
- ngramapply_LDADD = ../lib/libngram.la
diff --git a/textproc/opengrm-ngram/files/patch-src-test-Makefile.in b/textproc/opengrm-ngram/files/patch-src-test-Makefile.in
deleted file mode 100644
index 564ffddf2eb1..000000000000
--- a/textproc/opengrm-ngram/files/patch-src-test-Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/test/Makefile.in.orig 2016-08-20 15:16:41.132906000 +0300
-+++ src/test/Makefile.in 2016-08-20 15:16:48.256944000 +0300
-@@ -494,7 +494,7 @@
- top_builddir = @top_builddir@
- top_srcdir = @top_srcdir@
- AM_CPPFLAGS = -I$(srcdir)/../include
--AM_LDFLAGS = -L/usr/local/lib/fst -lfstfar -lfst -lm -ldl
-+AM_LDFLAGS = -L/usr/local/lib/fst -lfstfar -lfst -lm
- ngramhisttest_SOURCES = ngramhisttest.cc
- ngramhisttest_LDADD = -lfstscript ../lib/libngram.la ../lib/libngramhist.la
- ngramrandtest_SOURCES = ngramrandtest.cc
diff --git a/textproc/opengrm-ngram/pkg-descr b/textproc/opengrm-ngram/pkg-descr
deleted file mode 100644
index 9f995ff21dd1..000000000000
--- a/textproc/opengrm-ngram/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-The OpenGrm NGram library is used for making and modifying n-gram language
-models encoded as weighted finite-state transducers (FSTs). It makes use of
-functionality in the OpenFst library to create, access and manipulate n-gram
-models. Operations for counting, smoothing, pruning, applying, and
-evaluating models as well as support for distributed computation are among
-those provided. It was developed by contributors from OHSU and Google Research.
-
-WWW: http://www.openfst.org/twiki/bin/view/GRM/NGramLibrary
diff --git a/textproc/opengrm-ngram/pkg-plist b/textproc/opengrm-ngram/pkg-plist
deleted file mode 100644
index 6775f4ac6ae5..000000000000
--- a/textproc/opengrm-ngram/pkg-plist
+++ /dev/null
@@ -1,61 +0,0 @@
-bin/ngramapply
-bin/ngramcontext
-bin/ngramcount
-bin/ngramhisttest
-bin/ngraminfo
-bin/ngrammake
-bin/ngrammarginalize
-bin/ngrammerge
-bin/ngramperplexity
-bin/ngramprint
-bin/ngramrandgen
-bin/ngramrandtest
-bin/ngramread
-bin/ngramshrink
-bin/ngramsort
-bin/ngramsplit
-bin/ngramsymbols
-bin/ngramtransfer
-include/ngram/hist-arc.h
-include/ngram/hist-mapper.h
-include/ngram/ngram-bayes-model-merge.h
-include/ngram/ngram-hist-merge.h
-include/ngram/util.h
-include/ngram/lexicographic-map.h
-include/ngram/ngram-absolute.h
-include/ngram/ngram-complete.h
-include/ngram/ngram-context-merge.h
-include/ngram/ngram-context-prune.h
-include/ngram/ngram-context.h
-include/ngram/ngram-count-merge.h
-include/ngram/ngram-count-of-counts.h
-include/ngram/ngram-count-prune.h
-include/ngram/ngram-count.h
-include/ngram/ngram-input.h
-include/ngram/ngram-katz.h
-include/ngram/ngram-kneser-ney.h
-include/ngram/ngram-make.h
-include/ngram/ngram-marginalize.h
-include/ngram/ngram-merge.h
-include/ngram/ngram-model-merge.h
-include/ngram/ngram-model.h
-include/ngram/ngram-mutable-model.h
-include/ngram/ngram-output.h
-include/ngram/ngram-randgen.h
-include/ngram/ngram-relentropy.h
-include/ngram/ngram-seymore-shrink.h
-include/ngram/ngram-shrink.h
-include/ngram/ngram-split.h
-include/ngram/ngram-transfer.h
-include/ngram/ngram-unsmoothed.h
-include/ngram/ngram-witten-bell.h
-include/ngram/ngram.h
-lib/hist-arc.so
-lib/hist-arc.so.0
-lib/hist-arc.so.0.0.0
-lib/libngram.so
-lib/libngram.so.2
-lib/libngram.so.2.0.0
-lib/libngramhist.so
-lib/libngramhist.so.2
-lib/libngramhist.so.2.0.0