Bug 188199 - [NEW PORT] devel/rubygem-apipie-bindings
Summary: [NEW PORT] devel/rubygem-apipie-bindings
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-02 19:00 UTC by Michael Moll
Modified: 2014-04-04 07:10 UTC (History)
0 users

See Also:


Attachments
file.shar (1.93 KB, text/plain)
2014-04-02 19:00 UTC, Michael Moll
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Moll freebsd_committer freebsd_triage 2014-04-02 19:00:00 UTC
Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-04-02 19:00:05 UTC
Responsible Changed
From-To: freebsd-ports-bugs->swills

swills@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-04-04 07:09:57 UTC
Author: swills
Date: Fri Apr  4 06:09:52 2014
New Revision: 350059
URL: http://svnweb.freebsd.org/changeset/ports/350059
QAT: https://qat.redports.org/buildarchive/r350059/

Log:
  Ruby bindings for API calls that are documented with Apipie.
  Bindings are generated on the fly.
  
  WWW: https://github.com/Apipie/apipie-bindings
  
  PR:		ports/188199
  Submitted by:	Michael Moll <kvedulv at kvedulv.de>

Added:
  head/devel/rubygem-apipie-bindings/
  head/devel/rubygem-apipie-bindings/Makefile   (contents, props changed)
  head/devel/rubygem-apipie-bindings/distinfo   (contents, props changed)
  head/devel/rubygem-apipie-bindings/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Fri Apr  4 01:13:39 2014	(r350058)
+++ head/devel/Makefile	Fri Apr  4 06:09:52 2014	(r350059)
@@ -4127,6 +4127,7 @@
     SUBDIR += rubygem-analogger
     SUBDIR += rubygem-annoy
     SUBDIR += rubygem-ansi
+    SUBDIR += rubygem-apipie-bindings
     SUBDIR += rubygem-app_config
     SUBDIR += rubygem-arrayfields
     SUBDIR += rubygem-ascii85

Added: head/devel/rubygem-apipie-bindings/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-apipie-bindings/Makefile	Fri Apr  4 06:09:52 2014	(r350059)
@@ -0,0 +1,24 @@
+# Created by: Michael Moll <kvedulv at kvedulv.de>
+# $FreeBSD$
+
+PORTNAME=	apipie-bindings
+PORTVERSION=	0.0.6
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	kvedulv@kvedulv.de
+COMMENT=	Ruby bindings for API calls that are documented with Apipie
+
+LICENSE=	GPLv3
+
+RUN_DEPENDS=	rubygem-awesome_print>=1.1.0:${PORTSDIR}/devel/rubygem-awesome_print \
+		rubygem-json>=1.8.1:${PORTSDIR}/devel/rubygem-json \
+		rubygem-mime-types=1.25.1:${PORTSDIR}/misc/rubygem-mime-types \
+		rubygem-oauth>=0.4.7:${PORTSDIR}/net/rubygem-oauth \
+		rubygem-rest-client>=1.6.7:${PORTSDIR}/www/rubygem-rest-client
+
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=	yes
+
+.include <bsd.port.mk>

Added: head/devel/rubygem-apipie-bindings/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-apipie-bindings/distinfo	Fri Apr  4 06:09:52 2014	(r350059)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/apipie-bindings-0.0.6.gem) = 243ab904e3212d7f14089b4175edecd2fa4297f58e6404674805e9e22ae96a8b
+SIZE (rubygem/apipie-bindings-0.0.6.gem) = 15872

Added: head/devel/rubygem-apipie-bindings/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-apipie-bindings/pkg-descr	Fri Apr  4 06:09:52 2014	(r350059)
@@ -0,0 +1,4 @@
+Ruby bindings for API calls that are documented with Apipie.
+Bindings are generated on the fly.
+
+WWW: https://github.com/Apipie/apipie-bindings
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Steve Wills freebsd_committer freebsd_triage 2014-04-04 07:10:11 UTC
State Changed
From-To: open->closed

New port added. Thanks!