summaryrefslogtreecommitdiff
path: root/news/nntpcache (follow)
Commit message (Collapse)AuthorAgeFilesLines
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | Approved by: pat
* find->${FIND},xargs->${XARGS}Ying-Chieh Liao2002-09-291-1/+1
| | | | | PR: 40791 Submitted by: Simon 'corecode' Schubert <corecode@corecode.ath.cx>
* Update to 3.0.1Patrick Li2002-07-254-133/+121
| | | | | | | Fix some whitespace issues and plist PR: ports/40982 Submitted by: Maxim Tulyuk <mt@primats.org.ua>
* Replace ${PERL} with ${REINPLACE_CMD}Ying-Chieh Liao2002-06-231-1/+2
| | | | | PR: 39675 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
* Updated with new Option, some cleanups.Dirk Meyer2002-03-305-24/+67
| | | | | | | | | | | | | | >Number: 30849 news/nntpcache fails compiling authinfo_pam.c, add radius & ldap auth mechanisms. The fix is to place a #ifndef __FreeBSD__ .. #endif arround <security/pam_misc.h> in authinfo_pam.c. The attached patch corrects this problem, and adds additional authentication functionality to the nntpcache port (RADIUS, LDAP[v1,v2]). files/patch-src-authinfo_pam.ext removed due to a post-configure target is added to the Makefile that recreates the authinfo_[pam,radius,ldap].ext files. PR: 30849 Submitted by: hetzels@westbend.net
* - fix compilation of pam stuff in authinfo_pam.cPete Fritchman2001-11-102-1/+18
| | | | | | | | PR: 30758 - remove commented out pgp depend - add automake depend to automake14 (there should have been a USE_AUTOMAKE in the first place, but this doesn't play nice with automake 1.5)
* - Update to version 2.4.0b5Johann Visagie2001-09-146-67/+677
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Remove a verifiably bad site from MASTER_SITES. - Remove duplicate entry (DNS entry points to same IP) from MASTER_SITES. - Add new mirror to MASTER_SITES. - Change MAINTAINER to -ports, as the previous maintainer (and author) has expressed a lack of interest in continued maintenance of this port. - Deploy DOCSDIR. - General clean-up and reorganisation of Makefile. - Remove PKGMESSAGE completely, since this port requires no user action which is out of the ordinary (I do not consider editing configuration files to be out of the ordinary), and it contains no information which is not also contained elsewhere in a more standardised location. - Add NO_CDROM, as this software is not free and never has been. - Bring the startup script installed in ${PREFIX}/etc/rc.d up to current standards (I hope). - Install a fully functional startup script in ${PREFIX}/etc/rc.d (as most ports now do), instead of an inactive .sample startup script. - Install HTML documentation. - Deploy %%PORTDOCS%% pragma in pkg-plist. - Make SPOOLDIR a user-tweakable option (default: /var/spool). NNTPCache will cache news articles in ${SPOOLDIR}/nntpcache. - Remove the non-standard "hardlink-pgp-files" target from Makefile. - Comment out the run-time dependency on security/pgp for now. The only NNTPCache functionality which depends on PGP is very optional indeed and furthermore, there is now a plethora of PGPish ports for the user to choose from. (This may need to be tweaked further, since NNTPCache builds without PGP support if PGP is not detected during the configurations stage.) Approved by: Julian Assange <nntpcache@nntpcache.org>, previous maintainer
* Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isSatoshi Asami2000-10-081-1/+1
| | | | | | spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear.
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-2/+2
|
* After repeated attempts to contact maintainer: update version.Poul-Henning Kamp2000-02-143-16/+8
|
* $Id$ -> $FreeBSD$Peter Wemm1999-08-301-1/+1
|
* sed -> ${SED}Michael Haro1999-08-281-2/+2
|
* ln -> ${LN}Michael Haro1999-08-281-2/+2
|
* echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuffMichael Haro1999-08-271-2/+2
| | | | to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
* Commit #3/4 to enforce caps, no period.Tim Vanderhoek1999-06-261-1/+1
| | | | | | | | | | | | FWIW, checkout of these things took 5+hrs, staying on the local .freebsd.org net w/o hitting the 'net at all. As promised, $ time cvs ci real 67m51.701s user 0m1.250s sys 0m5.345s
* WWW: - the root of all evilMichael Haro1999-05-031-0/+2
|
* Add a reminder that this software is not free and give a pointer toSteve Price1998-08-241-0/+3
| | | | | | | the LICENSING file for more specifics. PR: 7696 Submitted by: Jan L. Peterson <jlp@part.net>
* NEWSFLASH! Manpages to be deleted from PLISTs!Tim Vanderhoek1998-08-191-2/+0
|
* original distribution updated (2.3b2 -> 2.3.2)Jun-ichiro itojun Hagino1998-02-013-10/+21
| | | | Notified by: Julian Assange <proff@iq.org>
* oops, sorry i forgot to update...Jun-ichiro itojun Hagino1998-01-291-1/+1
|
* oops forgot to add this..Jun-ichiro itojun Hagino1998-01-291-0/+9
|
* base version update to 2.2b7.Jun-ichiro itojun Hagino1998-01-292-16/+66
| | | | | added important files into pkg/PLIST. portlint.
* Make this port package again. People, test test please!Satoshi Asami1998-01-261-1/+1
|
* Make this port package again. People, test test please!Satoshi Asami1998-01-261-2/+2
|
* Upgrade to use version 2.2b4Steve Price1998-01-255-19/+34
| | | | | PR: 5492 Submitted by: Julian Assange <proff@iq.org>
* No need to use += on first appearance of variables.Alexander Langer1997-12-241-2/+2
|
* Upgrade to 1.0.7.1.Satoshi Asami1997-07-312-4/+4
| | | | Submitted by: proff@iq.org
* Upgrade to 1.0.6.Satoshi Asami1997-04-092-4/+4
| | | | Submitted by: proff@suburbia.net
* Update to 1.0.5. Also add a few more master sites.Satoshi Asami1997-03-072-6/+9
| | | | Reminded by: proff@suburbia.net
* Remove %D from @dirrm argument.Satoshi Asami1997-03-071-1/+1
|
* Add etc/rc.d script to kick off nntpcached at boot.David E. O'Brien1997-02-173-5/+18
| | | | | | | | | | Remove *.bak config files. Closes-PR: ports/1813 Forgotten by: peter Please don't forget to close PR's. Duplicated effort is effort that could be used elsewhere. ;-)
* Get this port up to snuff.Satoshi Asami1997-01-073-8/+13
| | | | | | | | | | | | (1) Don't use += for CATEGORIES. (2) Add MAN8 to compress nntpcache.8. (3) Remove port name from front of pkg/COMMENT. (4) List config files in pkg/PLIST. (5) Name of manpage is nntpcache.8, not nntpcached.8.
* Import a port for nntpcache-1.0.1Peter Wemm1997-01-065-0/+33
(This is partly to test easy-import) Submitted by: proff@suburbia.net