Commit graph

28 commits

Author SHA1 Message Date
schwarz
be3ce4cfc1 upgraded nntpcache to 3.0.2 (bug fix release) and added patches to
support Darwin
2006-10-17 20:28:01 +00:00
kleink
f8bb68e3ec Retarget MASTER_SITES and HOMEPAGE to nntpcache.com. 2006-03-14 12:43:10 +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
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
wiz
4c538e27bc Convert to options framework.
Fix a pkglint quoting warning while here.

XXX: openldap option disabled, since package does not compile with it.
XXX: package should use PKG_SYSCONFDIR and rc.d script frameworks.
2005-12-01 20:10:41 +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
wiz
b8e0eb28f4 Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be
useful.
2005-03-24 21:12:50 +00:00
tv
447770bff0 Correct previous: The end of life webpage still exists at a different
location; point HOMEPAGE there.  Alter MASTER_SITES to provide a couple
actually usable mirrors.
2005-03-18 17:56:10 +00:00
tv
b5bc0aacd6 Unset HOMEPAGE; it's now owned by a domain squatter. 2005-03-18 17:51:46 +00:00
minskim
e07031c753 Use VARBASE. 2004-12-29 15:21:50 +00:00
cube
e1aaa019a4 Drop localized *_USE_LDAP definitions and consistently use USE_OPENLDAP
instead.  As announced on tech-pkg.

Most notably affected are Postfix, sendmail, Samba and cyrus-saslauthd.  Be
sure to update your mk.conf accordingly.
2004-04-21 21:09:31 +00:00
grant
6eab5759a3 replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 14:50:05 +00:00
martti
8cee801716 COMMENT should start with a capital letter. 2003-07-21 17:10:16 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +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
wiz
11ec467ae1 Remove two mirror sites that do not provide the file. 2002-04-06 19:42:08 +00:00
proff
282fca7b31 Update to 3.0.1 and remove reference to few bogus mirror sites.
3.0.1 Sat Apr  6 01:59:56 EST 2002 (ap.pog.gia.tu.ra)

	* compat: update config.sub and config.guess to autoguess
	          Darwin / MacOSx
	* compat: update ./configure to autoconf-2.53

3.0-b2 Fri Apr  5 01:32:28 EST 2002 (oneiromancy)

	* new:	  README.pam
	* change: use $libexec/nntpcache.debug for debug symbols
	* new:	  permit ':' and '@' in username and password
		  definitions. some At-Home & MS passport
		  controlled (ugh) were of this format
	* compat: be more flexible in closing and re-assigning
		  file-descriptors. fixes some bogus openlog()/
		  closelog() implementations
	* change: doc/proff.style NAZI's
	* compat: eliminate pid_t warning in src/debug.c
	* compat: change "stat" to "status" for
		  contrib/newshound/newshound.c. "stat" conflicted
		  with the stat.h definition under AIX-5.1
	* change: don't try and debug the debug task if it
		  can no-longer read messages from other
		  tasks
	* new:	  explicitly tell users to use 'nntpcached -n'
		  for INSTALL step 8

