Date: Fri, 23 Nov 2012 22:56:48 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307694 - in head/net: . rubygem-aws-s3 Message-ID: <201211232256.qANMum16013792@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Fri Nov 23 22:56:48 2012 New Revision: 307694 URL: http://svnweb.freebsd.org/changeset/ports/307694 Log: Client library for Amazon's Simple Storage Service's REST API WWW: http://amazon.rubyforge.org/ Feature safe: yes Added: head/net/rubygem-aws-s3/ head/net/rubygem-aws-s3/Makefile (contents, props changed) head/net/rubygem-aws-s3/distinfo (contents, props changed) head/net/rubygem-aws-s3/pkg-descr (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Fri Nov 23 22:56:07 2012 (r307693) +++ head/net/Makefile Fri Nov 23 22:56:48 2012 (r307694) @@ -1001,6 +1001,7 @@ SUBDIR += rubygem-amqp SUBDIR += rubygem-amqp-utils SUBDIR += rubygem-amqp067 + SUBDIR += rubygem-aws-s3 SUBDIR += rubygem-bunny SUBDIR += rubygem-domain_name SUBDIR += rubygem-geoip Added: head/net/rubygem-aws-s3/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-aws-s3/Makefile Fri Nov 23 22:56:48 2012 (r307694) @@ -0,0 +1,21 @@ +# Created by: Steve Wills <swills@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= aws-s3 +PORTVERSION= 0.6.3 +CATEGORIES= net rubygems +MASTER_SITES= RG + +MAINTAINER= swills@FreeBSD.org +COMMENT= Client library for Amazon S3 REST API + +RUN_DEPENDS= rubygem-xml-simple>=0:${PORTSDIR}/textproc/rubygem-xml-simple \ + rubygem-builder>=0:${PORTSDIR}/devel/rubygem-builder \ + rubygem-mime-types>=0:${PORTSDIR}/misc/rubygem-mime-types + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes +PLIST_FILES= bin/s3sh + +.include <bsd.port.mk> Added: head/net/rubygem-aws-s3/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-aws-s3/distinfo Fri Nov 23 22:56:48 2012 (r307694) @@ -0,0 +1,2 @@ +SHA256 (rubygem/aws-s3-0.6.3.gem) = 5ffdec2648990987a4e024fb7f3ae9e20c5d6bd692543237afa58871ec9d8246 +SIZE (rubygem/aws-s3-0.6.3.gem) = 137216 Added: head/net/rubygem-aws-s3/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-aws-s3/pkg-descr Fri Nov 23 22:56:48 2012 (r307694) @@ -0,0 +1,3 @@ +Client library for Amazon's Simple Storage Service's REST API + +WWW: http://amazon.rubyforge.org/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211232256.qANMum16013792>