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
This commit is contained in:
parent
a332763fb7
commit
ec79edeb05
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=393188
5 changed files with 47 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
|||
SUBDIR += distilator
|
||||
SUBDIR += fastest_sites
|
||||
SUBDIR += fbsdmon
|
||||
SUBDIR += freebsd-bugzilla-cli
|
||||
SUBDIR += genpatch
|
||||
SUBDIR += genplist
|
||||
SUBDIR += hs-porte
|
||||
|
|
29
ports-mgmt/freebsd-bugzilla-cli/Makefile
Normal file
29
ports-mgmt/freebsd-bugzilla-cli/Makefile
Normal file
|
@ -0,0 +1,29 @@
|
|||
# Created by: Philip M. Gollucci <pgollucci@p6m7g8.com>
|
||||
# $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 <bsd.port.mk>
|
2
ports-mgmt/freebsd-bugzilla-cli/distinfo
Normal file
2
ports-mgmt/freebsd-bugzilla-cli/distinfo
Normal file
|
@ -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
|
4
ports-mgmt/freebsd-bugzilla-cli/pkg-descr
Normal file
4
ports-mgmt/freebsd-bugzilla-cli/pkg-descr
Normal file
|
@ -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
|
11
ports-mgmt/freebsd-bugzilla-cli/pkg-plist
Normal file
11
ports-mgmt/freebsd-bugzilla-cli/pkg-plist
Normal file
|
@ -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
|
Loading…
Reference in a new issue