summaryrefslogtreecommitdiff
path: root/news
AgeCommit message (Collapse)AuthorFilesLines
2001-01-04The way that shared objects were handled in the PLISTs and bsd.pkg.mk wasagc1-1/+5
out of date - it was based on a.out OBJECT_FMT, and added entries in the generated PLISTs to reflect the symlinks that ELF packages uses. It also tried to be clever, and removed and recreated any symbolic links that were created, which has resulted in some fun, especially with packages which use dlopen(3) to load modules. Some recent changes to our ld.so to bring it more into line with other Operating Systems also exposed some cracks. + Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain the ELF symlinks. + Don't mess about with file system entries when handling shared objects in bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will have got it right, and have a much better idea than we do. + Modify PLISTs to contain "ELF symlinks" + On a.out platforms, delete any "ELF symlinks" from the generated PLISTs + On ELF platforms, no extra processing needs to be done in bsd.pkg.mk + Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on a.out platforms + Update the documentation in Packages.txt With many thanks to Thomas Klausner for keeping me honest with this.
2000-12-29change homepage and download sites; bump version to trn-test74dogcow2-7/+8
2000-12-27add & enable newsfetchhubertf1-1/+2
2000-12-27Add newsfetch-1.3:hubertf7-0/+55
NEWSFETCH downloads network news into mail-format files. It can also pass the fetched news articles to programs like procmail to process them further into different folders, forward or deliver them. Submitted by Jason R. Fink <jrf@diverge.org> in PR 11232.
2000-12-12Unify Makefiles -- mostly headers: remove FreeBSD Ids.wiz1-2/+1
Consistent 4 character indentation of SUBDIR entries.
2000-10-30Update to 0.9.6.3mjl2-4/+4
0. Bug fixes: artmisc.c: If a line is marked as a PGP line, then it cannot also be a quote line. art.c: Only wrap/unwrap an article when the display requires it. art.c: Allow rot13 to apply to signature. uudecode.c: If a line contains a space, then skip it. art.c: get_parent_headers: avoid self-referencing articles group.c: remove arbitrary group name length limit. group.c: code added to support for arbitrarily long newsrc lines. art.c: Fix sorting methods 4 and 6. art.c: Add From header to forwarded emails. art.c: MIME process article after saving it. art.c: have ESC-p sync line with parent. art.c: avoid infinite loop on search_article (""); post.c: if signature is "", then do not add it. mime.c: allow whitepspace to follow `=' continuations art.c: update thread scores after art_xpunge 1. #v+/#v- verbatim marks may be hidden via `hide_verbatim_marks' variable. The article mode function "toggle_verbatim_marks" may be used to toggle the state of the marks. 2. Special characters in URLs are passed to browser in hex format. 3. BeOS system name added to version.c 4. line length check skipped in verbatim sections. 5. doc/README.macros: Mention post_file_hook 6. src/xover.c: algorithm for extracting msg-id from In-Reply-To changed. 7. The thread tree depth maximum size (for the graphic) was increased from 32 to 256 after reworking how the graphic is stored. 8. doc/slrn.1,slrn.rc: typos fixed 9. src/startup.c: "blue" foreground colors changed to "lightgray" to make the object standout on xterm. 10. The `Date' header may be given a color 11. macros/color.sl updated 12. New slrnrc variable: 'set check_new_groups 1'. If 0, then do not check for new groups 13. src/post.c: Allow verbatim sections to exceed 80 character line limit with no warning.
2000-10-15Add TIN_USE_INN_SPOOL which enables support for reading directly in an innveego1-3/+17
spool. This makes reading news much faster if you have a local inn.
2000-10-12Add machine config for arm32kim2-1/+45
XXX: may break arm26, if LOWER_OPSYS is "arm" on them
2000-10-11add missing mipsel machine config file.dmcmahill2-1/+103
2000-09-09Fix build on m68k; add a MASTER_SITE.wiz1-2/+4
2000-09-01Update to 2.2.3. Fixes PR#10932.veego7-42/+38
Changes: - INN no longer installs inews setgid news or rnews setuid root by default. If you need the old behavior, --enable-uucp-rnews or --enable-setgid-inews must be given to configure. See INSTALL for more information. - A security hole when verifycancels is turned on in inn.conf (not the default) was fixed. - Message IDs are now limited to 250 octets to prevent interoperability problems with other servers. - Various other security paranoia fixes have been made. - Embedded Perl filters fixed to work with Perl 5.6.0. - Lots of bug fixes.
2000-08-27Use new PERL5 variable instead of ${LOCALBASE}/bin/perl.jlam2-30/+33
2000-08-23Use "USE_XPM" option instead of direct dependence on the "xpm" package.tron1-3/+3
2000-08-17USE_PKGLIBTOOL -> USE_LIBTOOLwiz5-9/+42
Added hack to post-build since the package's libtool recognizes more switches for the install program than the default libtool.
2000-08-10Update to 1.4.4. Changes: Mainly bug and security fixes.wiz2-4/+4
2000-08-01Skip bogus "POSIX_SOURCE" symbol definition under NetBSD because ittron2-1/+19
causes build failures under NetBSD 1.5A or newer.
2000-07-11Use X11PREFIX in preference to X11BASE, just in case xpkgwedge isagc1-5/+5
installed. Also use a shell "for" loop in preference to a make ".for" loop.
2000-07-03Regen patch-ac which failed to apply before.veego2-10/+6
2000-07-03test(1) -e doesn't work on Solaris so use -f instead.veego1-2/+2
2000-07-03Make it work on Solaris (fix the sendmail path).veego1-2/+10
2000-06-21Update to 2.4-b5. Changes are bugfixes only.mjl4-49/+21
2000-06-01s/USE_LIBTOOL/USE_PKGLIBTOOL/rh1-2/+2
Add a new USE_LIBTOOL definition that uses the libtool package instead of pkglibtool which is now considered outdated. USE_PKGLIBTOOL is available for backwards compatibility with old packages but is deprecated for new packages.
2000-04-25Add a patch to make the newgroups NNTP command actually work.mjl2-5/+35
2000-04-09"silent" update from tin-20000123 to tin-20000205; distfile stillwiz1-2/+2
called tin-1.4.2.tar.bz2. Changes: Small documentation changes, number of `hot' articles displayed in -Z output, and a bug fix in save.c. Fixes pkg/9829 by mw34@cornell.edu.
2000-03-27Adapt to new handling of "${CONFIGURE}".tron1-2/+2
2000-03-21Because the minor of "libpng" was bumped we must sure that packagestron1-2/+2
compiled for the update "png" package depend on it.
2000-03-18Use nntpclnt or inn instead of trn's own inews (so that admins only have towiz5-105/+64
configure one inews). Also use 'share' instead of 'lib'. Pointed out and cross-checked by Kimmo Suominen <kim@tac.nyc.ny.us>.
2000-03-09remove trailing `.'wiz1-1/+1
2000-02-27Update dependence for "inn" package.tron1-2/+2
2000-02-27List me as maintainer of this package.tron1-2/+2
2000-02-27Update "inn" package to version 2.2.2. Changes since version 2.2:tron5-28/+30
- Various minor bug fixes and a y2k bug fix. The y2k bug is in version version 2.2.1 only and will show up after Jan 1st when a news reader issues a NEWNEWS command for a date prior to the year 2000. - Various bug fixes. Most importantly, bug fixes to potential security holes (buffer overflow type).
2000-02-27update patch sum to reflect removal of patch-y2kdmcmahill1-2/+5
2000-02-27remove out of date patch file. This patch is no longer required.dmcmahill1-14/+0
2000-02-25remove commented out SUBDIR += lines for packages that never gotwiz1-13/+1
converted from FreeBSD, or have been disabled since. Sorted lines alphabetically, added some missing directories.
2000-02-20upgrade to 2.4.0b3proff4-11/+30
2000-02-16changed version number to 4.72, for easier dewey-comparisonswiz1-2/+2
2000-02-16Update of news/trn to trn4-test72. Package provided by David Rankinwiz8-286/+128
<drankin@bohemians.lexington.ky.us> in pkg/9221. Changes from trn 3.6 to trn 4.0: o Added a newsgroup selector to make choosing news groups easier (use the ++ option to turn it off). o In the selector '\' now is used to execute a command, so if you had 'c' in your SELECTCHARS, you could still catch-up a group via \c. It also lets you enter the normal newsgroup commands from the newsgroup selector, such as unsubscribe (\u) and goto group (\g). If the command letter is both a selector command and a newsgroup command, use '\\' to get the newsgroup command (such as \\O or \\h). Use ':' to apply a (limited set) of commands to more than one group, such as ":u" (unsubscribe) or ":c" (catchup). o Use "\v" from any selector to see the current trn version. o Use the backtick (`) command to switch back and forth between the newsgroup selector and the rn-style newsgroup browser. You can also type backtick from inside a newsgroup to exit back to the newsgroup selection level. o Use the '=' command in the newsgroup selector to refresh the article counts (possibly refetching the active file). o Use the Ctrl-G command in the selector to go to a letter without affecting it (e.g. "Ctrl-G b" would go to letter 'b'). o Added an addgroup selector to ease the arrival of new groups. o Strn's article scan/scoring is now present in trn. o ** Describe the universal selector once it settles down ** o Enabled trn to use both nntp and local news sources, either separately or at the same time. Create a .trn/access file to customize this (start with a copy of <trnlib>/access.def). o Changed the format of trn's option files. Trn will create a .trn/trnrc file for you using your old trn options as soon as you edit and save them using the on-line option editor. Once this happens, the old TRNINIT variable is ignored. o When you specify a news source in the active file, you can tell trn to keep a local copy of the server's active and newsgroups files, and either re-grab them at regular intervals (however often you like), update them with new information we glean while running, or leave them alone (which is useful for an NFS mounted active file). o Added a newsrc selector to choose among the news sources and newsrc options in your .trn/access file. o Alternately, use Ctrl-N and Ctrl-P in the newsgroup selector or newsgroup browser to change from news source to news source. o Added an on-line option editor (type '&' <RETURN>). Use the search command (/erase) to find the option you're looking for. o Much improved xterm mouse handling now lets you define a "mouse bar" of buttons to press, as well as allowing you to click on the tree nodes in the article tree display. Use the option selector to turn it on and customize it. See the <trnlib>/INIT file for an example of how to make the mouse code conditional on your terminal type. You can even double-click in the selector to start reading and select a range with click-drag-release. o Enhanced the mime code so that trn now knows how to handle basic mime types, and farm out the ones it doesn't understand. !!Not finished yet!! o Use the 'a' (attachments) command to view an article's attachments, including a uuencoded picture in a picture group. Even works with multi-part pieces if you use 'a' on all the parts (in any order). Use ":a" to view a group of selected articles (handy from the selector). Of course, "::a" affects all unselected articles. o The header hiding code now hides more headers by default, and can un-hide any header (prior trns could only hide known header names plus all unknown headers in a group). o You can now specify a custom IP port for an NNTP connection in your .trn/access file or the NNTPSERVER variable. o A bargraph (for percent done) pops up on slow tasks (such as fetching the active file over a slow link). o Changed the default "auto arrows" (-A) to be more web- browser-like in the selectors. Set option "Auto Arrow Macros" to "old-style" if you like the old style better. o A client ("mini") inews is now included with trn that is compatible with other news readers and a bit more functional. o Macro writers: each selector has a different mode letter (see the %m discussion in the man page for a list), but there's now an easy way to write a macro that affects all selectors test the "general mode": %g=s. See the man page for the other general modes. o Fixed the type-ahead eating to never eat just part of a macro sequence (such as a keypad key or a mouse click). o Trn now use X-Newsgroups instead of Newsgroups in mailed replies. It also uses X-Also-Posted-To when Cc'ing people while posting.
2000-02-09Use "png>=1.0.3" instead of "png-*" in dependence list.tron1-2/+2
2000-02-09Use wildcard dependence for "png" package.tron1-2/+2
2000-02-06updated tin to 1.4.2.wiz4-8/+36
2000-01-26Patch for minor y2k problem, from nntpcache 2.4.0b2.mjl2-0/+17
2000-01-10(re)genwiz1-2/+1
2000-01-10replaced a whole lot more commands with ${COMMAND}wiz1-2/+2
2000-01-10MASTER_SITE_SUNSITE magicwiz1-2/+2
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs9-9/+9
2000-01-02Oops, remove unnecessary (and conflicting) patch.mjl1-22/+0
2000-01-01Update to 0.9.6.2. Change are mostly bugfixes and minormjl7-71/+55
cosmetic changes.
1999-12-17Make this work on alphapooka2-1/+24
1999-11-25Work around for imake generated Makefile taking -lWidgets to be the sharedfredb2-1/+24
library installed by the afterstep-current package, instead of knews' own libWidgets.a. Why does $(LDPRELIBS) come in before $(OBJS) anyway?
1999-10-25This file had somehow become corrupted. Regenerate.agc1-1/+1