Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g. | mat | 2016-04-01 | 1 | -1/+1 |
| | | | | | With hat: portmgr Sponsored by: Absolight | ||||
* | Make it so that the default Perl is always called perl5. | mat | 2015-09-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | - Move Perl's man1 files along with its man3 files. - Move where Perl installs its modules man1 pages. - Convert the ports installing man1 pages. - Make different Perl versions installable at the same time. Though you should note that only the default version can be used to install Perl modules, and the non default Perl versions cannot use the modules installed via ports if they contain .so as they are installed in a version specific directory. Reviewed by: bapt (the Mk bits) Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3542 | ||||
* | Add two remaining ports from dnstools suit: | danfe | 2015-08-06 | 3 | -0/+31 |
axfr2acl transfers A records from the given DNS zones and converts them to an ACL for use in BIND configuration files. rpsl2acl queries a set of RPSL database objects (normally route-sets) and converts them to an ACL for use in BIND configuration files. WWW: http://www.gnu.org.ua/software/dnstools/ |