summaryrefslogtreecommitdiff
path: root/mail/pine
AgeCommit message (Collapse)AuthorFilesLines
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz1-2/+2
Buildlink files: RECOMMENDED version changed to current version.
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-01-20Update to 4.58nb2: make pine run properly on the DEC Alpha processor.hubertf3-9/+18
Patch submitted by Robert Pendell, shinji257@uplink.net.
2003-11-12PKGREVISION++ after openssl update.jschauma1-1/+2
2003-11-03Change maintainer to myself.kim1-2/+2
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-18Remove two unneeded (exec/unexec) lines from PLIST.wiz1-3/+1
Noted by Jeremy C. Reed in PR 22758.
2003-09-12Update "pine" package to version 4.58. Changes since version 4.56:tron2-6/+6
- Fixed crash when processing subjects containing "[Fwd: ...]" - Work around a problem with the Netscape Collabra NNTP server implementation of the OVER command - Try to correct for mail clients that wrongly use RFC 2047 instead of RFC 2231 to encode their attachment filename parameters, which confuses attachment saving and viewing of filenames of non-ASCII character sets. - Fixed potential security problems caused by maliciously-formed RFC 2231 attachment parameters - Index lines displayed incorrectly for messages with empty subject lines in threads - Command-line argument -create_lu was broken in versions 4.55 and 4.56 - Delivery Status Notifications were broken when attempting to do SMTP over TLS - Pine hangs when adding an Extra Header in rules with BdyText line at top of screen - Possible crash if quell-content-id feature is on and a message with more than one attachment is rejected by the SMTP server - When an attached filetype was set by matching the extension, the MIME charset wasn't being set - predict-nntp-server didn't preserve flagged options for nntp-server such as /ssl or /user - PC-Pine disconnected mailbox icon stays yellow even after reconnecting - PC-Pine with the Microsoft SSL bug was crashing when doing bounce, save, and full headers, which can now be prevented by setting the quell-ssl-largeblocks feature - PC-Pine with the Microsoft SSL bug was crashing when doing bounce, save, and full headers, which can now be prevented by setting the quell-ssl-largeblocks feature
2003-09-04Make this compile on Linux systems without PAM.martti3-6/+6
2003-07-28Version 4.56 is a maintenance release with only a few new features.adam3-12/+11
Additions include: * enable-multiple-newsrcs makes Pine use a different newsrc file for each NNTP server * predict-nntp-server makes Pine use current NNTP server for posting * Now possible to set the outgoing NNTP server based on the Role being used * Option tab-checks-recent to have TAB display number of recent messages in a highlighted folder * For aggregate Saves there is now a default Save folder, which is derived from the first message being saved * If Unix Pine alternate compose editor returns nonzero, ask the user if they want to use the resulting file anyway * Environment variable, "h_news_config", default values supported * Missing arguments to -f or -F are prompted for * Some speedup to subscribe to news when the whole list of groups is not needed Bugs that have been addressed in this release include: * Mbox functionality was broken * Take to a Filter or other Rule crashed in 4.55 * Crash when Sorting on an IMAP server which does not have SORT extension and some other related mystery crashes * Features which were changed in Setup/Config and then backed out by answering "No" would sometimes stay changed until quitting Pine * After UnCut in composer headers leave the cursor positioned at the end of the uncut text instead of at the beginning or end of the line * When Unix Pine forwarded address book entries as a Vcard attachment it added extra carriage returns which caused problems * Full header prevented the ability to view the ATTACHMENT INDEX screen * In MIME Digests, Newsgroups, References, and other headers were ignored when viewing or replying to messages inside the digest * PC-Pine installer could possibly present incorrect information for the mail server login name * Roles with search criteria weren't being used when composing a new message * For attachments of type application/octet-stream, place precedence of a mailcap entry over the file's extension
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz1-2/+2
2003-07-02PKG_SYSCONFDIR already includes "etc". Ooops.jschauma1-2/+2
2003-06-28Make changes suggested by Jeremy C. Reed in PR pkg/21889:jschauma5-35/+39
- move parts of DESCR to MESSAGE - USE_PKGINSTALL - add ncurses-buildlink - on linux, link with -lncurses rather than -lcurses While there, shuffle some definitions around to match overall order.
2003-06-02Make this compile on NetBSD again. Fixes PR pkg/21757.kim2-6/+21
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-3/+3
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz1-1/+2
dependency bumps.
2003-03-31Fix pine/makefile.so5:bouyer2-11/+15
Don't use the nonexistent ../pico/cc5.sol as LDCC, set it to ${CC} Add -lnsl -lsocket to the libraries. libc-client is in $(CCLIENTLIB) not $(CCLIENTDIR)
2003-01-23Updated pine to 4.53martti2-6/+6
* If a Filter Rule which does not Delete or Move a message is followed by another Rule which does a Move or Delete, that second rule will be applied (if there is a match) even if the first rule also matched * Crash in address book select screen * Experimental method to reopen a newsgroup or POP folder to check for new messages with < command followed by > command. See the help text for "Mail-Check-Interval" for a short explanation. * Delete, Rename, and Shuffle broken in Incoming Folders * Role-based SMTP Server should not override administratively fixed SMTP Server * Html typed file with garbage contents can cause crash * Scramble-Message-Id drops first character of hostname * When alternate-editor is used to compose, assume charset should be that of user * Rare crash when new mail arrives with threading enabled * Threaded index lines displayed incorrectly with IMAP servers that do not support threading * View attachment command should not be available if Full Header mode is turned on * Duplicate printing of To and Cc lines when using "all-except" in viewer-hdrs * Justification of quoted paragraphs is not possible when forwarding a non-us-ascii message
2002-12-14Update "pine" package to version 4.51. A complete and extensive list of thetron7-68/+96
changes since version 4.44 is available here: http://www.washington.edu/pine/changes/4.44-to-4.50.html http://www.washington.edu/pine/changes/4.50-to-4.51.html Among the numerous bug fixes is a security fix for CAN-2002-1320. This fixes PR pkg/19239 by reed@reedmedia.net.
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-12-11Fix build problem with latest version of "imap-uw" package.tron2-1/+19
2002-11-26NetBSD tag.cjep3-0/+3
2002-10-27Fix BUILDNAME/BUILDFILE for Solaris, and fix makefile.so5 for pkgsrc.bouyer3-4/+79
2002-10-08buildlink1 -> buildlink2jlam1-11/+14
2002-07-28Build on Darwin.schmonz4-2/+90
2002-07-18Fix build on Linux. No change to NetBSD or SunOS, so no PKGREVISION bump.abs5-5/+114
2002-06-21Fix on Linux (at least RedHat)abs1-1/+3
2002-02-15mkdir -> ${MKDIR}skrll1-2/+2
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN}
2002-01-13Update pine to 4.44. Changes:hubertf2-7/+6
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
2002-01-13add rpdump, rpload - forgot that last time when the Makefile was changedhubertf1-1/+3
2002-01-06This requires pico>=4.2 now.kleink1-2/+2
2002-01-02Use "openssl" buildlink glue code instead of "USE_SSL" to avoid hiddentron1-4/+3
dependences on a NetBSD 1.5 release system with "openssl" package installed.
2002-01-02Update to 4.43nb1: install rpdump and rpload utilities, useful for remotehubertf1-2/+5
config/address book management.
2001-12-15Updated to 4.43. Changes since 4.40:martti5-38/+41
* Answered flag not set in some circumstances when replying * PC-Pine command line argument -passfile to change the name of the password file. This should be a fully-qualified filename. * Replying to a message may close the folder containing the message * Pine fails to compile in non-DEBUG mode. * PC-Pine crashes in some dialogs when run in Dialog Box mode. * Setup/Signature prefers literal-signature by default * Composer justify command handles nested quoting better * Increased efficiency for remote configurations (no temporary files) * New tokens SIZECOMMA (similar to 4.33 SIZE) and SIZENARROW for index-format * Select by size (thanks to Martin Gallwey) * New feature quell-content-id for working around Outlook XP problem * New PC-Pine feature quell-ssl-largeblocks for working around OS SSL-problems * Better color interoperability between PC-Pine and Unix Pine with 16-color xterm * New PC-Pine dialog to aid in locating configuration file if none found * Save from local folder to simple name in remote collection fails * Crash when selecting folders by Properties (Unseen...) in local collection * Crash when talking to POP3 servers which have the EXPIRE capability * Crash when talking to SMTP server which offers STARTTLS * Crash when accessing remote config if there is a TLS failure * Crash when index-format includes SCORE token, a score rule includes an AllText pattern, and the folder being scored is remote * Delivery Status Notification (DSN) broken * Editing reply-indent-string was broken when using Windows dialog boxes * Entire folder is re-filtered when Save is typed and save-will-advance is set
2001-11-27Mark scripts as executable - makes them runable out of the boxhubertf1-1/+2
2001-11-13Clean up after last update:agc2-10/+8
+ restore definitions of RM and LN in makefile.neb, as they're used later on in the file. + if we're going to the bother of passing PREFIX to the invocation of make, we might as well use PREFIX rather than LOCALBASE in the definition of CCLIENTDIR.
2001-11-06* Set default debug level to 0 (it can still be turned on voluntarily)tv5-35/+20
* Don't use libtool; it's not necessary here (and increases compile time) * Obey ${CC} and ${CFLAGS}.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-10-26As discussed with Hubert, replace OpenLDAP dependency with buildlink'ing.kleink1-3/+3
2001-10-21Order for example pine.conf is important!hubertf1-3/+3
2001-10-19DEPEND on pico >=4.1 not 4.0 nowabs1-2/+2
2001-10-11Updated pine to 4.40: List of changes is unknown (I didn't find any ChangeLog)martti6-76/+42
2001-10-10Fixed dependency on picomartti1-2/+2
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam1-2/+2
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
2001-08-06Improve COMMENT - guess where pine got it's name from.hubertf1-2/+2
2001-06-04Add LICENSE=pine-license.jtb1-1/+3