aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/rubygem-sax-machine
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2010-06-04 01:07:13 +0800
committermiwi <miwi@FreeBSD.org>2010-06-04 01:07:13 +0800
commit1c58329f49e99e7880eb17779805b70193480f4d (patch)
tree4ce4e9ca572d24b244c5c5e486a94c15c89dce35 /textproc/rubygem-sax-machine
parent66a418243c3db154916035424a6b7b78dbd3efb3 (diff)
downloadfreebsd-ports-gnome-1c58329f49e99e7880eb17779805b70193480f4d.tar.gz
freebsd-ports-gnome-1c58329f49e99e7880eb17779805b70193480f4d.tar.zst
freebsd-ports-gnome-1c58329f49e99e7880eb17779805b70193480f4d.zip
A declarative SAX parsing library backed by Nokogiri.
WWW: http://github.com/pauldix/sax-machine PR: ports/147183 Submitted by: Eric Freeman <freebsdports at chillibear.com>
Diffstat (limited to 'textproc/rubygem-sax-machine')
-rw-r--r--textproc/rubygem-sax-machine/Makefile22
-rw-r--r--textproc/rubygem-sax-machine/distinfo3
-rw-r--r--textproc/rubygem-sax-machine/pkg-descr3
3 files changed, 28 insertions, 0 deletions
diff --git a/textproc/rubygem-sax-machine/Makefile b/textproc/rubygem-sax-machine/Makefile
new file mode 100644
index 000000000000..d031a6a12b5d
--- /dev/null
+++ b/textproc/rubygem-sax-machine/Makefile
@@ -0,0 +1,22 @@
+# Ports collection makefile for: rubygem-sax-machine
+# Date created: 29 May 2010
+# Whom: Eric Freeman <freebsdports@chillibear.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= sax-machine
+PORTVERSION= 0.0.15
+CATEGORIES= textproc rubygems
+MASTER_SITES= RG
+
+MAINTAINER= freebsdports@chillibear.com
+COMMENT= A declarative sax parsing library backed by Nokogiri
+
+RUN_DEPENDS= rubygem-nokogiri>=0.0.0:${PORTSDIR}/textproc/rubygem-nokogiri
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+.include <bsd.port.mk>
diff --git a/textproc/rubygem-sax-machine/distinfo b/textproc/rubygem-sax-machine/distinfo
new file mode 100644
index 000000000000..958a6d1a708e
--- /dev/null
+++ b/textproc/rubygem-sax-machine/distinfo
@@ -0,0 +1,3 @@
+MD5 (rubygem/sax-machine-0.0.15.gem) = b16600e7f07e110beec8f191ac1d13c4
+SHA256 (rubygem/sax-machine-0.0.15.gem) = cc9352ad6c606d916cae6aca8e9f04370aa3fcc4e0db803a354ea96f39e6506e
+SIZE (rubygem/sax-machine-0.0.15.gem) = 9728
diff --git a/textproc/rubygem-sax-machine/pkg-descr b/textproc/rubygem-sax-machine/pkg-descr
new file mode 100644
index 000000000000..667d6e07fac0
--- /dev/null
+++ b/textproc/rubygem-sax-machine/pkg-descr
@@ -0,0 +1,3 @@
+A declarative SAX parsing library backed by Nokogiri.
+
+WWW: http://github.com/pauldix/sax-machine