| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
10 Nov 2011 21:13:30
0.9.3
|
dougb  |
The fact that Net::DNS no longer depends on Net::IP means that
%%SITE_PERL%%/Net may be empty when this port is deinstalled,
so @dirrmtry it.
Poked by: pavmail
Feature safe: yes |
24 Oct 2011 09:11:38
0.9.3
|
dougb  |
The vast majority of pkg-descr files had the following format when they
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 |
20 Mar 2011 12:54:45
0.9.3
|
miwi  |
- Get Rid MD5 support |
03 Aug 2010 01:25:54
0.9.3
|
dougb  |
Minor tweaks |
05 Dec 2009 20:14:19
0.9.3
|
dougb  |
If you install the port it creates an empty directory which is not packaged.
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. |
12 Nov 2009 21:45:43
0.9.3
|
dougb  |
Update WWW |
01 Sep 2008 19:58:02
0.9.3
|
dougb  |
Master site has moved to google code. |
08 Sep 2007 01:00:17
0.9.3
|
linimon  |
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr |
24 Nov 2005 00:08:51
0.9.3
|
dougb  |
Add SHA256 checksums to my ports |
29 Oct 2005 07:13:29
0.9.3
|
dougb  |
For the ports that I maintain, do the following as appropriate:
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. |
12 Sep 2005 03:18:16
0.9.3
|
dougb  |
Take over maintainership, approved by edwin (old maintainer).
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. |
17 Jul 2005 01:40:26
0.9.1
|
edwin  |
Add dependency on dns/p5-Net-DNS
Submitted by: Olli Hauer <ohauer@gmx.de> |
14 Dec 2004 01:45:52
0.9.1
|
dougb  |
Update to 0.9.1, the latest version, which includes a man page.
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) |
03 Jul 2004 14:25:59
0.9.0
|
edwin  |
add authors to pkg-descr |
03 Jul 2004 14:23:35
0.9.0
|
edwin  |
fpdns - Fingerprinting DNS servers
Identify what versions of nameserver software is running.
WWW: http://www.rfc.se/fpdns/ |