Commit graph

13 commits

Author SHA1 Message Date
jlam
ccdf6dbe01 Rename "SITES_* to "SITES.*" for file-specific lists of sites from which
to fetch the file.  This completes the renaming described in revision
1.1799 of bsd.pkg.mk.
2006-07-27 18:48:02 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00
seb
37d945e229 Lower expectations, both others' and mine: relinquish stewardship 2005-12-27 13:54:57 +00:00
rillig
b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +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
agc
b12d62efb5 Add RMD160 digests. 2005-02-24 12:13:41 +00:00
agc
3ad1bdbf06 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
cjep
283ddf3f8f Lint (sort DISTNAME section) 2004-01-12 10:08:16 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +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
seb
de2de648b8 Update to 3.1.1v6.
Changes:
2003-01-22
- 3.1.1v6 released, with support for IPv6

2002-10-08
- 3.1.1 released

2002-07-02
- Updated to buffer input.  Much more efficient.
2003-03-03 20:20:05 +00:00
seb
35cee5c2ca Update to version 3.1.
Changes in version 3.1:

2002-04-10
- 3.1 released
- Client now handles disconnect during "-k" better.
- Combine query into a single string before sending to (possibly)
  reduce number of packets sent.

2001-10-26
- Help output and man page generated from text files.
- Fix broken query to non-RIPE servers.

2001-09-17
- Fixed bug where --port didn't allow service specified by name.
2002-08-28 14:07:01 +00:00
seb
6fdcb010de Initial import of the latest RIPE whois client, version 3.0, into the NetBSD
Packages Collection.

This is a complete rewrite of the RIPE whois client:
- The networkupdate utility is gone (it was restricted to internal RIPE NCC
nodes anyway).
- The cryptpw utility is also gone (it was not of real use for non-RIPE NCC
users anyway).
- The default command name is now whois3.
- The whois3 client does not check for supported flags at the client side,
except for -h (whois host) and -p (whois port). The syntax checks for flags are
made at the server side.

This package is believed to be the successor of net/ripe-whois-tools which
could problably be removed.
2002-02-05 13:01:10 +00:00