Commit graph

21 commits

Author SHA1 Message Date
rillig
11a10ae3cb Using MASTER_SITE_DEBIAN instead of hard-coded URL. 2005-11-03 13:43:15 +00:00
reed
0ba4386344 Replace references of pkgsrc/mk/bsd.pkg.defaults.mk to
pkgsrc/mk/defaults/mk.conf.

This is from PR 30741 from anonymous AT example.net.
2005-08-02 00:23:31 +00:00
jlam
3e474a90d8 Get rid of USE_PERL5. The new way to express needing the Perl executable
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-07-16 01:19:06 +00:00
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
reed
d42e4be2ff Add INSTALLATION_DIRS for bin and man/man1. 2005-04-11 17:41:09 +00:00
reed
e0422be898 Update to md-whois-4.7.2. Suggested by Takahiro Kambe.
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-04-11 17:39:22 +00:00
agc
b12d62efb5 Add RMD160 digests. 2005-02-24 12:13:41 +00:00
grant
6eab5759a3 replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 14:50:05 +00:00
agc
3ad1bdbf06 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
reed
a4ce36dcc6 Update to version 4.6.9. Use GMAKE now. 2004-01-04 03:57:36 +00:00
reed
f5218790e9 Updated md-whois to latest 4.6.7 version. 2003-09-30 01:23:03 +00:00
jmmv
0916498c1b Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. 2003-03-29 12:40:00 +00:00
wiz
c0fd6b86e5 Update to 4.6.3, based on the 4.6.2 update by Jeremy C. Reed in PR 20441.
Changes: 3 years of intensive development -- too many to mention here;
see inside the debian/changelog file.
2003-03-22 02:31:49 +00:00
jlam
e1be891dbc Change explicit build dependencies on perl into "USE_PERL5=build". This
makes these packages build correctly on Darwin where perl>=5.8.0 is
required.
2002-07-24 19:45:22 +00:00
zuntum
d038a73ebd Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
jlam
d75cbbb9fd Change build dependency from perl-5.* to perl>=${PERL5_REQD}. Also change
dependency from libperl-5.* to libperl>=${PERL5_REQD}.
2001-04-30 04:16:08 +00:00
wiz
433b62957e Move to sha1 checksum, and/or add distfile sizes. 2001-04-21 11:23:08 +00:00
agc
c9f2a674d0 + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
+ include distfile filesizes in distinfo
2001-04-17 09:27:04 +00:00
hubertf
e32afb6fea Change BUILD_DEPENDS semantics:
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-03-27 03:19:43 +00:00
wiz
a13ea108bb Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:52:59 +00:00
agc
875cacb0ad Initial import of md-whois, an improved whois client, into the NetBSD
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.
2001-02-07 16:55:01 +00:00