From owner-svn-ports-all@freebsd.org Wed Jul 29 17:32:46 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D37B39AE664; Wed, 29 Jul 2015 17:32:46 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from repo.freebsd.org (repo.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 BF4711934; Wed, 29 Jul 2015 17:32:46 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6THWk1m052869; Wed, 29 Jul 2015 17:32:46 GMT (envelope-from pgollucci@FreeBSD.org) Received: (from pgollucci@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6THWjqh052864; Wed, 29 Jul 2015 17:32:45 GMT (envelope-from pgollucci@FreeBSD.org) Message-Id: <201507291732.t6THWjqh052864@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pgollucci set sender to pgollucci@FreeBSD.org using -f From: "Philip M. Gollucci" Date: Wed, 29 Jul 2015 17:32:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r393188 - in head/ports-mgmt: . freebsd-bugzilla-cli 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.20 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, 29 Jul 2015 17:32:47 -0000 Author: pgollucci Date: Wed Jul 29 17:32:44 2015 New Revision: 393188 URL: https://svnweb.freebsd.org/changeset/ports/393188 Log: CLI utilities and wrappers for FreeBSD's bugzilla instance with emphasis on ports.Provides a consistent API which can have pluggable backends. WWW: https://github.com/pgollucci/freebsd-bugzilla-cli Added: head/ports-mgmt/freebsd-bugzilla-cli/ head/ports-mgmt/freebsd-bugzilla-cli/Makefile (contents, props changed) head/ports-mgmt/freebsd-bugzilla-cli/distinfo (contents, props changed) head/ports-mgmt/freebsd-bugzilla-cli/pkg-descr (contents, props changed) head/ports-mgmt/freebsd-bugzilla-cli/pkg-plist (contents, props changed) Modified: head/ports-mgmt/Makefile Modified: head/ports-mgmt/Makefile ============================================================================== --- head/ports-mgmt/Makefile Wed Jul 29 17:01:43 2015 (r393187) +++ head/ports-mgmt/Makefile Wed Jul 29 17:32:44 2015 (r393188) @@ -10,6 +10,7 @@ SUBDIR += distilator SUBDIR += fastest_sites SUBDIR += fbsdmon + SUBDIR += freebsd-bugzilla-cli SUBDIR += genpatch SUBDIR += genplist SUBDIR += hs-porte Added: head/ports-mgmt/freebsd-bugzilla-cli/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ports-mgmt/freebsd-bugzilla-cli/Makefile Wed Jul 29 17:32:44 2015 (r393188) @@ -0,0 +1,29 @@ +# Created by: Philip M. Gollucci +# $FreeBSD$ + +PORTNAME= freebsd-bugzilla-cli +PORTVERSION= 0.0.1 +CATEGORIES= ports-mgmt +MASTER_SITES= GH + +MAINTAINER= pgollucci@FreeBSD.org +COMMENT= Interact with the FreeBSD bugzilla instance + +LICENSE= APACHE20 + +OPTIONS_GROUP= BACKEND +OPTIONS_GROUP_BACKEND= PYBUGZ +OPTIONS_SET= PYBUGZ +OPTIONS_SUB= yes + +PYBUGZ_DESC= use devel/pybugz for bugzilla interface +PYBUGZ_RUN_DEPENDS= bugz:${PORTSDIR}/devel/pybugz + +DATADIR= ${PREFIX}/share/bz + +USE_GITHUB= yes +GH_ACCOUNT= pgollucci + +NO_BUILD= yes + +.include Added: head/ports-mgmt/freebsd-bugzilla-cli/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ports-mgmt/freebsd-bugzilla-cli/distinfo Wed Jul 29 17:32:44 2015 (r393188) @@ -0,0 +1,2 @@ +SHA256 (pgollucci-freebsd-bugzilla-cli-0.0.1_GH0.tar.gz) = fa86e4435cc2183d9bb574a7b0ff0d20ea1ea4a11298e1a9eabfd93efe97054b +SIZE (pgollucci-freebsd-bugzilla-cli-0.0.1_GH0.tar.gz) = 2410 Added: head/ports-mgmt/freebsd-bugzilla-cli/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ports-mgmt/freebsd-bugzilla-cli/pkg-descr Wed Jul 29 17:32:44 2015 (r393188) @@ -0,0 +1,4 @@ +CLI utilities and wrappers for FreeBSD's bugzilla instance with emphasis on +ports. Provides a consistent API which can have pluggable backends. + +WWW: https://github.com/pgollucci/freebsd-bugzilla-cli Added: head/ports-mgmt/freebsd-bugzilla-cli/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ports-mgmt/freebsd-bugzilla-cli/pkg-plist Wed Jul 29 17:32:44 2015 (r393188) @@ -0,0 +1,11 @@ +%%DATADIR%%/close.sh +%%DATADIR%%/help.sh +%%DATADIR%%/inprog.sh +%%DATADIR%%/login.sh +%%DATADIR%%/take.sh +%%DATADIR%%/version.sh +%%PYBUGZ%%%%DATADIR%%/pybugz/close.sh +%%PYBUGZ%%%%DATADIR%%/pybugz/inprog.sh +%%PYBUGZ%%%%DATADIR%%/pybugz/login.sh +%%PYBUGZ%%%%DATADIR%%/pybugz/take.sh +bin/bz