diff options
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/ruby-sablot/Makefile | 53 | ||||
-rw-r--r-- | textproc/ruby-sablot/distinfo | 2 | ||||
-rw-r--r-- | textproc/ruby-sablot/files/patch-extconf.rb | 11 | ||||
-rw-r--r-- | textproc/ruby-sablot/pkg-descr | 8 | ||||
-rw-r--r-- | textproc/ruby-sablot/pkg-plist | 34 |
7 files changed, 1 insertions, 109 deletions
@@ -4250,3 +4250,4 @@ japanese/navi2ch-xemacs21-mule|japanese/navi2ch|2013-05-02|Removed: obsolete databases/phpmyadmin|databases/phpmyadmin35|2013-05-03|New port to track the older 3.5.x release branch devel/py-libgsf||2013-05-05|No longer supported by newer libgsf version devel/libgsf-gnome||2013-05-05|No longer supported by newer libgsf version +textproc/ruby-sablot||2013-05-07|Has expired: Does not work with Ruby 1.9 diff --git a/textproc/Makefile b/textproc/Makefile index 561dddc5b798..fbb008e8094c 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1273,7 +1273,6 @@ SUBDIR += ruby-rss SUBDIR += ruby-rss.alt SUBDIR += ruby-rttool - SUBDIR += ruby-sablot SUBDIR += ruby-sary SUBDIR += ruby-xmlconfigfile SUBDIR += ruby-xmlparser diff --git a/textproc/ruby-sablot/Makefile b/textproc/ruby-sablot/Makefile deleted file mode 100644 index 8b188c84df54..000000000000 --- a/textproc/ruby-sablot/Makefile +++ /dev/null @@ -1,53 +0,0 @@ -# Created by: Akinori MUSHA aka knu <knu@idaemons.org> -# $FreeBSD$ - -PORTNAME= sablot -PORTVERSION= 0.5.2 -PORTREVISION= 9 -CATEGORIES= textproc ruby -MASTER_SITES= http://www.rubycolor.org/arc/ -PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -DIST_SUBDIR= ruby - -MAINTAINER= gahr@FreeBSD.org -COMMENT= Ruby interface to the Sablotron XSLT processor - -DEPRECATED= Does not work with Ruby 1.9 -EXPIRATION_DATE= 2013-05-02 - -LIB_DEPENDS= sablot.70:${PORTSDIR}/textproc/sablotron \ - expat.6:${PORTSDIR}/textproc/expat2 - -USES= iconv -USE_RUBY= yes -USE_RUBY_EXTCONF= yes - -CONFIGURE_ARGS= --with-sablot-lib="${LOCALBASE}" \ - --with-iconv="${LOCALBASE}" \ - --with-expat="${LOCALBASE}" -INSTALL_TARGET= site-install - -DOCS_EN= README \ - doc/sablot.html \ - doc/sablot.rd -DOCS_JA= doc/sablot_ja.html \ - doc/sablot.rd.ja - -post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${RUBY_MODEXAMPLESDIR} - ${CP} -R ${WRKSRC}/sample/* ${RUBY_MODEXAMPLESDIR}/ - ${MKDIR} ${RUBY_MODDOCDIR}/ja -.for f in ${DOCS_EN} - ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ -.endfor -.for f in ${DOCS_JA} - ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ja/ -.endfor -.endif - -.include <bsd.port.pre.mk> -.if ${RUBY_VER} == 1.9 -BROKEN= does not build with ruby 1.9 -.endif -.include <bsd.port.post.mk> diff --git a/textproc/ruby-sablot/distinfo b/textproc/ruby-sablot/distinfo deleted file mode 100644 index 32b24b7e1692..000000000000 --- a/textproc/ruby-sablot/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (ruby/sablot-0.5.2.tar.gz) = af85b482e0c2e56e5175d333ab1e9b4b26548d62ae5d73993009990509762422 -SIZE (ruby/sablot-0.5.2.tar.gz) = 15076 diff --git a/textproc/ruby-sablot/files/patch-extconf.rb b/textproc/ruby-sablot/files/patch-extconf.rb deleted file mode 100644 index 3ce5a1a10df8..000000000000 --- a/textproc/ruby-sablot/files/patch-extconf.rb +++ /dev/null @@ -1,11 +0,0 @@ ---- extconf.rb.orig Thu Sep 20 00:07:17 2001 -+++ extconf.rb Mon Oct 28 03:12:50 2002 -@@ -14,6 +14,8 @@ - have_library('gcc',nil) - end - -+have_library('stdc++') -+ - if have_header("sablot.h") and - ((have_library("expat", "XML_ParserCreate") and - have_library("expat", "XmlParseXmlDecl")) or diff --git a/textproc/ruby-sablot/pkg-descr b/textproc/ruby-sablot/pkg-descr deleted file mode 100644 index 2e4be69f0f44..000000000000 --- a/textproc/ruby-sablot/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -This is the experimental version of a Ruby interface to Sablotron, the -XSLT processor developed by Ginger Alliance. - -This module's license is the combination of MPL (Mozilla Public -License) and GPL. - -Author: TAKAHASHI Masayoshi <maki@inac.co.jp> -WWW: http://raa.ruby-lang.org/project/sablot diff --git a/textproc/ruby-sablot/pkg-plist b/textproc/ruby-sablot/pkg-plist deleted file mode 100644 index ab923c2d2cb9..000000000000 --- a/textproc/ruby-sablot/pkg-plist +++ /dev/null @@ -1,34 +0,0 @@ -%%RUBY_SITEARCHLIBDIR%%/sablot.so -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/basic/sample.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/basic/sample.xml -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/basic/sample.xsl -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/basic/sample_file.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/basic/sample_obj.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/basic/sample_param.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/basic/sample_param.xsl -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/encoding/ddhc-iso-8859-1.xml -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/encoding/ddhc-utf-8.xml -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/encoding/doc-euc-jp.xml -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/encoding/doc-iso-2022-jp.xml -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/encoding/doc-shift_jis.xml -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/encoding/doc-utf-8.xml -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/encoding/doc2html.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/encoding/doc2html.xsl -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/encoding/doc2html_fr.xsl -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/encoding/doc2html_ja.xsl -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/handler/sample.xml -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/handler/sample.xsl -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/handler/sample_err.xsl -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/handler/sample_mh.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/sample.rb -%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%%/basic -%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%%/encoding -%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%%/handler -%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%% -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/sablot.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/sablot.rd -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/sablot.rd.ja -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/sablot_ja.html -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/ja -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%% |