aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Davis <brd@FreeBSD.org>2016-05-19 16:41:23 +0000
committerBrad Davis <brd@FreeBSD.org>2016-05-19 16:41:23 +0000
commit15b2b0ad9730a7e84cca0f8e3ab2f96d44d1585d (patch)
treecb1ad22b0beb5f1c01e6723b579f7c7561cc8f74
parent51a95ee7adb8cd764de0f7f85def384911552979 (diff)
downloadports-15b2b0ad9730a7e84cca0f8e3ab2f96d44d1585d.tar.gz
ports-15b2b0ad9730a7e84cca0f8e3ab2f96d44d1585d.zip
Notes
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/rubygem-pretty-xml/Makefile19
-rw-r--r--textproc/rubygem-pretty-xml/distinfo3
-rw-r--r--textproc/rubygem-pretty-xml/pkg-descr3
4 files changed, 26 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index e4bac848ba0a..49c0071e9143 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1459,6 +1459,7 @@
SUBDIR += rubygem-org-ruby
SUBDIR += rubygem-parslet
SUBDIR += rubygem-phone
+ SUBDIR += rubygem-pretty-xml
SUBDIR += rubygem-rails-dom-testing
SUBDIR += rubygem-rails-html-sanitizer
SUBDIR += rubygem-rak
diff --git a/textproc/rubygem-pretty-xml/Makefile b/textproc/rubygem-pretty-xml/Makefile
new file mode 100644
index 000000000000..c8fd65bca894
--- /dev/null
+++ b/textproc/rubygem-pretty-xml/Makefile
@@ -0,0 +1,19 @@
+# $FreeBSD$
+
+PORTNAME= pretty-xml
+PORTVERSION= 0.2.0
+CATEGORIES= textproc rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ruby@FreeBSD.org
+COMMENT= Print well formatted XML
+
+LICENSE= RUBY
+
+RUN_DEPENDS= rubygem-nokogiri>=0:textproc/rubygem-nokogiri
+
+NO_ARCH= yes
+USE_RUBY= yes
+USES= gem
+
+.include <bsd.port.mk>
diff --git a/textproc/rubygem-pretty-xml/distinfo b/textproc/rubygem-pretty-xml/distinfo
new file mode 100644
index 000000000000..63d0bb63705d
--- /dev/null
+++ b/textproc/rubygem-pretty-xml/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1463675508
+SHA256 (rubygem/pretty-xml-0.2.0.gem) = 6d8e59649bbc225d33961fd2c0d2251a5cb7047b50992fe93de081f0193718b4
+SIZE (rubygem/pretty-xml-0.2.0.gem) = 9216
diff --git a/textproc/rubygem-pretty-xml/pkg-descr b/textproc/rubygem-pretty-xml/pkg-descr
new file mode 100644
index 000000000000..551446fe3053
--- /dev/null
+++ b/textproc/rubygem-pretty-xml/pkg-descr
@@ -0,0 +1,3 @@
+A rubygem to print well formatted XML.
+
+WWW: https://github.com/jrobertson/pretty-xml