1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00

ports-mgmt/freebsd-bugzilla-cli: Re-add freebsd-bugzilla-cli 0.15.1

- Bump PORTREVISION for potential package change
This commit is contained in:
Po-Chuan Hsieh 2024-11-15 17:54:17 +08:00
parent 5c2e1ccec3
commit 695c543321
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
6 changed files with 86 additions and 1 deletions

1
MOVED
View File

@ -3574,7 +3574,6 @@ misc/uk-postcodes||2024-10-31|Has expired: Obsolete, 20+ year old data
misc/uk-phone||2024-10-31|Has expired: Obsolete, 20+ year old data
textproc/ssddiff||2024-10-31|Has expired: Abandonware, unfetchable and upstream is gone
sysutils/pydf||2024-11-02|Has expired: Inactive upstream. Does not properly work on FreeBSD
ports-mgmt/freebsd-bugzilla-cli||2024-11-02|Has expired: Broken. Upstream unavailable
sysutils/zap|filesystems/zap|2024-11-06|Moved to new category filesystems
sysutils/fusefs-mergerfs|filesystems/mergerfs|2024-11-06|Moved to new category filesystems
sysutils/squashfs-tools-ng|filesystems/squashfs-tools-ng|2024-11-06|Moved to new category filesystems

View File

@ -9,6 +9,7 @@
SUBDIR += distilator
SUBDIR += fallout
SUBDIR += fastest_pkg
SUBDIR += freebsd-bugzilla-cli
SUBDIR += genpatch
SUBDIR += genplist
SUBDIR += hs-cabal2tuple

View File

@ -0,0 +1,41 @@
PORTNAME= freebsd-bugzilla-cli
PORTVERSION= 0.15.1
PORTREVISION= 1
CATEGORIES= ports-mgmt
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Interact with the FreeBSD bugzilla instance
WWW= https://github.com/p6m7g8/p6-freebsd-bugzilla
LICENSE= APACHE20
RUN_DEPENDS= ca_root_nss>=0:security/ca_root_nss
NO_ARCH= yes
NO_BUILD= yes
DATADIR= ${PREFIX}/share/bz
USE_GITHUB= yes
GH_ACCOUNT= p6m7g8
GH_PROJECT= p6-freebsd-bugzilla
GH_TAGNAME= e76c8b1
OPTIONS_GROUP= BACKEND
OPTIONS_GROUP_BACKEND= PYBUGZ
OPTIONS_DEFAULT=PYBUGZ
OPTIONS_SUB= yes
PYBUGZ_DESC= Use devel/pybugz for bugzilla interface
PYBUGZ_RUN_DEPENDS= bugz:devel/pybugz
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/bin/bz ${STAGEDIR}${PREFIX}/bin/
${MKDIR} ${STAGEDIR}${DATADIR}/
${INSTALL_SCRIPT} ${WRKSRC}/share/bz/*.sh ${STAGEDIR}${DATADIR}/
do-install-PYBUGZ-on:
${MKDIR} ${STAGEDIR}${DATADIR}/pybugz/
${INSTALL_SCRIPT} ${WRKSRC}/share/bz/pybugz/*.sh ${STAGEDIR}${DATADIR}/pybugz/
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1730724822
SHA256 (p6m7g8-p6-freebsd-bugzilla-0.15.1-e76c8b1_GH0.tar.gz) = b575c09921f7f0a8a4b0d0853f21aede76b024b1524937cf8879ad95c737553a
SIZE (p6m7g8-p6-freebsd-bugzilla-0.15.1-e76c8b1_GH0.tar.gz) = 15769

View 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.

View File

@ -0,0 +1,37 @@
bin/bz
%%DATADIR%%/_util.sh
%%DATADIR%%/_version.sh
%%DATADIR%%/attach.sh
%%DATADIR%%/claim.sh
%%DATADIR%%/close.sh
%%DATADIR%%/comment.sh
%%DATADIR%%/edit.sh
%%DATADIR%%/get.sh
%%DATADIR%%/help.sh
%%DATADIR%%/init.sh
%%DATADIR%%/inprog.sh
%%DATADIR%%/login.sh
%%DATADIR%%/overto.sh
%%DATADIR%%/patch.sh
%%DATADIR%%/port_commit.sh
%%DATADIR%%/port_submit.sh
%%PYBUGZ%%%%DATADIR%%/pybugz/close.sh
%%PYBUGZ%%%%DATADIR%%/pybugz/comment.sh
%%PYBUGZ%%%%DATADIR%%/pybugz/edit.sh
%%PYBUGZ%%%%DATADIR%%/pybugz/get.sh
%%PYBUGZ%%%%DATADIR%%/pybugz/init.sh
%%PYBUGZ%%%%DATADIR%%/pybugz/inprog.sh
%%PYBUGZ%%%%DATADIR%%/pybugz/login.sh
%%PYBUGZ%%%%DATADIR%%/pybugz/overto.sh
%%PYBUGZ%%%%DATADIR%%/pybugz/search.sh
%%PYBUGZ%%%%DATADIR%%/pybugz/submit.sh
%%PYBUGZ%%%%DATADIR%%/pybugz/take.sh
%%PYBUGZ%%%%DATADIR%%/pybugz/timeout.sh
%%PYBUGZ%%%%DATADIR%%/pybugz/top.sh
%%DATADIR%%/search.sh
%%DATADIR%%/show.sh
%%DATADIR%%/src_submit.sh
%%DATADIR%%/take.sh
%%DATADIR%%/timeout.sh
%%DATADIR%%/top.sh
%%DATADIR%%/version.sh