Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-01-24 | replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. | grant | 1 | -2/+2 | |
2004-01-20 | Move WRKSRC definition away from the first paragraph in a Makefile. | agc | 1 | -2/+2 | |
2004-01-04 | Update to version 4.6.9. Use GMAKE now. | reed | 2 | -5/+6 | |
2003-09-30 | Updated md-whois to latest 4.6.7 version. | reed | 2 | -5/+6 | |
2003-03-29 | Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. | jmmv | 1 | -3/+2 | |
2003-03-22 | Update to 4.6.3, based on the 4.6.2 update by Jeremy C. Reed in PR 20441. | wiz | 3 | -8/+16 | |
Changes: 3 years of intensive development -- too many to mention here; see inside the debian/changelog file. | |||||
2002-07-24 | Change explicit build dependencies on perl into "USE_PERL5=build". This | jlam | 1 | -2/+2 | |
makes these packages build correctly on Darwin where perl>=5.8.0 is required. | |||||
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 3 | -3/+3 | |
2001-04-30 | Change build dependency from perl-5.* to perl>=${PERL5_REQD}. Also change | jlam | 1 | -2/+2 | |
dependency from libperl-5.* to libperl>=${PERL5_REQD}. | |||||
2001-04-21 | Move to sha1 checksum, and/or add distfile sizes. | wiz | 1 | -1/+1 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 2 | -3/+4 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo + include distfile filesizes in distinfo | |||||
2001-03-27 | Change BUILD_DEPENDS semantics: | hubertf | 1 | -2/+2 | |
first component is now a package name+version/pattern, no more executable/patchname/whatnot. While there, introduce BUILD_USES_MSGFMT as shorthand to pull in devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current). Patch by Alistair Crooks <agc@netbsd.org> | |||||
2001-02-17 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2001-02-07 | Initial import of md-whois, an improved whois client, into the NetBSD | agc | 5 | -0/+30 | |
packages collection. An improved whois client which attempts to find the correct server. If it can't guess, then it will default to whois.arin.net for IPv4 addresses, whois.6bone.net for IPv6 addresses, and whois.internic.net for domains. Package provided by "Jeremy C. Reed" <reed@reedmedia.net> in pkg/12117, modified by me to conform to pkgsrc conventions, and to pass pkglint. |