aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2014-08-22 17:16:44 +0800
committerrene <rene@FreeBSD.org>2014-08-22 17:16:44 +0800
commit711c7d565c938849018251326ae53974ac4297a7 (patch)
tree3b7e04588986f7ef8465da72e414abc21dcfd4eb /textproc
parentc647088f38dc37eb21d31b5000faa379ec598f8e (diff)
downloadfreebsd-ports-gnome-711c7d565c938849018251326ae53974ac4297a7.tar.gz
freebsd-ports-gnome-711c7d565c938849018251326ae53974ac4297a7.tar.zst
freebsd-ports-gnome-711c7d565c938849018251326ae53974ac4297a7.zip
Remove expired ports:
2014-08-22 databases/pg_filedump: Broken for more than 6 months 2014-08-22 devel/svnmerge: Broken for more than 6 months 2014-08-22 net-mgmt/circe: Broken for more than 6 months 2014-08-22 print/latex-aa: Broken for more than 6 months 2014-08-22 textproc/rast: Broken for more than 6 months 2014-08-22 www/abyssws: Broken for more than 6 months 2014-08-22 www/docebo: Not maintained upstream 2014-08-22 www/rejik: Broken for more than 6 months and depends on www/squid which reached EOL 2 years ago
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/rast/Makefile75
-rw-r--r--textproc/rast/distinfo2
-rw-r--r--textproc/rast/files/patch-local_db.c11
-rw-r--r--textproc/rast/files/patch-merger.c18
-rw-r--r--textproc/rast/pkg-descr3
-rw-r--r--textproc/rast/pkg-plist93
7 files changed, 0 insertions, 203 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 3fe0761b63e2..0d021011f754 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1244,7 +1244,6 @@
SUBDIR += raptor2
SUBDIR += rarian
SUBDIR += rasqal
- SUBDIR += rast
SUBDIR += re_graph
SUBDIR += redet
SUBDIR += redland
diff --git a/textproc/rast/Makefile b/textproc/rast/Makefile
deleted file mode 100644
index 7ac85327d0dc..000000000000
--- a/textproc/rast/Makefile
+++ /dev/null
@@ -1,75 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= rast
-PORTVERSION= 0.3.1
-PORTREVISION= 7
-CATEGORIES= textproc
-MASTER_SITES= http://projects.netlab.jp/rast/archives/ \
- http://dist.bsdlab.org/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Full-text search system using N-gram
-
-BUILD_DEPENDS= nkf:${PORTSDIR}/japanese/nkf
-LIB_DEPENDS= libapr-1.so:${PORTSDIR}/devel/apr1
-
-USE_AUTOTOOLS= libtool
-USES= tar:bzip2
-USE_BDB= 42
-GNU_CONFIGURE= YES
-USE_RUBY= YES
-CONFIGURE_ARGS= \
- --with-apr-config=${LOCALBASE}/bin/apr-1-config \
- --with-apu-config=${LOCALBASE}/bin/apu-1-config \
- --with-db-includes="-I${BDB_INCLUDE_DIR}" \
- --with-db-libs="-L${BDB_LIB_DIR} -l${BDB_LIB_NAME}" \
- --with-ruby=${LOCALBASE}/bin/ruby \
- --with-default-encoding=${DEFAULT_ENCODING} \
- --with-filter-moduledir=${PREFIX}/lib/rast/filters
-LDFLAGS+= -lz
-CFLAGS+= -I${LOCALBASE}/include
-USE_LDCONFIG= YES
-MAKE_JOBS_UNSAFE= yes
-
-MAN1= rast-config.1 rast-create.1 rast-delete.1 rast-optimize.1 \
- rast-register.1 rast-search.1
-
-.if defined(WITH_ICU)
-CONFIGURE_ARGS+= --with-icu-config=${LOCALBASE}/bin/icu-config
-BUILD_DEPENDS+= icu-config:${PORTSDIR}/devel/icu
-DEFAULT_ENCODING= utf8
-PLIST_SUB+= WITH_UTF8=""
-.else
-CONFIGURE_ARGS+= --without-icu-config
-PLIST_SUB+= WITH_UTF8="@comment "
-.endif
-
-.if defined(WITH_MECAB)
-CONFIGURE_ARGS+= --with-mecab-config=${LOCALBASE}/bin/mecab-config
-BUILD_DEPENDS+= mecab-config:${PORTSDIR}/japanese/mecab
-PLIST_SUB+= WITH_MECAB_EUC_JP=""
-.else
-CONFIGURE_ARGS+= --without-mecab-config
-PLIST_SUB+= WITH_MECAB_EUC_JP="@comment "
-.endif
-
-.if defined(WITH_XMLRPC_C)
-CONFIGURE_ARGS+= --with-xmlrpc-c-config=${LOCALBASE}/bin/xmlrpc-c-config
-BUILD_DEPENDS+= xmlrpc-c-config:${PORTSDIR}/net/xmlrpc-c
-PLIST_SUB+= WITH_XMLRPC_C=""
-MAN1+= rast_xmlrpc_server_abyss.1
-.else
-CONFIGURE_ARGS+= --without-xmlrpc-c-config
-PLIST_SUB+= WITH_XMLRPC_C="@comment "
-.endif
-
-NO_STAGE= yes
-.include <bsd.port.pre.mk>
-
-DEFAULT_ENCODING?= euc_jp
-
-BROKEN= Does not compile
-DEPRECATED= Broken for more than 6 months
-EXPIRATION_DATE= 2014-08-22
-
-.include <bsd.port.post.mk>
diff --git a/textproc/rast/distinfo b/textproc/rast/distinfo
deleted file mode 100644
index ea88a469b504..000000000000
--- a/textproc/rast/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (rast-0.3.1.tar.bz2) = 4330b3cae5a75d122dcdc9af84471ae2694bc6b78ac8cf5954216b4153aa534a
-SIZE (rast-0.3.1.tar.bz2) = 719583
diff --git a/textproc/rast/files/patch-local_db.c b/textproc/rast/files/patch-local_db.c
deleted file mode 100644
index 22b9cf8580f5..000000000000
--- a/textproc/rast/files/patch-local_db.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/local_db.c.orig 2008-08-20 12:45:58.597538000 +0900
-+++ src/local_db.c 2008-08-20 12:46:33.000000000 +0900
-@@ -2111,7 +2111,7 @@
-
- encoding_module = docs[i]->db->encoding_module;
- tf = APR_RING_FIRST(docs[i]->terms);
-- if (tf == APR_RING_SENTINEL(&docs[i]->terms,
-+ if (tf == APR_RING_SENTINEL(docs[i]->terms,
- rast_term_frequency_t, link)) {
- error = get_summary(pool, encoding_module,
- summary, summary_nbytes,
diff --git a/textproc/rast/files/patch-merger.c b/textproc/rast/files/patch-merger.c
deleted file mode 100644
index 27db526a2e10..000000000000
--- a/textproc/rast/files/patch-merger.c
+++ /dev/null
@@ -1,18 +0,0 @@
---- src/merger.c.orig Wed Jan 4 21:41:15 2006
-+++ src/merger.c Wed Jan 4 21:41:34 2006
-@@ -48,6 +48,7 @@
- }
- }
-
-+ {
- rast_merger_t *db = (rast_merger_t *)
- apr_palloc(pool, sizeof(rast_merger_t));
- *base = (rast_db_t *) db;
-@@ -58,6 +59,7 @@
- db->merged_dbs = merge_dbs;
- db->properties = NULL;
- db->num_properties = 0;
-+ }
- return RAST_OK;
- }
-
diff --git a/textproc/rast/pkg-descr b/textproc/rast/pkg-descr
deleted file mode 100644
index cfbff894e08f..000000000000
--- a/textproc/rast/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-Rast is a full-text search system.
-
-WWW: http://projects.netlab.jp/rast/
diff --git a/textproc/rast/pkg-plist b/textproc/rast/pkg-plist
deleted file mode 100644
index 36558b1567e1..000000000000
--- a/textproc/rast/pkg-plist
+++ /dev/null
@@ -1,93 +0,0 @@
-bin/rast
-bin/rast-cmd
-bin/rast-config
-bin/rast-create
-bin/rast-delete
-bin/rast-optimize
-bin/rast-register
-bin/rast-search
-bin/rast-stat
-%%WITH_XMLRPC_C%%bin/rast-xmlrpc-server-abyss
-%%WITH_XMLRPC_C%%bin/rast-xmlrpc-server.cgi
-include/rast/config.h
-include/rast/db.h
-include/rast/encoding.h
-include/rast/error.h
-include/rast/filter.h
-include/rast/local_db.h
-include/rast/macros.h
-include/rast/merger.h
-include/rast/pack.h
-include/rast/property.h
-include/rast/query.h
-include/rast/rast.h
-include/rast/result.h
-include/rast/string.h
-include/rast/text_index.h
-include/rast/types.h
-include/rast/util.h
-%%WITH_XMLRPC_C%%include/rast/xmlrpc_client.h
-lib/librast.a
-lib/librast.la
-lib/librast.so
-lib/librast.so.1
-lib/librast_ruby.a
-lib/librast_ruby.la
-lib/librast_ruby.so
-lib/librast_ruby.so.0
-%%WITH_XMLRPC_C%%lib/librast_xmlrpc_client.a
-%%WITH_XMLRPC_C%%lib/librast_xmlrpc_client.la
-%%WITH_XMLRPC_C%%lib/librast_xmlrpc_client.so
-%%WITH_XMLRPC_C%%lib/librast_xmlrpc_client.so.1
-%%WITH_XMLRPC_C%%lib/librast_xmlrpc_server.a
-%%WITH_XMLRPC_C%%lib/librast_xmlrpc_server.la
-%%WITH_XMLRPC_C%%lib/librast_xmlrpc_server.so
-%%WITH_XMLRPC_C%%lib/librast_xmlrpc_server.so.1
-lib/rast/encodings/euc_jp.a
-lib/rast/encodings/euc_jp.la
-lib/rast/encodings/euc_jp.so
-%%WITH_MECAB_EUC_JP%%lib/rast/encodings/mecab_euc_jp.a
-%%WITH_MECAB_EUC_JP%%lib/rast/encodings/mecab_euc_jp.la
-%%WITH_MECAB_EUC_JP%%lib/rast/encodings/mecab_euc_jp.so
-%%WITH_UTF8%%lib/rast/encodings/utf8.a
-%%WITH_UTF8%%lib/rast/encodings/utf8.la
-%%WITH_UTF8%%lib/rast/encodings/utf8.so
-lib/rast/filters/bzip2.a
-lib/rast/filters/bzip2.la
-lib/rast/filters/bzip2.so
-lib/rast/filters/combine_lineend_hyphen.a
-lib/rast/filters/combine_lineend_hyphen.la
-lib/rast/filters/combine_lineend_hyphen.so
-lib/rast/filters/gzip.a
-lib/rast/filters/gzip.la
-lib/rast/filters/gzip.so
-lib/rast/filters/html.a
-lib/rast/filters/html.la
-lib/rast/filters/html.so
-lib/rast/filters/ruby/calc.rb
-lib/rast/filters/ruby/combine-lineend-japanese.rb
-lib/rast/filters/ruby/excel.rb
-lib/rast/filters/ruby/html.rb
-lib/rast/filters/ruby/impress.rb
-lib/rast/filters/ruby/mp3.rb
-lib/rast/filters/ruby/msoffice-property.rb
-lib/rast/filters/ruby/msword.rb
-lib/rast/filters/ruby/pdf.rb
-lib/rast/filters/ruby/postscript.rb
-lib/rast/filters/ruby/powerpoint.rb
-lib/rast/filters/ruby/read-buckets-to-buffer.rb
-lib/rast/filters/ruby/read-buckets-to-file.rb
-lib/rast/filters/ruby/rfc822.rb
-lib/rast/filters/ruby/tar.rb
-lib/rast/filters/ruby/writer.rb
-lib/rast/filters/ruby/zip.rb
-lib/rast/filters/ruby_wrapper.a
-lib/rast/filters/ruby_wrapper.la
-lib/rast/filters/ruby_wrapper.so
-%%RUBY_SITEARCHLIBDIR%%/rast.so
-share/aclocal/rast.m4
-@dirrm include/rast
-@dirrm lib/rast/encodings
-@dirrm lib/rast/filters/ruby
-@dirrm lib/rast/filters
-@dirrm lib/rast