Add ruby-xmlscan, pure Ruby XML/HTML scanner and XPath
processor/compiler modules.
This commit is contained in:
parent
50927a3b75
commit
187a8be20c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=46627
@ -169,6 +169,7 @@
|
||||
SUBDIR += ruby-rss
|
||||
SUBDIR += ruby-sablot
|
||||
SUBDIR += ruby-xmlparser
|
||||
SUBDIR += ruby-xmlscan
|
||||
SUBDIR += rxp
|
||||
SUBDIR += sablotron
|
||||
SUBDIR += sarep
|
||||
|
32
textproc/ruby-xmlscan-old/Makefile
Normal file
32
textproc/ruby-xmlscan-old/Makefile
Normal file
@ -0,0 +1,32 @@
|
||||
# New ports collection makefile for: ruby-xmlscan
|
||||
# Date created: 7 August 2001
|
||||
# Whom: 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/
|
||||
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
|
||||
DIST_SUBDIR= ruby
|
||||
|
||||
MAINTAINER= knu@FreeBSD.org
|
||||
|
||||
BUILD_DEPENDS= racc:${PORTSDIR}/devel/ruby-racc
|
||||
RUN_DEPENDS= ${RUBY_SITELIBDIR}/racc/parser.rb:${PORTSDIR}/devel/ruby-racc-runtime
|
||||
|
||||
USE_RUBY= 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_DOCDIR}/${PORTNAME}/ja
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${RUBY_DOCDIR}/${PORTNAME}/ja/
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
1
textproc/ruby-xmlscan-old/distinfo
Normal file
1
textproc/ruby-xmlscan-old/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (ruby/xmlscan-0.0.10.tar.gz) = f3c6543ee6637a2971a51408578c2eaf
|
1
textproc/ruby-xmlscan-old/pkg-comment
Normal file
1
textproc/ruby-xmlscan-old/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Pure Ruby XML/HTML scanner and XPath processor/compiler modules
|
4
textproc/ruby-xmlscan-old/pkg-descr
Normal file
4
textproc/ruby-xmlscan-old/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
This a set of pure Ruby XML/HTML scanner and XPath processor/compiler
|
||||
modules.
|
||||
|
||||
Author: Ueno Katsuhiro <katsu@blue.sky.or.jp>
|
10
textproc/ruby-xmlscan-old/pkg-plist
Normal file
10
textproc/ruby-xmlscan-old/pkg-plist
Normal file
@ -0,0 +1,10 @@
|
||||
%%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_DOCDIR%%/xmlscan/ja/README
|
||||
%%PORTDOCS%%@dirrm %%RUBY_DOCDIR%%/xmlscan/ja
|
||||
%%PORTDOCS%%@dirrm %%RUBY_DOCDIR%%/xmlscan
|
32
textproc/ruby-xmlscan/Makefile
Normal file
32
textproc/ruby-xmlscan/Makefile
Normal file
@ -0,0 +1,32 @@
|
||||
# New ports collection makefile for: ruby-xmlscan
|
||||
# Date created: 7 August 2001
|
||||
# Whom: 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/
|
||||
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
|
||||
DIST_SUBDIR= ruby
|
||||
|
||||
MAINTAINER= knu@FreeBSD.org
|
||||
|
||||
BUILD_DEPENDS= racc:${PORTSDIR}/devel/ruby-racc
|
||||
RUN_DEPENDS= ${RUBY_SITELIBDIR}/racc/parser.rb:${PORTSDIR}/devel/ruby-racc-runtime
|
||||
|
||||
USE_RUBY= 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_DOCDIR}/${PORTNAME}/ja
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${RUBY_DOCDIR}/${PORTNAME}/ja/
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
1
textproc/ruby-xmlscan/distinfo
Normal file
1
textproc/ruby-xmlscan/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (ruby/xmlscan-0.0.10.tar.gz) = f3c6543ee6637a2971a51408578c2eaf
|
1
textproc/ruby-xmlscan/pkg-comment
Normal file
1
textproc/ruby-xmlscan/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Pure Ruby XML/HTML scanner and XPath processor/compiler modules
|
4
textproc/ruby-xmlscan/pkg-descr
Normal file
4
textproc/ruby-xmlscan/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
This a set of pure Ruby XML/HTML scanner and XPath processor/compiler
|
||||
modules.
|
||||
|
||||
Author: Ueno Katsuhiro <katsu@blue.sky.or.jp>
|
10
textproc/ruby-xmlscan/pkg-plist
Normal file
10
textproc/ruby-xmlscan/pkg-plist
Normal file
@ -0,0 +1,10 @@
|
||||
%%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_DOCDIR%%/xmlscan/ja/README
|
||||
%%PORTDOCS%%@dirrm %%RUBY_DOCDIR%%/xmlscan/ja
|
||||
%%PORTDOCS%%@dirrm %%RUBY_DOCDIR%%/xmlscan
|
Loading…
Reference in New Issue
Block a user