A pure-ruby library for decoding and encoding vCard and iCalendar data
WWW: http://vpim.rubyforge.org/
This commit is contained in:
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
|
@ -488,6 +488,7 @@
|
|||
SUBDIR += ruby-vpim
|
||||
SUBDIR += rubygem-mime-types
|
||||
SUBDIR += rubygem-ohcount
|
||||
SUBDIR += rubygem-vpim
|
||||
SUBDIR += saaghar
|
||||
SUBDIR += salias
|
||||
SUBDIR += seq2
|
||||
|
|
18
misc/rubygem-vpim/Makefile
Normal file
18
misc/rubygem-vpim/Makefile
Normal 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>
|
2
misc/rubygem-vpim/distinfo
Normal file
2
misc/rubygem-vpim/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (rubygem/vpim-0.695.gem) = afe5e929fc9d1e373d59b73868e2b781e34a8b789dd62ececdafe77a2beedc38
|
||||
SIZE (rubygem/vpim-0.695.gem) = 103936
|
3
misc/rubygem-vpim/pkg-descr
Normal file
3
misc/rubygem-vpim/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
A pure-ruby library for decoding and encoding vCard and iCalendar data
|
||||
|
||||
WWW: http://vpim.rubyforge.org/
|
Loading…
Reference in a new issue