aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2014-12-04 23:22:29 +0800
committersunpoet <sunpoet@FreeBSD.org>2014-12-04 23:22:29 +0800
commitc72c4c24d63a0511d79e04041d1c39499097f4ed (patch)
treef360b384090e539ab3faed4f6c37c1da960808db
parentd60f6e9ee0cdca790c69f433383d8c2a24eb3cdc (diff)
downloadfreebsd-ports-gnome-c72c4c24d63a0511d79e04041d1c39499097f4ed.tar.gz
freebsd-ports-gnome-c72c4c24d63a0511d79e04041d1c39499097f4ed.tar.zst
freebsd-ports-gnome-c72c4c24d63a0511d79e04041d1c39499097f4ed.zip
- Add rubygem-CFPropertyList 2.2.8
CFPropertyList implements class to read, manipulate and write both XML and binary property list files (plist(5)) as defined by Apple. Have a look at CFPropertyList::List for more documentation. WWW: https://github.com/ckruse/CFPropertyList RG: https://rubygems.org/gems/CFPropertyList
-rw-r--r--devel/Makefile1
-rw-r--r--devel/rubygem-CFPropertyList/Makefile18
-rw-r--r--devel/rubygem-CFPropertyList/distinfo2
-rw-r--r--devel/rubygem-CFPropertyList/pkg-descr6
4 files changed, 27 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index b02aea6b3562..a94d11fe032f 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -4261,6 +4261,7 @@
SUBDIR += ruby-subversion
SUBDIR += ruby-tzfile
SUBDIR += ruby-wirble
+ SUBDIR += rubygem-CFPropertyList
SUBDIR += rubygem-abstract
SUBDIR += rubygem-actionpack-action_caching
SUBDIR += rubygem-actionview
diff --git a/devel/rubygem-CFPropertyList/Makefile b/devel/rubygem-CFPropertyList/Makefile
new file mode 100644
index 000000000000..f4b5e2cb5d2d
--- /dev/null
+++ b/devel/rubygem-CFPropertyList/Makefile
@@ -0,0 +1,18 @@
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= CFPropertyList
+PORTVERSION= 2.2.8
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Read, write and manipulate both binary and XML property lists
+
+LICENSE= MIT
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+.include <bsd.port.mk>
diff --git a/devel/rubygem-CFPropertyList/distinfo b/devel/rubygem-CFPropertyList/distinfo
new file mode 100644
index 000000000000..5e54b3122020
--- /dev/null
+++ b/devel/rubygem-CFPropertyList/distinfo
@@ -0,0 +1,2 @@
+SHA256 (rubygem/CFPropertyList-2.2.8.gem) = b693d9b4e6609c9dcdb651d0d65a3bdb54c04cdc16291b4272a86f48e51f57b7
+SIZE (rubygem/CFPropertyList-2.2.8.gem) = 15872
diff --git a/devel/rubygem-CFPropertyList/pkg-descr b/devel/rubygem-CFPropertyList/pkg-descr
new file mode 100644
index 000000000000..81a3de60e673
--- /dev/null
+++ b/devel/rubygem-CFPropertyList/pkg-descr
@@ -0,0 +1,6 @@
+CFPropertyList implements class to read, manipulate and write both XML and
+binary property list files (plist(5)) as defined by Apple. Have a look at
+CFPropertyList::List for more documentation.
+
+WWW: https://github.com/ckruse/CFPropertyList
+RG: https://rubygems.org/gems/CFPropertyList