summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2014-09-06 17:31:48 +0000
committerSteve Wills <swills@FreeBSD.org>2014-09-06 17:31:48 +0000
commit6d4e5bb4b75cc5459e7119b455b881e2eea6bd85 (patch)
treee72d2778cb8c20dd2b2f114f042be100807a4ac6
parent- Update to version 2.2.8 (diff)
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>
Notes
Notes: svn path=/head/; revision=367458
-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