aboutsummaryrefslogtreecommitdiff
path: root/dns/fpdns
Commit message (Collapse)AuthorAgeFilesLines
* - 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