Index: head/ports-mgmt/Makefile =================================================================== --- head/ports-mgmt/Makefile (revision 393187) +++ head/ports-mgmt/Makefile (revision 393188) @@ -1,71 +1,72 @@ # $FreeBSD$ # COMMENT = Ports for managing, installing, and developing FreeBSD ports and packages SUBDIR += bpm SUBDIR += chucky SUBDIR += dialog4ports SUBDIR += dialog4ports-static SUBDIR += distilator SUBDIR += fastest_sites SUBDIR += fbsdmon + SUBDIR += freebsd-bugzilla-cli SUBDIR += genpatch SUBDIR += genplist SUBDIR += hs-porte SUBDIR += jailaudit SUBDIR += kpackagekit SUBDIR += lsknobs SUBDIR += managepkg SUBDIR += mkreadmes SUBDIR += octopkg SUBDIR += p5-FreeBSD-Portindex SUBDIR += p5-FreeBSD-Ports SUBDIR += p5-FreeBSD-Ports-INDEXhash SUBDIR += packagekit SUBDIR += packagekit-qt4 SUBDIR += pchecker SUBDIR += pkg SUBDIR += pkg-devel SUBDIR += pkg-plist SUBDIR += pkg-rmleaf SUBDIR += pkg_cleanup SUBDIR += pkg_cutleaves SUBDIR += pkg_jail SUBDIR += pkg_replace SUBDIR += pkg_rmleaves SUBDIR += pkg_search SUBDIR += pkg_tree SUBDIR += pkgcompare SUBDIR += pkgs_which SUBDIR += port-authoring-tools SUBDIR += port-maintenance-tools SUBDIR += portconf SUBDIR += portdowngrade SUBDIR += portell SUBDIR += portfind SUBDIR += portless SUBDIR += portlint SUBDIR += portmaster SUBDIR += portrac SUBDIR += portscout SUBDIR += portsearch SUBDIR += portshaker SUBDIR += portshaker-config SUBDIR += portsopt SUBDIR += portsreinstall SUBDIR += porttools SUBDIR += porttree SUBDIR += portupdate-scan SUBDIR += portupgrade SUBDIR += portupgrade-devel SUBDIR += poudriere SUBDIR += poudriere-devel SUBDIR += psearch SUBDIR += symports SUBDIR += tinderbox SUBDIR += tinderbox-devel SUBDIR += wanted-ports SUBDIR += xps .include Index: head/ports-mgmt/freebsd-bugzilla-cli/Makefile =================================================================== --- head/ports-mgmt/freebsd-bugzilla-cli/Makefile (nonexistent) +++ head/ports-mgmt/freebsd-bugzilla-cli/Makefile (revision 393188) @@ -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 Property changes on: head/ports-mgmt/freebsd-bugzilla-cli/Makefile ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:nokeywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: head/ports-mgmt/freebsd-bugzilla-cli/distinfo =================================================================== --- head/ports-mgmt/freebsd-bugzilla-cli/distinfo (nonexistent) +++ head/ports-mgmt/freebsd-bugzilla-cli/distinfo (revision 393188) @@ -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 Property changes on: head/ports-mgmt/freebsd-bugzilla-cli/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/ports-mgmt/freebsd-bugzilla-cli/pkg-descr =================================================================== --- head/ports-mgmt/freebsd-bugzilla-cli/pkg-descr (nonexistent) +++ head/ports-mgmt/freebsd-bugzilla-cli/pkg-descr (revision 393188) @@ -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 Property changes on: head/ports-mgmt/freebsd-bugzilla-cli/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/ports-mgmt/freebsd-bugzilla-cli/pkg-plist =================================================================== --- head/ports-mgmt/freebsd-bugzilla-cli/pkg-plist (nonexistent) +++ head/ports-mgmt/freebsd-bugzilla-cli/pkg-plist (revision 393188) @@ -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 Property changes on: head/ports-mgmt/freebsd-bugzilla-cli/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property