pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Changes pine 4.62, pico 4.9:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a2de84322a03
branches:  trunk
changeset: 488130:a2de84322a03
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Jan 25 10:07:56 2005 +0000

description:
Changes pine 4.62, pico 4.9:

   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

diffstat:

 editors/pico/Makefile         |  13 ++++++-------
 editors/pico/distinfo         |   8 ++++----
 editors/pico/patches/patch-ac |   8 ++++----
 mail/pine/Makefile            |  16 +++++++---------
 mail/pine/distinfo            |  11 +++++------
 mail/pine/patches/patch-ad    |   8 ++++----
 mail/pine/patches/patch-al    |  10 +++++-----
 mail/pine/patches/patch-ao    |  27 ---------------------------
 8 files changed, 35 insertions(+), 66 deletions(-)

diffs (239 lines):

diff -r 645baa677a1b -r a2de84322a03 editors/pico/Makefile
--- a/editors/pico/Makefile     Tue Jan 25 08:47:55 2005 +0000
+++ b/editors/pico/Makefile     Tue Jan 25 10:07:56 2005 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.58 2005/01/18 03:15:07 jschauma Exp $
+# $NetBSD: Makefile,v 1.59 2005/01/25 10:07:56 adam Exp $
 
-DISTNAME=      pine4.61
-PKGNAME=       pico-4.8
-PKGREVISION=   1
+DISTNAME=      pine4.62
+PKGNAME=       pico-4.9
 CATEGORIES=    editors
 MASTER_SITES=  ftp://ftp.cac.washington.edu/pine/ \
                ftp://ftp.fu-berlin.de/unix/mail/pine/
@@ -14,8 +13,8 @@
 
 LICENSE=       pine-license
 
-USE_BUILDLINK3=        YES
-USE_LIBTOOL=   YES
+USE_BUILDLINK3=                yes
+USE_LIBTOOL=           yes
 
 .include "../../mk/bsd.prefs.mk"
 
@@ -45,7 +44,7 @@
                EXTRALDFLAGS="${LIBS}"
 
 do-install:
-       ${LIBTOOL} --mode=install ${INSTALL_DATA} \
+       ${LIBTOOL} --mode=install ${INSTALL_LIB} \
                ${WRKSRC}/pico/libpico.la ${PREFIX}/lib
        ${LIBTOOL} --mode=install ${INSTALL_PROGRAM} \
                ${WRKSRC}/pico/pico ${WRKSRC}/pico/pilot ${PREFIX}/bin
diff -r 645baa677a1b -r a2de84322a03 editors/pico/distinfo
--- a/editors/pico/distinfo     Tue Jan 25 08:47:55 2005 +0000
+++ b/editors/pico/distinfo     Tue Jan 25 10:07:56 2005 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.16 2005/01/18 03:15:07 jschauma Exp $
+$NetBSD: distinfo,v 1.17 2005/01/25 10:07:56 adam Exp $
 
-SHA1 (pine4.61.tar.bz2) = 74d3b5d0d7e7364be48d705d67fa52fb8eb1b5fc
-Size (pine4.61.tar.bz2) = 3032253 bytes
+SHA1 (pine4.62.tar.bz2) = 7011a1030fcf3f78d8fb7d5b7bf2cd46037668f7
+Size (pine4.62.tar.bz2) = 3079348 bytes
 SHA1 (patch-aa) = 13a6268321e3620c9438d19abec92072c7aecab4
-SHA1 (patch-ac) = 0b14723354ef24109015c482acf62f338de4998a
+SHA1 (patch-ac) = b5a6efc3056cb677aceb77ed00a8f71fc84083f3
 SHA1 (patch-ad) = a5145664372b0ad308a0ee2501211e927d343971
 SHA1 (patch-ae) = f228f3c7f61be31a36730b252dfa37d611e8be4b
 SHA1 (patch-af) = ebc41187ea97f57f1553a6919c81c773013a1428
diff -r 645baa677a1b -r a2de84322a03 editors/pico/patches/patch-ac
--- a/editors/pico/patches/patch-ac     Tue Jan 25 08:47:55 2005 +0000
+++ b/editors/pico/patches/patch-ac     Tue Jan 25 10:07:56 2005 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-ac,v 1.9 2004/05/13 18:27:48 adam Exp $
+$NetBSD: patch-ac,v 1.10 2005/01/25 10:07:56 adam Exp $
 
---- build.orig 2004-05-07 19:32:32.000000000 +0000
+--- build.orig 2004-12-27 17:36:53.000000000 +0000
 +++ build
