aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2016-04-01 04:54:10 +0800
committerrene <rene@FreeBSD.org>2016-04-01 04:54:10 +0800
commit13413f8d4741466f44d3d07cfa7f08bfc106b920 (patch)
tree9cacd22e10f6c3e30f9305b7c6a865aa39d23fcc /textproc
parent3e5063dadef80f3ee3c0a778bc64ab5e7eada3b3 (diff)
downloadfreebsd-ports-gnome-13413f8d4741466f44d3d07cfa7f08bfc106b920.tar.gz
freebsd-ports-gnome-13413f8d4741466f44d3d07cfa7f08bfc106b920.tar.zst
freebsd-ports-gnome-13413f8d4741466f44d3d07cfa7f08bfc106b920.zip
Remove expired ports:
2016-03-31 databases/rubygem-after_commit_queue-rails41: Rails 4.1 is no longer supported - please switch to Rails 4.2 2016-03-31 textproc/rubygem-jekyll-assets1: Use textproc/rubygem-jekyll-assets instead 2016-03-31 devel/rubygem-sprockets-rails-rails41: Rails 4.1 is no longer supported - please switch to Rails 4.2 2016-03-31 mail/rubygem-actionmailer41: Rails 4.1 is no longer supported - please switch to Rails 4.2 2016-03-31 databases/rubygem-activemodel41: Rails 4.1 is no longer supported - please switch to Rails 4.2 2016-03-31 devel/rubygem-activesupport41: Rails 4.1 is no longer supported - please switch to Rails 4.2 2016-03-31 www/rubygem-actionpack41: Rails 4.1 is no longer supported - please switch to Rails 4.2 2016-03-31 devel/rubygem-actionview41: Rails 4.1 is no longer supported - please switch to Rails 4.2 2016-03-31 databases/rubygem-paranoia-rails41: Rails 4.1 is no longer supported - please switch to Rails 4.2 2016-03-31 databases/rubygem-activerecord41: Rails 4.1 is no longer supported - please switch to Rails 4.2 2016-03-31 textproc/rubygem-sass-rails4-rails41: Rails 4.1 is no longer supported - please switch to Rails 4.2 2016-03-31 www/rubygem-turbolinks-rails41: Rails 4.1 is no longer supported - please switch to Rails 4.2 2016-03-31 devel/rubygem-omniauth_crowd-rails41: Rails 4.1 is no longer supported - please switch to Rails 4.2 2016-03-31 devel/rubygem-coffee-rails41: Rails 4.1 is no longer supported - please switch to Rails 4.2 2016-03-31 www/rubygem-railties41: Rails 4.1 is no longer supported - please switch to Rails 4.2 2016-03-31 devel/rubygem-jbuilder-rails41: Rails 4.1 is no longer supported - please switch to Rails 4.2 2016-03-31 textproc/py-genshi-devel: The port is no longer updated and behind the main genshi port
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile3
-rw-r--r--textproc/py-genshi-devel/Makefile35
-rw-r--r--textproc/py-genshi-devel/distinfo2
-rw-r--r--textproc/py-genshi-devel/pkg-descr20
-rw-r--r--textproc/py-genshi-devel/pkg-plist82
-rw-r--r--textproc/rubygem-jekyll-assets1/Makefile32
-rw-r--r--textproc/rubygem-jekyll-assets1/distinfo2
-rw-r--r--textproc/rubygem-jekyll-assets1/pkg-descr5
-rw-r--r--textproc/rubygem-sass-rails4-rails41/Makefile16
9 files changed, 0 insertions, 197 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 6da1ea94672f..f4fcad604483 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1236,7 +1236,6 @@
SUBDIR += py-excelerator
SUBDIR += py-feedparser
SUBDIR += py-genshi
- SUBDIR += py-genshi-devel
SUBDIR += py-hexdump
SUBDIR += py-html2text
SUBDIR += py-hyperestraier-python
@@ -1430,7 +1429,6 @@
SUBDIR += rubygem-ini
SUBDIR += rubygem-itextomml
SUBDIR += rubygem-jekyll-assets
- SUBDIR += rubygem-jekyll-assets1
SUBDIR += rubygem-jekyll-feed
SUBDIR += rubygem-jekyll-gist
SUBDIR += rubygem-jekyll-mentions
@@ -1481,7 +1479,6 @@
SUBDIR += rubygem-sass
SUBDIR += rubygem-sass-rails
SUBDIR += rubygem-sass-rails4
- SUBDIR += rubygem-sass-rails4-rails41
SUBDIR += rubygem-sass-rails5
SUBDIR += rubygem-sass32
SUBDIR += rubygem-sax-machine
diff --git a/textproc/py-genshi-devel/Makefile b/textproc/py-genshi-devel/Makefile
deleted file mode 100644
index 08f055cd55db..000000000000
--- a/textproc/py-genshi-devel/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# Created by: Alexey V. Degtyarev <alexey@renatasystems.org>
-# $FreeBSD$
-
-PORTNAME= Genshi
-PORTVERSION= 0.6.1052
-PORTREVISION= 2
-CATEGORIES= textproc www python
-MASTER_SITES= ftp://ftp.renatasystems.org/pub/FreeBSD/ports/distfiles/
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-PKGNAMESUFFIX= -devel
-
-MAINTAINER= alexey@renatasystems.org
-COMMENT= Python toolkit for stream-based generation of output for the web
-
-DEPRECATED= The port is no longer updated and behind the main genshi port
-EXPIRATION_DATE= 2016-03-31
-
-USES= python
-USE_PYTHON= distutils autoplist
-
-WRKSRC= ${WRKDIR}/genshi
-CONFLICTS= py-genshi-[0-9]*
-
-DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
-EXAMPLESDIR= ${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME}
-
-OPTIONS_DEFINE= DOCS EXAMPLES
-
-post-install:
- ${MKDIR} ${STAGEDIR}${DOCSDIR}
- cd ${WRKSRC}/doc/ && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}
- ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
- cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}
-
-.include <bsd.port.mk>
diff --git a/textproc/py-genshi-devel/distinfo b/textproc/py-genshi-devel/distinfo
deleted file mode 100644
index 3dcae646b214..000000000000
--- a/textproc/py-genshi-devel/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (Genshi-0.6.1052.tar.gz) = 559868a39d7d69e323f0b78e33432a05ddcdd97ff29a362f1821e32bb96d0188
-SIZE (Genshi-0.6.1052.tar.gz) = 260267
diff --git a/textproc/py-genshi-devel/pkg-descr b/textproc/py-genshi-devel/pkg-descr
deleted file mode 100644
index 1432154deaa4..000000000000
--- a/textproc/py-genshi-devel/pkg-descr
+++ /dev/null
@@ -1,20 +0,0 @@
-Genshi is a Python library that provides an integrated set of components
-for parsing, generating, and processing HTML, XML or other textual content
-for output generation on the web. The major feature is a template language,
-which is heavily inspired by Kid.
-
-The development version 0.6 has the following features:
-
-* Improved XPath engine.
-
-* Code generation instead of AST transformation for template expressions.
-
-* Use of Python _ast module as an alternative to the deprecated compiler
-* package.
-
-* Full support for advanced internationalization.
-
-* Drop Python 2.3 compatibility, Python 2.4 will be the minimum required
-* version.
-
-WWW: http://genshi.edgewall.org/
diff --git a/textproc/py-genshi-devel/pkg-plist b/textproc/py-genshi-devel/pkg-plist
deleted file mode 100644
index 7c7cd5aff9dd..000000000000
--- a/textproc/py-genshi-devel/pkg-plist
+++ /dev/null
@@ -1,82 +0,0 @@
-%%PORTDOCS%%%%DOCSDIR%%/2000ft.graffle
-%%PORTDOCS%%%%DOCSDIR%%/2000ft.png
-%%PORTDOCS%%%%DOCSDIR%%/common/COPYING
-%%PORTDOCS%%%%DOCSDIR%%/common/README.txt
-%%PORTDOCS%%%%DOCSDIR%%/common/conf/docutils.ini
-%%PORTDOCS%%%%DOCSDIR%%/common/conf/epydoc.ini
-%%PORTDOCS%%%%DOCSDIR%%/common/doctools.py
-%%PORTDOCS%%%%DOCSDIR%%/common/doctools.pyc
-%%PORTDOCS%%%%DOCSDIR%%/common/style/bkgnd_pattern.png
-%%PORTDOCS%%%%DOCSDIR%%/common/style/docutils.css
-%%PORTDOCS%%%%DOCSDIR%%/common/style/edgewall.css
-%%PORTDOCS%%%%DOCSDIR%%/common/style/epydoc.css
-%%PORTDOCS%%%%DOCSDIR%%/common/style/pygments.css
-%%PORTDOCS%%%%DOCSDIR%%/common/style/shadow.gif
-%%PORTDOCS%%%%DOCSDIR%%/common/style/vertbars.png
-%%PORTDOCS%%%%DOCSDIR%%/common/template.html
-%%PORTDOCS%%%%DOCSDIR%%/filters.txt
-%%PORTDOCS%%%%DOCSDIR%%/i18n.txt
-%%PORTDOCS%%%%DOCSDIR%%/index.txt
-%%PORTDOCS%%%%DOCSDIR%%/install.txt
-%%PORTDOCS%%%%DOCSDIR%%/logo.gif
-%%PORTDOCS%%%%DOCSDIR%%/logo.lineform/data
-%%PORTDOCS%%%%DOCSDIR%%/logo.png
-%%PORTDOCS%%%%DOCSDIR%%/plugin.txt
-%%PORTDOCS%%%%DOCSDIR%%/streams.txt
-%%PORTDOCS%%%%DOCSDIR%%/templates.txt
-%%PORTDOCS%%%%DOCSDIR%%/text-templates.txt
-%%PORTDOCS%%%%DOCSDIR%%/upgrade.txt
-%%PORTDOCS%%%%DOCSDIR%%/xml-templates.txt
-%%PORTDOCS%%%%DOCSDIR%%/xpath.txt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/basic/kidrun.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/basic/layout.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/basic/layout.kid
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/basic/run.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/basic/test.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/basic/test.kid
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bench/basic.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bench/bigtable.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bench/cheetah/footer.tmpl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bench/cheetah/header.tmpl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bench/cheetah/template.tmpl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bench/clearsilver/footer.cs
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bench/clearsilver/header.cs
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bench/clearsilver/template.cs
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bench/django/templates/base.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bench/django/templates/template.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bench/django/templatetags/__init__.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bench/django/templatetags/bench.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bench/genshi/base.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bench/genshi/template.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bench/genshi_text/footer.txt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bench/genshi_text/header.txt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bench/genshi_text/template.txt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bench/kid/base.kid
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bench/kid/template.kid
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bench/mako/footer.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bench/mako/header.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bench/mako/template.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bench/myghty/base.myt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bench/myghty/template.myt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bench/simpletal/base.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bench/simpletal/template.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bench/xpath.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/geddit/__init__.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/geddit/controller.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/geddit/form.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/geddit/lib/__init__.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/geddit/lib/ajax.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/geddit/lib/template.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/geddit/model.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/geddit/static/jquery.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/geddit/static/layout.css
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/geddit/static/logo.gif
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/geddit/templates/_comment.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/geddit/templates/_form.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/geddit/templates/comment.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/geddit/templates/index.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/geddit/templates/index.xml
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/geddit/templates/info.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/geddit/templates/info.xml
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/geddit/templates/layout.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tutorial/geddit/templates/submit.html
diff --git a/textproc/rubygem-jekyll-assets1/Makefile b/textproc/rubygem-jekyll-assets1/Makefile
deleted file mode 100644
index 7561576d5a03..000000000000
--- a/textproc/rubygem-jekyll-assets1/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# Created by: Ryan Steinmetz <zi@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= jekyll-assets
-PORTVERSION= 1.0.0
-CATEGORIES= textproc rubygems
-MASTER_SITES= RG
-PKGNAMESUFFIX= 1
-
-MAINTAINER= ruby@FreeBSD.org
-COMMENT= Create javascript/CSS assets for Jekyll sites
-
-LICENSE= MIT
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-RUN_DEPENDS= rubygem-fastimage>=1.6:${PORTSDIR}/graphics/rubygem-fastimage \
- rubygem-jekyll2>=2:${PORTSDIR}/www/rubygem-jekyll2 \
- rubygem-mini_magick>=4.1:${PORTSDIR}/graphics/rubygem-mini_magick \
- rubygem-sass>=3.2:${PORTSDIR}/textproc/rubygem-sass \
- rubygem-sprockets>=2.10:${PORTSDIR}/devel/rubygem-sprockets \
- rubygem-sprockets-helpers>=0:${PORTSDIR}/devel/rubygem-sprockets-helpers \
- rubygem-sprockets-sass>=0:${PORTSDIR}/devel/rubygem-sprockets-sass
-
-DEPRECATED= Use textproc/rubygem-jekyll-assets instead
-EXPIRATION_DATE=2016-03-31
-
-NO_ARCH= yes
-USE_RUBY= yes
-USE_RUBYGEMS= yes
-RUBYGEM_AUTOPLIST= yes
-
-.include <bsd.port.mk>
diff --git a/textproc/rubygem-jekyll-assets1/distinfo b/textproc/rubygem-jekyll-assets1/distinfo
deleted file mode 100644
index 98c7ac7ffc2c..000000000000
--- a/textproc/rubygem-jekyll-assets1/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (rubygem/jekyll-assets-1.0.0.gem) = ddfe7eb06ea5ed8eef190b366f35113b0493bdc3513ab7686a14b36799c3ddb3
-SIZE (rubygem/jekyll-assets-1.0.0.gem) = 35840
diff --git a/textproc/rubygem-jekyll-assets1/pkg-descr b/textproc/rubygem-jekyll-assets1/pkg-descr
deleted file mode 100644
index 1fa262583975..000000000000
--- a/textproc/rubygem-jekyll-assets1/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-Jekyll plugin, that allows you to write javascript/css assets in other
-languages such as CoffeeScript, Sass, Less and ERB, concatenate them,
-respecting dependencies, minify and many more.
-
-WWW: http://jekyll-assets.github.io/jekyll-assets/
diff --git a/textproc/rubygem-sass-rails4-rails41/Makefile b/textproc/rubygem-sass-rails4-rails41/Makefile
deleted file mode 100644
index 1196f25fbd22..000000000000
--- a/textproc/rubygem-sass-rails4-rails41/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-# Created by: Torsten Zuhlsdorff <ports@toco-domains.de>
-# $FreeBSD$
-
-PKGNAMESUFFIX= 4-rails41
-
-DEPRECATED= Rails 4.1 is no longer supported - please switch to Rails 4.2
-EXPIRATION_DATE= 2016-03-31
-
-RUN_DEPENDS= rubygem-railties41>=4.1.12:${PORTSDIR}/www/rubygem-railties41 \
- rubygem-sass32>=3.2.2:${PORTSDIR}/textproc/rubygem-sass32 \
- rubygem-sprockets>=2.8:${PORTSDIR}/devel/rubygem-sprockets \
- rubygem-sprockets-rails-rails41>=2.0:${PORTSDIR}/devel/rubygem-sprockets-rails-rails41
-
-MASTERDIR= ${.CURDIR}/../rubygem-sass-rails4
-
-.include "${MASTERDIR}/Makefile"