aboutsummaryrefslogtreecommitdiffstats
path: root/dns/fpdns
Commit message (Collapse)AuthorAgeFilesLines
* - Update to version 0.10.0.20130404miwi2013-06-172-7/+10
| | | | | PR: 179592 Submitted by: Ports Fury
* Reset maintainerbdrewery2013-04-241-1/+1
|
* - Update to latest snapshotbdrewery2013-01-152-4/+5
| | | | - Fix fetching
* - Take maintainershipbdrewery2012-10-101-7/+6
| | | | | - Trim header - Use USE_GITHUB for fetching
* Throw my ports back in the pool, and make my intentions clear for thedougb2012-10-081-4/+2
| | | | | | | | various ports that I've created. I bid fond fare well A chapter closes for me What opens for you?
* Make the MASTER_SITES URL variable toodougb2012-07-311-1/+1
| | | | Reminded by: bsam
* Use the same method for github downloads as portupgrade-develdougb2012-07-302-5/+7
| | | | Thanks for the pointer: bryan@shatow.net
* Update to the latest version from the new git repository.dougb2012-07-194-24/+8
| | | | I'll host the (contrived) distfile for now.
* Fix Perl package name dependenciesdougb2012-06-041-1/+1
|
* Convert to specifying the port name in _DEPENDS instead ofdougb2012-06-011-1/+1
| | | | | | ${SITE_PERL}/foo/bar/file.pm http://wiki.freebsd.org/PortsLongtermTargets#Use_of_SITE_PERL_in_dependencies
* The fact that Net::DNS no longer depends on Net::IP means thatdougb2011-11-111-0/+1
| | | | | | | | %%SITE_PERL%%/Net may be empty when this port is deinstalled, so @dirrmtry it. Poked by: pavmail Feature safe: yes
* The vast majority of pkg-descr files had the following format when theydougb2011-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
* - Get Rid MD5 supportmiwi2011-03-201-2/+0
|
* Minor tweaksdougb2010-08-032-2/+2
|
* If you install the port it creates an empty directory which is not packaged.dougb2009-12-061-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.
* Update WWWdougb2009-11-131-1/+1
|
* Master site has moved to google code.dougb2008-09-021-1/+1
|
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.linimon2007-09-081-7/+1
| | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr
* Add SHA256 checksums to my portsdougb2005-11-241-0/+2
|
* For the ports that I maintain, do the following as appropriate:dougb2005-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.
* Take over maintainership, approved by edwin (old maintainer).dougb2005-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.
* Add dependency on dns/p5-Net-DNSedwin2005-07-171-0/+1
| | | | Submitted by: Olli Hauer <ohauer@gmx.de>
* Update to 0.9.1, the latest version, which includes a man page.dougb2004-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)
* add authors to pkg-descredwin2004-07-031-0/+1
|
* fpdns - Fingerprinting DNS serversedwin2004-07-035-0/+70
Identify what versions of nameserver software is running. WWW: http://www.rfc.se/fpdns/