svn commit: r314587 - in head/devel: . rubygem-ruby-bugzilla
Ryan Steinmetz
zi at FreeBSD.org
Mon Mar 18 17:42:29 UTC 2013
Author: zi
Date: Mon Mar 18 17:42:28 2013
New Revision: 314587
URL: http://svnweb.freebsd.org/changeset/ports/314587
Log:
New port: devel/rubygem-ruby-bugzilla:
This aims to provide similar features to access to Bugzilla through
WebService APIs in Ruby.
WWW: https://rubygems.org/gems/ruby-bugzilla
Added:
head/devel/rubygem-ruby-bugzilla/
head/devel/rubygem-ruby-bugzilla/Makefile (contents, props changed)
head/devel/rubygem-ruby-bugzilla/distinfo (contents, props changed)
head/devel/rubygem-ruby-bugzilla/pkg-descr (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Mon Mar 18 17:10:57 2013 (r314586)
+++ head/devel/Makefile Mon Mar 18 17:42:28 2013 (r314587)
@@ -4102,6 +4102,7 @@
SUBDIR += rubygem-rspec-expectations
SUBDIR += rubygem-rspec-mocks
SUBDIR += rubygem-rubigen
+ SUBDIR += rubygem-ruby-bugzilla
SUBDIR += rubygem-ruby-debug
SUBDIR += rubygem-ruby-debug-base
SUBDIR += rubygem-ruby-debug-ide
Added: head/devel/rubygem-ruby-bugzilla/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-ruby-bugzilla/Makefile Mon Mar 18 17:42:28 2013 (r314587)
@@ -0,0 +1,22 @@
+# Created by: Ryan Steinmetz <zi at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= ruby-bugzilla
+PORTVERSION= 0.5.2
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ruby at FreeBSD.org
+COMMENT= Access to Bugzilla through WebService APIs in Ruby
+
+RUN_DEPENDS= rubygem-gruff>=0:${PORTSDIR}/graphics/rubygem-gruff \
+ rubygem-highline>=0:${PORTSDIR}/devel/rubygem-highline \
+ rubygem-rmagick>=0:${PORTSDIR}/graphics/rubygem-rmagick
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+PLIST_FILES= bin/bzconsole
+
+.include <bsd.port.mk>
Added: head/devel/rubygem-ruby-bugzilla/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-ruby-bugzilla/distinfo Mon Mar 18 17:42:28 2013 (r314587)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/ruby-bugzilla-0.5.2.gem) = 935fefc28ae6a17f37ac09ee854d9500c2e410353025a6e80eb6f0554729fd73
+SIZE (rubygem/ruby-bugzilla-0.5.2.gem) = 19456
Added: head/devel/rubygem-ruby-bugzilla/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-ruby-bugzilla/pkg-descr Mon Mar 18 17:42:28 2013 (r314587)
@@ -0,0 +1,4 @@
+This aims to provide similar features to access to Bugzilla through
+WebService APIs in Ruby.
+
+WWW: https://rubygems.org/gems/ruby-bugzilla
More information about the svn-ports-head
mailing list