diff options
author | clsung <clsung@FreeBSD.org> | 2007-02-04 01:27:47 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2007-02-04 01:27:47 +0800 |
commit | 0a87126924458badc2db4750739bbc88bb4bc3a7 (patch) | |
tree | a94b91f2dce5d0c16f16896bde79f74e57e000e0 | |
parent | ad833c6034567aef3713d71e10fdb525b333080d (diff) | |
download | freebsd-ports-gnome-0a87126924458badc2db4750739bbc88bb4bc3a7.tar.gz freebsd-ports-gnome-0a87126924458badc2db4750739bbc88bb4bc3a7.tar.zst freebsd-ports-gnome-0a87126924458badc2db4750739bbc88bb4bc3a7.zip |
Hpricot is a very flexible HTML parser, based on Tanaka Akira's HTree
and John Resig's JQuery, but with the scanner recoded in
C (using Ragel for scanning.)
WWW: http://code.whytheluckystiff.net/hpricot/
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/rubygem-hpricot/Makefile | 18 | ||||
-rw-r--r-- | www/rubygem-hpricot/distinfo | 3 | ||||
-rw-r--r-- | www/rubygem-hpricot/pkg-descr | 5 | ||||
-rw-r--r-- | www/rubygem-hpricot/pkg-plist | 41 |
5 files changed, 68 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index dd899e335fe6..5281bc588379 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1003,6 +1003,7 @@ SUBDIR += rubygem-actionpack SUBDIR += rubygem-actionwebservice SUBDIR += rubygem-bluecloth + SUBDIR += rubygem-hpricot SUBDIR += rubygem-layout-yullio SUBDIR += rubygem-mongrel SUBDIR += rubygem-mongrel_cluster diff --git a/www/rubygem-hpricot/Makefile b/www/rubygem-hpricot/Makefile new file mode 100644 index 000000000000..a2e6deae1dcd --- /dev/null +++ b/www/rubygem-hpricot/Makefile @@ -0,0 +1,18 @@ +# Ports collection makefile for: rubygem-hpricot +# Date created: Jan 19, 2007 +# Whom: Cheng-Lung Sung <clsung@FreeBSD.org> +# +# $FreeBSD$ + +PORTNAME= hpricot +PORTVERSION= 0.4 +CATEGORIES= www rubygems +MASTER_SITES= ${MASTER_SITE_RUBYFORGE} +MASTER_SITE_SUBDIR= gems + +MAINTAINER= clsung@FreeBSD.org +COMMENT= A Fast, Enjoyable HTML Parser for Ruby + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/devel/ruby-gems/Makefile.common" +.include <bsd.port.post.mk> diff --git a/www/rubygem-hpricot/distinfo b/www/rubygem-hpricot/distinfo new file mode 100644 index 000000000000..9f46faaff7de --- /dev/null +++ b/www/rubygem-hpricot/distinfo @@ -0,0 +1,3 @@ +MD5 (rubygem/hpricot-0.4.gem) = cc631d6612b625a825bab2cd2de6251f +SHA256 (rubygem/hpricot-0.4.gem) = f51675978aa0660d57593219286a0c1f81cf6b10e21cda94c867d8c741938b0e +SIZE (rubygem/hpricot-0.4.gem) = 126464 diff --git a/www/rubygem-hpricot/pkg-descr b/www/rubygem-hpricot/pkg-descr new file mode 100644 index 000000000000..c8445555f4f6 --- /dev/null +++ b/www/rubygem-hpricot/pkg-descr @@ -0,0 +1,5 @@ +Hpricot is a very flexible HTML parser, based on Tanaka Akira's HTree +and John Resig's JQuery, but with the scanner recoded in +C (using Ragel for scanning.) + +WWW: http://code.whytheluckystiff.net/hpricot/ diff --git a/www/rubygem-hpricot/pkg-plist b/www/rubygem-hpricot/pkg-plist new file mode 100644 index 000000000000..c88f7fd67b58 --- /dev/null +++ b/www/rubygem-hpricot/pkg-plist @@ -0,0 +1,41 @@ +%%GEM_CACHE%% +%%GEM_LIB_DIR%%/CHANGELOG +%%GEM_LIB_DIR%%/COPYING +%%GEM_LIB_DIR%%/README +%%GEM_LIB_DIR%%/Rakefile +%%GEM_LIB_DIR%%/ext/hpricot_scan/Makefile +%%GEM_LIB_DIR%%/ext/hpricot_scan/extconf.rb +%%GEM_LIB_DIR%%/ext/hpricot_scan/hpricot_scan.c +%%GEM_LIB_DIR%%/ext/hpricot_scan/hpricot_scan.h +%%GEM_LIB_DIR%%/ext/hpricot_scan/hpricot_scan.o +%%GEM_LIB_DIR%%/ext/hpricot_scan/hpricot_scan.rl +%%GEM_LIB_DIR%%/ext/hpricot_scan/hpricot_scan.so +%%GEM_LIB_DIR%%/ext/hpricot_scan/mkmf.log +%%GEM_LIB_DIR%%/extras/mingw-rbconfig.rb +%%GEM_LIB_DIR%%/lib/hpricot.rb +%%GEM_LIB_DIR%%/lib/hpricot/elements.rb +%%GEM_LIB_DIR%%/lib/hpricot/htmlinfo.rb +%%GEM_LIB_DIR%%/lib/hpricot/inspect.rb +%%GEM_LIB_DIR%%/lib/hpricot/modules.rb +%%GEM_LIB_DIR%%/lib/hpricot/parse.rb +%%GEM_LIB_DIR%%/lib/hpricot/tag.rb +%%GEM_LIB_DIR%%/lib/hpricot/text.rb +%%GEM_LIB_DIR%%/lib/hpricot/traverse.rb +%%GEM_LIB_DIR%%/lib/hpricot_scan.so +%%GEM_LIB_DIR%%/test/files/basic.xhtml +%%GEM_LIB_DIR%%/test/files/boingboing.html +%%GEM_LIB_DIR%%/test/files/immob.html +%%GEM_LIB_DIR%%/test/files/uswebgen.html +%%GEM_LIB_DIR%%/test/load_files.rb +%%GEM_LIB_DIR%%/test/test_parser.rb +%%GEM_SPEC%% +@dirrm %%GEM_LIB_DIR%%/test/files +@dirrm %%GEM_LIB_DIR%%/test +@dirrm %%GEM_LIB_DIR%%/extras +@dirrm %%GEM_LIB_DIR%%/ext/hpricot_scan +@dirrm %%GEM_LIB_DIR%%/ext +@dirrm %%GEM_LIB_DIR%%/lib/hpricot +@dirrm %%GEM_LIB_DIR%%/lib +@dirrm %%GEM_LIB_DIR%%/bin +@dirrm %%GEM_LIB_DIR%% +@dirrm %%GEM_DOC_DIR%% |