svn commit: r321509 - in head/misc: . rubygem-vpim
Steve Wills
swills at FreeBSD.org
Fri Jun 21 23:51:43 UTC 2013
Author: swills
Date: Fri Jun 21 23:51:42 2013
New Revision: 321509
URL: http://svnweb.freebsd.org/changeset/ports/321509
Log:
A pure-ruby library for decoding and encoding vCard and iCalendar data
WWW: http://vpim.rubyforge.org/
Added:
head/misc/rubygem-vpim/
head/misc/rubygem-vpim/Makefile (contents, props changed)
head/misc/rubygem-vpim/distinfo (contents, props changed)
head/misc/rubygem-vpim/pkg-descr (contents, props changed)
Modified:
head/misc/Makefile
Modified: head/misc/Makefile
==============================================================================
--- head/misc/Makefile Fri Jun 21 23:43:01 2013 (r321508)
+++ head/misc/Makefile Fri Jun 21 23:51:42 2013 (r321509)
@@ -488,6 +488,7 @@
SUBDIR += ruby-vpim
SUBDIR += rubygem-mime-types
SUBDIR += rubygem-ohcount
+ SUBDIR += rubygem-vpim
SUBDIR += saaghar
SUBDIR += salias
SUBDIR += seq2
Added: head/misc/rubygem-vpim/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/misc/rubygem-vpim/Makefile Fri Jun 21 23:51:42 2013 (r321509)
@@ -0,0 +1,18 @@
+# Created by: Steve Wills <swills at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= vpim
+PORTVERSION= 0.695
+CATEGORIES= misc rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ruby at FreeBSD.org
+COMMENT= pure-ruby library for decoding and encoding vCard and iCalendar data
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+PLIST_FILES+= bin/reminder bin/rrule
+
+.include <bsd.port.mk>
Added: head/misc/rubygem-vpim/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/misc/rubygem-vpim/distinfo Fri Jun 21 23:51:42 2013 (r321509)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/vpim-0.695.gem) = afe5e929fc9d1e373d59b73868e2b781e34a8b789dd62ececdafe77a2beedc38
+SIZE (rubygem/vpim-0.695.gem) = 103936
Added: head/misc/rubygem-vpim/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/misc/rubygem-vpim/pkg-descr Fri Jun 21 23:51:42 2013 (r321509)
@@ -0,0 +1,3 @@
+A pure-ruby library for decoding and encoding vCard and iCalendar data
+
+WWW: http://vpim.rubyforge.org/
More information about the svn-ports-head
mailing list