diff -Nru sysutils/acltool.old/distinfo sysutils/acltool/distinfo --- sysutils/acltool.old/distinfo 1970-01-01 01:00:00.000000000 +0100 +++ sysutils/acltool/distinfo 2020-06-07 17:06:38.949015000 +0200 @@ -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 -Nru sysutils/acltool.old/Makefile sysutils/acltool/Makefile --- sysutils/acltool.old/Makefile 1970-01-01 01:00:00.000000000 +0100 +++ sysutils/acltool/Makefile 2020-06-07 17:06:20.845624000 +0200 @@ -0,0 +1,33 @@ +# $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/acltool.1.gz + +.include diff -Nru sysutils/acltool.old/pkg-descr sysutils/acltool/pkg-descr --- sysutils/acltool.old/pkg-descr 1970-01-01 01:00:00.000000000 +0100 +++ sysutils/acltool/pkg-descr 2020-05-31 15:28:49.123329000 +0200 @@ -0,0 +1,10 @@ +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 + +- Peter Eriksson +pen@lysator.liu.se