aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2014-09-07 01:31:48 +0800
committerswills <swills@FreeBSD.org>2014-09-07 01:31:48 +0800
commita039491d24bc328b83ce6cb7b3e9c8527b0a0184 (patch)
treee72d2778cb8c20dd2b2f114f042be100807a4ac6
parent44b72adf389634256f083256360cb6251b55deb0 (diff)
downloadfreebsd-ports-gnome-a039491d24bc328b83ce6cb7b3e9c8527b0a0184.tar.gz
freebsd-ports-gnome-a039491d24bc328b83ce6cb7b3e9c8527b0a0184.tar.zst
freebsd-ports-gnome-a039491d24bc328b83ce6cb7b3e9c8527b0a0184.zip
devel/rubygem-plist: create port for rubygem-plist
All-purpose Property List manipulation library WWW: https://github.com/bleything/plist PR: 193342 Submitted by: Renaud Chaput <renchap@cocoa-x.com>
-rw-r--r--devel/Makefile1
-rw-r--r--devel/rubygem-plist/Makefile17
-rw-r--r--devel/rubygem-plist/distinfo2
-rw-r--r--devel/rubygem-plist/pkg-descr3
4 files changed, 23 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index da344f1ee40c..9bc7bd8a8fca 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -4424,6 +4424,7 @@
SUBDIR += rubygem-piston
SUBDIR += rubygem-pkg-config
SUBDIR += rubygem-platform
+ SUBDIR += rubygem-plist
SUBDIR += rubygem-polyglot
SUBDIR += rubygem-popen4
SUBDIR += rubygem-posix-spawn
diff --git a/devel/rubygem-plist/Makefile b/devel/rubygem-plist/Makefile
new file mode 100644
index 000000000000..e484fb32e266
--- /dev/null
+++ b/devel/rubygem-plist/Makefile
@@ -0,0 +1,17 @@
+# $FreeBSD$
+
+PORTNAME= plist
+PORTVERSION= 3.1.0
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+
+MAINTAINER= renchap@cocoa-x.com
+COMMENT= All-purpose Property List manipulation library
+
+LICENSE= MIT
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+.include <bsd.port.mk>
diff --git a/devel/rubygem-plist/distinfo b/devel/rubygem-plist/distinfo
new file mode 100644
index 000000000000..fda233ad37b3
--- /dev/null
+++ b/devel/rubygem-plist/distinfo
@@ -0,0 +1,2 @@
+SHA256 (rubygem/plist-3.1.0.gem) = 9ae1a010cab13bb533af87d5a1aca23958e5dae8911317244248f9c65bb30866
+SIZE (rubygem/plist-3.1.0.gem) = 37888
diff --git a/devel/rubygem-plist/pkg-descr b/devel/rubygem-plist/pkg-descr
new file mode 100644
index 000000000000..5a57bc4ec4b7
--- /dev/null
+++ b/devel/rubygem-plist/pkg-descr
@@ -0,0 +1,3 @@
+All-purpose Property List manipulation library
+
+WWW: https://github.com/bleything/plist