diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/rubygem-gdata/Makefile | 22 | ||||
-rw-r--r-- | devel/rubygem-gdata/distinfo | 3 | ||||
-rw-r--r-- | devel/rubygem-gdata/pkg-descr | 8 |
4 files changed, 34 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index d4fa8f477df2..830673a896fe 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -2502,6 +2502,7 @@ SUBDIR += rubygem-fastercsv SUBDIR += rubygem-fastthread SUBDIR += rubygem-fattr + SUBDIR += rubygem-gdata SUBDIR += rubygem-gem_plugin SUBDIR += rubygem-git SUBDIR += rubygem-grit diff --git a/devel/rubygem-gdata/Makefile b/devel/rubygem-gdata/Makefile new file mode 100644 index 000000000000..f3132316650f --- /dev/null +++ b/devel/rubygem-gdata/Makefile @@ -0,0 +1,22 @@ +# Ports collection makefile for: rubygem-gdata +# Date created: Feb 27, 2009 +# Whom: Cheng-Lung Sung <clsung@FreeBSD.org> +# +# $FreeBSD$ + +PORTNAME= gdata +PORTVERSION= 1.0.0 +CATEGORIES= devel rubygems +MASTER_SITES= RF + +MAINTAINER= clsung@FreeBSD.org +COMMENT= Assist Ruby developers in working with Google Data APIs + +BUILD_DEPENDS= rubygem-rails>=2.2.2:${PORTSDIR}/www/rubygem-rails +RUN_DEPENDS= ${BUILD_DEPENDS} + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include <bsd.port.mk> diff --git a/devel/rubygem-gdata/distinfo b/devel/rubygem-gdata/distinfo new file mode 100644 index 000000000000..a30cc82038af --- /dev/null +++ b/devel/rubygem-gdata/distinfo @@ -0,0 +1,3 @@ +MD5 (rubygem/gdata-1.0.0.gem) = d7c1fb197ae62b5e83621918d233bb45 +SHA256 (rubygem/gdata-1.0.0.gem) = b5da9f358d6961e621ea418d4c35921ae6a54e0387cd7704648008ffcbaf4453 +SIZE (rubygem/gdata-1.0.0.gem) = 19456 diff --git a/devel/rubygem-gdata/pkg-descr b/devel/rubygem-gdata/pkg-descr new file mode 100644 index 000000000000..615ebe535561 --- /dev/null +++ b/devel/rubygem-gdata/pkg-descr @@ -0,0 +1,8 @@ +Motivated by the ferocious appetite of our developers and the +enduring popularity of Ruby on Rails (RoR). +It's not a full-blown client library, but it does handle the +fundamentals like authentication and basic XML manipulation. +It also requires you to work directly with the Atom feed using +the REXML module and XPath. + +WWW: http://code.google.com/p/gdata-ruby-util/ |