3.0-b1 Sat Mar 30 11:51:29 EST 2002 (Enantiomorphosis)

	* new:	  idiot proof nntpcache.servers configuration
	* new:	  Make the decision to use a new mmap backing
		  file on restart configuration via "refreshMmap"
	* change: explicitly enable core dumps
	* bugfix: fix bogus log message in src/xover.c
	* new:	  prevent runaway debug analysis by checking
		  at most once every half hour
	* change: use mode, as opposed to flock/lockf locking for
		  cached articles/headers. this technique is more
		  reliable over nfs and newserver/reader crashes
	* new:	  robustify newsgroup structure locking
	* compat: under MacOSX, cc reports as gcc, but gcc CPP is
		  not "gcc -E"
	* compat: AIX needs -lbsd for flock()
	* new:	  verbosely describe "server rebuild in progress" error
	* change: don't warn on seeing (\r[^\n])+\r\n, as this
		  seems to be embedded in quite a few wild articles
	* bugfix: fix a few (usually rare) xover bugs
	* change: reorganise xover opening/locking/writing
		  functions
	* compat: parse numbers representing time_t
		  so as not to depend on the size of time_t
		  (Tru64/OSF/alpha needed this)
	* compat: remove extra ';' in src/http.c which caused
		  SUNSpro (Solaris CC) to choke
	* new:	  improved xover expiry
	* change: remove a warning in src/bregex.c. Note that the
		  other warnings (at least under gcc and SUNSpro
		  are bogus)
	* compat: use strrchr instead of rindex in src/authinfo_pipe.c
	* compat: EXPORT PAM functions only after pam types
		  have been defined
	* compat: PAM compatability for Solaris and FreeBSD
		  (tested on Solaris-8.x and FreeBSD-4.x)
	* compat: at least one newsreader used AUTHINFO with
		  no arguments simply to check that the command
		  was available. In this case return
		    "350 Continue with authorization sequence"
	* compat: smarter scripts/genextern.sh
	* compat: add/reorder includes for mmap/mmap_tests.c
	* bugfix: don't use autoconf to generate mk/rules.mk,
		  as automake uses this file before configure
		  time.
	* compat: add SPT_PADCHAR definition for Linux in
		  libproff/setproctiltle.c
	* change: add comment about bogus gcc warning in
		  libproff/pattern.c
	* change: update doc/proff.style
	* change: move newshound config file to /etc/newshound/
	* bugfix: various newshound bugfixes
	* new:	  perl newshound contributed by jer@gweep.net
	* bugfix: add missing /* */ pair in log.h (amazingly
		  gcc compiled the previous code without
		  complaint)
	* compat: wrap all GNU C extensions in GNUC_EXT
		  macros, including extensions exported by
		  scripts/genextern.sh (EXPORT macros)
	* compat: explicitly check for GNU make variations
		  at ./configure time and give copious help
		  if GNU make can not be located. Explicitly
		  tell the user to use the discovered GNU make.
	* bugfix: CPP does not define build symbols which
		  are needed by scripts/genextern.sh as
		  opposed to cc -E. Always check for cc -E
		  at ./configure time
	* new:	  NEWS file
	* change: modify INSTALL so even the pentagon can
		  understand nntpcache builds with GNUMake
	* change: modify INSTALL to reflect new mailinglist details
	* bugfix: extensive three pass automake hackery to force
		  regeneration of .ext's at the correct time and in
		  the correct order
	* bugfix: sometimes a HEAD followed by a BODY when neither
		  was previously cached resulted additional header
		  characters in the body. Triggered by Pine.
	* compat: don't use creeping bsd featureisms (warn,<err.h>)
		  in libproff
2002-04-05 19:14:23 +00:00
jlam
f79573370a Mechanical changes to 375 files to change dependency patterns of the form
foo-* to foo-[0-9]*.  This is to cause the dependencies to match only the
packages whose base package name is "foo", and not those named "foo-bar".
A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net.  Also
change dependency examples in Packages.txt to reflect this.
2001-09-27 23:17:41 +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
hubertf
1791cbecbb etc/rc.d cleanup: rename *.sh -> * 2001-01-26 05:21:43 +00:00
mjl
42a928422c Update to 2.4-b5. Changes are bugfixes only. 2000-06-21 12:50:28 +00:00
proff
ab74fd3453 upgrade to 2.4.0b3 2000-02-20 06:53:59 +00:00
rh
fa7041ca83 Remove mirror sites that do not carry the current version of nntpcache.
Add some new mirror sites.
1999-03-10 14:05:40 +00:00
tv
160ac103ef Update to 2.3.3, including some changes from FreeBSD's port. Update
approved by proff@nntpcache.org (one of the authors, who runs it on
NetBSD).
1999-02-23 00:38:04 +00:00
agc
6b868b539a nntpcache has a "fee-based-commercial-use" license. Add that category of
license to the ACCEPTABLE_LICENSES category in the example mk.conf file.
1998-10-19 11:23:31 +00:00
tsarna
6bd0d65c65 The Grand Homepagification:
- New, optional Makefile variable HOMEPAGE, specifies a URL for
	  the home page of the software if it has one.
	- The value of HOMEPAGE is used to add a link from the
	  README.html files.
	- pkglint updated to know about it.  The "correct" location for
	  HOMEPAGE in the Makefile is after MAINTAINER, in that same
	  section.
1998-08-20 15:16:34 +00:00
agc
988019b016 Update package Makefiles for automatic manual page handling. 1998-06-22 12:58:33 +00:00
frueauf
4a004c1a1e Initial addition of an nntp multi-server caching daemon.
Fixes pr 4752, based on the pkg by Ty Sarna with minor changes.
1998-06-06 15:28:35 +00:00