Add ruby-htmlsplit, a Ruby library to split an HTML document into an

array of tags and contents.
This commit is contained in:
Akinori MUSHA 2001-09-20 05:03:25 +00:00
parent b3fc8349ed
commit cbec7ec0b5
6 changed files with 36 additions and 0 deletions

View file

@ -170,6 +170,7 @@
SUBDIR += ruby-erb
SUBDIR += ruby-gdome
SUBDIR += ruby-html-parser
SUBDIR += ruby-htmlsplit
SUBDIR += ruby-mwdom
SUBDIR += ruby-nqxml
SUBDIR += ruby-qt2xml

View file

@ -0,0 +1,27 @@
# New ports collection makefile for: htmlsplit.rb
# Date created: 20 September 2001
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#
PORTNAME= htmlsplit
PORTVERSION= 1.0.2
CATEGORIES= textproc ruby
MASTER_SITES= http://www.moonwolf.com/ruby/archive/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g}
DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
USE_ZIP= yes
USE_RUBY= yes
NO_BUILD= yes
NO_WRKSUBDIR= yes
do-install:
${INSTALL_DATA} ${WRKSRC}/htmlsplit.rb ${RUBY_SITELIBDIR}/
.include <bsd.port.mk>

View file

@ -0,0 +1 @@
MD5 (ruby/htmlsplit102.zip) = 1ac9104d86e9b5106e952ebbdc5c184e

View file

@ -0,0 +1 @@
A Ruby library to split an HTML document into tags and contents

View file

@ -0,0 +1,5 @@
This is htmlsplit.rb, a Ruby library to split an HTML document into an
array of tags and contents.
Author: MoonWolf <moonwolf-ruby@moonwolf.com>
WWW: http://www.ruby-lang.org/en/raa-list.rhtml?name=htmlsplit

View file

@ -0,0 +1 @@
%%RUBY_SITELIBDIR%%/htmlsplit.rb