Add ruby-mwdom, DOM level2 module, XMLWriter and XHTMLWriter for Ruby.

This commit is contained in:
Akinori MUSHA 2001-08-22 08:52:13 +00:00
parent c21967f445
commit d7b0547a07
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=46629
6 changed files with 57 additions and 0 deletions

View File

@ -162,6 +162,7 @@
SUBDIR += ruby-erb
SUBDIR += ruby-gdome
SUBDIR += ruby-html-parser
SUBDIR += ruby-mwdom
SUBDIR += ruby-nqxml
SUBDIR += ruby-qt2xml
SUBDIR += ruby-rd-mode.el

View File

@ -0,0 +1,31 @@
# New ports collection makefile for: Ruby/MWDOM
# Date created: 22 August 2001
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#
PORTNAME= mwdom
PORTVERSION= 0.1.5
CATEGORIES= textproc ruby
MASTER_SITES= http://www.moonwolf.com/ruby/archive/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
RUN_DEPENDS= ${RUBY_SITELIBDIR}/xpathtree.rb:${PORTSDIR}/textproc/ruby-xmlscan
USE_BZIP2= yes
USE_RUBY= yes
NO_BUILD= yes
do-install:
${CP} -R ${WRKSRC}/mwdom ${RUBY_SITELIBDIR}/
.if !defined(NOPORTDOCS)
${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME}
${INSTALL_DATA} ${WRKSRC}/*.* ${RUBY_EXAMPLESDIR}/${PORTNAME}/
.endif
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (ruby/mwdom-0.1.5.tar.bz2) = 9a8b8c63516dca91117e835b2682ffd0

View File

@ -0,0 +1 @@
DOM level2 module, XMLWriter and XHTMLWriter for Ruby

View File

@ -0,0 +1,5 @@
This is Ruby/MWDOM, DOM level2 module, XMLWriter and XHTMLWriter for
Ruby.
Author: MoonWolf <moonwolf-ruby@moonwolf.com>
WWW: http://www.ruby-lang.org/en/raa-list.rhtml?name=MWDOM

View File

@ -0,0 +1,18 @@
%%RUBY_SITELIBDIR%%/mwdom/builder/xmlscan.rb
%%RUBY_SITELIBDIR%%/mwdom/core.rb
%%RUBY_SITELIBDIR%%/mwdom/traversal.rb
%%RUBY_SITELIBDIR%%/mwdom/visitor/domvisitor.rb
%%RUBY_SITELIBDIR%%/mwdom/visitor/xhtmlwriter.rb
%%RUBY_SITELIBDIR%%/mwdom/visitor/xmlwriter.rb
@dirrm %%RUBY_SITELIBDIR%%/mwdom/builder
@dirrm %%RUBY_SITELIBDIR%%/mwdom/visitor
@dirrm %%RUBY_SITELIBDIR%%/mwdom
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/mwdom/ns1.xml
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/mwdom/ns2.xml
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/mwdom/parsetest.rb
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/mwdom/rdf1.xml
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/mwdom/rdf2.xml
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/mwdom/testdoc.rb
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/mwdom/visitortest.rb
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/mwdom/xhtmltest.rb
%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/mwdom