aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2016-04-10 19:28:51 +0800
committerrene <rene@FreeBSD.org>2016-04-10 19:28:51 +0800
commit8779941dd7fe5c618fcbe40071dcee522de4d105 (patch)
treed1b141784aa240ceb01cd60a2ccb25fc131895cf /textproc
parent93f99783a253e75f5d25534639b3375db5e11469 (diff)
downloadfreebsd-ports-gnome-8779941dd7fe5c618fcbe40071dcee522de4d105.tar.gz
freebsd-ports-gnome-8779941dd7fe5c618fcbe40071dcee522de4d105.tar.zst
freebsd-ports-gnome-8779941dd7fe5c618fcbe40071dcee522de4d105.zip
Remove expired ports:
2016-04-10 textproc/p5-ElasticSearch-SearchBuilder: Use textproc/p5-Elasticsearch which is the official client 2016-04-10 textproc/p5-ElasticSearch-legacy: Use textproc/p5-Elasticsearch which is the official client 2016-04-10 textproc/py-openpyxl1: Use textproc/py-openpyxl instead
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile3
-rw-r--r--textproc/p5-ElasticSearch-SearchBuilder/Makefile28
-rw-r--r--textproc/p5-ElasticSearch-SearchBuilder/distinfo2
-rw-r--r--textproc/p5-ElasticSearch-SearchBuilder/pkg-descr4
-rw-r--r--textproc/p5-ElasticSearch-SearchBuilder/pkg-plist2
-rw-r--r--textproc/p5-ElasticSearch-legacy/Makefile39
-rw-r--r--textproc/p5-ElasticSearch-legacy/distinfo2
-rw-r--r--textproc/p5-ElasticSearch-legacy/pkg-descr4
-rw-r--r--textproc/p5-ElasticSearch-legacy/pkg-plist21
-rw-r--r--textproc/py-openpyxl1/Makefile23
-rw-r--r--textproc/py-openpyxl1/distinfo2
-rw-r--r--textproc/py-openpyxl1/pkg-descr3
12 files changed, 0 insertions, 133 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 2971469341bf..a33067496b17 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -548,8 +548,6 @@
SUBDIR += p5-Devel-TraceSAX
SUBDIR += p5-DocSet
SUBDIR += p5-EBook-Tools
- SUBDIR += p5-ElasticSearch-SearchBuilder
- SUBDIR += p5-ElasticSearch-legacy
SUBDIR += p5-Excel-Template
SUBDIR += p5-Excel-Writer-XLSX
SUBDIR += p5-File-Inplace
@@ -1255,7 +1253,6 @@
SUBDIR += py-mwparserfromhell
SUBDIR += py-nltk
SUBDIR += py-openpyxl
- SUBDIR += py-openpyxl1
SUBDIR += py-paragrep
SUBDIR += py-pdfminer
SUBDIR += py-pss
diff --git a/textproc/p5-ElasticSearch-SearchBuilder/Makefile b/textproc/p5-ElasticSearch-SearchBuilder/Makefile
deleted file mode 100644
index 3930c26f70c0..000000000000
--- a/textproc/p5-ElasticSearch-SearchBuilder/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# Created by: Tom Judge <tj@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= ElasticSearch-SearchBuilder
-PORTVERSION= 0.19
-PORTREVISION= 2
-CATEGORIES= textproc perl5
-MASTER_SITES= CPAN/../by-authors/id/D/DR/DRTECH/
-PKGNAMEPREFIX= p5-
-
-MAINTAINER= tj@FreeBSD.org
-COMMENT= ElasticSearch Query Builder
-
-LICENSE= ART10 GPLv1
-LICENSE_COMB= dual
-
-RUN_DEPENDS= p5-Carp>=0:devel/p5-Carp
-TEST_DEPENDS= p5-Test-Deep>=:devel/p5-Test-Deep \
- p5-Test-Exception>=0:devel/p5-Test-Exception \
- p5-Data-Dump>=0:devel/p5-Data-Dump
-
-DEPRECATED= Use textproc/p5-Elasticsearch which is the official client
-EXPIRATION_DATE= 2016-04-10
-
-USES= perl5
-USE_PERL5= configure
-
-.include <bsd.port.mk>
diff --git a/textproc/p5-ElasticSearch-SearchBuilder/distinfo b/textproc/p5-ElasticSearch-SearchBuilder/distinfo
deleted file mode 100644
index b28eb5227a0c..000000000000
--- a/textproc/p5-ElasticSearch-SearchBuilder/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (ElasticSearch-SearchBuilder-0.19.tar.gz) = 65d76c9fa822de2a36793fb542337d313f8b254eb0bd74e04fd5c6f9bc7c9f51
-SIZE (ElasticSearch-SearchBuilder-0.19.tar.gz) = 61379
diff --git a/textproc/p5-ElasticSearch-SearchBuilder/pkg-descr b/textproc/p5-ElasticSearch-SearchBuilder/pkg-descr
deleted file mode 100644
index e98076047a0c..000000000000
--- a/textproc/p5-ElasticSearch-SearchBuilder/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-ElasticSearch::SearchBuilder - A Perlish compact query language for
-ElasticSearch.
-
-WWW: http://search.cpan.org/dist/ElasticSearch-SearchBuilder/
diff --git a/textproc/p5-ElasticSearch-SearchBuilder/pkg-plist b/textproc/p5-ElasticSearch-SearchBuilder/pkg-plist
deleted file mode 100644
index 78fd58750dd4..000000000000
--- a/textproc/p5-ElasticSearch-SearchBuilder/pkg-plist
+++ /dev/null
@@ -1,2 +0,0 @@
-%%PERL5_MAN3%%/ElasticSearch::SearchBuilder.3.gz
-%%SITE_PERL%%/ElasticSearch/SearchBuilder.pm
diff --git a/textproc/p5-ElasticSearch-legacy/Makefile b/textproc/p5-ElasticSearch-legacy/Makefile
deleted file mode 100644
index 293e70658494..000000000000
--- a/textproc/p5-ElasticSearch-legacy/Makefile
+++ /dev/null
@@ -1,39 +0,0 @@
-# Created by: Tom Judge <tj@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= ElasticSearch
-PORTVERSION= 0.66
-PORTREVISION= 2
-CATEGORIES= textproc perl5
-MASTER_SITES= CPAN/../by-authors/id/D/DR/DRTECH/
-PKGNAMEPREFIX= p5-
-PKGNAMESUFFIX= -legacy
-
-MAINTAINER= tj@FreeBSD.org
-COMMENT= ElasticSearch API
-
-LICENSE= ART10 GPLv1
-LICENSE_COMB= dual
-
-RUN_DEPENDS= p5-ElasticSearch-SearchBuilder>=0:textproc/p5-ElasticSearch-SearchBuilder \
- p5-Any-URI-Escape>=0:www/p5-Any-URI-Escape \
- p5-PathTools>=0:devel/p5-PathTools \
- p5-HTTP-Lite>=0:www/p5-HTTP-Lite \
- p5-HTTP-Message>=0:www/p5-HTTP-Message \
- p5-HTTP-Tiny>=0:www/p5-HTTP-Tiny \
- p5-IO-Compress>=0:archivers/p5-IO-Compress \
- p5-JSON>=0:converters/p5-JSON \
- p5-libwww>=0:www/p5-libwww \
- p5-Task-Weaken>=0:devel/p5-Task-Weaken \
- p5-URI>=0:net/p5-URI \
- p5-YAML>=0:textproc/p5-YAML
-TEST_DEPENDS= p5-Test-Differences>=0:devel/p5-Test-Differences \
- p5-Test-Exception>=0:devel/p5-Test-Exception
-
-DEPRECATED= Use textproc/p5-Elasticsearch which is the official client
-EXPIRATION_DATE= 2016-04-10
-
-USES= perl5
-USE_PERL5= configure
-
-.include <bsd.port.mk>
diff --git a/textproc/p5-ElasticSearch-legacy/distinfo b/textproc/p5-ElasticSearch-legacy/distinfo
deleted file mode 100644
index eef5bfacbde1..000000000000
--- a/textproc/p5-ElasticSearch-legacy/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (ElasticSearch-0.66.tar.gz) = cd83bf8bbef1156a825afd91d7f855fc37e0378b203cbb77f11f892b6f9029a2
-SIZE (ElasticSearch-0.66.tar.gz) = 111647
diff --git a/textproc/p5-ElasticSearch-legacy/pkg-descr b/textproc/p5-ElasticSearch-legacy/pkg-descr
deleted file mode 100644
index 8b1254c624ee..000000000000
--- a/textproc/p5-ElasticSearch-legacy/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-ElasticSearch is a thin API which makes it easy to communicate with
-an ElasticSearch cluster.
-
-WWW: http://search.cpan.org/dist/ElasticSearch/
diff --git a/textproc/p5-ElasticSearch-legacy/pkg-plist b/textproc/p5-ElasticSearch-legacy/pkg-plist
deleted file mode 100644
index c64bb08df73f..000000000000
--- a/textproc/p5-ElasticSearch-legacy/pkg-plist
+++ /dev/null
@@ -1,21 +0,0 @@
-%%PERL5_MAN3%%/ElasticSearch.3.gz
-%%PERL5_MAN3%%/ElasticSearch::Error.3.gz
-%%PERL5_MAN3%%/ElasticSearch::QueryParser.3.gz
-%%PERL5_MAN3%%/ElasticSearch::ScrolledSearch.3.gz
-%%PERL5_MAN3%%/ElasticSearch::TestServer.3.gz
-%%PERL5_MAN3%%/ElasticSearch::Transport.3.gz
-%%PERL5_MAN3%%/ElasticSearch::Transport::HTTP.3.gz
-%%PERL5_MAN3%%/ElasticSearch::Transport::HTTPLite.3.gz
-%%PERL5_MAN3%%/ElasticSearch::Transport::HTTPTiny.3.gz
-%%PERL5_MAN3%%/ElasticSearch::Util.3.gz
-%%SITE_PERL%%/ElasticSearch.pm
-%%SITE_PERL%%/ElasticSearch/Error.pm
-%%SITE_PERL%%/ElasticSearch/QueryParser.pm
-%%SITE_PERL%%/ElasticSearch/RequestParser.pm
-%%SITE_PERL%%/ElasticSearch/ScrolledSearch.pm
-%%SITE_PERL%%/ElasticSearch/TestServer.pm
-%%SITE_PERL%%/ElasticSearch/Transport.pm
-%%SITE_PERL%%/ElasticSearch/Transport/HTTP.pm
-%%SITE_PERL%%/ElasticSearch/Transport/HTTPLite.pm
-%%SITE_PERL%%/ElasticSearch/Transport/HTTPTiny.pm
-%%SITE_PERL%%/ElasticSearch/Util.pm
diff --git a/textproc/py-openpyxl1/Makefile b/textproc/py-openpyxl1/Makefile
deleted file mode 100644
index ebf08b277350..000000000000
--- a/textproc/py-openpyxl1/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# Created by: Antoine Brodin <antoine@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= openpyxl
-PORTVERSION= 1.8.6
-CATEGORIES= textproc python
-MASTER_SITES= CHEESESHOP
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-PKGNAMESUFFIX= 1
-
-MAINTAINER= antoine@FreeBSD.org
-COMMENT= Python library to read/write Excel 2007 xlsx/xlsm files
-
-LICENSE= MIT
-
-DEPRECATED= Use textproc/py-openpyxl instead
-EXPIRATION_DATE= 2016-04-10
-CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}openpyxl-[0-9]*
-
-USES= python
-USE_PYTHON= distutils autoplist
-
-.include <bsd.port.mk>
diff --git a/textproc/py-openpyxl1/distinfo b/textproc/py-openpyxl1/distinfo
deleted file mode 100644
index 6ae57b67d8be..000000000000
--- a/textproc/py-openpyxl1/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (openpyxl-1.8.6.tar.gz) = aa11a4acd2765392808bca2041f6f9ba17565c72dccc3f5d876bf78effa06126
-SIZE (openpyxl-1.8.6.tar.gz) = 76555
diff --git a/textproc/py-openpyxl1/pkg-descr b/textproc/py-openpyxl1/pkg-descr
deleted file mode 100644
index 63726cdf922c..000000000000
--- a/textproc/py-openpyxl1/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-OpenPyxl is a Python library to read/write Excel 2007 xlsx/xlsm files.
-
-WWW: http://openpyxl.readthedocs.org/