The FreeBSD Ports Archive
FreeBSD news : knews4>
A threaded nntp newsreader for X
Knews is a threaded newsreader with an X Window interface that uses NNTP
to get news. Threads are displayed in a graphical tree. Full support for
reading MIME articles, except message/partial.
o Background threading of newsgroups
o Doesn't have to read the active file or group descriptions on startup
o A mechansim for reading the spool directory
o Kill file support with color blobs
o Regular expression searching in articles and the newsgroup list
o XPAT searching
o Can use different fonts and colors for quoted text and headers in articles
o Lots of action procedures that can be tied to keys.
o Supports multiple nntp servers
o Tagging of articles and saving or piping them in order
o Uudecode function. Not perfect, but handles most cases
o article text widget is able to display wide-character fonts
o article tree has a 'vertical' layout by popular demand
o experimental: Decoding of 16 bit encoded charsets
o Mailcap file support
o save thread data between sessions
o article prefetch cache and 'trailing' cache
o Less restrictive locking of the interface
o Message-id lookup of articles
http://www.matematik.su.se/~kjj/
|
knews history
v. 1.46
date: 2007/05/19 20:20:20; author: flz; state: Exp; lines: +1 -1
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.45
date: 2006/03/07 08:27:18; author: ade; state: Exp; lines: +1 -1
Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
Discussed with: kris
Approved by: portmgr (implicit)
v. 1.44
date: 2004/02/04 05:08:28; author: marcus; state: Exp; lines: +1 -1
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
v. 1.43
date: 2003/03/04 21:13:02; author: lkoeller; state: Exp; lines: +1 -1
- Increase PORTREVISION (knews now realy uses libcompface as stated in the
dependency secion) -> modified patch-aa
v. 1.42
date: 2003/02/20 18:52:45; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.41
date: 2002/11/10 16:47:37; author: lioux; state: Exp; lines: +0 -2
o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
v. 1.40
date: 2002/11/06 22:46:34; author: adamw; state: Exp; lines: +3 -1
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
v. 1.39
date: 2001/09/11 03:24:24; author: ache; state: Exp; lines: +2 -2
Bump png major
v. 1.38
date: 2001/08/15 22:41:45; author: mi; state: Exp; lines: +7 -4
Fix a bug in my patch, which caused the temporary file to be unlinked
unfairly. Thanks, Alex!
Submitted by: Alexander Leidinger
v. 1.37
date: 2001/06/17 18:13:41; author: dinoex; state: Exp; lines: +2 -1
- knews won't compile if you have png-1.0.12 installed.
I made a fix, but this interface in use is marked "depricated".
- Bumped PORTREVISION
v. 1.36
date: 2001/01/16 17:32:03; author: sobomax; state: Exp; lines: +2 -2
Massive style enforcement - use ^I instead of spaces for variables identation.
v. 1.35
date: 2001/01/03 22:26:04; author: andreas; state: Exp; lines: +2 -2
Changed maintainer to ports, I want to reduce my personal workload.
Maybe I take over again in the future if I have more time for this.
v. 1.34
date: 2000/08/11 00:45:18; author: asami; state: Exp; lines: +2 -1
MAN1=knews.1
Submitted by: bento
v. 1.33
date: 2000/08/03 09:25:59; author: asami; state: Exp; lines: +3 -3
(1) Add new variable, XFREE86_VERSION, to specify which version of
XFree86 (3 or 4) to depend to when USE_XLIB is set.
XFREE86_VERSION defaults to 3 for now, but adventurous users can
override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB
will add a dependency to x11/XFree86; when it is set to 4, the
dependency will be to x11/XFree86-4-libraries. When
XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS
hacks to avoid messing with XFree86 are turned off.
Since XFree86 version 4 includes some software that used to be
separate ports, when XFREE86_VERSION=3 the following variables are
provided:
USE_DGS LIB_DEPENDS on x11/dgs
USE_FREETYPE LIB_DEPENDS on print/freetype
USE_MESA LIB_DEPENDS on graphics/Mesa3
USE_XPM LIB_DEPENDS on graphics/xpm
When XFREE86_VERSION=4, these variables have no effect. The
LIB_DEPENDS in the tree for the above four ports have all been
converted to the USE_* counterparts. For your information, this
is the count of the number of ports:
USE_DGS 0
USE_FREETYPE 16
USE_MESA 36
USE_XPM 236
There is a new variable, XAWVER, which is set to 6 when
XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also
passed to PLIST_SUB so ports that build Xaw based shared libraries
can use this variable to substitute the shlib version number.
There is also a provision of using a separate mtree file for
XFREE86_VERSION=4, but that part is not enabled yet.
Reviewed by: the ports list
Tested by: make index (XFREE86_VERSION=3 only)
(2) Add hebrew to list of valid categories.
Submitted by: nbm
v. 1.32
date: 2000/07/04 07:13:09; author: sobomax; state: Exp; lines: +2 -2
Bump png shared library version.
Submitted by: Hajimu UMEMOTO
v. 1.31
date: 2000/04/22 06:29:00; author: andreas; state: Exp; lines: +4 -4
disable compface, knews dumps core when trying to post new article in newsgroup
v. 1.30
date: 2000/04/21 07:51:45; author: mharo; state: Exp; lines: +3 -3
Correct whitespace introduced during PORTNAME conversion and portlint
v. 1.29
date: 2000/04/16 17:35:58; author: andreas; state: Exp; lines: +3 -2
xface support for knews
PR: 17985
Submitted by: misha
v. 1.28
date: 2000/04/13 14:25:40; author: knu; state: Exp; lines: +2 -2
Fix a typo in PORTVERSION.
PR: ports/17973
Typo by: cpiazza
Fixed by: A single key stroke of C-t
v. 1.27
date: 2000/04/09 17:32:58; author: cpiazza; state: Exp; lines: +3 -3
Update with the new PORTNAME/PORTVERSION variables
v. 1.26
date: 1999/08/31 06:49:34; author: mharo; state: Exp; lines: +2 -2
FreeBSD.ORG -> FreeBSD.org
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
v. 1.25
date: 1999/08/30 14:31:39; author: peter; state: Exp; lines: +1 -1
$Id$ -> $FreeBSD$
v. 1.24
date: 1999/01/23 07:05:28; author: vanilla; state: Exp; lines: +2 -2
Bump png's major number to 3.
v. 1.23
date: 1999/01/07 20:37:40; author: andreas; state: Exp; lines: +2 -3
Update to new knews version 1.0b.1.
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.
v. 1.22
date: 1998/11/21 07:27:39; author: steve; state: Exp; lines: +2 -2
Remove extraneous x11 from CATEGORIES.
Submitted by: Josh Gilliam
v. 1.21
date: 1998/11/20 06:36:20; author: asami; state: Exp; lines: +2 -2
mp -> mp-letter
v. 1.20
date: 1998/09/17 00:50:50; author: asami; state: Exp; lines: +2 -2
Roll back libpng major to 2.
v. 1.19
date: 1998/09/17 00:32:47; author: asami; state: Exp; lines: +2 -2
Roll back libXpm major to 4. Sorry, it wasn't a good idea to bump it
in the first place.
v. 1.18
date: 1998/09/15 11:57:47; author: asami; state: Exp; lines: +2 -2
libpng major is now 3. Also remove regexp support in preparation for
ELF conversion.
v. 1.17
date: 1998/09/15 11:46:02; author: asami; state: Exp; lines: +2 -2
jpeg is now converted to ELF so change LIB_DEPENDS lines accordingly.
(Note, since the shlib major didn't change this just removes the regexp
support.)
v. 1.16
date: 1998/09/15 11:13:30; author: asami; state: Exp; lines: +2 -2
libXpm major is now 5. Also remove regexp support in preparation for
ELF conversion.
v. 1.15
date: 1998/05/04 20:23:05; author: jseger; state: Exp; lines: +2 -2
Change JPEG shared library number to 9. This is to make sure that everyone
installs the version of the port that uses shared library number 9 and the
LIBRARY_VERSION set to the default. Normally this is against our policy
(bumping the version number for minor things), however due to the major
problems caused with the upgrade, Satoshi and I decided that this was best.
Approved by: asami
v. 1.14
date: 1998/04/15 22:18:10; author: jseger; state: Exp; lines: +2 -2
Switch remaining ports to use jpeg lib version 8.0.
v. 1.13
date: 1998/03/28 20:04:37; author: ache; state: Exp; lines: +2 -2
upgrade png major
v. 1.12
date: 1998/03/21 13:35:04; author: andreas; state: Exp; lines: +1 -3
remove BROKENNESS
forgot to add patch-ac
tested packaging
Reviewed by: as requested by Satoshi
v. 1.11
date: 1998/03/21 12:40:53; author: asami; state: Exp; lines: +3 -1
mark this port broken
v. 1.10
date: 1998/03/14 16:35:58; author: andreas; state: Exp; lines: +7 -4
update to new version 1.0b.0
port dependency to jpeg an png lib, because inline imaging is enabled now
the pre-configure script edits knews.tmpl after it has been patched
enable automatic jump into threaded mode in Knews.ad
port dependency to mp port, because default print command now uses newsp
v. 1.9
date: 1997/07/21 06:52:04; author: andreas; state: Exp; lines: +3 -5
removed sunsite from the list of master sites, because sunsite
got rid of their X11/apps directory.
Submitted by: Bill Fenner
v. 1.8
date: 1996/11/18 10:36:41; author: asami; state: Exp; lines: +4 -6
Use MASTER_SITE_SUNSITE. Use MAN? macros. CATEGORIES+= -> CATEGORIES.
v. 1.7
date: 1996/10/19 09:14:59; author: andreas; state: Exp; lines: +2 -2
Shortened Maintainer e-mail address.
v. 1.6
date: 1996/09/19 03:01:13; author: andreas; state: Exp; lines: +2 -2
updated my ports with my new e-mail address.
v. 1.5
date: 1996/09/03 20:34:58; author: andreas; state: Exp; lines: +5 -5
knews 0.9.7 -> 0.9.8
v. 1.4
date: 1996/07/10 06:41:38; author: asami; state: Exp; lines: +3 -3
Upgrade, 0.9.6 -> 0.9.7.
Submitted (partly) by: andreas
v. 1.3
date: 1996/06/03 00:28:05; author: asami; state: Exp; lines: +9 -16
Makefile cleanup.
(1) Add $Id$.
(2) Reorder variables. Remove unnecessary PKGNAME (was ==DISTNAME).
(3) Remove spurious comments about MAINTAINER, it's funny to if you
look at the diff between 0.9.5 and 0.9.6 though.
(4) Remove unnecessary "IS_INTERACTIVE=no", that is a binary (set/unset)
variable so it actually meant "yes" (and I'm sure that's not what
Andreas meant).
v. 1.2
date: 1996/06/02 15:12:42; author: joerg; state: Exp; lines: +12 -6
Finally upgrade to version 0.9.6.
Submitted by: andreas@klemm.gtn.com (Andreas Klemm)
v. 1.1
date: 1995/11/19 16:55:03; author: joerg; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1995/11/19 16:55:03; author: joerg; state: Exp; lines: +0 -0
Karl-Johan Johnsson's X11 NNTP newsreader.
Submitted by: andreas@knobel.gun.de (Andreas Klemm)
=============================================================================
v. 1.46
date: 2007/05/19 20:20:20; author: flz; state: Exp; lines: +1 -1
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.45
date: 2006/03/07 08:27:18; author: ade; state: Exp; lines: +1 -1
Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
Discussed with: kris
Approved by: portmgr (implicit)
v. 1.44
date: 2004/02/04 05:08:28; author: marcus; state: Exp; lines: +1 -1
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
v. 1.43
date: 2003/03/04 21:13:02; author: lkoeller; state: Exp; lines: +1 -1
- Increase PORTREVISION (knews now realy uses libcompface as stated in the
dependency secion) -> modified patch-aa
v. 1.42
date: 2003/02/20 18:52:45; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.41
date: 2002/11/10 16:47:37; author: lioux; state: Exp; lines: +0 -2
o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
v. 1.40
date: 2002/11/06 22:46:34; author: adamw; state: Exp; lines: +3 -1
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
v. 1.39
date: 2001/09/11 03:24:24; author: ache; state: Exp; lines: +2 -2
Bump png major
v. 1.38
date: 2001/08/15 22:41:45; author: mi; state: Exp; lines: +7 -4
Fix a bug in my patch, which caused the temporary file to be unlinked
unfairly. Thanks, Alex!
Submitted by: Alexander Leidinger
v. 1.37
date: 2001/06/17 18:13:41; author: dinoex; state: Exp; lines: +2 -1
- knews won't compile if you have png-1.0.12 installed.
I made a fix, but this interface in use is marked "depricated".
- Bumped PORTREVISION
v. 1.36
date: 2001/01/16 17:32:03; author: sobomax; state: Exp; lines: +2 -2
Massive style enforcement - use ^I instead of spaces for variables identation.
v. 1.35
date: 2001/01/03 22:26:04; author: andreas; state: Exp; lines: +2 -2
Changed maintainer to ports, I want to reduce my personal workload.
Maybe I take over again in the future if I have more time for this.
v. 1.34
date: 2000/08/11 00:45:18; author: asami; state: Exp; lines: +2 -1
MAN1=knews.1
Submitted by: bento
v. 1.33
date: 2000/08/03 09:25:59; author: asami; state: Exp; lines: +3 -3
(1) Add new variable, XFREE86_VERSION, to specify which version of
XFree86 (3 or 4) to depend to when USE_XLIB is set.
XFREE86_VERSION defaults to 3 for now, but adventurous users can
override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB
will add a dependency to x11/XFree86; when it is set to 4, the
dependency will be to x11/XFree86-4-libraries. When
XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS
hacks to avoid messing with XFree86 are turned off.
Since XFree86 version 4 includes some software that used to be
separate ports, when XFREE86_VERSION=3 the following variables are
provided:
USE_DGS LIB_DEPENDS on x11/dgs
USE_FREETYPE LIB_DEPENDS on print/freetype
USE_MESA LIB_DEPENDS on graphics/Mesa3
USE_XPM LIB_DEPENDS on graphics/xpm
When XFREE86_VERSION=4, these variables have no effect. The
LIB_DEPENDS in the tree for the above four ports have all been
converted to the USE_* counterparts. For your information, this
is the count of the number of ports:
USE_DGS 0
USE_FREETYPE 16
USE_MESA 36
USE_XPM 236
There is a new variable, XAWVER, which is set to 6 when
XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also
passed to PLIST_SUB so ports that build Xaw based shared libraries
can use this variable to substitute the shlib version number.
There is also a provision of using a separate mtree file for
XFREE86_VERSION=4, but that part is not enabled yet.
Reviewed by: the ports list
Tested by: make index (XFREE86_VERSION=3 only)
(2) Add hebrew to list of valid categories.
Submitted by: nbm
v. 1.32
date: 2000/07/04 07:13:09; author: sobomax; state: Exp; lines: +2 -2
Bump png shared library version.
Submitted by: Hajimu UMEMOTO
v. 1.31
date: 2000/04/22 06:29:00; author: andreas; state: Exp; lines: +4 -4
disable compface, knews dumps core when trying to post new article in newsgroup
v. 1.30
date: 2000/04/21 07:51:45; author: mharo; state: Exp; lines: +3 -3
Correct whitespace introduced during PORTNAME conversion and portlint
v. 1.29
date: 2000/04/16 17:35:58; author: andreas; state: Exp; lines: +3 -2
xface support for knews
PR: 17985
Submitted by: misha
v. 1.28
date: 2000/04/13 14:25:40; author: knu; state: Exp; lines: +2 -2
Fix a typo in PORTVERSION.
PR: ports/17973
Typo by: cpiazza
Fixed by: A single key stroke of C-t
v. 1.27
date: 2000/04/09 17:32:58; author: cpiazza; state: Exp; lines: +3 -3
Update with the new PORTNAME/PORTVERSION variables
v. 1.26
date: 1999/08/31 06:49:34; author: mharo; state: Exp; lines: +2 -2
FreeBSD.ORG -> FreeBSD.org
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
v. 1.25
date: 1999/08/30 14:31:39; author: peter; state: Exp; lines: +1 -1
$Id$ -> $FreeBSD$
v. 1.24
date: 1999/01/23 07:05:28; author: vanilla; state: Exp; lines: +2 -2
Bump png's major number to 3.
v. 1.23
date: 1999/01/07 20:37:40; author: andreas; state: Exp; lines: +2 -3
Update to new knews version 1.0b.1.
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.
v. 1.22
date: 1998/11/21 07:27:39; author: steve; state: Exp; lines: +2 -2
Remove extraneous x11 from CATEGORIES.
Submitted by: Josh Gilliam
v. 1.21
date: 1998/11/20 06:36:20; author: asami; state: Exp; lines: +2 -2
mp -> mp-letter
v. 1.20
date: 1998/09/17 00:50:50; author: asami; state: Exp; lines: +2 -2
Roll back libpng major to 2.
v. 1.19
date: 1998/09/17 00:32:47; author: asami; state: Exp; lines: +2 -2
Roll back libXpm major to 4. Sorry, it wasn't a good idea to bump it
in the first place.
v. 1.18
date: 1998/09/15 11:57:47; author: asami; state: Exp; lines: +2 -2
libpng major is now 3. Also remove regexp support in preparation for
ELF conversion.
v. 1.17
date: 1998/09/15 11:46:02; author: asami; state: Exp; lines: +2 -2
jpeg is now converted to ELF so change LIB_DEPENDS lines accordingly.
(Note, since the shlib major didn't change this just removes the regexp
support.)
v. 1.16
date: 1998/09/15 11:13:30; author: asami; state: Exp; lines: +2 -2
libXpm major is now 5. Also remove regexp support in preparation for
ELF conversion.
v. 1.15
date: 1998/05/04 20:23:05; author: jseger; state: Exp; lines: +2 -2
Change JPEG shared library number to 9. This is to make sure that everyone
installs the version of the port that uses shared library number 9 and the
LIBRARY_VERSION set to the default. Normally this is against our policy
(bumping the version number for minor things), however due to the major
problems caused with the upgrade, Satoshi and I decided that this was best.
Approved by: asami
v. 1.14
date: 1998/04/15 22:18:10; author: jseger; state: Exp; lines: +2 -2
Switch remaining ports to use jpeg lib version 8.0.
v. 1.13
date: 1998/03/28 20:04:37; author: ache; state: Exp; lines: +2 -2
upgrade png major
v. 1.12
date: 1998/03/21 13:35:04; author: andreas; state: Exp; lines: +1 -3
remove BROKENNESS
forgot to add patch-ac
tested packaging
Reviewed by: as requested by Satoshi
v. 1.11
date: 1998/03/21 12:40:53; author: asami; state: Exp; lines: +3 -1
mark this port broken
v. 1.10
date: 1998/03/14 16:35:58; author: andreas; state: Exp; lines: +7 -4
update to new version 1.0b.0
port dependency to jpeg an png lib, because inline imaging is enabled now
the pre-configure script edits knews.tmpl after it has been patched
enable automatic jump into threaded mode in Knews.ad
port dependency to mp port, because default print command now uses newsp
v. 1.9
date: 1997/07/21 06:52:04; author: andreas; state: Exp; lines: +3 -5
removed sunsite from the list of master sites, because sunsite
got rid of their X11/apps directory.
Submitted by: Bill Fenner
v. 1.8
date: 1996/11/18 10:36:41; author: asami; state: Exp; lines: +4 -6
Use MASTER_SITE_SUNSITE. Use MAN? macros. CATEGORIES+= -> CATEGORIES.
v. 1.7
date: 1996/10/19 09:14:59; author: andreas; state: Exp; lines: +2 -2
Shortened Maintainer e-mail address.
v. 1.6
date: 1996/09/19 03:01:13; author: andreas; state: Exp; lines: +2 -2
updated my ports with my new e-mail address.
v. 1.5
date: 1996/09/03 20:34:58; author: andreas; state: Exp; lines: +5 -5
knews 0.9.7 -> 0.9.8
v. 1.4
date: 1996/07/10 06:41:38; author: asami; state: Exp; lines: +3 -3
Upgrade, 0.9.6 -> 0.9.7.
Submitted (partly) by: andreas
v. 1.3
date: 1996/06/03 00:28:05; author: asami; state: Exp; lines: +9 -16
Makefile cleanup.
(1) Add $Id$.
(2) Reorder variables. Remove unnecessary PKGNAME (was ==DISTNAME).
(3) Remove spurious comments about MAINTAINER, it's funny to if you
look at the diff between 0.9.5 and 0.9.6 though.
(4) Remove unnecessary "IS_INTERACTIVE=no", that is a binary (set/unset)
variable so it actually meant "yes" (and I'm sure that's not what
Andreas meant).
v. 1.2
date: 1996/06/02 15:12:42; author: joerg; state: Exp; lines: +12 -6
Finally upgrade to version 0.9.6.
Submitted by: andreas@klemm.gtn.com (Andreas Klemm)
v. 1.1
date: 1995/11/19 16:55:03; author: joerg; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1995/11/19 16:55:03; author: joerg; state: Exp; lines: +0 -0
Karl-Johan Johnsson's X11 NNTP newsreader.
Submitted by: andreas@knobel.gun.de (Andreas Klemm)
=============================================================================
v. 1.46
date: 2007/05/19 20:20:20; author: flz; state: Exp; lines: +1 -1
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.45
date: 2006/03/07 08:27:18; author: ade; state: Exp; lines: +1 -1
Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
Discussed with: kris
Approved by: portmgr (implicit)
v. 1.44
date: 2004/02/04 05:08:28; author: marcus; state: Exp; lines: +1 -1
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
v. 1.43
date: 2003/03/04 21:13:02; author: lkoeller; state: Exp; lines: +1 -1
- Increase PORTREVISION (knews now realy uses libcompface as stated in the
dependency secion) -> modified patch-aa
v. 1.42
date: 2003/02/20 18:52:45; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.41
date: 2002/11/10 16:47:37; author: lioux; state: Exp; lines: +0 -2
o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
v. 1.40
date: 2002/11/06 22:46:34; author: adamw; state: Exp; lines: +3 -1
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
v. 1.39
date: 2001/09/11 03:24:24; author: ache; state: Exp; lines: +2 -2
Bump png major
v. 1.38
date: 2001/08/15 22:41:45; author: mi; state: Exp; lines: +7 -4
Fix a bug in my patch, which caused the temporary file to be unlinked
unfairly. Thanks, Alex!
Submitted by: Alexander Leidinger
v. 1.37
date: 2001/06/17 18:13:41; author: dinoex; state: Exp; lines: +2 -1
- knews won't compile if you have png-1.0.12 installed.
I made a fix, but this interface in use is marked "depricated".
- Bumped PORTREVISION
v. 1.36
date: 2001/01/16 17:32:03; author: sobomax; state: Exp; lines: +2 -2
Massive style enforcement - use ^I instead of spaces for variables identation.
v. 1.35
date: 2001/01/03 22:26:04; author: andreas; state: Exp; lines: +2 -2
Changed maintainer to ports, I want to reduce my personal workload.
Maybe I take over again in the future if I have more time for this.
v. 1.34
date: 2000/08/11 00:45:18; author: asami; state: Exp; lines: +2 -1
MAN1=knews.1
Submitted by: bento
v. 1.33
date: 2000/08/03 09:25:59; author: asami; state: Exp; lines: +3 -3
(1) Add new variable, XFREE86_VERSION, to specify which version of
XFree86 (3 or 4) to depend to when USE_XLIB is set.
XFREE86_VERSION defaults to 3 for now, but adventurous users can
override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB
will add a dependency to x11/XFree86; when it is set to 4, the
dependency will be to x11/XFree86-4-libraries. When
XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS
hacks to avoid messing with XFree86 are turned off.
Since XFree86 version 4 includes some software that used to be
separate ports, when XFREE86_VERSION=3 the following variables are
provided:
USE_DGS LIB_DEPENDS on x11/dgs
USE_FREETYPE LIB_DEPENDS on print/freetype
USE_MESA LIB_DEPENDS on graphics/Mesa3
USE_XPM LIB_DEPENDS on graphics/xpm
When XFREE86_VERSION=4, these variables have no effect. The
LIB_DEPENDS in the tree for the above four ports have all been
converted to the USE_* counterparts. For your information, this
is the count of the number of ports:
USE_DGS 0
USE_FREETYPE 16
USE_MESA 36
USE_XPM 236
There is a new variable, XAWVER, which is set to 6 when
XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also
passed to PLIST_SUB so ports that build Xaw based shared libraries
can use this variable to substitute the shlib version number.
There is also a provision of using a separate mtree file for
XFREE86_VERSION=4, but that part is not enabled yet.
Reviewed by: the ports list
Tested by: make index (XFREE86_VERSION=3 only)
(2) Add hebrew to list of valid categories.
Submitted by: nbm
v. 1.32
date: 2000/07/04 07:13:09; author: sobomax; state: Exp; lines: +2 -2
Bump png shared library version.
Submitted by: Hajimu UMEMOTO
v. 1.31
date: 2000/04/22 06:29:00; author: andreas; state: Exp; lines: +4 -4
disable compface, knews dumps core when trying to post new article in newsgroup
v. 1.30
date: 2000/04/21 07:51:45; author: mharo; state: Exp; lines: +3 -3
Correct whitespace introduced during PORTNAME conversion and portlint
v. 1.29
date: 2000/04/16 17:35:58; author: andreas; state: Exp; lines: +3 -2
xface support for knews
PR: 17985
Submitted by: misha
v. 1.28
date: 2000/04/13 14:25:40; author: knu; state: Exp; lines: +2 -2
Fix a typo in PORTVERSION.
PR: ports/17973
Typo by: cpiazza
Fixed by: A single key stroke of C-t
v. 1.27
date: 2000/04/09 17:32:58; author: cpiazza; state: Exp; lines: +3 -3
Update with the new PORTNAME/PORTVERSION variables
v. 1.26
date: 1999/08/31 06:49:34; author: mharo; state: Exp; lines: +2 -2
FreeBSD.ORG -> FreeBSD.org
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
v. 1.25
date: 1999/08/30 14:31:39; author: peter; state: Exp; lines: +1 -1
$Id$ -> $FreeBSD$
v. 1.24
date: 1999/01/23 07:05:28; author: vanilla; state: Exp; lines: +2 -2
Bump png's major number to 3.
v. 1.23
date: 1999/01/07 20:37:40; author: andreas; state: Exp; lines: +2 -3
Update to new knews version 1.0b.1.
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.
v. 1.22
date: 1998/11/21 07:27:39; author: steve; state: Exp; lines: +2 -2
Remove extraneous x11 from CATEGORIES.
Submitted by: Josh Gilliam
v. 1.21
date: 1998/11/20 06:36:20; author: asami; state: Exp; lines: +2 -2
mp -> mp-letter
v. 1.20
date: 1998/09/17 00:50:50; author: asami; state: Exp; lines: +2 -2
Roll back libpng major to 2.
v. 1.19
date: 1998/09/17 00:32:47; author: asami; state: Exp; lines: +2 -2
Roll back libXpm major to 4. Sorry, it wasn't a good idea to bump it
in the first place.
v. 1.18
date: 1998/09/15 11:57:47; author: asami; state: Exp; lines: +2 -2
libpng major is now 3. Also remove regexp support in preparation for
ELF conversion.
v. 1.17
date: 1998/09/15 11:46:02; author: asami; state: Exp; lines: +2 -2
jpeg is now converted to ELF so change LIB_DEPENDS lines accordingly.
(Note, since the shlib major didn't change this just removes the regexp
support.)
v. 1.16
date: 1998/09/15 11:13:30; author: asami; state: Exp; lines: +2 -2
libXpm major is now 5. Also remove regexp support in preparation for
ELF conversion.
v. 1.15
date: 1998/05/04 20:23:05; author: jseger; state: Exp; lines: +2 -2
Change JPEG shared library number to 9. This is to make sure that everyone
installs the version of the port that uses shared library number 9 and the
LIBRARY_VERSION set to the default. Normally this is against our policy
(bumping the version number for minor things), however due to the major
problems caused with the upgrade, Satoshi and I decided that this was best.
Approved by: asami
v. 1.14
date: 1998/04/15 22:18:10; author: jseger; state: Exp; lines: +2 -2
Switch remaining ports to use jpeg lib version 8.0.
v. 1.13
date: 1998/03/28 20:04:37; author: ache; state: Exp; lines: +2 -2
upgrade png major
v. 1.12
date: 1998/03/21 13:35:04; author: andreas; state: Exp; lines: +1 -3
remove BROKENNESS
forgot to add patch-ac
tested packaging
Reviewed by: as requested by Satoshi
v. 1.11
date: 1998/03/21 12:40:53; author: asami; state: Exp; lines: +3 -1
mark this port broken
v. 1.10
date: 1998/03/14 16:35:58; author: andreas; state: Exp; lines: +7 -4
update to new version 1.0b.0
port dependency to jpeg an png lib, because inline imaging is enabled now
the pre-configure script edits knews.tmpl after it has been patched
enable automatic jump into threaded mode in Knews.ad
port dependency to mp port, because default print command now uses newsp
v. 1.9
date: 1997/07/21 06:52:04; author: andreas; state: Exp; lines: +3 -5
removed sunsite from the list of master sites, because sunsite
got rid of their X11/apps directory.
Submitted by: Bill Fenner
v. 1.8
date: 1996/11/18 10:36:41; author: asami; state: Exp; lines: +4 -6
Use MASTER_SITE_SUNSITE. Use MAN? macros. CATEGORIES+= -> CATEGORIES.
v. 1.7
date: 1996/10/19 09:14:59; author: andreas; state: Exp; lines: +2 -2
Shortened Maintainer e-mail address.
v. 1.6
date: 1996/09/19 03:01:13; author: andreas; state: Exp; lines: +2 -2
updated my ports with my new e-mail address.
v. 1.5
date: 1996/09/03 20:34:58; author: andreas; state: Exp; lines: +5 -5
knews 0.9.7 -> 0.9.8
v. 1.4
date: 1996/07/10 06:41:38; author: asami; state: Exp; lines: +3 -3
Upgrade, 0.9.6 -> 0.9.7.
Submitted (partly) by: andreas
v. 1.3
date: 1996/06/03 00:28:05; author: asami; state: Exp; lines: +9 -16
Makefile cleanup.
(1) Add $Id$.
(2) Reorder variables. Remove unnecessary PKGNAME (was ==DISTNAME).
(3) Remove spurious comments about MAINTAINER, it's funny to if you
look at the diff between 0.9.5 and 0.9.6 though.
(4) Remove unnecessary "IS_INTERACTIVE=no", that is a binary (set/unset)
variable so it actually meant "yes" (and I'm sure that's not what
Andreas meant).
v. 1.2
date: 1996/06/02 15:12:42; author: joerg; state: Exp; lines: +12 -6
Finally upgrade to version 0.9.6.
Submitted by: andreas@klemm.gtn.com (Andreas Klemm)
v. 1.1
date: 1995/11/19 16:55:03; author: joerg; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1995/11/19 16:55:03; author: joerg; state: Exp; lines: +0 -0
Karl-Johan Johnsson's X11 NNTP newsreader.
Submitted by: andreas@knobel.gun.de (Andreas Klemm)
=============================================================================
|
| |

|