-@@ -380,63 +380,6 @@ case $maketarg in
+@@ -393,63 +393,6 @@ case $maketarg in
          echo "Including SSL functionality"
        fi
  
@@ -66,7 +66,7 @@
          echo "Making Pico and Pilot"
          cd "$PHOME/pico"
          eval echo make "$makeargs" -f makefile.$picotarg
-@@ -445,50 +388,8 @@ case $maketarg in
+@@ -458,50 +401,8 @@ case $maketarg in
        if [ $rc != "0" ] ; then exit $rc ; fi
          echo ''
  
diff -r 645baa677a1b -r a2de84322a03 mail/pine/Makefile
--- a/mail/pine/Makefile        Tue Jan 25 08:47:55 2005 +0000
+++ b/mail/pine/Makefile        Tue Jan 25 10:07:56 2005 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.99 2005/01/18 04:00:18 jschauma Exp $
+# $NetBSD: Makefile,v 1.100 2005/01/25 10:08:59 adam Exp $
 
-DISTNAME=       pine4.61
-PKGNAME=        pine-4.61
-PKGREVISION=   1
+DISTNAME=       pine4.62
+PKGNAME=        pine-4.62
 CATEGORIES=     mail news
 MASTER_SITES=  ftp://ftp.cac.washington.edu/pine/ \
                ftp://ftp.fu-berlin.de/unix/mail/pine/
@@ -14,8 +13,8 @@
 
 LICENSE=       pine-license
 
-USE_BUILDLINK3=        YES
-USE_PKGINSTALL=        YES
+USE_BUILDLINK3=                yes
+USE_PKGINSTALL=                yes
 
 CONF_FILES=    ${PREFIX}/share/examples/pine/pine.conf ${PKG_SYSCONFDIR}/pine.conf
 
@@ -41,7 +40,6 @@
 .else
 BUILDNAME=     neb
 BUILDFILE=     neb
-CFLAGS+=       -O
 .endif
 
 .if !empty(CC_VERSION:Mgcc-*)
@@ -59,9 +57,9 @@
 PINE_LDAPLIBS=         LDAPLIBS="-lldap -llber"
 .endif
 
+# Make sure the imap lib that comes with pine isn't
+# used (see http://www.securityfocus.com/advisories/2646)
 pre-patch:
-       # Make sure the imap lib that comes with pine isn't
-       # used (see http://www.securityfocus.com/advisories/2646)
        ${RM} -fr ${WRKSRC}/imap
 
 do-configure:
diff -r 645baa677a1b -r a2de84322a03 mail/pine/distinfo
--- a/mail/pine/distinfo        Tue Jan 25 08:47:55 2005 +0000
+++ b/mail/pine/distinfo        Tue Jan 25 10:07:56 2005 +0000
@@ -1,14 +1,13 @@
-$NetBSD: distinfo,v 1.24 2004/08/12 12:18:50 adam Exp $
+$NetBSD: distinfo,v 1.25 2005/01/25 10:08:59 adam Exp $
 
-SHA1 (pine4.61.tar.bz2) = 74d3b5d0d7e7364be48d705d67fa52fb8eb1b5fc
-Size (pine4.61.tar.bz2) = 3032253 bytes
+SHA1 (pine4.62.tar.bz2) = 7011a1030fcf3f78d8fb7d5b7bf2cd46037668f7
+Size (pine4.62.tar.bz2) = 3079348 bytes
 SHA1 (patch-aa) = 800f84f3c868e6d17798e9f98d8151bb734143b6
 SHA1 (patch-ab) = cfac4d24763dbd4285e03c6c25891469c5ac1953
 SHA1 (patch-ac) = 870d7d414e25b37e47c5f62447210fe7800c733b
-SHA1 (patch-ad) = ef1203c67e9add295e782c2ee2b0fde2a4f6073b
+SHA1 (patch-ad) = 68e3238369bcdf49867e2facc876a8f434136228
 SHA1 (patch-ae) = 0faf3a4161cba517a559a776d2a3a7fcb5116570
 SHA1 (patch-af) = 1cd12e0b7aea804528730ed7323e7ea1ac385466
 SHA1 (patch-ag) = 74d7e2dc9b986148825335f6f2b52bde963f9a67
-SHA1 (patch-al) = d150f8c765f87ba7c66f88e7e51974003027456a
-SHA1 (patch-ao) = 0d8ba903d643147ae5771a7a053ab9be1e849766
+SHA1 (patch-al) = 0e25dad2c4caf71b4204f137eee3f85d7b9b507c
 SHA1 (patch-ap) = ad1733f86195ecbd2211f3af7671c1d1c35803bc
