aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2012-08-19 00:38:53 +0800
committerswills <swills@FreeBSD.org>2012-08-19 00:38:53 +0800
commitdf45462a516ad18cab6736824fe263199b59e66a (patch)
tree5907c10bf8f2f9afe1bcba1715e2518db3689da7 /textproc
parent7dd26792aabc32347a8b18a67d13d8e98504f698 (diff)
downloadfreebsd-ports-gnome-df45462a516ad18cab6736824fe263199b59e66a.tar.gz
freebsd-ports-gnome-df45462a516ad18cab6736824fe263199b59e66a.tar.zst
freebsd-ports-gnome-df45462a516ad18cab6736824fe263199b59e66a.zip
The Libxml-Ruby project provides Ruby language bindings for the GNOME
Libxml2 XML toolkit. It is free software, released under the MIT License. WWW: http://rubygems.org/gems/libxml-ruby PR: ports/170529 Submitted by: Michael Schout <mschout@gkg.net>
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/rubygem-libxml-ruby/Makefile21
-rw-r--r--textproc/rubygem-libxml-ruby/distinfo2
-rw-r--r--textproc/rubygem-libxml-ruby/pkg-descr4
4 files changed, 28 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 5cf6ab3d07a2..7061e110f86c 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1267,6 +1267,7 @@
SUBDIR += rubygem-itextomml
SUBDIR += rubygem-kramdown
SUBDIR += rubygem-kwalify
+ SUBDIR += rubygem-libxml-ruby
SUBDIR += rubygem-linguistics
SUBDIR += rubygem-liquid
SUBDIR += rubygem-loofah
diff --git a/textproc/rubygem-libxml-ruby/Makefile b/textproc/rubygem-libxml-ruby/Makefile
new file mode 100644
index 000000000000..9f6323e82db1
--- /dev/null
+++ b/textproc/rubygem-libxml-ruby/Makefile
@@ -0,0 +1,21 @@
+# Ports collection makefile for: rubygem-libxml-ruby
+# Date created: 08 Aug 2012
+# Whom: Michael Schout <mschout@gkg.net>
+#
+# $FreeBSD$
+
+PORTNAME= libxml-ruby
+PORTVERSION= 2.3.3
+CATEGORIES= textproc rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ruby@FreeBSD.org
+COMMENT= Ruby bindings for the GNOME Libxml2 toolkit
+
+USE_GNOME= libxml2
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+.include <bsd.port.mk>
diff --git a/textproc/rubygem-libxml-ruby/distinfo b/textproc/rubygem-libxml-ruby/distinfo
new file mode 100644
index 000000000000..80ecc42b8cc5
--- /dev/null
+++ b/textproc/rubygem-libxml-ruby/distinfo
@@ -0,0 +1,2 @@
+SHA256 (rubygem/libxml-ruby-2.3.3.gem) = 4a3343fcff372a75020b15c521ae89586771eaed8d9497d9c6c606de8c1c825a
+SIZE (rubygem/libxml-ruby-2.3.3.gem) = 250368
diff --git a/textproc/rubygem-libxml-ruby/pkg-descr b/textproc/rubygem-libxml-ruby/pkg-descr
new file mode 100644
index 000000000000..0607be24c1ea
--- /dev/null
+++ b/textproc/rubygem-libxml-ruby/pkg-descr
@@ -0,0 +1,4 @@
+The Libxml-Ruby project provides Ruby language bindings for the GNOME
+Libxml2 XML toolkit. It is free software, released under the MIT License.
+
+WWW: http://rubygems.org/gems/libxml-ruby