- Removed BROKEN line
- Removed CONFLICTS - binaries were renamed in this release, so no problem
- Set new SWIPLDIR variable to use in pkg-plist and Makefile, that
contains the new directory name that swi-pl now using.
- Undefined HAVE_EXECINFO too in src/config.h to let it build successfuly
- Adjusted local patches to new version (not tested on "alpha" for sure :))
- Removed files/patch-configure to make --without-jpl in CONFIGURE_ARGS
actually work
PR: ports/161414
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Approved by: g.gonter@ieee.org (maintainer; timeout - 2+ weeks)
UDP transport, also supports TLS (RadSec), as well as RADIUS over TCP and
DTLS. The aim is for the proxy to have sufficient features to be flexible,
while at the same time to be small, efficient and easy to configure.
WWW: http://software.uninett.no/radsecproxy/
PR: ports/147943
Submitted by: Honza Betik <honza@betik.cz>
Approved by: bapt (mentor)
- Mark WITHOUT_MAILNEWS as BROKEN
PR: ports/160444
Submitted by: J. Altman <freebsd-announce AT chthonic.com> and many others
Patch by: Nali Toja <nalitoja AT gmail.com>
Tested by: Alexey Shuvaev <shuvaev AT physik.uni-wuerzburg.de>
avoid unnecessary su(1) initiated by rc.subr
- Pet portlint
- Bump PORTREVISION for package change
Reported by: ed (in the followup of ports/151314)
Approved by: Olivier Cochard-Labbe <olivier@cochard.me> (maintainer)
- Fixed GPG dependency
- Added dependency on devel/xdg-utils
- Added dependency on unlzma (not lzma - it's not used) conditionally
- Removed unused PYTHON_VER from PLIST_SUB
- Removed bogus WITHOUT_NLS
- Requires python >= 2.6, so bumped USE_PYTHON
- Added pygobject dependency
- Added new manpage
- Removed some bogus entries from plist
- Marked DEPRECATED with expiration on 2011-12-01 (duplication of PBI
functionality and the limited number of 0install packages are available
in the ports tree)
PR: ports/161096
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Approved by: Dylan Cochran <a134qaed@gmail.com> (maintainer; timeout - 2 months)
This is a simple but fast pure Perl module for determining whether a given IP
address is in a given set of IP subnets. It's iterative, and it doesn't use any
fancy tries, but because it uses simple bitwise operations on strings it's still
very fast.
All documented functions are exported by default.
Subnets have to be given in "address/mask" or "address/length" (CIDR) format.
The Socket and Socket6 modules are used to normalise addresses, which means that
any of the address formats supported by inet_aton and inet_pton can be used with
Net::Subnet.
WWW: http://search.cpan.org/dist/Net-Subnet/
PR: ports/161335
Submitted by: Henk van Oers <hvo.pm@xs4all.nl>