diff -r 645baa677a1b -r a2de84322a03 mail/pine/patches/patch-ad
--- a/mail/pine/patches/patch-ad        Tue Jan 25 08:47:55 2005 +0000
+++ b/mail/pine/patches/patch-ad        Tue Jan 25 10:07:56 2005 +0000
@@ -1,6 +1,6 @@
-$NetBSD: patch-ad,v 1.10 2004/01/20 10:16:38 hubertf Exp $
+$NetBSD: patch-ad,v 1.11 2005/01/25 10:08:59 adam Exp $
 
---- pine/signals.c.orig        Thu Nov 28 00:22:12 2002
+--- pine/signals.c.orig        2004-11-04 22:33:05.000000000 +0000
 +++ pine/signals.c
 @@ -53,6 +53,7 @@ static char rcsid[] = "$Id: signals.c,v 
   ====*/
@@ -10,7 +10,7 @@
  
  /* nto defines SA_RESTART but doesn't support it yet (00/12/29 - hubert) */
  #if defined(NTO)
-@@ -108,7 +109,9 @@ init_signals()
+@@ -109,7 +110,9 @@ init_signals()
      if(CUSHION_SIG){
        signal(SIGILL,  auger_in_signal); 
        signal(SIGTRAP, auger_in_signal);
@@ -20,7 +20,7 @@
        signal(SIGBUS,  auger_in_signal);
        signal(SIGSEGV, auger_in_signal);
        signal(SIGSYS,  auger_in_signal);
-@@ -196,7 +199,9 @@ end_signals(blockem)
+@@ -197,7 +200,9 @@ end_signals(blockem)
      }
  
      signal(SIGTRAP, blockem ? SIG_IGN : SIG_DFL);
diff -r 645baa677a1b -r a2de84322a03 mail/pine/patches/patch-al
--- a/mail/pine/patches/patch-al        Tue Jan 25 08:47:55 2005 +0000
+++ b/mail/pine/patches/patch-al        Tue Jan 25 10:07:56 2005 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-al,v 1.14 2004/05/13 18:29:54 adam Exp $
+$NetBSD: patch-al,v 1.15 2005/01/25 10:08:59 adam Exp $
 
---- build.orig 2004-05-07 19:32:32.000000000 +0000
+--- build.orig 2004-12-27 17:36:53.000000000 +0000
 +++ build
-@@ -380,71 +380,6 @@ case $maketarg in
+@@ -393,71 +393,6 @@ case $maketarg in
          echo "Including SSL functionality"
        fi
  
@@ -74,7 +74,7 @@
          echo "Making Pine and rpload/rpdump".
        if [ "$ALTDOCPATHS" = "1" ]
        then
-@@ -487,8 +422,6 @@ case $maketarg in
+@@ -500,8 +435,6 @@ case $maketarg in
        fi
          cd "$PHOME"
          echo ''
@@ -83,7 +83,7 @@
        case $maketarg in
            mnt)    echo "Fixing stacksizes ..."
                    fixstk 64K bin/pine bin/pico bin/imapd bin/mtest bin/pilot
-@@ -514,18 +447,11 @@ case $maketarg in
+@@ -527,18 +460,11 @@ case $maketarg in
  
  
      clean) # This only sort of works 
diff -r 645baa677a1b -r a2de84322a03 mail/pine/patches/patch-ao
--- a/mail/pine/patches/patch-ao        Tue Jan 25 08:47:55 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,27 +0,0 @@
-$NetBSD: patch-ao,v 1.1 2000/05/02 17:29:33 kim Exp $
-
---- pine/osdep/pw_stuff.orig   Mon Aug 30 16:23:45 1999
-+++ pine/osdep/pw_stuff        Tue May  2 13:19:38 2000
-@@ -12,6 +12,7 @@
- {
-     static char fullname[MAX_FULLNAME+1];
-     register char *fncp, *gcoscp, *lncp, *end;
-+    int first;
- 
-     /* full name is all chars up to first ',' (or whole gcos, if no ',') */
-     /* replace any & with logname in upper case */
-@@ -21,8 +22,13 @@
-       gcoscp++) {
- 
-       if(*gcoscp == '&') {
-+          first = 1;
-           for(lncp = logname; *lncp; fncp++, lncp++)
--              *fncp = toupper((unsigned char)(*lncp));
-+              if (first) {
-+                  first = 0;
-+                  *fncp = toupper((unsigned char)(*lncp));
-+              } else
-+                  *fncp = *lncp;
-       } else {
-           *fncp++ = *gcoscp;
-       }



Home | Main Index | Thread Index | Old Index