View | Details | Raw Unified | Return to bug 268469
Collapse All | Expand All

(-)b/Makefile (+24 lines)
Added Link Here
1
PORTNAME=	mxcheck
2
DISTVERSIONPREFIX=	v
3
DISTVERSION=	1.4.2
4
PORTREVISION=	1
5
CATEGORIES=	security
6
7
MAINTAINER=	steffen@fritz.wtf
8
COMMENT=	Terminal based e-mail server configuration and DNS scanner
9
WWW=		https://github.com/steffenfritz/mxcheck
10
11
LICENSE=	GPLv3
12
LICENSE_FILE=	${WRKSRC}/LICENSE
13
14
USES=		go:modules
15
16
GO_MODULE=	github.com/steffenfritz/mxcheck
17
18
PLIST_FILES=	bin/${PORTNAME} \
19
		man/man1/mxcheck.1.gz
20
21
post-install:
22
	${INSTALL_MAN} ${WRKSRC}/mxcheck.1 ${STAGEDIR}${LOCALBASE}/man/man1/
23
24
.include <bsd.port.mk>
(-)b/distinfo (+5 lines)
Added Link Here
1
TIMESTAMP = 1671449568
2
SHA256 (go/security_mxcheck_freebsd/mxcheck-v1.4.2/v1.4.2.mod) = c2c9d72d31ad022df39e032006ebcd342fe3394c2cc97b03ab974c99cb9099fa
3
SIZE (go/security_mxcheck_freebsd/mxcheck-v1.4.2/v1.4.2.mod) = 568
4
SHA256 (go/security_mxcheck_freebsd/mxcheck-v1.4.2/v1.4.2.zip) = 20f480ce1a2edcba239f3f7ea1971059adf5d580289b8f7204924102a8f04e08
5
SIZE (go/security_mxcheck_freebsd/mxcheck-v1.4.2/v1.4.2.zip) = 31999
(-)b/pkg-descr (-1 / +4 lines)
Added Link Here
0
- 
1
mxcheck is an info scanner for e-mail servers.
2
3
It checks DNS records, certificates, if the service is listed by
4
blacklists and if the server is an open relay.

Return to bug 268469