summaryrefslogtreecommitdiff
path: root/net/md-whois
AgeCommit message (Collapse)AuthorFilesLines
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2005-12-27Use PKGMANDIR instead of hard-coded "man".reed1-3/+3
2005-11-03Using MASTER_SITE_DEBIAN instead of hard-coded URL.rillig1-2/+2
2005-08-02Replace references of pkgsrc/mk/bsd.pkg.defaults.mk toreed1-2/+2
pkgsrc/mk/defaults/mk.conf. This is from PR 30741 from anonymous AT example.net.
2005-07-16Get rid of USE_PERL5. The new way to express needing the Perl executablejlam1-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-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-11Add INSTALLATION_DIRS for bin and man/man1.reed1-1/+2
2005-04-11Update to md-whois-4.7.2. Suggested by Takahiro Kambe.reed2-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-24Add RMD160 digests.agc1-1/+2
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2004-01-04Update to version 4.6.9. Use GMAKE now.reed2-5/+6
2003-09-30Updated md-whois to latest 4.6.7 version.reed2-5/+6
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-3/+2
2003-03-22Update to 4.6.3, based on the 4.6.2 update by Jeremy C. Reed in PR 20441.wiz3-8/+16
Changes: 3 years of intensive development -- too many to mention here; see inside the debian/changelog file.
2002-07-24Change explicit build dependencies on perl into "USE_PERL5=build". Thisjlam1-2/+2
makes these packages build correctly on Darwin where perl>=5.8.0 is required.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum3-3/+3
2001-04-30Change build dependency from perl-5.* to perl>=${PERL5_REQD}. Also changejlam1-2/+2
dependency from libperl-5.* to libperl>=${PERL5_REQD}.
2001-04-21Move to sha1 checksum, and/or add distfile sizes.wiz1-1/+1
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc2-3/+4
+ move the patch digest/checksum values from files/patch-sum to distinfo + include distfile filesizes in distinfo
2001-03-27Change BUILD_DEPENDS semantics:hubertf1-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-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-02-07Initial import of md-whois, an improved whois client, into the NetBSDagc5-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.