Port details |
- py-pylibacl Manipulate ACL with Python
- 0.7.0 security =2 0.7.0Version of this port present on the latest quarterly branch.
- Maintainer: joris.dedieu@gmail.com
- Port Added: 2009-04-23 17:16:03
- Last Update: 2024-02-17 12:26:09
- Commit Hash: 61ee67e
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: LGPL21+
- WWW:
- https://pylibacl.k1024.org/
- Description:
- py-pylibacl -- Manipulate the POSIX.1e Access Control Lists with python
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}pylibacl>0:security/py-pylibacl@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/security/py-pylibacl/ && make install clean
- To add the package, run one of these commands:
- pkg install security/py-pylibacl
- pkg install py39-pylibacl
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py39-pylibacl listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-pylibacl
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1708172314
SHA256 (pylibacl-0.7.0.tar.gz) = ed496e74ca5452d5d4cebe23df229ea462735a96528b9fa28e3ce1f7a2bed31a
SIZE (pylibacl-0.7.0.tar.gz) = 47543
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for py39-pylibacl-0.7.0:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- security_py-pylibacl
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.7.0 17 Feb 2024 12:26:09 |
Wen Heping (wen) |
security/py-pylibacl: Update to 0.7.0 and fix build with python-3.11
PR: 275494
Approved by: portmgr(blanket, fix build) |
0.5.2 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
0.5.2 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.5.2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.5.2 20 Jul 2022 14:22:56 |
Tobias C. Berner (tcberner) |
security: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Dupre <ale@FreeBSD.org>
* Alex Kapranoff <kappa@rambler-co.ru>
* Alex Samorukov <samm@freebsd.org>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kriventsov <avk@vl.ru>
* Alexander Leidinger <netchild@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.5.2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.5.2 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
0.5.2 10 Feb 2019 09:30:45 |
amdmi3 |
- Fix LICENSE
- Add LICENSE_FILE
- Don't install license with docs
- Switch to options helpers
- Update WWW
Approved by: portmgr blanket |
0.5.2 06 Oct 2014 09:17:40 |
robak |
security/py-pylibacl: update 0.5.0 -> 0.5.2 and fixes
- Change the MASTER_SITES to CHEESESHOP
- Convert to USES=python
- Change the pkg-descr url
- Pet portlint
- Maintainer's timeout
PR: 193054
Submitted by: Bartek Rutkowski <robak@FreeBSD.org>
Approved by: mentors (implicit) |
0.5.0_4 03 Jun 2014 12:45:24 |
sunpoet |
- Add PORTDOCS: copied from security/py-posix1e
- Bump PORTREVISION for package and PKGNAME change
- While I'm here:
- Add missing PKGNAMEPREFIX
- Add LICENSE
PR: ports/168709
Submitted by: Joris Dedieu <joris.dedieu@gmail.com> (maintainer) |
0.5.0_3 09 Mar 2014 14:25:14 |
miwi |
- Convert to autoplist
- Stage support
- Bump PORTREVISIO |
0.5.0_2 20 Sep 2013 22:55:26 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
0.5.0_2 16 Dec 2011 10:26:11 |
rm |
- change USE_PYTHON to yes, because this port working
with any supported python version
- move pkg-plist into PLIST_FILES
- remove Author field from pkg-descr
- bump PORTREVISION because of dependencies change
PR: 163329
Submitted by: rm (myself)
Approved by: joris dedieu <joris.dedieu at gmail.com> (maintainer),
miwi (mentor) |
0.5.0_1 24 Oct 2011 09:11:38 |
dougb |
The vast majority of pkg-descr files had the following format when they
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues |
0.5.0_1 25 Feb 2011 03:19:29 |
miwi |
- Move over to py25 or above
- While here get rid FreeBSD 6.X and md5 support |
0.5.0 06 Jun 2010 08:27:37 |
miwi |
- Update to 0.5
PR: 146833
Submitted by: Joris Dedieu <joris.dedieu@gmail.com> (maintainer) |
0.4.0 23 Apr 2009 17:15:38 |
miwi |
py-pylibacl -- Manipulate the POSIX.1e Access Control Lists with python
WWW: http://pylibacl.sourceforge.net/
PR: ports/133846
Submitted by: joris |