forked from Lainports/freebsd-ports
Add ruby-htmlsplit, a Ruby library to split an HTML document into an
array of tags and contents.
This commit is contained in:
parent
b3fc8349ed
commit
cbec7ec0b5
6 changed files with 36 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
27
textproc/ruby-htmlsplit/Makefile
Normal file
27
textproc/ruby-htmlsplit/Makefile
Normal 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>
|
||||
1
textproc/ruby-htmlsplit/distinfo
Normal file
1
textproc/ruby-htmlsplit/distinfo
Normal file
|
|
@ -0,0 +1 @@
|
|||
MD5 (ruby/htmlsplit102.zip) = 1ac9104d86e9b5106e952ebbdc5c184e
|
||||
1
textproc/ruby-htmlsplit/pkg-comment
Normal file
1
textproc/ruby-htmlsplit/pkg-comment
Normal file
|
|
@ -0,0 +1 @@
|
|||
A Ruby library to split an HTML document into tags and contents
|
||||
5
textproc/ruby-htmlsplit/pkg-descr
Normal file
5
textproc/ruby-htmlsplit/pkg-descr
Normal 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
|
||||
1
textproc/ruby-htmlsplit/pkg-plist
Normal file
1
textproc/ruby-htmlsplit/pkg-plist
Normal file
|
|
@ -0,0 +1 @@
|
|||
%%RUBY_SITELIBDIR%%/htmlsplit.rb
|
||||
Loading…
Add table
Reference in a new issue