A pure-ruby library for decoding and encoding vCard and iCalendar data

WWW: http://vpim.rubyforge.org/
This commit is contained in:
Steve Wills 2013-06-21 23:51:42 +00:00
parent deb071806d
commit 863e6957d2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=321509
4 changed files with 24 additions and 0 deletions

View file

@ -488,6 +488,7 @@
SUBDIR += ruby-vpim
SUBDIR += rubygem-mime-types
SUBDIR += rubygem-ohcount
SUBDIR += rubygem-vpim
SUBDIR += saaghar
SUBDIR += salias
SUBDIR += seq2

View file

@ -0,0 +1,18 @@
# Created by: Steve Wills <swills@FreeBSD.org>
# $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 <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (rubygem/vpim-0.695.gem) = afe5e929fc9d1e373d59b73868e2b781e34a8b789dd62ececdafe77a2beedc38
SIZE (rubygem/vpim-0.695.gem) = 103936

View file

@ -0,0 +1,3 @@
A pure-ruby library for decoding and encoding vCard and iCalendar data
WWW: http://vpim.rubyforge.org/