svn commit: r385774 - in head/www: . rubygem-asana
Michael Moll
mmoll at FreeBSD.org
Fri May 8 12:51:42 UTC 2015
Author: mmoll
Date: Fri May 8 12:51:40 2015
New Revision: 385774
URL: https://svnweb.freebsd.org/changeset/ports/385774
Log:
new port: www/rubygem-asana
Ruby wrapper for the Asana REST API
WWW: http://github.com/rbright/asana
PR: 199782
Differential Revision: https://reviews.freebsd.org/D2481
Submitted by: Torsten Zuehlsdorff <ports at toco-domains.de>
Approved by: mat (mentor)
Added:
head/www/rubygem-asana/
head/www/rubygem-asana/Makefile (contents, props changed)
head/www/rubygem-asana/distinfo (contents, props changed)
head/www/rubygem-asana/pkg-descr (contents, props changed)
Modified:
head/www/Makefile
Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile Fri May 8 12:32:44 2015 (r385773)
+++ head/www/Makefile Fri May 8 12:51:40 2015 (r385774)
@@ -1789,6 +1789,7 @@
SUBDIR += rubygem-akami
SUBDIR += rubygem-amazon-ecs
SUBDIR += rubygem-anemone
+ SUBDIR += rubygem-asana
SUBDIR += rubygem-async_sinatra
SUBDIR += rubygem-bluecloth
SUBDIR += rubygem-bootstrap-sass
Added: head/www/rubygem-asana/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/rubygem-asana/Makefile Fri May 8 12:51:40 2015 (r385774)
@@ -0,0 +1,20 @@
+# $FreeBSD$
+
+PORTNAME= asana
+PORTVERSION= 0.0.6
+CATEGORIES= www rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ruby at FreeBSD.org
+COMMENT= Ruby wrapper for the Asana REST API
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+RUN_DEPENDS= rubygem-activeresource>=3.2.3:${PORTSDIR}/www/rubygem-activeresource
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+.include <bsd.port.mk>
Added: head/www/rubygem-asana/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/rubygem-asana/distinfo Fri May 8 12:51:40 2015 (r385774)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/asana-0.0.6.gem) = 97b5746426956cd347627f80f83e267084572282cf84f4320ea90dc8fd2d62f4
+SIZE (rubygem/asana-0.0.6.gem) = 11264
Added: head/www/rubygem-asana/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/rubygem-asana/pkg-descr Fri May 8 12:51:40 2015 (r385774)
@@ -0,0 +1,5 @@
+This gem is a simple Ruby wrapper for the Asana REST API. It uses
+ActiveResource to provide a simple, familiar interface for
+accessing your Asana account.
+
+WWW: http://github.com/rbright/asana
More information about the svn-ports-all
mailing list