summaryrefslogtreecommitdiffstats
path: root/news/nntpcache
Commit message (Collapse)AuthorAgeFilesLines
* Sync with new bsd.autotools.mkade2004-06-041-1/+1
|
* - add/remove servers from MASTER_SITESclement2004-04-072-2/+5
| | | | | | | - Add WWW: PR: 65275 Submitted by: Jason Harris <jharris@widomaker.com>
* - Remove dead MASTER_SITESclement2004-04-063-625/+613
| | | | | | | - remove WWW: - use %%DOCSDIR%% - use USE_OPENLDAP - remove LDAP v1 support
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 1)
* SIZEify.trevor2004-01-291-0/+1
|
* USE_REINPLACE need be defined only when REINPLACE_CMD is used.trevor2003-11-171-1/+0
|
* KATO mega patchedwin2003-09-271-7/+7
| | | | | | | | | | | - ECHO -> ECHO_MSG For some ports: - pre-fetch -> pre-everything - ECHO -> ECHO_CMD PR: ports/56820-56858 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Add knob to make you choose your ldap version.kuriyama2003-08-161-2/+4
| | | | | PR: ports/55589 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
* Fix non-default dependency on openldap2[012] which is broken by splitting.kuriyama2003-08-151-2/+2
| | | | | # I'm not bumped port revision of them because this should not affect # packages built on bento...
* Point dependencies on net/openldap2 to net/openldap20edwin2003-02-241-2/+2
|
* Point dependencies on net/openldap to net/openldap12edwin2003-02-241-2/+2
|
* De-pkg-comment.knu2003-02-202-1/+1
|
* Update mirrors.naddy2003-02-121-2/+6
| | | | | PR: 47702 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-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.adamw2002-11-062-1/+2
| | | | Approved by: pat
* find->${FIND},xargs->${XARGS}ijliao2002-09-291-1/+1
| | | | | PR: 40791 Submitted by: Simon 'corecode' Schubert <corecode@corecode.ath.cx>
* Update to 3.0.1pat2002-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}ijliao2002-06-231-1/+2
| | | | | PR: 39675 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
* Updated with new Option, some cleanups.dinoex2002-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.cpetef2001-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.0b5wjv2001-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} isasami2000-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 variablescpiazza2000-04-091-2/+2
|
* After repeated attempts to contact maintainer: update version.phk2000-02-143-16/+8
|
* $Id$ -> $FreeBSD$peter1999-08-301-1/+1
|
* sed -> ${SED}mharo1999-08-281-2/+2
|
* ln -> ${LN}mharo1999-08-281-2/+2
|
* echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuffmharo1999-08-271-2/+2
| | | | to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
* Commit #3/4 to enforce caps, no period.hoek1999-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 evilmharo1999-05-031-0/+2
|
* Add a reminder that this software is not free and give a pointer tosteve1998-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!hoek1998-08-191-2/+0
|
* original distribution updated (2.3b2 -> 2.3.2)itojun1998-02-013-10/+21
| | | | Notified by: Julian Assange <proff@iq.org>
* oops, sorry i forgot to update...itojun1998-01-291-1/+1
|
* oops forgot to add this..itojun1998-01-291-0/+9
|
* base version update to 2.2b7.itojun1998-01-292-16/+66
| | | | | added important files into pkg/PLIST. portlint.
* Make this port package again. People, test test please!asami1998-01-261-1/+1
|
* Make this port package again. People, test test please!asami1998-01-261-2/+2
|
* Upgrade to use version 2.2b4steve1998-01-255-19/+34
| | | | | PR: 5492 Submitted by: Julian Assange <proff@iq.org>
* No need to use += on first appearance of variables.alex1997-12-241-2/+2
|
* Upgrade to 1.0.7.1.asami1997-07-312-4/+4
| | | | Submitted by: proff@iq.org
* Upgrade to 1.0.6.asami1997-04-092-4/+4
| | | | Submitted by: proff@suburbia.net
* Update to 1.0.5. Also add a few more master sites.asami1997-03-072-6/+9
| | | | Reminded by: proff@suburbia.net
* Remove %D from @dirrm argument.asami1997-03-071-1/+1
|
* Add etc/rc.d script to kick off nntpcached at boot.obrien1997-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.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.1peter1997-01-065-0/+33
(This is partly to test easy-import) Submitted by: proff@suburbia.net
OpenPOWER on IntegriCloud