summaryrefslogtreecommitdiff
path: root/news/pan
AgeCommit message (Collapse)AuthorFilesLines
2004-04-14Make use of the new USE_DIRS variable, instead of directly depending on thejmmv1-2/+2
*-dirs packages.
2004-03-21-lcompat doesn't exist (and isn't needed) on solaris.bouyer1-1/+5
2004-03-08Handle some shared directories by depending on (or updating dependancies tojmmv1-3/+3
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs. Bump PKGREVISION.
2004-02-14bl3ifyminskim1-9/+9
2004-01-23Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.jmmv1-2/+2
This shouldn't be needed if we had non-recursive dependancies *sigh*.
2004-01-03Bump package revisions for tiff update.reed1-2/+2
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
2003-12-13Bump PKGREVISION for atk library major bump.wiz1-2/+2
2003-12-04Bump PKGREVISION (libxml2, libxslt and imlib2 were updated).xtraeme1-1/+2
2003-11-14Use the c++ front-end to link against c++ libs, so that this'll compilefredb2-1/+15
and run on NetBSD-current, at least.
2003-09-04Update pan to 1.4.2. Only one change, that fixes a config corruption:chris2-5/+5
Bug Fixes #121017 Jan Van Besien Fixed 0.14.1 bug that could corrupt Pan's settings.
2003-08-31Update pan to 0.14.1.chris5-41/+9
New Features include: Added support for GNet2, which adds IPv6 support to Pan. Added Baltic Windows-1257 charset support. Display the total score for a thread when the thread is collapsed. Added menu buttons and shortcuts for `go to next new article' and `go to next new thread' Also lots of bug fixes and usability improvements. For the complete list see http://pan.rebelbase.org/ or read the ChangeLog.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz1-1/+2
2003-05-09Fix line in French localisation; from Quentin Garnier.wiz2-1/+20
I'll assume that nobody updated their pan yet, so no PKGREVISION bump.
2003-05-09Update to 0.14.0.wiz3-33/+5
Supports slrn and XNews-style scorefiles. Added sixth layout mode in the Preferences|Layout dialog. Added a default character set to the Posting Profiles. Faster article filters. Lots of bugfixes.
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-1/+1
2003-05-05Line up PKGREVISION whitespace.jmmv1-2/+2
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz1-2/+2
dependency bumps.
2003-04-15Use gnet1 instead of gnet. Bump PKGREVISION.wiz1-2/+3
2003-04-15Move gtk2-pan to pan directory.wiz7-107/+55
2003-01-10USE_PKGLOCALEDIR=yescjep1-1/+2
2002-12-24Bump PKGREVISION because of dependency on latest freetype2 or glib2wiz1-2/+2
package and library major bumps therein. Also match dependency in corresponding buildlink2.mk's for the same reason. Mmmm, binary packages.
2002-10-27Add -lcompat only if !SunOSbouyer1-1/+5
2002-10-27Check for pth, not NetBSD, so that this compiles with native threads.rh3-10/+14
Bump PKGREVISION.
2002-10-05buildlink1 -> buildlink2jlam1-5/+5
2002-10-02Update pan to 0.11.4, the last GNOME version of pan. Changes include tonsrh4-15/+21
of bugfixes, plus NEW FEATURES * Added the ability to specify which characters are recognized as quote prefix characters, so nonconformists not using '>' to quote text will still have their articles colored right in Pan. * Added "Go to previous article" navigation button. * Added support for decoding yenc-encoded attachments! UPDATES * Add a new preference option, dictating whether failed tasks should be removed from the Task Manager. Unconditionally clearing the queue didn't go down too well with some of the leechers. * Added support for mime articles which explicitly specify a Content-Transfer-Encoding of x-uuencode. * Make sure that the default window size is large enough that a full line, up to the default number of wrap characters and with the default font, will fit without scrolling. * The 'Download Articles' dialog now switches the articlelist to the group when the headers have been downloaded. Since this dialog is mostly used to sample a (potentially large) group, this seems the more intuitive approach. * Added Message-ID to Find Article's search criteria. * If an article no longer exists on the news server, tasks to read that article are now automatically removed from the Task Manager.
2002-10-02Back out pan update and revert back to 0.11.2nb2. It appears that PTL2 isrh5-61/+79
too unstable to warrant a wholesale update from 0.11 (gnome) to 0.13 (gtk2) pan-0.13.0 to be re-imported as gtk2-pan.
2002-09-25Fix MASTER_SITESrh1-2/+2
2002-09-25Update pan to 0.13.0. Updates and bugfixes are too numerous to list here,rh5-76/+58
but most importantly, pan now uses GTK2 instead of GNOME for its widgets.
2002-09-23buildlink1 -> buildlink2jlam1-5/+5
2002-09-10Since the major of libiconv was increased during the update to 1.8,wiz1-2/+2
bump dependency to latest libiconv version; recursively also bump all dependencies of packages depending on libiconv. Requested by fredb.
2002-03-13Give all packages which depend on "png" a version bump, and updatefredb1-1/+2
all dependencies on packages depending on "png" which contain shared libraries, all for the (imminent) update to the "png" package. [List courtesy of John Darrow, courtesy of "bulk-build".]
2002-03-01Update Pan to 0.11.2. Literally *hundreds* of bug fixes and refinementsfredb10-96/+35
documented in the "NEWS" file since the release of 0.10.0.93, only four months ago! Still point-oh, but more usable than ever before.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-10-24I am a triple idiot. The only relevant variable that x11.buildlink.mkjlam1-2/+2
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR, which points to the location of the X11R6 hierarchy used during building. If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to ${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use. Remove the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and revert changes to move x11.buildlink.mk before the other buildlink.mk files.
2001-10-23x11.buildlink.mk needs to be included before any buildlink.mk files thatjlam1-2/+2
use X11_BUILDLINK_MK as a test value. Generally just reordering the inclusions so that x11.buildlink.mk comes before the other buildlink.mk files will make everthing work.
2001-10-19Update pan to 0.10.0.93. This release features minor user interfacerh3-11/+11
improvements and fixes many bugs, including multithread bugs, memory leaks, socket errors, and unabortable tasks.
2001-10-15Update pan to 0.10.0.92. Changes are too many to list in detail, butrh10-41/+103
include tons of bugfixes and feature updates. For a detailled list, please see http://pan.rebelbase.com/#010092
2001-04-24Initial import of pan-0.9.6, an advanced, threaded Gnome newsreader.rh7-0/+154