aboutsummaryrefslogtreecommitdiff
path: root/dns/fpdns
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Change to upstream versioningSunpoet Po-Chuan Hsieh2019-11-132-5/+4
| | | | Notes: svn path=/head/; revision=517411
* Change the way *_DEPENDS are setSunpoet Po-Chuan Hsieh2019-02-031-2/+2
| | | | Notes: svn path=/head/; revision=492086
* Update to 0.10.0.20190131Sunpoet Po-Chuan Hsieh2019-02-013-12/+13
| | | | | | | | | | | - Sort PLIST - Take maintainership Changes: https://github.com/kirei/fpdns/releases https://github.com/kirei/fpdns/commits/master Notes: svn path=/head/; revision=491851
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* - Add BUILD_DEPENDSSunpoet Po-Chuan Hsieh2015-11-291-1/+3
| | | | | | | - Add NO_ARCH Notes: svn path=/head/; revision=402580
* Make it so that the default Perl is always called perl5.Mathieu Arnold2015-09-141-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 Notes: svn path=/head/; revision=396892
* Update ports in the [bcd]* categories to not use GH_COMMIT.Mathieu Arnold2015-05-062-4/+2
| | | | | | | | | | With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=385521
* Update USE_GITHUB so it does not require GH_COMMIT.Bryan Drewery2015-03-191-1/+1
| | | | | | | | | | | | | | | | | | | | Using this new scheme allows only setting the _tag_ or _commit hash_ in GH_TAGNAME and not having to know the hash for a tag. This scheme will download a tarball that has a different checksum than before due to a changed directory name for extraction. The following MASTER_SITES are provided to retain the old checksum and directory structure (that require GH_COMMIT): GH -> GHL GITHUB -> GITHUB_LEGACY Differential Revision: https://reviews.freebsd.org/D748 Submitted by: amdmi3 Reviewed by: mat, swills, antoine, bdrewery With hat: portmgr Notes: svn path=/head/; revision=381618
* Update "BSD" license in dns categoryMark Felder2014-12-061-1/+1
| | | | Notes: svn path=/head/; revision=374126
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, we had: site_perl : lib/perl5/site_perl/5.18 site_perl/perl_arch : lib/perl5/site_perl/5.18/mach perl_man3 : lib/perl5/5.18/man/man3 Now we have: site_perl : lib/perl5/site_perl site_arch : lib/perl5/site_perl/mach/5.18 perl_man3 : lib/perl5/site_perl/man/man3 Modules without any .so will be installed at the same place regardless of the Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr Notes: svn path=/head/; revision=373448
* Cleanup plistBaptiste Daroussin2014-10-271-3/+0
| | | | Notes: svn path=/head/; revision=371557
* Support staging.Emanuel Haupt2013-11-152-3/+1
| | | | Notes: svn path=/head/; revision=333874
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | dns) Notes: svn path=/head/; revision=327719
* - Convert to new perl frameworkAndrej Zverev2013-08-021-1/+2
| | | | Notes: svn path=/head/; revision=324171
* - Update to version 0.10.0.20130404Martin Wilke2013-06-172-7/+10
| | | | | | | | PR: 179592 Submitted by: Ports Fury Notes: svn path=/head/; revision=321133
* Reset maintainerBryan Drewery2013-04-231-1/+1
| | | | Notes: svn path=/head/; revision=316381
* - Update to latest snapshotBryan Drewery2013-01-142-4/+5
| | | | | | | - Fix fetching Notes: svn path=/head/; revision=310401
* - Take maintainershipBryan Drewery2012-10-101-7/+6
| | | | | | | | - Trim header - Use USE_GITHUB for fetching Notes: svn path=/head/; revision=305649
* Throw my ports back in the pool, and make my intentions clear for theDoug Barton2012-10-081-4/+2
| | | | | | | | | | | various ports that I've created. I bid fond fare well A chapter closes for me What opens for you? Notes: svn path=/head/; revision=305526
* Make the MASTER_SITES URL variable tooDoug Barton2012-07-301-1/+1
| | | | | | | Reminded by: bsam Notes: svn path=/head/; revision=301768
* Use the same method for github downloads as portupgrade-develDoug Barton2012-07-302-5/+7
| | | | | | | Thanks for the pointer: bryan@shatow.net Notes: svn path=/head/; revision=301704
* Update to the latest version from the new git repository.Doug Barton2012-07-194-24/+8
| | | | | | | I'll host the (contrived) distfile for now. Notes: svn path=/head/; revision=301152
* Fix Perl package name dependenciesDoug Barton2012-06-031-1/+1
| | | | Notes: svn path=/head/; revision=298188
* Convert to specifying the port name in _DEPENDS instead ofDoug Barton2012-06-011-1/+1
| | | | | | | | | ${SITE_PERL}/foo/bar/file.pm http://wiki.freebsd.org/PortsLongtermTargets#Use_of_SITE_PERL_in_dependencies Notes: svn path=/head/; revision=297913
* The fact that Net::DNS no longer depends on Net::IP means thatDoug Barton2011-11-101-0/+1
| | | | | | | | | | | %%SITE_PERL%%/Net may be empty when this port is deinstalled, so @dirrmtry it. Poked by: pavmail Feature safe: yes Notes: svn path=/head/; revision=285466
* The vast majority of pkg-descr files had the following format when theyDoug Barton2011-10-241-1/+1
| | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=284239
* - Get Rid MD5 supportMartin Wilke2011-03-201-2/+0
| | | | Notes: svn path=/head/; revision=271346
* Minor tweaksDoug Barton2010-08-032-2/+2
| | | | Notes: svn path=/head/; revision=258664
* If you install the port it creates an empty directory which is not packaged.Doug Barton2009-12-051-1/+1
| | | | | | | | | Subsequently installing the package will result in a plist entry to remove a directory that does not exist So, change @dirrm to @dirrmtry to make them both happy. Notes: svn path=/head/; revision=245243
* Update WWWDoug Barton2009-11-121-1/+1
| | | | Notes: svn path=/head/; revision=244176
* Master site has moved to google code.Doug Barton2008-09-011-1/+1
| | | | Notes: svn path=/head/; revision=219611
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.Mark Linimon2007-09-081-7/+1
| | | | | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr Notes: svn path=/head/; revision=199069
* Add SHA256 checksums to my portsDoug Barton2005-11-241-0/+2
| | | | Notes: svn path=/head/; revision=149230
* For the ports that I maintain, do the following as appropriate:Doug Barton2005-10-291-1/+5
| | | | | | | | | | | | 1. Add myself as a backup master site (Sourceforge and CPAN ports already have good enough coverage, so skip them). 2. For all ports that have them, download the PGP signature files. 3. For ports in 2, add a verify target to the Makefile 4. For ports where I was already providing a master site, update the URL. 5. Pet portlint in a couple of places. Notes: svn path=/head/; revision=146646
* Take over maintainership, approved by edwin (old maintainer).Doug Barton2005-09-123-22/+21
| | | | | | | | | | | | Update to the latest, 0.9.3. This version moves to a more typical Perl-style Makefile.PL structure, and splits the functionality into a library and a binary. This necessitates changes to the port structure, including re-adding the pkg-plist file. While I'm here, make portlint happy with the IGNORE statement. Notes: svn path=/head/; revision=142498
* Add dependency on dns/p5-Net-DNSEdwin Groothuis2005-07-171-0/+1
| | | | | | | Submitted by: Olli Hauer <ohauer@gmx.de> Notes: svn path=/head/; revision=139376
* Update to 0.9.1, the latest version, which includes a man page.Doug Barton2004-12-144-18/+19
| | | | | | | | | | | | | | | And while I'm here: 1. Download the PGP .sig file, in case the user wants to verify the package 2. Switch to PLIST_FILES for the one file this port installs 3. Replace the lone patch file with a ${SED} command For those keeping score at home, that's 3 inodes gone with one commit! :) Approved by: edwin (maintainer) Notes: svn path=/head/; revision=123977
* add authors to pkg-descrEdwin Groothuis2004-07-031-0/+1
| | | | Notes: svn path=/head/; revision=112854
* fpdns - Fingerprinting DNS serversEdwin Groothuis2004-07-035-0/+70
Identify what versions of nameserver software is running. WWW: http://www.rfc.se/fpdns/ Notes: svn path=/head/; revision=112852