summaryrefslogtreecommitdiff
path: root/editors/pico
AgeCommit message (Collapse)AuthorFilesLines
2005-01-31Fix botched update: The shlib major of libpico was supposed to be bumped.tv4-7/+15
Bump BUILDLINK_DEPENDS of pico, and the PKGREVISION of both pico and pine. To help avoid this problem in the future, add a comment to pico/Makefile, indicating where the shlib version is maintained and when it should be bumped.
2005-01-30If BUILDLINK_DEPENDS and BUILDLINK_RECOMMENDED are the same, then the latterkim1-2/+1
can be removed. (Thanks to reed@ for pointing this out.)
2005-01-29Bump required version to 4.9:kim1-3/+3
- need "extern int panicking" from edef.h
2005-01-25Changes pine 4.62, pico 4.9:adam3-15/+14
Additions include: * Enable-Newmail-in-Xterm-Icon now also sets the title bar text to indicate new mail * New feature Enable-Newmail-Short-Text-in-Icon * New UNIX Pine feature NewMail-FIFO-Path * New feature NewMail-Window-Width * Select command may use the pattern from an existing Rule (for example, an Indexcolor Rule) for its selection criteria * Beginning of Month and Beginning of Year options in Rules * Some additional tokens having to do with the current date may be used in the folder name that is used as a target in a Filter Rule. For example, you may filter messages to a folder named for the current month by using the _CURYEAR_ and _CURMONTH_ tokens in the folder name. The (long) list of all such tokens is here. * Three additional tokens for use with Keywords may be used in the Index-Format. They are SUBJKEYINIT, KEY, and KEYINIT (in addition to the old SUBJKEY). * Keywords may be displayed in color using Keyword Colors, available from the Setup/Kolor screen * The Keyword-Surrounding-Chars option may be used to slightly modify the display of SUBJKEYINIT and SUBJKEY tokens. * The Enable-Flag-Screen-Keyword-Shortcut option adds a shortcut method of setting keywords * When performing an aggregate reply (or forward), if the Role that would be selected when replying (or forwarding) to each individual message in the set is the same for all the messages, then that role is used just like it would be when replying (or forwarding) to any one of those messages. * Delete/No Delete prompt added to Save command so that the source message may be deleted or not on a Save-by-Save basis * Status-Message-Delay option now allows reducing the status message delays Pine sometimes adds * New feature Save-Partial-Msg-Without-Confirm * New feature Disable-Take-Fullname-in-Addresses * New feature Sort-Default-FCC-Alpha * New feature Sort-Default-Save-Alpha * For selecting messages by Status, add the possibility of selecting based on Recent or Unseen status * Allow Take command to take addresses from html and enriched text subtypes, as well as from plain text Bugs that have been addressed in this release include: * Crash when sending a message with a Role that sets the To header if the Empty-Header-Message is set to * Pine hangs in composer after alternate editor or speller is run and new mail arrives that causes an External Categorizer command to be executed * Crash in MESSAGE INDEX when using a threaded sort. The crash is most common when the sort is Reversed. * Pine could crash or hang when the window was resized down to 3 lines or fewer while in the composer * In the Role editor the "To Folders" command for the "Set Fcc" action did not work * After running Pine for a long time, it would slow down until restarted * Export command in FOLDER LIST did not work with dual-use folders * When the Send-Without-Confirm option was turned on, flowed text was not produced and the Fcc-Without-Attachments feature did not work * Display bug, folder was not un-highlighted * When viewing a message from the separate thread index, new mail arrival could cause Pine to leave the MESSAGE TEXT screen and drop back to the MESSAGE INDEX screen on its own * When the UnDelete command was typed in the composer with the cursor in the middle of a header line, the text was inserted at the beginning of the line instead of at the location of the cursor * When some messages from a thread were selected (not including the top of the thread), the view was Zoomed, and the feature Slash-Collapses-Entire-Thread was turned on; the collapse command caused messages to disappear from the view entirely * Incorrect character conversions were possible when going from ISO-8859-X to ISO-8859-1 * Quell-Charset-Warning will now also quell the short comment included in header lines about the charset being different from yours in addition to quelling the editorial comment at the top of a message. This is the stuff that looks like "[ISO-8859-2]" in a header line. * If the Down Arrow key was held down it caused Pine to do a new mail check for each repeated character, which caused a delay when the key was held down by mistake. Changed that so that it does at most one check per second. * An unnecessary sort of the folder (causing a delay) was happening when closing if a filter rule depended on message state * Mouse in xterm failed when clicking in the folder screen * Enable-Dot-Folders feature did not allow adding folders with names beginning with dot * When replying to a TEXT/ENRICHED message Pine was failing to filter out the ENRICHED markup * Crash caused by malformed ISO-2022-JP in header * Crash when changing Inbox-Path if INBOX was not the current folder * Adding a collection on a Cyrus server did not work if the folder already existed (Pine tried to create it and failed) * Pine gave incorrect messages when deleting dual-use folders/directories * Saving an attached message to INBOX from another collection did not work correctly (it tried to create INBOX in the collection instead) * In some circumstances, Pine could announce "No messages expunged from folder " after an expunge command that actually worked correctly * Allow alternate editor to use quoted arguments * News drop folders weren't using the correct newsrc with Enable-Multiple-Newsrcs enabled * Error decoding some 8-bit headers, typically showing up as a garbage character at the end of a name
2005-01-18Apply patches from Georg Schwarz in PR pkg/28628 to make this workjschauma3-5/+57
(better) on IRIX
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv2-2/+4
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-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-5/+1
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-08-12Changes 4.8:adam2-6/+6
* Bug-fix release
2004-08-11Remove patch-ab. Fixes build on Solaris 9. Assume all platforms wemarkd2-17/+1
support have strerror(). If there is a platform that doesn't have strerror() then this should be changed to make OLDWAY properly choose between the two alternatives and then define OLDWAY in make flags.
2004-05-23Bump required version, pine 4.60 does not compile with 4.6kim1-2/+2
2004-05-17quieten the start of the build, we don't need to see all of MAKE_ENVgrant1-2/+2
being set.
2004-05-17whitespace/indentation fixesgrant1-10/+8
2004-05-17link against libcurses on Darwin.grant1-2/+4
2004-05-17whitespace fixesgrant1-5/+5
2004-05-13Changes 4.7:adam5-37/+48
* bug fixes
2004-05-02Convert to buildlink3.snj2-19/+18
2004-04-12bl3ifyxtraeme1-3/+3
2004-02-08We no longer need to explicitly call ${BUILDLINK_*} for CC, CXX, LIBTOOL,jlam1-2/+2
etc. because the bare variables will point to the correct executables.
2004-02-08PKGLIBTOOL and PKGSHLIBTOOL are no more.jlam1-4/+4
2003-09-28Back out last change related to moving ncurses/buildlink2.mk tojlam1-2/+2
curses.buildlink2.mk. This was wrong because we _really_ do want to express that we want _n_curses when we include the buildlink2.mk file. We should have a better way to say that the NetBSD curses doesn't quite work well enough. In fact, it's far better to depend on ncurses by default, and exceptionally note when it's okay to use NetBSD curses for specific packages. We will look into this again in the future.
2003-09-27move ncurses/buildlink2.mk to mk/curses.buildlink2.mk, as it providesgrant1-2/+2
support for base system curses/ncurses as well as ncurses itself. suggested by wiz.
2003-09-18Add SETENV MAKE_ENV to build target.wiz1-2/+3
From Jeremy C. Reed in PR 22759.
2003-09-12No reason to bump PKGREVISION -- no change here. Undo, it was not long ago.wiz1-2/+1
2003-09-12Let "pico" use the Pine 4.58 distribution file because older versiontron2-5/+6
have been removed due to security problems. Bump package revision to reflect this change. This fixes PR pkg/22757 by Jeremy C. Reed.
2003-09-05Remove "/pub" from pathnames on "ftp.fu-berlin.de" because such a directorytron1-2/+2
doesn't exist. It's apparently only mapped in the FTP server configuration.
2003-07-31Pine 4.56 requires Pico 4.6; 4.4 will not do. Fixed so updates won't fail.jklos1-2/+2
2003-07-28Released with Pine 4.56adam4-23/+19
Cannot find any changes information
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz2-4/+4
2003-06-18Apply patches provided by Jeremy C. Reed in PR pkg/21887 to make thisjschauma4-6/+63
build and install cleanly under Linux. Also improces DESCR.
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-1/+1
2003-01-23Bump PKGREVISION as we are using the new distfile. Noted by tron.martti1-1/+2
2003-01-23Use new distfile (from pine-4.53)martti3-10/+10
2002-12-14Darwin doesn't want -lncurses.schmonz2-8/+10
2002-12-14Update "pico" package to version 4.4. Changes since version 4.2:tron8-56/+108
- Pico only preserves the start-stop characters (^Q/^S) if given the -p - New pico option -Q <quotestr>
2002-12-14Give up maintainership of these. They have become too complicated for mehubertf1-2/+2
to comprehend in the little time I have. Sorry.
2002-10-08buildlink1 -> buildlink2jlam2-5/+26
2002-07-28Build on Darwin.schmonz3-2/+44
2002-05-29eplace STRIPFLAG with _STRIPFLAG_INSTALL to fix pkg/15467.yyamano1-2/+2
2002-01-13Update pine to 4.44. Changes:hubertf2-5/+5
Version 4.44 is a bug-fix release that addresses bugs found in the previous release. Bugs that have been addressed in this release include: * URL handler allows embedded commands
2001-12-15Updated to 4.2martti6-36/+37
* Use new distfile (from pine-4.43) * Other changes unknown (there's no ChangeLog file)
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-10-10Updated pico to 4.1 because the old distfile for pine wasn't availablemartti4-39/+23
any more. What's new in pico 4.1? I don't know...
2001-06-04Add LICENSE=pine-license.jtb1-1/+3
2001-04-19Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-10/+8
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-17Add german mirror site.tron1-2/+3
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-02-16Updated pico versoin to 4.0. Missed in last.abs1-2/+2