From owner-svn-ports-all@FreeBSD.ORG Wed Feb 11 19:09:26 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AF264A66; Wed, 11 Feb 2015 19:09:26 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 80845C38; Wed, 11 Feb 2015 19:09:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1BJ9Qs7061235; Wed, 11 Feb 2015 19:09:26 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1BJ9PvE061227; Wed, 11 Feb 2015 19:09:25 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201502111909.t1BJ9PvE061227@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Wed, 11 Feb 2015 19:09:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378848 - in head/sysutils: . rubygem-mothra X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Feb 2015 19:09:26 -0000 Author: pawel Date: Wed Feb 11 19:09:24 2015 New Revision: 378848 URL: https://svnweb.freebsd.org/changeset/ports/378848 QAT: https://qat.redports.org/buildarchive/r378848/ Log: Mothra is a FreeBSD send-pr command line tool for Bugzilla system. WWW: https://github.com/pct/mothra PR: 196813 Submitted by: Jin-Sih, Lin Added: head/sysutils/rubygem-mothra/ head/sysutils/rubygem-mothra/Makefile (contents, props changed) head/sysutils/rubygem-mothra/distinfo (contents, props changed) head/sysutils/rubygem-mothra/pkg-descr (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Wed Feb 11 18:49:13 2015 (r378847) +++ head/sysutils/Makefile Wed Feb 11 19:09:24 2015 (r378848) @@ -838,6 +838,7 @@ SUBDIR += rubygem-log4r SUBDIR += rubygem-logify SUBDIR += rubygem-mogilefs-client + SUBDIR += rubygem-mothra SUBDIR += rubygem-murder SUBDIR += rubygem-ohai SUBDIR += rubygem-parallel Added: head/sysutils/rubygem-mothra/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/rubygem-mothra/Makefile Wed Feb 11 19:09:24 2015 (r378848) @@ -0,0 +1,23 @@ +# Created by: Jin-Sih, Lin +# $FreeBSD$ + +PORTNAME= mothra +PORTVERSION= 0.0.3 +CATEGORIES= sysutils ruby +MASTER_SITES= RG + +MAINTAINER= linpct@gmail.com +COMMENT= FreeBSD send-pr command line tool for Bugzilla system + +LICENSE= MIT + +RUN_DEPENDS= rubygem-colorize>=0.7.3:${PORTSDIR}/devel/rubygem-colorize \ + rubygem-rodzilla>=0.3.6:${PORTSDIR}/devel/rubygem-rodzilla \ + rubygem-thor>=0.19.1:${PORTSDIR}/devel/rubygem-thor + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes +PLIST_FILES= bin/mothra + +.include Added: head/sysutils/rubygem-mothra/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/rubygem-mothra/distinfo Wed Feb 11 19:09:24 2015 (r378848) @@ -0,0 +1,2 @@ +SHA256 (rubygem/mothra-0.0.3.gem) = ff2709f05960ceda6d4a72f6e45b9a1dcf077e32f970f0fc4cfcc7e4fa5e1046 +SIZE (rubygem/mothra-0.0.3.gem) = 8704 Added: head/sysutils/rubygem-mothra/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/rubygem-mothra/pkg-descr Wed Feb 11 19:09:24 2015 (r378848) @@ -0,0 +1,3 @@ +Mothra is a FreeBSD send-pr command line tool for Bugzilla system. + +WWW: https://github.com/pct/mothra