1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

New port: www/bugzilla2atom

A small filter program to convert Bugzilla bugs into Atom feeds to
be able to subscribe to individual bugs in your RSS reader.

WWW: https://github.com/t6/bugzilla2atom
This commit is contained in:
Tobias Kortkamp 2019-07-10 07:44:31 +00:00
parent 5a2e82f2fb
commit ff908a486a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=506336
5 changed files with 44 additions and 0 deletions

View File

@ -53,6 +53,7 @@
SUBDIR += boa
SUBDIR += bolt
SUBDIR += bozohttpd
SUBDIR += bugzilla2atom
SUBDIR += buku
SUBDIR += butterfly
SUBDIR += c-icap

View File

@ -0,0 +1,23 @@
# $FreeBSD$
PORTNAME= bugzilla2atom
PORTVERSION= g20190710
CATEGORIES= www
MAINTAINER= tobik@FreeBSD.org
COMMENT= Convert Bugzilla bugs into Atom feeds
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= go:modules
USE_GITHUB= yes
GH_ACCOUNT= t6
GH_TAGNAME= 56126912bf314a80744827758d582e5e60e7178c
GH_TUPLE= golang:tools:7b25e351ac0e:golang_tools/vendor/golang.org/x/tools
GO_TARGET= ./cmd/bugzilla2atom
PLIST_FILES= bin/bugzilla2atom
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
TIMESTAMP = 1562743844
SHA256 (t6-bugzilla2atom-g20190710-56126912bf314a80744827758d582e5e60e7178c_GH0.tar.gz) = c48dd894f7c14a4179688cd07a69e900f1edb952931f48e52fd3b7aa0139f567
SIZE (t6-bugzilla2atom-g20190710-56126912bf314a80744827758d582e5e60e7178c_GH0.tar.gz) = 4180
SHA256 (golang-tools-7b25e351ac0e_GH0.tar.gz) = 9ddc57affaec237ee0a031ce71e09b84795813b3a906532cc039199bd327768e
SIZE (golang-tools-7b25e351ac0e_GH0.tar.gz) = 2178836

View File

@ -0,0 +1,4 @@
A small filter program to convert Bugzilla bugs into Atom feeds to
be able to subscribe to individual bugs in your RSS reader.
WWW: https://github.com/t6/bugzilla2atom

View File

@ -0,0 +1,11 @@
[
{ type: install,
message: <<EOD
Add this to your ~/.newsboat/urls to follow Bugzilla bugs with Newsboat:
filter:bugzilla2atom:https://bugs.freebsd.org/bugzilla/show_bug.cgi?ctype=xml&id=XYZ
where XYZ is the bug id.
EOD
}
]