Initialisation
This commit is contained in:
commit
a7a6e43c1e
27
Makefile
Normal file
27
Makefile
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
# $FreeBSD: head/sysutils/postfix-log-parser/Makefile 517745 2021-02-15 15:10:39Z yo000 $
|
||||||
|
|
||||||
|
PORTNAME= postfix-log-parser
|
||||||
|
PORTVERSION= 1.2.1
|
||||||
|
PORTREVISION= 1
|
||||||
|
CATEGORIES= sysutils
|
||||||
|
|
||||||
|
MAINTAINER= johan@nosd.in
|
||||||
|
COMMENT= Parse postfix log, and output json format
|
||||||
|
|
||||||
|
LICENSE= BSD3CLAUSE
|
||||||
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
|
USES= go
|
||||||
|
GO_TARGET= postfix-log-parser/main.go
|
||||||
|
|
||||||
|
USE_GITHUB= yes
|
||||||
|
GH_ACCOUNT= yo000
|
||||||
|
GH_PROJECT= postfix-log-parser
|
||||||
|
|
||||||
|
GH_TUPLE= spf13:cobra:v1.1.3:cobra/vendor/github.com/spf13/cobra \
|
||||||
|
tabalt:pidfile:v1.1.0:pidfile/vendor/github.com/tabalt/pidfile
|
||||||
|
|
||||||
|
pre-test:
|
||||||
|
${SETENV} GOPATH="${WRKDIR}"
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
7
distinfo
Normal file
7
distinfo
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
TIMESTAMP = 1613386017
|
||||||
|
SHA256 (yo000-postfix-log-parser-1.2.1_GH0.tar.gz) = b8668fea4d8c64693b7d9f78d34517e3ed9aa21d6236b10372b1cacee37f6022
|
||||||
|
SIZE (yo000-postfix-log-parser-1.2.1_GH0.tar.gz) = 9640
|
||||||
|
SHA256 (spf13-cobra-v1.1.3_GH0.tar.gz) = e5f93c61e1236e61c7fc45882d2a03b81f46ebebdf70628ebb64b0b5fe34f6fa
|
||||||
|
SIZE (spf13-cobra-v1.1.3_GH0.tar.gz) = 146580
|
||||||
|
SHA256 (tabalt-pidfile-v1.1.0_GH0.tar.gz) = 893a2cf199c48fef6f43969db23d987bec8290f080aff59820c851b82ddd3bac
|
||||||
|
SIZE (tabalt-pidfile-v1.1.0_GH0.tar.gz) = 2158
|
Loading…
x
Reference in New Issue
Block a user