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

(-)sysutils/acltool/Makefile (-26 / +26 lines)
Lines 1-39 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	acltool
3
PORTNAME=		acltool
4
DISTVERSIONPREFIX=v
4
DISTVERSIONPREFIX=	v
5
DISTVERSION=	1.16.1
5
DISTVERSION=		1.16.2
6
CATEGORIES=	sysutils security
6
CATEGORIES=		sysutils security
7
7
8
MAINTAINER=	pen@lysator.liu.se
8
MAINTAINER=		pen@lysator.liu.se
9
COMMENT=	ACL manipulation utility
9
COMMENT=		ACL manipulation tool
10
10
11
LICENSE=	BSD3CLAUSE
11
LICENSE=		BSD3CLAUSE
12
LICENSE_FILE=	${WRKSRC}/LICENSE
12
LICENSE_FILE=		${WRKSRC}/LICENSE
13
13
14
OPTIONS_DEFINE=	READLINE SAMBA
14
OPTIONS_DEFINE=		SAMBA
15
OPTIONS_DEFAULT=READLINE
16
15
17
READLINE_USES=	readline
16
OPTIONS_RADIO=		LINE_EDITOR
18
READLINE_DESC=	Build with GNU Readline for interactive editing
17
OPTIONS_RADIO_LINE_EDITOR=	READLINE LIBEDIT
18
OPTIONS_DEFAULT=	READLINE
19
19
20
SAMBA_USES=	samba
20
SAMBA_USES=		samba
21
SAMBA_DESC=	Build with Samba (libsmbclient) for SMB support
21
SAMBA_DESC=		Build with Samba (libsmbclient) for SMB support
22
22
23
READLINE_CONFIGURE_WITH=readline
23
READLINE_USES=		readline
24
SAMBA_CONFIGURE_WITH=libsmbclient
24
READLINE_DESC=		Build with GNU Readline for interactive editing
25
25
26
USE_GITHUB=	yes
26
LIBEDIT_USES=		libedit
27
GH_ACCOUNT=	ptrrkssn
27
LIBEDIT_DESC=		Build with BSD Libedit for interactive editing
28
28
29
GNU_CONFIGURE=	yes
29
SAMBA_CONFIGURE_WITH=	libsmbclient
30
READLINE_CONFIGURE_WITH=	readline
31
LIBEDIT_CONFIGURE_WITH=	libedit
30
32
31
PLIST_FILES=	bin/acltool \
33
USE_GITHUB=		yes
32
		bin/edac bin/lac \
34
GH_ACCOUNT=		ptrrkssn
33
		bin/sac \
34
		man/man1/edac.1.gz \
35
		man/man1/lac.1.gz \
36
		man/man1/sac.1.gz \
37
		man/man1/acltool.1.gz
38
35
36
GNU_CONFIGURE=		yes
37
INSTALL_TARGET=		install-strip
38
39
.include <bsd.port.mk>
39
.include <bsd.port.mk>
(-)sysutils/acltool/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1591542398
1
TIMESTAMP = 1592575611
2
SHA256 (ptrrkssn-acltool-v1.16.1_GH0.tar.gz) = 15430b64cb493571f6e46a38482402746bee7ed134c0e99d7976d231cab1c7d5
2
SHA256 (ptrrkssn-acltool-v1.16.2_GH0.tar.gz) = d54011efb3d5cc24aedad88e3684d1c9dea218515bb1f18d9caac33f8bbae501
3
SIZE (ptrrkssn-acltool-v1.16.1_GH0.tar.gz) = 147094
3
SIZE (ptrrkssn-acltool-v1.16.2_GH0.tar.gz) = 146485
(-)sysutils/acltool/pkg-descr (-4 / +7 lines)
Lines 1-7 Link Here
1
This is a port of acltool, an ACL manipulation CLI tool.
1
This is a port of acltool, an NFSv4/ZFS ACL utiltity.
2
2
3
This is a tool to manage NFSv4/ZFS/SMB (also known as Extended on MacOS)
3
This is a tool to manage NFSv4/ZFS (also known as Extended on MacOS) ACLs.
4
style ACLs of filesystems. That is listing, creating, editing, searching,
4
That is listing, creating, editing, searching, stripping, sorting and
5
stripping, sorting, removing redundant entries and more.
5
removing redundant entries and more.
6
6
7
WWW: https://github.com/ptrrkssn/acltool
7
WWW: https://github.com/ptrrkssn/acltool
8
9
- Peter Eriksson
10
pen@lysator.liu.se
(-)sysutils/acltool/pkg-plist (+8 lines)
Line 0 Link Here
1
bin/acltool
2
bin/edac
3
bin/lac
4
bin/sac
5
man/man1/acltool.1.gz
6
man/man1/edac.1.gz
7
man/man1/lac.1.gz
8
man/man1/sac.1.gz

Return to bug 247422