diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2013-10-11 05:34:28 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2013-10-11 05:34:28 +0000 |
commit | 8f2bb0ababc016d140d7408d966f18d80df0d8de (patch) | |
tree | d69af22bb4d66375b76d5a56d03a08af6318d854 /textproc/ruby-xmlscan-old | |
parent | 5d1ac8b2f5255151f5ca3de5f5496b41065a9955 (diff) | |
download | ports-8f2bb0ababc016d140d7408d966f18d80df0d8de.tar.gz ports-8f2bb0ababc016d140d7408d966f18d80df0d8de.zip |
Notes
Diffstat (limited to 'textproc/ruby-xmlscan-old')
-rw-r--r-- | textproc/ruby-xmlscan-old/Makefile | 37 | ||||
-rw-r--r-- | textproc/ruby-xmlscan-old/distinfo | 2 | ||||
-rw-r--r-- | textproc/ruby-xmlscan-old/pkg-descr | 4 | ||||
-rw-r--r-- | textproc/ruby-xmlscan-old/pkg-plist | 10 |
4 files changed, 0 insertions, 53 deletions
diff --git a/textproc/ruby-xmlscan-old/Makefile b/textproc/ruby-xmlscan-old/Makefile deleted file mode 100644 index ed2d19aec501..000000000000 --- a/textproc/ruby-xmlscan-old/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# Created by: Akinori MUSHA aka knu <knu@idaemons.org> -# $FreeBSD$ - -PORTNAME= xmlscan -PORTVERSION= 0.0.10 -CATEGORIES= textproc ruby -MASTER_SITES= http://www.blue.sky.or.jp/atelier/ruby/xmlscan/old/ -PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -DIST_SUBDIR= ruby - -MAINTAINER= ruby@FreeBSD.org -COMMENT= Pure Ruby XML/HTML scanner and XPath processor/compiler modules - -DEPRECATED= Does not work with Ruby 1.9 -EXPIRATION_DATE= 2013-10-10 - -BUILD_DEPENDS= racc:${PORTSDIR}/devel/ruby-racc - -USE_RUBY= yes -USE_RUBY_FEATURES= racc-runtime - -NO_STAGE= yes -do-build: - cd ${WRKSRC}; racc -v -g -c -o xmldtd.rb xmldtd.ry - -do-install: - cd ${WRKSRC}; ${INSTALL_DATA} [hx]*.rb ${RUBY_SITELIBDIR}/ -.if !defined(NOPORTDOCS) - ${MKDIR} ${RUBY_MODDOCDIR}/ja - ${INSTALL_DATA} ${WRKSRC}/README ${RUBY_MODDOCDIR}/ja/ -.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-xmlscan-old/distinfo b/textproc/ruby-xmlscan-old/distinfo deleted file mode 100644 index 9cf2692763ca..000000000000 --- a/textproc/ruby-xmlscan-old/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (ruby/xmlscan-0.0.10.tar.gz) = 01294c9082be61175d0f3bc840e390af6302968a9478708e3ef256bd2da4e094 -SIZE (ruby/xmlscan-0.0.10.tar.gz) = 45217 diff --git a/textproc/ruby-xmlscan-old/pkg-descr b/textproc/ruby-xmlscan-old/pkg-descr deleted file mode 100644 index 248c4453f6d5..000000000000 --- a/textproc/ruby-xmlscan-old/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -This a set of pure Ruby XML/HTML scanner and XPath processor/compiler -modules. - -Author: Ueno Katsuhiro <katsu@blue.sky.or.jp> diff --git a/textproc/ruby-xmlscan-old/pkg-plist b/textproc/ruby-xmlscan-old/pkg-plist deleted file mode 100644 index 9e45d181b98a..000000000000 --- a/textproc/ruby-xmlscan-old/pkg-plist +++ /dev/null @@ -1,10 +0,0 @@ -%%RUBY_SITELIBDIR%%/htmlscan.rb -%%RUBY_SITELIBDIR%%/xmldtd.rb -%%RUBY_SITELIBDIR%%/xmlscan.rb -%%RUBY_SITELIBDIR%%/xmltoken.rb -%%RUBY_SITELIBDIR%%/xpath-dom.rb -%%RUBY_SITELIBDIR%%/xpath.rb -%%RUBY_SITELIBDIR%%/xpathtree.rb -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/README -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/ja -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%% |