summaryrefslogtreecommitdiff
path: root/news (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* this should finish cleaning up the WWW_SITE -> DESCR/WWW: mess ...Marc G. Fournier1999-04-222-3/+3
| | | | Notes: svn path=/head/; revision=18059
* upgrade dejanews to 1.2Michael Haro1999-04-202-5/+7
| | | | | | | | PR: 11230 Submitted by: Ying-Chieh Liao <ijliao@Terry.Dorm10.NCTU.edu.tw> Notes: svn path=/head/; revision=18026
* Split up patchfiles. Add patch from PR 9710. Update md5 file so itMichael Haro1999-04-168-213/+247
| | | | | | | | | | no longer needs to be marked as broken. PR: 9710 Submitted by: Boris Staeblow <balu@dva.in-berlin.de> Notes: svn path=/head/; revision=17915
* Add p5-libwww to dependency list and remove dead MASTER_SITE.Michael Haro1999-04-162-4/+5
| | | | | | | | PR: 11154 Submitted by: Tom Hukins <tom@eborcom.com> Notes: svn path=/head/; revision=17899
* Upgrade Styrofoam to EndemoniadaDavid E. O'Brien1999-04-153-19/+4
| | | | Notes: svn path=/head/; revision=17889
* Upgrade news/suck to 4.1.1Justin M. Seger1999-04-112-4/+4
| | | | | | | | PR: ports/11062 Submitted by: mharo Notes: svn path=/head/; revision=17787
* remove manpages from PLISTAndreas Klemm1999-04-111-1/+0
| | | | | | | remove one unnecessary empty line at the end of PLIST Notes: svn path=/head/; revision=17776
* Oops, remove manpages from PLIST as requested from Satoshi.Andreas Klemm1999-04-111-88/+0
| | | | | | | | BTW, does somebody know, how to recover the overview database if you use storage api ? ;-) Notes: svn path=/head/; revision=17772
* Update inn stable to inn-STABLE_2_2-1999-04-08_03-01Andreas Klemm1999-04-103-100/+114
| | | | Notes: svn path=/head/; revision=17763
* don't include realname from passwd to Sender field, can contain illegal charsAndrey A. Chernov1999-04-101-0/+15
| | | | Notes: svn path=/head/; revision=17757
* If not upgrading from a previous version of Leafnode or Leafnode+,Justin M. Seger1999-04-072-4/+15
| | | | | | | | | | | incorrect installation instructions are displayed. This fixes that, and makes some other minor changes. PR: ports/10982 Submitted by: Tom Hukins <tom@eborcom.com> Notes: svn path=/head/; revision=17705
* Remove extraneous VAR setting (forgotten from testing)Brian Somers1999-04-041-3/+2
| | | | Notes: svn path=/head/; revision=17640
* Update to version 2.6.Steve Price1999-04-035-33/+42
| | | | | | | | PR: 9865 Submitted by: Tom Hukins <tom@eborcom.com> Notes: svn path=/head/; revision=17570
* restore bzip dependsAndrey A. Chernov1999-03-262-3/+3
| | | | Notes: svn path=/head/; revision=17403
* Upgrade to suck-4.1.0Justin M. Seger1999-03-245-80/+40
| | | | Notes: svn path=/head/; revision=17382
* Add PKGNAME, no - allowed in version number part.Satoshi Asami1999-03-221-1/+2
| | | | Notes: svn path=/head/; revision=17347
* leafnode-1.4 -> leafnode-1.9.2Brian Somers1999-03-225-28/+56
| | | | Notes: svn path=/head/; revision=17334
* don't depend on bzip and gmakeAndrey A. Chernov1999-03-202-5/+3
| | | | Notes: svn path=/head/; revision=17319
* Activate dejasearch.Kris Kennaway1999-03-141-1/+2
| | | | Notes: svn path=/head/; revision=17178
* Oops, use USE_PERL5.Kris Kennaway1999-03-141-0/+1
| | | | Notes: svn path=/head/; revision=17177
* DejaSearch is a frontend script to the DejaNews service which allowsKris Kennaway1999-03-145-0/+39
| | | | | | | | you to submit search queries and collates the returned articles. PR: 9992 Notes: svn path=/head/; revision=17176
* Upgrade to the 19990216 tin-pre 1.4 releaseDavid E. O'Brien1999-03-022-8/+9
| | | | Notes: svn path=/head/; revision=16981
* Step III:Andreas Klemm1999-03-011-2/+2
| | | | | | | remove inn2 and activate inn-stable Notes: svn path=/head/; revision=16967
* Added COPYRIGHT fileAndreas Klemm1999-02-241-0/+21
| | | | Notes: svn path=/head/; revision=16887
* Copyright notice addedAndreas Klemm1999-02-242-11/+17
| | | | | | | Last changes Notes: svn path=/head/; revision=16886
* updated inn2 to last recent STABLE versionAndreas Klemm1999-02-232-29/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | inn-STABLE_2_2-1999-02-17_03-02 introduced new variable NEWSSPOOL, which points to news spooldir... - can be fine-tuned in /etc/make.conf - can be overwritten on the commandline - defaults to /var/spool/news, when not set - is set to /var/spool/news, when in port building (BATCH) mode bugfix: tmp- and spool-dir have to live on the same filesystem, to avoid this error: "rnews: cant rename /tmp/36d24c3ehN1072 to /var/spool/news/incoming/36d24c3eTg1072 Cross-device link" Solution -> CONFIGURE_ARGS+=--with-tmp-path=${NEWSSPOOL}/tmp added two comments "(from the author)", to reflect that I'm not personally focussed on perl Some (early) output in the pre-extract phase, to tell the admin, where our news-spool will live: @${ECHO} ">> building inn2 with NEWSSPOOL=${NEWSSPOOL}..." Create ${PREFIX}/news and ${NEWSSPOOL}/news with proper permissions in pre-install target Since we took care about creation of spool-dir in pre-install, we can now safely perform the ${MKDIR}'s in post-install target ${MKDIR} creates ${NEWSSPOOL}/incoming/bad and ${NEWSSPOOL}/incoming at the same time, so save some CPU cycles Fixed update target, manual pages will be compressed now by performing a "compress-man" as well (we had "up to date" uncompressed and old compressed manpages, which is kinda sub-optimal ;-) Well people, I think now we have a real fine inn port. I'd like to ask the inn port maintainer, if we should remove inn, since it's a bit outdated. The new inn2 offers many new features and you have the possibility to change inn's runtime behaviour in config files, instead of recompiling it. Then I think, that the old inn isn't maintained anymore by ISC. Notes: svn path=/head/; revision=16876
* correct path for rc.news $PREFIX/news/bin/rc.newsAndreas Klemm1999-02-221-1/+1
| | | | | | | ^^^^^^ Notes: svn path=/head/; revision=16851
* Add a bunch of new patches.Steve Price1999-02-224-10/+52
| | | | | | | | PR: 10000 Submitted by: maintainer Notes: svn path=/head/; revision=16834
* Famous last words for UUCP users, because path of rnews has changed in inn2.Andreas Klemm1999-02-171-2/+8
| | | | | | | | | So update /etc/uucp/sys with something like this: command-path /bin /usr/bin /usr/local/bin /usr/local/news/bin Document this. Notes: svn path=/head/; revision=16749
* incoming/bad is also neededAndreas Klemm1999-02-171-1/+3
| | | | Notes: svn path=/head/; revision=16744
* news.daily: an incoming spool dir is needed.Andreas Klemm1999-02-171-1/+3
| | | | Notes: svn path=/head/; revision=16743
* grammar...Andreas Klemm1999-02-161-2/+2
| | | | Notes: svn path=/head/; revision=16742
* Enable new inn2 portAndreas Klemm1999-02-161-1/+2
| | | | Notes: svn path=/head/; revision=16741
* when having newsfeeds over UUCP rnews has to be readable for uuxqt ...Andreas Klemm1999-02-161-1/+3
| | | | | | | Otherwise execution of rnews fails ! Notes: svn path=/head/; revision=16740
* New port inn2.2-stable after repository copy.Andreas Klemm1999-02-166-126/+265
| | | | | | | | | | | | | | | | | | Thanks to the ports meister ;-) The new features are really cool (cnfs,...). BTW, why can't we use raw partitions for cnfs ??? Please read the file INSTALL carefully in the top level dir of sources ... it explains installation step by step. You still might have to watch for console messages, complaining about missing file or directories (news.times for example). All in all. inn22 is really fun ! Notes: svn path=/head/; revision=16739
* Update to 1.19Seiichirou Hiraoka1999-02-123-9/+6
| | | | | | | | | patches/patch-* in this PR was miss included. PR: ports/10043 Submitted-by: dirk.meyer@dinoex.sub.org Notes: svn path=/head/; revision=16700
* Update to 3.10.4.Seiichirou Hiraoka1999-02-123-33/+76
| | | | | | | | PR: ports/9996 Submitted-by: kkennawa@physics.adelaide.edu.au Notes: svn path=/head/; revision=16655
* fix configure mistakesAndrey A. Chernov1999-02-113-4/+33
| | | | | | | use uulib Notes: svn path=/head/; revision=16614
* Correct distfile fennerage by upgrading to 4.0b70.Matthew Hunt1999-02-092-5/+5
| | | | Notes: svn path=/head/; revision=16572
* Use double quotes rather than single quotes in the pre-configureJohn Polstra1999-01-301-11/+11
| | | | | | | script, so that ${PREFIX} gets replaced with its expansion. Notes: svn path=/head/; revision=16429
* Activate the newsfish port.Steve Price1999-01-261-1/+2
| | | | Notes: svn path=/head/; revision=16349
* Initial import of newsfish version 1.0.1.Steve Price1999-01-266-0/+46
| | | | | | | | | | A batch USENET news reader with filter capabilities. PR: 9549 Submitted by: Allan Saddi <asaddi@philosophysw.com> Notes: svn path=/head/; revision=16348
* Get rid of a couple of defunct MASTER_SITES.Steve Price1999-01-261-3/+1
| | | | | | | | PR: 9620 Submitted by: maintainer Notes: svn path=/head/; revision=16319
* Update MASTER_SITES and checksum.Steve Price1999-01-262-4/+4
| | | | | | | | PR: 9645 Submitted by: maintainer Notes: svn path=/head/; revision=16311
* Update to version 1.07. Also use ${PERL5} to find the perl binary.Steve Price1999-01-262-6/+6
| | | | | | | | PR: 9646 Submitted by: maintainer Notes: svn path=/head/; revision=16310
* Bump png's major number to 3.Vanilla I. Shu1999-01-231-2/+2
| | | | Notes: svn path=/head/; revision=16275
* Use the version number pmapp.c since the distfile doesn't have a version.Steve Price1999-01-181-6/+5
| | | | | | | | PR: 9525 Submitted by: maintainer Notes: svn path=/head/; revision=16125
* Honor PREFIX and install documentation.Steve Price1999-01-183-12/+291
| | | | | | | | PR: 9527 Submitted by: maintainer Notes: svn path=/head/; revision=16124
* A couple more Y2K links I've been able to find...Marc G. Fournier1999-01-134-4/+12
| | | | Notes: svn path=/head/; revision=16028
* Rewrite p5- module's PLIST for alpha.Hidetoshi Shimokawa1999-01-113-6/+6
| | | | | | | | | | | Use newly introduced %%PARL_ARCH%% for dirname of architecture dependent libraries. (i.e. s!%%PERL_VER%%/i386-freebsd!%%PERL_VER%%/%%PERL_ARCH%%!) Approved by: asami Notes: svn path=/head/; revision=16010