View | Details | Raw Unified | Return to bug 246876 | Differences between
and this patch

Collapse All | Expand All

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

Return to bug 246876