summaryrefslogtreecommitdiff
path: root/textproc/ruby-htree/Makefile
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2007-05-26 13:16:00 +0000
committerobache <obache@pkgsrc.org>2007-05-26 13:16:00 +0000
commitfc139c66fd641472d3e5c237474acc47e8a6fd5e (patch)
tree909eeca2abe9c1c27a019c7fe32a579e3e9cfa1b /textproc/ruby-htree/Makefile
parent3449f06ac10c0291c2c5a49cbb54d2e7eceff207 (diff)
downloadpkgsrc-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/Makefile15
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"