head 1.4; access; symbols pkgsrc-2026Q2:1.4.0.6 pkgsrc-2026Q2-base:1.4 pkgsrc-2026Q1:1.4.0.4 pkgsrc-2026Q1-base:1.4 pkgsrc-2025Q4:1.4.0.2 pkgsrc-2025Q4-base:1.4 pkgsrc-2025Q3:1.3.0.20 pkgsrc-2025Q3-base:1.3 pkgsrc-2025Q2:1.3.0.18 pkgsrc-2025Q2-base:1.3 pkgsrc-2025Q1:1.3.0.16 pkgsrc-2025Q1-base:1.3 pkgsrc-2024Q4:1.3.0.14 pkgsrc-2024Q4-base:1.3 pkgsrc-2024Q3:1.3.0.12 pkgsrc-2024Q3-base:1.3 pkgsrc-2024Q2:1.3.0.10 pkgsrc-2024Q2-base:1.3 pkgsrc-2024Q1:1.3.0.8 pkgsrc-2024Q1-base:1.3 pkgsrc-2023Q4:1.3.0.6 pkgsrc-2023Q4-base:1.3 pkgsrc-2023Q3:1.3.0.4 pkgsrc-2023Q3-base:1.3 pkgsrc-2023Q2:1.3.0.2 pkgsrc-2023Q2-base:1.3; locks; strict; comment @# @; 1.4 date 2025.10.07.18.58.36; author bsiegert; state Exp; branches; next 1.3; commitid wvZxQYIQPM2eBFdG; 1.3 date 2023.04.30.20.16.54; author gdt; state Exp; branches; next 1.2; commitid 91TMzFG37FvLFanE; 1.2 date 2023.04.30.20.14.39; author gdt; state Exp; branches; next 1.1; commitid zrf7puey9GMJEanE; 1.1 date 2023.04.16.20.14.47; author gutteridge; state Exp; branches; next ; commitid UwOfH4nRM9GG5nlE; desc @@ 1.4 log @acl: update to 2.3.2 - bugfixes - documentation updates @ text @# $NetBSD: Makefile,v 1.3 2023/04/30 20:16:54 gdt Exp $ DISTNAME= acl-2.3.2 CATEGORIES= sysutils MASTER_SITES= http://download.savannah.nongnu.org/releases/acl/ MAINTAINER= als@@thangorodrim.ch HOMEPAGE= https://savannah.nongnu.org/projects/acl COMMENT= Provides missing POSIX ACL interfaces for Linux LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2.1 # The point of this package is to provide POSIX facilities that are # missing on Linux. In addition to not being portable to other # systems, it is not useful on other systems because systems that have # ACLs provide the interfaces already. ONLY_FOR_PLATFORM= Linux-*-* WRKSRC= ${WRKDIR}/${DISTNAME:S/.src//} GNU_CONFIGURE= yes USE_TOOLS+= gmake USE_LIBTOOL= yes .include "../../sysutils/attr/buildlink3.mk" .include "../../mk/bsd.pkg.mk" @ 1.3 log @sysutils/acl: Explain ONLY_FOR_PLATFORM more @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.2 2023/04/30 20:14:39 gdt Exp $ d3 1 a3 1 DISTNAME= acl-2.3.1 @ 1.2 log @sysutils/acl: Rototill description Make it clear that this provides interfaces that are missing on Linux, rather than seeming like a general acl facility. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1 2023/04/16 20:14:47 gutteridge Exp $ d12 4 a15 1 # uses linux/version.h and only tested under Linux @ 1.1 log @acl: import new package, version 2.3.1 The acl package contains the getfacl and setfacl utilities and the libacl loadable library as well as additional files required for developing access control list programs. Packaged in wip by Alexander Schreiber. Minor adjustments by myself, also build tested on Fedora 37. @ text @d1 1 a1 1 # $NetBSD$ d9 1 a9 1 COMMENT= Commands for Manipulating POSIX Access Control Lists @