From owner-svn-ports-all@FreeBSD.ORG Fri Jun 21 23:51:43 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 95DFDE2A; Fri, 21 Jun 2013 23:51:43 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 6DD1C1FAB; Fri, 21 Jun 2013 23:51:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r5LNphNu091501; Fri, 21 Jun 2013 23:51:43 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r5LNpgcM091497; Fri, 21 Jun 2013 23:51:42 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201306212351.r5LNpgcM091497@svn.freebsd.org> From: Steve Wills Date: Fri, 21 Jun 2013 23:51:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r321509 - in head/misc: . rubygem-vpim X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Jun 2013 23:51:43 -0000 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 +# $FreeBSD$ + +PORTNAME= vpim +PORTVERSION= 0.695 +CATEGORIES= misc rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@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 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/