Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-02-05 | Recursive revision bump / recommended bump for gettext ABI change. | joerg | 1 | -1/+2 | |
2005-12-27 | Use PKGMANDIR instead of hard-coded "man". | reed | 1 | -3/+3 | |
2005-11-03 | Using MASTER_SITE_DEBIAN instead of hard-coded URL. | rillig | 1 | -2/+2 | |
2005-08-02 | Replace references of pkgsrc/mk/bsd.pkg.defaults.mk to | reed | 1 | -2/+2 | |
pkgsrc/mk/defaults/mk.conf. This is from PR 30741 from anonymous AT example.net. | |||||
2005-07-16 | Get rid of USE_PERL5. The new way to express needing the Perl executable | jlam | 1 | -3/+3 | |
around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable. | |||||
2005-05-22 | Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: | jlam | 1 | -2/+2 | |
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison | |||||
2005-04-11 | Add INSTALLATION_DIRS for bin and man/man1. | reed | 1 | -1/+2 | |
2005-04-11 | Update to md-whois-4.7.2. Suggested by Takahiro Kambe. | reed | 2 | -7/+7 | |
No changelog included. Many changes documented in separate debian-devel-changes emails via http://packages.qa.debian.org/w/whois.html. Last changes include: - whois.metu.edu.tr does not accept anymore RIPE-like queries. - Updated the .bg and .jp TLD servers. - Updated the IPv4 allocations. | |||||
2005-02-24 | Add RMD160 digests. | agc | 1 | -1/+2 | |
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. |