diff options
author | smace <smace@FreeBSD.org> | 1994-10-22 17:28:32 +0800 |
---|---|---|
committer | smace <smace@FreeBSD.org> | 1994-10-22 17:28:32 +0800 |
commit | 505092db17f8f6aa7369890c79039cb6c9c12aa8 (patch) | |
tree | ed87bd685184a3793a9f01dffa87c78db4a888bd /news/trn | |
parent | 47109c5145bedfebf62c67e158e4f392858714b1 (diff) | |
download | freebsd-ports-gnome-505092db17f8f6aa7369890c79039cb6c9c12aa8.tar.gz freebsd-ports-gnome-505092db17f8f6aa7369890c79039cb6c9c12aa8.tar.zst freebsd-ports-gnome-505092db17f8f6aa7369890c79039cb6c9c12aa8.zip |
Import of TRN 3.5
Diffstat (limited to 'news/trn')
-rw-r--r-- | news/trn/Makefile | 20 | ||||
-rw-r--r-- | news/trn/pkg-comment | 1 | ||||
-rw-r--r-- | news/trn/pkg-descr | 17 | ||||
-rw-r--r-- | news/trn/pkg-plist | 22 |
4 files changed, 60 insertions, 0 deletions
diff --git a/news/trn/Makefile b/news/trn/Makefile new file mode 100644 index 000000000000..2707f7e6d71e --- /dev/null +++ b/news/trn/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: trn +# Version required: 3.5 +# Date created: 21 October 1994 +# Whom: smace +# +# $id: Makefile,v 1.0 1994/10/21 00:00:00 smace Exp $ +# + +DISTNAME= trn-3.5 +MASTER_SITES= ftp://ftp.uu.net/networking/news/readers/trn/ +EXTRACT_SUFX= .tar.gz +DISTFILES= trn-3.5.tar.gz + +IS_INTERACTIVE= yes + +pre-configure: + @echo "===> Running pre-configure target for ${DISTNAME}" + @sh ${SCRIPTDIR}/preconf ${PORTSDIR} ${.CURDIR} ${WRKSRC} + +.include <bsd.port.mk> diff --git a/news/trn/pkg-comment b/news/trn/pkg-comment new file mode 100644 index 000000000000..90b2404ecdc9 --- /dev/null +++ b/news/trn/pkg-comment @@ -0,0 +1 @@ +TRN, Threaded Read News, newsreader 3.5 diff --git a/news/trn/pkg-descr b/news/trn/pkg-descr new file mode 100644 index 000000000000..845ca05bc44f --- /dev/null +++ b/news/trn/pkg-descr @@ -0,0 +1,17 @@ +Trn is Threaded RN -- a newsreader that uses an article's references to +order the discussions in a very natural, reply-ordered sequence called +threads. Having the replies associated with their parent articles not +only makes following the discussion easier, but also makes it easy to back- +track and (re-)read a specific discussion from the beginning. Trn also +has a visual representation of the current thread in the upper right corner +of the header, which will give you a feel for how the discussion is going +and how the current article is related to the last one you read. + +In addition, a thread selector makes it easy to browse through a large +group looking for interesting articles. You can even browse through the +articles you've already read and select the one(s) you wish to read again. +Other nice features include the extract commands for the source and binary +groups, thread-oriented kill directives, a better newgroup finding strategy, +and lots more. See the file NEW for a list of the things that are new to +trn 3.0 from previous versions. + diff --git a/news/trn/pkg-plist b/news/trn/pkg-plist new file mode 100644 index 000000000000..e40ad75e4773 --- /dev/null +++ b/news/trn/pkg-plist @@ -0,0 +1,22 @@ +@exec echo "Be sure to edit %D/bin/Pnews and %D/bin/newsetup to set the Distribution codes" +@cwd /usr/local +bin/Pnews +bin/Rnmail +bin/newsetup +bin/newsgroups +bin/nntplist +bin/trn +bin/trn-artchk +lib/trn/INIT +lib/trn/Pnews.header +lib/trn/Speller +lib/trn/filexp +lib/trn/makedir +lib/trn/mbox.saver +lib/trn/newsnews +lib/trn/norm.saver +man/man1/trn.1 +man/man1/Pnews.1 +man/man1/Rnmail.1 +man/man1/newsetup.1 +man/man1/newsgroups.1 |