summaryrefslogtreecommitdiffstats
path: root/news
Commit message (Collapse)AuthorAgeFilesLines
* Activate dejasearch.kris1999-03-141-1/+2
|
* Oops, use USE_PERL5.kris1999-03-141-0/+1
|
* DejaSearch is a frontend script to the DejaNews service which allowskris1999-03-145-0/+39
| | | | | you to submit search queries and collates the returned articles. PR: 9992
* Upgrade to the 19990216 tin-pre 1.4 releaseobrien1999-03-022-8/+9
|
* Step III:andreas1999-03-011-2/+2
| | | | remove inn2 and activate inn-stable
* Added COPYRIGHT fileandreas1999-02-241-0/+21
|
* Copyright notice addedandreas1999-02-242-11/+17
| | | | Last changes
* updated inn2 to last recent STABLE versionandreas1999-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.
* correct path for rc.news $PREFIX/news/bin/rc.newsandreas1999-02-221-1/+1
| | | | ^^^^^^
* Add a bunch of new patches.steve1999-02-224-10/+52
| | | | | PR: 10000 Submitted by: maintainer
* Famous last words for UUCP users, because path of rnews has changed in inn2.andreas1999-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.
* incoming/bad is also neededandreas1999-02-171-1/+3
|
* news.daily: an incoming spool dir is needed.andreas1999-02-171-1/+3
|
* grammar...andreas1999-02-161-2/+2
|
* Enable new inn2 portandreas1999-02-161-1/+2
|
* when having newsfeeds over UUCP rnews has to be readable for uuxqt ...andreas1999-02-161-1/+3
| | | | Otherwise execution of rnews fails !
* New port inn2.2-stable after repository copy.andreas1999-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 !
* Update to 1.19flathill1999-02-123-9/+6
| | | | | | patches/patch-* in this PR was miss included. PR: ports/10043 Submitted-by: dirk.meyer@dinoex.sub.org
* Update to 3.10.4.flathill1999-02-123-33/+76
| | | | | PR: ports/9996 Submitted-by: kkennawa@physics.adelaide.edu.au
* fix configure mistakesache1999-02-113-4/+33
| | | | use uulib
* Correct distfile fennerage by upgrading to 4.0b70.mph1999-02-092-5/+5
|
* Use double quotes rather than single quotes in the pre-configurejdp1999-01-301-11/+11
| | | | script, so that ${PREFIX} gets replaced with its expansion.
* Activate the newsfish port.steve1999-01-261-1/+2
|
* Initial import of newsfish version 1.0.1.steve1999-01-266-0/+46
| | | | | | | A batch USENET news reader with filter capabilities. PR: 9549 Submitted by: Allan Saddi <asaddi@philosophysw.com>
* Get rid of a couple of defunct MASTER_SITES.steve1999-01-261-3/+1
| | | | | PR: 9620 Submitted by: maintainer
* Update MASTER_SITES and checksum.steve1999-01-262-4/+4
| | | | | PR: 9645 Submitted by: maintainer
* Update to version 1.07. Also use ${PERL5} to find the perl binary.steve1999-01-262-6/+6
| | | | | PR: 9646 Submitted by: maintainer
* Bump png's major number to 3.vanilla1999-01-231-2/+2
|
* Use the version number pmapp.c since the distfile doesn't have a version.steve1999-01-181-6/+5
| | | | | PR: 9525 Submitted by: maintainer
* Honor PREFIX and install documentation.steve1999-01-183-12/+291
| | | | | PR: 9527 Submitted by: maintainer
* A couple more Y2K links I've been able to find...scrappy1999-01-134-4/+12
|
* Rewrite p5- module's PLIST for alpha.simokawa1999-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
* Warn the user if a news spool directory doesn't exist. Also add anothersteve1999-01-101-3/+5
| | | | | | | MASTER_SITE. PR: 9389 Submitted by: maintainer
* Update to new knews version 1.0b.1.andreas1999-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.
* remove -m486 option for alpha.simokawa1999-01-051-1/+1
|
* Upgrade to 2.3.mph1998-12-287-357/+43
| | | | | PR: 9208 Submitted by: Tom Hukins <tom@eborcom.com>
* DISTFILE movement and updating of checksum.billf1998-12-272-3/+3
| | | | Noticed By: Satoshi's script-o-matic.
* fidogate uses bad pathsflathill1998-12-242-21/+12
| | | | | PR: ports/9181 Submitted by: dirk.meyer@dinoex.sub.org
* Oops, let the port name slip into the COMMENT.steve1998-12-241-1/+1
|
* Activate the leafnode+ port.steve1998-12-241-1/+2
|
* Initial import of leafnode+ version 1.2.steve1998-12-248-0/+536
| | | | | | | A multi-user offline news package for small sites. PR: 8766 Submitted by: Tom Hukins <tom@eborcom.com>
* Activate the p5-News-Newsrc and re-order.steve1998-12-241-2/+3
|
* Initial import of p5-News-Newsrc version 1.06.steve1998-12-245-0/+47
| | | | | | | A perl module for managing newsrc files. PR: 7164 Submitted by: Don Croyle <croyle@gelemna.ft-wayne.in.us>
* Update to version 4.7k.steve1998-12-234-129/+136
| | | | | PR: 8951 Submitted by: Josh Gilliam <josh@quick.net>
* Switch to better MASTER_SITEsjseger1998-12-172-4/+8
| | | | | PR: ports/9096 Submitted by: josh@quick.net
* Activate fidogate.jseger1998-12-121-1/+2
|
* Import of fidogate 4.2.9jseger1998-12-126-0/+167
| | | | | | | | | | * Fido-Internet Gateway * Fido FTN-FTN Gateway * Fido Mail Processor * Fido File Processor * Fido Areafix/Filefix PR: ports/5201 Submitted by: dirk.meyer@dinoex.sub.org
* Add more MASTER_SITES.vanilla1998-12-101-3/+3
| | | | | PR: ports/9037 Submitted by: josh@quick.net
* Sort entries. In particular, "large", "medium", "small" sort in this order,asami1998-12-071-2/+2
| | | | | | | | | | dispite their meanings. (Sometimes we're too smart for computers. :) Found by: sorting ports/INDEX by "sort -t '|' +1 -2" (Note: the whole "x11" category appears at the end with the above sort command, but I'll leave that the way it is for now -- "ls" shows it before other x11-* entries.)
* Upgrade to 0.9.5.4, and use the correct sendmail.billf1998-12-063-4/+15
| | | | | | PR: ports/8878 Submitted by: Zach Heilig <zach@gaffaneys.com> Mark Huizer <xaa@xaa.iae.nl>
OpenPOWER on IntegriCloud