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
This commit is contained in:
Ryan Steinmetz 2013-03-18 17:42:28 +00:00
parent 7f8db82585
commit d795cd6639
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=314587
4 changed files with 29 additions and 0 deletions

View File

@ -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

View File

@ -0,0 +1,22 @@
# Created by: Ryan Steinmetz <zi@FreeBSD.org>
# $FreeBSD$
PORTNAME= ruby-bugzilla
PORTVERSION= 0.5.2
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@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>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/ruby-bugzilla-0.5.2.gem) = 935fefc28ae6a17f37ac09ee854d9500c2e410353025a6e80eb6f0554729fd73
SIZE (rubygem/ruby-bugzilla-0.5.2.gem) = 19456

View File

@ -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