aboutsummaryrefslogtreecommitdiff
path: root/news/newsstar/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Set USE_PERL5/WANT_PERL as appropriate, for ports that either depend onMark Linimon2007-10-071-11/+11
| | | | | | | | | | | perl unconditonally, or conditionally. To be able to conditionalize the inclusion of bsd.perl.mk, they now need to be defined before the inclusion of bsd.port.pre.mk. Hat: portmgr Notes: svn path=/head/; revision=201032
* - Update to 1.3.2Andrey Slusar2007-09-161-3/+7
| | | | | | | | | | | | - Fixed broken detection of installed INN - Added missing dependency on GDBM - manpage installed into right directory PR: ports/116370 Submitted by: Radim Kolar SF.NET <hsn@sendmail.cz> Notes: svn path=/head/; revision=199567
* Change email address for all my ports.Andrey Slusar2005-12-151-2/+2
| | | | | | | Approved by: sem(mentor) Notes: svn path=/head/; revision=151262
* Update to version 1.2.2Kirill Ponomarev2005-03-031-1/+1
| | | | | | | | PR: ports/78326 Submitted by: maintainer Notes: svn path=/head/; revision=130247
* [PATCH] change MAINTAINER email address for all my ports.Edwin Groothuis2004-12-301-1/+1
| | | | | | | | PR: ports/75559 Submitted by: Andrey Slusar <anray@inet.ua> Notes: svn path=/head/; revision=125497
* Update to 1.2.1Kirill Ponomarev2004-08-241-1/+1
| | | | | | | | PR: ports/70908 Submitted by: maintainer Notes: svn path=/head/; revision=117210
* Update to 1.2Sergey Matveychuk2004-08-201-8/+14
| | | | | | | | PR: ports/70676 Submitted by: maintainer Notes: svn path=/head/; revision=116760
* Change option WITH_SN to WITH_INN and remove RUN_DEPENDS.Kirill Ponomarev2004-08-141-7/+6
| | | | | | | | | | | | | | Add s-news to COMMENT. Fix autosearch paths to newsservers. Fix running overview program if using s-news. Fix path to sendmail. Bump portrevision. PR: ports/70437 Submitted by: maintainer Notes: svn path=/head/; revision=116174
* Change maintainer's email.Kirill Ponomarev2004-08-071-1/+1
| | | | | | | | PR: ports/70138 Submitted by: Andrey Slusar <vasallia@ukr.net> Notes: svn path=/head/; revision=115587
* Update to 1.1.1Sergey Matveychuk2004-07-151-2/+6
| | | | | | | | | PR: ports/68901 Submitted by: maintainer Approved by: krion (mentor) Notes: svn path=/head/; revision=113682
* Add newsstar, a program that fetches news from a number of remote NNTP serversPav Lucistnik2004-05-141-0/+61
and posts it to a local server (INN or sn), and also posts outgoing articles from the local server to the remote ones. It uses a configurable number of multiple processes or "threads" to maximise bandwidth utilisation. The threads are coordinated to avoid downloading multiple copies of the same article. PR: ports/66441 Submitted by: Andrey Slusar <vasallia@ukr.net> Notes: svn path=/head/; revision=109152