diff options
author | obache <obache@pkgsrc.org> | 2007-05-26 13:16:00 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2007-05-26 13:16:00 +0000 |
commit | fc139c66fd641472d3e5c237474acc47e8a6fd5e (patch) | |
tree | 909eeca2abe9c1c27a019c7fe32a579e3e9cfa1b /textproc/ruby-htree/Makefile | |
parent | 3449f06ac10c0291c2c5a49cbb54d2e7eceff207 (diff) | |
download | pkgsrc-fc139c66fd641472d3e5c237474acc47e8a6fd5e.tar.gz |
Import ruby-htree version 0.6.
htree provides a tree data structure which represent HTML and XML data.
* Permissive unified HTML/XML parser
* byte-to-byte round-tripping unparser
* XML namespace support
* Dedicated class for escaped string. This ease sanitization.
* HTML/XHTML/XML generator
* template engine
* recursive template expansion
* converter to REXML document
Diffstat (limited to 'textproc/ruby-htree/Makefile')
-rw-r--r-- | textproc/ruby-htree/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/textproc/ruby-htree/Makefile b/textproc/ruby-htree/Makefile new file mode 100644 index 00000000000..d40a062cc40 --- /dev/null +++ b/textproc/ruby-htree/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/05/26 13:16:00 obache Exp $ + +DISTNAME= htree-0.6 +PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} +CATEGORIES= textproc ruby +MASTER_SITES= http://www.a-k-r.org/htree/ + +MAINTAINER= obache@NetBSD.org +HOMEPAGE= http://www.a-k-r.org/htree/ +COMMENT= Tree data structure which represent HTML and XML data for Ruby + +USE_RUBY_INSTALL= yes + +.include "../../lang/ruby/modules.mk" +.include "../../mk/bsd.pkg.mk" |