summaryrefslogtreecommitdiff
path: root/news (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Warn the user if a news spool directory doesn't exist. Also add anotherSteve Price1999-01-101-3/+5
| | | | | | | | | | MASTER_SITE. PR: 9389 Submitted by: maintainer Notes: svn path=/head/; revision=15967
* Update to new knews version 1.0b.1.Andreas Klemm1999-01-074-31/+17
| | | | | | | | | From the Home Page: The only changes from version 1.0b.0 are XFace support and a few bug fixes. XFace support isn't enabled in the port, didn't have the time and need. Notes: svn path=/head/; revision=15921
* remove -m486 option for alpha.Hidetoshi Shimokawa1999-01-051-1/+1
| | | | Notes: svn path=/head/; revision=15854
* Upgrade to 2.3.Matthew Hunt1998-12-287-357/+43
| | | | | | | | PR: 9208 Submitted by: Tom Hukins <tom@eborcom.com> Notes: svn path=/head/; revision=15692
* DISTFILE movement and updating of checksum.Bill Fumerola1998-12-272-3/+3
| | | | | | | Noticed By: Satoshi's script-o-matic. Notes: svn path=/head/; revision=15651
* fidogate uses bad pathsSeiichirou Hiraoka1998-12-242-21/+12
| | | | | | | | PR: ports/9181 Submitted by: dirk.meyer@dinoex.sub.org Notes: svn path=/head/; revision=15583
* Oops, let the port name slip into the COMMENT.Steve Price1998-12-241-1/+1
| | | | Notes: svn path=/head/; revision=15575
* Activate the leafnode+ port.Steve Price1998-12-241-1/+2
| | | | Notes: svn path=/head/; revision=15574
* Initial import of leafnode+ version 1.2.Steve Price1998-12-248-0/+536
| | | | | | | | | | A multi-user offline news package for small sites. PR: 8766 Submitted by: Tom Hukins <tom@eborcom.com> Notes: svn path=/head/; revision=15573
* Activate the p5-News-Newsrc and re-order.Steve Price1998-12-241-2/+3
| | | | Notes: svn path=/head/; revision=15558
* Initial import of p5-News-Newsrc version 1.06.Steve Price1998-12-245-0/+47
| | | | | | | | | | A perl module for managing newsrc files. PR: 7164 Submitted by: Don Croyle <croyle@gelemna.ft-wayne.in.us> Notes: svn path=/head/; revision=15557