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

(-)b/security/portacl-rc/Makefile (+26 lines)
Added Link Here
1
PORTNAME=	portacl-rc
2
DISTVERSIONPREFIX=	v
3
DISTVERSION=	0.9.0
4
CATEGORIES=	security net
5
6
MAINTAINER=	tom@hur.st
7
COMMENT=	RC script for mac_portacl(4)
8
WWW=		https://github.com/Freaky/portacl
9
10
LICENSE=	BSD2CLAUSE
11
LICENSE_FILE=	${WRKSRC}/LICENSE
12
13
USE_GITHUB=	yes
14
GH_ACCOUNT=	Freaky
15
16
NO_ARCH=	yes
17
NO_BUILD=	yes
18
19
PLIST_FILES=	etc/rc.d/portacl \
20
		man/man5/portacl.5.gz
21
22
do-install:
23
	${INSTALL_SCRIPT} ${WRKSRC}/portacl ${STAGEDIR}${PREFIX}/etc/rc.d
24
	${INSTALL_MAN} ${WRKSRC}/portacl.5 ${STAGEDIR}${MANPREFIX}/man/man5
25
26
.include <bsd.port.mk>
(-)b/security/portacl-rc/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1692670526
2
SHA256 (Freaky-portacl-rc-v0.9.0_GH0.tar.gz) = 28603e78b33001a9b7edcc7bbf76c8894a71f32bab9d7af57751bf9d8c44507c
3
SIZE (Freaky-portacl-rc-v0.9.0_GH0.tar.gz) = 57186
(-)b/security/portacl-rc/pkg-descr (-1 / +3 lines)
Added Link Here
0
- 
1
portacl-rc is an rc(8) script for mac_portacl(4), allowing administrators
2
to limit or permit binding to local UDP and TCP ports that would otherwise
3
be privileged to the superuser.

Return to bug 273275