aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2018-03-21 02:39:34 +0800
committerrene <rene@FreeBSD.org>2018-03-21 02:39:34 +0800
commitd8d243cd3cb337ba151e43a4f788e2d30d5e4277 (patch)
treed86cebb25e2e1b157a8b9f335cea6abe84fa0a11 /textproc
parentdd85ae5c55600990bcf6b7857c322c7daddfca5d (diff)
downloadfreebsd-ports-gnome-d8d243cd3cb337ba151e43a4f788e2d30d5e4277.tar.gz
freebsd-ports-gnome-d8d243cd3cb337ba151e43a4f788e2d30d5e4277.tar.zst
freebsd-ports-gnome-d8d243cd3cb337ba151e43a4f788e2d30d5e4277.zip
Remove expired ports:
2018-03-19 graphics/code-eli: Broken for more than 6 months 2018-03-19 databases/pg_rman: Broken for more than 6 months 2018-03-19 devel/elixir-simple_bayes: Broken for more than 6 months 2018-03-19 devel/elixir-stemmer: Broken for more than 6 months 2018-03-19 benchmarks/expedite: Broken for more than 6 months 2018-03-19 textproc/p5-HTML-CTPP2: Broken for more than 6 months 2018-03-19 textproc/rubygem-compass-rails: Broken for more than 6 months
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile2
-rw-r--r--textproc/p5-HTML-CTPP2/Makefile33
-rw-r--r--textproc/p5-HTML-CTPP2/distinfo2
-rw-r--r--textproc/p5-HTML-CTPP2/pkg-descr8
-rw-r--r--textproc/p5-HTML-CTPP2/pkg-plist4
-rw-r--r--textproc/rubygem-compass-rails/Makefile27
-rw-r--r--textproc/rubygem-compass-rails/distinfo2
-rw-r--r--textproc/rubygem-compass-rails/pkg-descr3
8 files changed, 0 insertions, 81 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index e9537e4032b6..98cdf627e57c 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -586,7 +586,6 @@
SUBDIR += p5-Geo-Parse-OSM
SUBDIR += p5-Getopt-Lucid
SUBDIR += p5-Google-Data-JSON
- SUBDIR += p5-HTML-CTPP2
SUBDIR += p5-HTML-Copy
SUBDIR += p5-HTML-Entities-ImodePictogram
SUBDIR += p5-HTML-Entities-Interpolate
@@ -1491,7 +1490,6 @@
SUBDIR += rubygem-compass
SUBDIR += rubygem-compass-core
SUBDIR += rubygem-compass-import-once
- SUBDIR += rubygem-compass-rails
SUBDIR += rubygem-creole
SUBDIR += rubygem-css_parser
SUBDIR += rubygem-cssmin
diff --git a/textproc/p5-HTML-CTPP2/Makefile b/textproc/p5-HTML-CTPP2/Makefile
deleted file mode 100644
index 2b844260ddca..000000000000
--- a/textproc/p5-HTML-CTPP2/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# Created by: Andrei V. Shetuhin <reki@reki.ru>
-# $FreeBSD$
-
-PORTNAME= HTML-CTPP2
-PORTVERSION= 2.6.7
-PORTREVISION= 2
-CATEGORIES= textproc perl5
-MASTER_SITES= CPAN \
- http://ctpp.havoc.ru/download/
-PKGNAMEPREFIX= p5-
-
-MAINTAINER= reki@reki.ru
-COMMENT= Perl interface module to CTPP2 library
-
-BUILD_DEPENDS= ctpp2>=2.5.1:textproc/ctpp2
-LIB_DEPENDS= libctpp2.so:textproc/ctpp2
-
-BROKEN= Fails to build with Perl >= 5.22
-DEPRECATED= Broken for more than 6 months
-EXPIRATION_DATE= 2018-03-19
-
-USES= perl5
-USE_PERL5= configure
-
-# The port actually requires ${CXX} when ${CC} is defined
-CC= ${CXX}
-
-post-patch:
- @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|; \
- /^my $$CXX/s|g++|${CXX}|; /^my $$CC/s|gcc|${CC}|' \
- ${WRKSRC}/Makefile.PL
-
-.include <bsd.port.mk>
diff --git a/textproc/p5-HTML-CTPP2/distinfo b/textproc/p5-HTML-CTPP2/distinfo
deleted file mode 100644
index 41e965238175..000000000000
--- a/textproc/p5-HTML-CTPP2/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (HTML-CTPP2-2.6.7.tar.gz) = 0b723681b83290d5a2a3e8fc132e0b7f77084eeb49faff22325133726298dc43
-SIZE (HTML-CTPP2-2.6.7.tar.gz) = 56867
diff --git a/textproc/p5-HTML-CTPP2/pkg-descr b/textproc/p5-HTML-CTPP2/pkg-descr
deleted file mode 100644
index a455085f3011..000000000000
--- a/textproc/p5-HTML-CTPP2/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-This module is very similar to Sam Tregar's HTML::Template module
-but works much faster and contains extra functionality.
-
-The CTPP2 template language dialect contains 10 operators: <TMPL_var>,
-<TMPL_if>, <TMPL_elsif>, <TMPL_else>, <TMPL_unless>, <TMPL_loop>,
-<TMPL_foreach>, <TMPL_udf>, <TMPL_include> and <TMPL_comment>.
-
-WWW: http://ctpp.havoc.ru/en/
diff --git a/textproc/p5-HTML-CTPP2/pkg-plist b/textproc/p5-HTML-CTPP2/pkg-plist
deleted file mode 100644
index 8b5a1d3bfc14..000000000000
--- a/textproc/p5-HTML-CTPP2/pkg-plist
+++ /dev/null
@@ -1,4 +0,0 @@
-%%SITE_ARCH%%/HTML/CTPP2.pm
-%%SITE_ARCH%%/auto/HTML/CTPP2/CTPP2.so
-%%SITE_ARCH%%/auto/HTML/CTPP2/autosplit.ix
-%%PERL5_MAN3%%/HTML::CTPP2.3.gz
diff --git a/textproc/rubygem-compass-rails/Makefile b/textproc/rubygem-compass-rails/Makefile
deleted file mode 100644
index 11d99015e354..000000000000
--- a/textproc/rubygem-compass-rails/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= compass-rails
-PORTVERSION= 3.0.2
-PORTREVISION= 1
-CATEGORIES= textproc rubygems
-MASTER_SITES= RG
-
-MAINTAINER= ruby@FreeBSD.org
-COMMENT= Integrate Compass into Rails 2.3 and up
-
-LICENSE= MIT
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-BROKEN= conflicting run depends
-DEPRECATED= Broken for more than 6 months
-EXPIRATION_DATE= 2018-03-19
-
-RUN_DEPENDS= rubygem-compass>=1.0.0:textproc/rubygem-compass \
- rubygem-sass-rails-rails4>=0:textproc/rubygem-sass-rails-rails4 \
- rubygem-sprockets3>=0:devel/rubygem-sprockets3
-
-NO_ARCH= yes
-USE_RUBY= yes
-USES= gem
-
-.include <bsd.port.mk>
diff --git a/textproc/rubygem-compass-rails/distinfo b/textproc/rubygem-compass-rails/distinfo
deleted file mode 100644
index f008d33c31ce..000000000000
--- a/textproc/rubygem-compass-rails/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (rubygem/compass-rails-3.0.2.gem) = ab9c12eee40bf99e74a933bf15ea646c3c9d5053d8b65691afc4d9b28a5a697d
-SIZE (rubygem/compass-rails-3.0.2.gem) = 18432
diff --git a/textproc/rubygem-compass-rails/pkg-descr b/textproc/rubygem-compass-rails/pkg-descr
deleted file mode 100644
index d149c8ba30c2..000000000000
--- a/textproc/rubygem-compass-rails/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-Integrate Compass into Rails 2.3 and up.
-
-WWW: https://github.com/Compass/compass-rails