Commit graph

35 commits

Author SHA1 Message Date
agc
7890bd2355 Update jwhois from 3.2.1nb1 to 3.2.2, from Todd Vierling in PR 22741.
"the main change is to fix .ORG lookups (whois.publicinterestregistry.net
returns responses with a spurious extra CR)."
2003-09-16 09:24:57 +00:00
seb
56b682547a USE_NEW_TEXINFO is unnecessary now. 2003-08-09 10:59:08 +00:00
seb
59bef354e5 Convert to USE_NEW_TEXINFO. 2003-08-04 12:15:19 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
wiz
43fa0c7cb6 PKGREVISION bump for libiconv update. 2003-07-13 13:50:19 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
salo
6606d7a97e Updated to version 3.2.1.
Addresses PR pkg/20340 by Tracy Di Marco White.

Changes:

- fix CONF_FILES usage (don't install jwhois.conf twice(!))
- cleanups

3.2.1:
======
- Updated jwhois.conf
2003-02-15 05:18:09 +00:00
jlam
d7f69e47ce Instead of including bsd.pkg.install.mk directly in a package Makefile,
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set
to "YES".  This enforces the requirement that bsd.pkg.install.mk be
included at the end of a package Makefile.  Idea suggested by Julio M.
Merino Vidal <jmmv at menta.net>.
2003-01-28 22:03:00 +00:00
cjep
5b8c845234 USE_PKGLOCALEDIR=yes 2003-01-10 07:39:46 +00:00
jlam
1c57323789 Merge packages from the buildlink2 branch back into the main trunk that
have been converted to USE_BUILDLINK2.
2002-08-25 21:48:57 +00:00
tv
75d1f9d976 Add some additional files that appeared in a newer version. 2002-07-06 19:16:58 +00:00
wiz
9511d288cd Update to 3.2.0, per Wolfgang Rupprecht's patches from pkg/16748.
Changes:
 * Various bugfixes
 * Added advanced rewrite of queries
 * Various changes to jwhois.conf
2002-05-20 14:22:36 +00:00
tv
712d80e96b Update to 3.1.0; minor bugfixes including fixed whois-servers.net support. 2002-02-27 01:39:12 +00:00
seb
66111c6d15 Introduce new framework for handling info files generation and installation.
Summary of changes:
- removal of USE_GTEXINFO
- addition of mk/texinfo.mk
- inclusion of this file in package Makefiles requiring it
- `install-info' substituted by `${INSTALL_INFO}' in PLISTs
- tuning of mk/bsd.pkg.mk:
    removal of USE_GTEXINFO
    INSTALL_INFO added to PLIST_SUBST
    `${INSTALL_INFO}' replace `install-info' in target rules
    print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info'
- a couple of new patch files added for a handful of packages
- setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it
- devel/cssc marked requiring texinfo 4.0
- a couple of packages Makefiles were tuned with respect of INFO_FILES and
  makeinfo command usage

See -newly added by this commit- section 10.24 of Packages.txt for
further information.
2002-02-18 15:14:00 +00:00
jlam
55ffb37406 bsd.pkg.install.mk calls the INSTALL script at the right times
automatically, so no need to do it ourselves.
2001-12-02 06:56:38 +00:00
jlam
26464aacae Use the general INSTALL/DEINSTALL scripts and look for config files in
${PKG_SYSCONFDIR}.
2001-11-25 19:43:58 +00:00
zuntum
d038a73ebd Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
tv
0c4b9dc04b Eek, /usr/pkg -> ${PREFIX}. 2001-10-31 15:11:24 +00:00
tv
2628fe543a Clean out my pkgsrc diffs:
Update jwhois to 3.0.1.  Changes:

 * Command line option to disable content redirection
 * Lots of information added to the example configuration file
 * IPv6 failover to IPv4
 * Option to display redirections instead of hiding them
 * Case insensitive hostname matching
 * Introduced new host-specific configuration
 * Limited support for rwhois
 * Support for sending queries through a web interface via external browser
 * Ability to rewrite queries before sending to whois server
 * Support for whois-servers.net
2001-10-31 15:08:29 +00:00
wiz
c11b028e8c Uses msgfmt to decide if it should build its own libintl, which fails
for some reason on 1.5.1. Add BUILD_USES_MSGFMT.
2001-08-01 16:39:30 +00:00
jlam
f6ab06e12b Mark as USE_BUILDLINK_ONLY 2001-07-02 16:53:31 +00:00
jlam
5bcf9f90e6 Convert to use buildlink.mk files. 2001-07-02 16:51:49 +00:00
jlam
fcbfeadbcb Remove unnecessary patch to unconditionally place locale files under
"share".
2001-06-17 21:48:41 +00:00
jlam
07189e1e5c Install locale files under ${PKGLOCALEDIR}. Remove unnecessary patch to
configure.in, and build dependencies on autoconf and gettext.
2001-06-17 21:47:52 +00:00
wiz
433b62957e Move to sha1 checksum, and/or add distfile sizes. 2001-04-21 11:23:08 +00:00
agc
2d6b6a009c + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:43:32 +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
fredb
46a9e2c3de Make that "autoreconf" -- there is no "autoremake". 2001-02-06 03:16:56 +00:00
tron
f2d262e0be Use full pathname "${LOCALBASE}/bin/auto..." in dependences and make
targets. This includes a fix for PR pkg/12125 by Tomasz Luchowski.
2001-02-05 09:00:54 +00:00
wiz
08f62d5342 Remove DEPENDS on gettext, and add USE_LIBINTL and BUILD_DEPENDS on
${LOCALBASE}/share/autoconf/gettext.m4, based on a hint by itojun (thanks!).
2001-01-05 01:02:31 +00:00
jlam
8c06bdc4c0 Update jwhois to 2.4.1. Update taken from PR#10772 by Wolfgang Rupprecht
<wolfgang@wsrcc.com> with substantial modifications.
Changes from version 2.1:

 * Made it possible to use queries of the type foo@HOST
 * Lots of information added to the example configuration file
 * Fixed a nasty bug that sometimes caused two extra bytes of output
   to be appended
 * Fixed the sample jwhois.conf
 * Added distribution of debian/ and macros/
 * Support for redirection of a query to another server based on
   returned content from another
 * Support for cache functionality
 * Bugfixes for little-endian machines
 * Configuration parser rewritten -- you must now use \\ to get a
   single \.
 * ${datadir} no longer searched for global configuration file
 * i18n support added
 * Must enclose struct foo in "
 * Support for specifying CIDR blocks in the configuration file.
 * More advanced features added to the configuration file.
 * Port number separated from host names and IP numbers with space
   instead of colon in configuration file.
 * Support for IPv6 hosts
2000-08-12 06:29:12 +00:00
hubertf
7415ef8e7f Don't define HAS_CONFIGURE and GNU_CONFIGURE at the same time.
This will place packages in /usr/local ...
2000-01-20 15:24:37 +00:00
abs
df05aef71f Strip trailing '.', and/or leading '(a|an) ' 2000-01-05 15:37:50 +00:00
kim
20f46dec3f jwhois-2.1, a configurable whois client.
forget about all those separate registries!
1999-10-05 14:17:15 +00:00