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:
parent
5a2e82f2fb
commit
ff908a486a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=506336
@ -53,6 +53,7 @@
|
||||
SUBDIR += boa
|
||||
SUBDIR += bolt
|
||||
SUBDIR += bozohttpd
|
||||
SUBDIR += bugzilla2atom
|
||||
SUBDIR += buku
|
||||
SUBDIR += butterfly
|
||||
SUBDIR += c-icap
|
||||
|
23
www/bugzilla2atom/Makefile
Normal file
23
www/bugzilla2atom/Makefile
Normal 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>
|
5
www/bugzilla2atom/distinfo
Normal file
5
www/bugzilla2atom/distinfo
Normal 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
|
4
www/bugzilla2atom/pkg-descr
Normal file
4
www/bugzilla2atom/pkg-descr
Normal 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
|
11
www/bugzilla2atom/pkg-message
Normal file
11
www/bugzilla2atom/pkg-message
Normal 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
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue
Block a user