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-05-30 21:05:30.711029000 +0200 @@ -0,0 +1,3 @@ +TIMESTAMP = 1590865530 +SHA256 (ptrrkssn-acltool-v1.15_GH0.tar.gz) = adee348dd6bf04395bc0c692a4cc6e849fcea213a601e6e5f7dbfb207f26b4a6 +SIZE (ptrrkssn-acltool-v1.15_GH0.tar.gz) = 142165 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-05-30 21:05:28.731047000 +0200 @@ -0,0 +1,33 @@ +# $FreeBSD$ + +PORTNAME= acltool +DISTVERSIONPREFIX=v +DISTVERSION= 1.15 +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-30 21:05:28.731129000 +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