diff options
| author | Kurt Jaeger <pi@FreeBSD.org> | 2020-06-12 20:11:28 +0000 |
|---|---|---|
| committer | Kurt Jaeger <pi@FreeBSD.org> | 2020-06-12 20:11:28 +0000 |
| commit | 5e0252a127abb0c152891d0580a463e6db93fd64 (patch) | |
| tree | 912a27f6fb6764ef0f3a41216ffdc7484ae52fec /sysutils/acltool | |
| parent | bea9aca79ff4c4bddbdc52513aefba6d8677fbc6 (diff) | |
Notes
Diffstat (limited to 'sysutils/acltool')
| -rw-r--r-- | sysutils/acltool/Makefile | 39 | ||||
| -rw-r--r-- | sysutils/acltool/distinfo | 3 | ||||
| -rw-r--r-- | sysutils/acltool/pkg-descr | 7 |
3 files changed, 49 insertions, 0 deletions
diff --git a/sysutils/acltool/Makefile b/sysutils/acltool/Makefile new file mode 100644 index 000000000000..324f66ef66dd --- /dev/null +++ b/sysutils/acltool/Makefile @@ -0,0 +1,39 @@ +# $FreeBSD$ + +PORTNAME= acltool +DISTVERSIONPREFIX=v +DISTVERSION= 1.16.1 +CATEGORIES= sysutils security + +MAINTAINER= pen@lysator.liu.se +COMMENT= ACL manipulation utility + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +OPTIONS_DEFINE= READLINE SAMBA +OPTIONS_DEFAULT=READLINE + +READLINE_USES= readline +READLINE_DESC= Build with GNU Readline for interactive editing + +SAMBA_USES= samba +SAMBA_DESC= Build with Samba (libsmbclient) for SMB support + +READLINE_CONFIGURE_WITH=readline +SAMBA_CONFIGURE_WITH=libsmbclient + +USE_GITHUB= yes +GH_ACCOUNT= ptrrkssn + +GNU_CONFIGURE= yes + +PLIST_FILES= bin/acltool \ + bin/edac bin/lac \ + bin/sac \ + man/man1/edac.1.gz \ + man/man1/lac.1.gz \ + man/man1/sac.1.gz \ + man/man1/acltool.1.gz + +.include <bsd.port.mk> diff --git a/sysutils/acltool/distinfo b/sysutils/acltool/distinfo new file mode 100644 index 000000000000..dcde87e22cb4 --- /dev/null +++ b/sysutils/acltool/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1591542398 +SHA256 (ptrrkssn-acltool-v1.16.1_GH0.tar.gz) = 15430b64cb493571f6e46a38482402746bee7ed134c0e99d7976d231cab1c7d5 +SIZE (ptrrkssn-acltool-v1.16.1_GH0.tar.gz) = 147094 diff --git a/sysutils/acltool/pkg-descr b/sysutils/acltool/pkg-descr new file mode 100644 index 000000000000..7f8341ef73e4 --- /dev/null +++ b/sysutils/acltool/pkg-descr @@ -0,0 +1,7 @@ +This is a port of acltool, an ACL manipulation CLI tool. + +This is a tool to manage NFSv4/ZFS/SMB (also known as Extended on MacOS) +style ACLs of filesystems. That is listing, creating, editing, searching, +stripping, sorting, removing redundant entries and more. + +WWW: https://github.com/ptrrkssn/acltool |
