svn commit: r367458 - in head/devel: . rubygem-plist
Steve Wills
swills at FreeBSD.org
Sat Sep 6 17:31:50 UTC 2014
Author: swills
Date: Sat Sep 6 17:31:48 2014
New Revision: 367458
URL: http://svnweb.freebsd.org/changeset/ports/367458
QAT: https://qat.redports.org/buildarchive/r367458/
Log:
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 at cocoa-x.com>
Added:
head/devel/rubygem-plist/
head/devel/rubygem-plist/Makefile (contents, props changed)
head/devel/rubygem-plist/distinfo (contents, props changed)
head/devel/rubygem-plist/pkg-descr (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Sat Sep 6 17:30:39 2014 (r367457)
+++ head/devel/Makefile Sat Sep 6 17:31:48 2014 (r367458)
@@ -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
Added: head/devel/rubygem-plist/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-plist/Makefile Sat Sep 6 17:31:48 2014 (r367458)
@@ -0,0 +1,17 @@
+# $FreeBSD$
+
+PORTNAME= plist
+PORTVERSION= 3.1.0
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+
+MAINTAINER= renchap at 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>
Added: head/devel/rubygem-plist/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-plist/distinfo Sat Sep 6 17:31:48 2014 (r367458)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/plist-3.1.0.gem) = 9ae1a010cab13bb533af87d5a1aca23958e5dae8911317244248f9c65bb30866
+SIZE (rubygem/plist-3.1.0.gem) = 37888
Added: head/devel/rubygem-plist/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-plist/pkg-descr Sat Sep 6 17:31:48 2014 (r367458)
@@ -0,0 +1,3 @@
+All-purpose Property List manipulation library
+
+WWW: https://github.com/bleything/plist
More information about the svn-ports-all
mailing list