diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/rubygem-vpim/Makefile | 18 | ||||
-rw-r--r-- | misc/rubygem-vpim/distinfo | 2 | ||||
-rw-r--r-- | misc/rubygem-vpim/pkg-descr | 3 |
4 files changed, 24 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index d8c3431b3191..49d82f7a2cab 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -488,6 +488,7 @@ SUBDIR += ruby-vpim SUBDIR += rubygem-mime-types SUBDIR += rubygem-ohcount + SUBDIR += rubygem-vpim SUBDIR += saaghar SUBDIR += salias SUBDIR += seq2 diff --git a/misc/rubygem-vpim/Makefile b/misc/rubygem-vpim/Makefile new file mode 100644 index 000000000000..74c5c5721695 --- /dev/null +++ b/misc/rubygem-vpim/Makefile @@ -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> diff --git a/misc/rubygem-vpim/distinfo b/misc/rubygem-vpim/distinfo new file mode 100644 index 000000000000..5e9121129386 --- /dev/null +++ b/misc/rubygem-vpim/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/vpim-0.695.gem) = afe5e929fc9d1e373d59b73868e2b781e34a8b789dd62ececdafe77a2beedc38 +SIZE (rubygem/vpim-0.695.gem) = 103936 diff --git a/misc/rubygem-vpim/pkg-descr b/misc/rubygem-vpim/pkg-descr new file mode 100644 index 000000000000..ac12fadbe9f1 --- /dev/null +++ b/misc/rubygem-vpim/pkg-descr @@ -0,0 +1,3 @@ +A pure-ruby library for decoding and encoding vCard and iCalendar data + +WWW: http://vpim.rubyforge.org/ |