summaryrefslogtreecommitdiff
path: root/news/pan
AgeCommit message (Collapse)AuthorFilesLines
2006-05-15Uses C++ for linkage. XXX Why?joerg1-1/+2
2006-04-17Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.wiz1-2/+2
2006-04-17Strip ${PKGLOCALEDIR} from PLISTs of packages that already obeyjlam1-35/+35
PKGLOCALEDIR and which install their locale files directly under ${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now on, pkgsrc/mk/plist/plist-locale.awk will automatically handle transforming the PLIST to refer to the correct locale directory.
2006-04-13BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace withjlam1-4/+2
USE_TOOLS+=msgfmt.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz1-2/+2
of the shlib major bump. PKGREVISION++ for the dependencies.
2005-08-10Remove the abuse of buildlink that was pkg-config/buildlink3.mk. Thatjlam1-3/+2
file's sole purpose was to provide a dependency on pkg-config and set some environment variables. Instead, turn pkg-config into a "tool" in the tools framework, where the pkg-config wrapper automatically adds PKG_CONFIG_LIBDIR to the environment before invoking the real pkg-config. For all package Makefiles that included pkg-config/buildlink3.mk, remove that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-07-21Change path from devel/pkgconfig to devel/pkg-config.wiz1-2/+2
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-07-16Get rid of USE_PERL5. The new way to express needing the Perl executablejlam1-2/+2
around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable.
2005-05-09Do not use libcompat on Darwin.minskim1-2/+2
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digestsagc1-1/+2
2004-12-22Erm, fix previous, I understood this wrongly before... Linux/SunOS doesn'txtraeme1-3/+5
need -lcompat.
2004-12-22Linux needs -lcompat as well, noted by Sebastian Prause on tech-pkg@.xtraeme1-5/+3
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
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.