Index: head/mail/pine4/Makefile =================================================================== --- head/mail/pine4/Makefile (revision 12493) +++ head/mail/pine4/Makefile (revision 12494) @@ -1,50 +1,55 @@ # New ports collection makefile for: pine # http://www.washington.edu/pine/ -# Version required: 4.02 +# Version required: 4.02A # Date created: 09 July 1998 # Whom: Adrian Penisoara # -# $Id: Makefile,v 1.24 1998/07/21 13:45:58 asami Exp $ +# $Id: Makefile,v 1.25 1998/07/29 16:43:59 asami Exp $ # DISTNAME= pine4.02 -PKGNAME= pine-4.02 +PKGNAME= pine-4.02a CATEGORIES= mail news MASTER_SITES= ftp://ftp.cac.washington.edu/pine/ +PATCH_SITES= ${MASTER_SITES} +PATCHFILES= ${DISTNAME}A.patch +PATCH_DIST_STRIP= -p1 + MAINTAINER= pine@freebsd.ady.ro NO_LATEST_LINK= yes MAN1= pine.1 pico.1 pilot.1 do-build: @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ./build bsf) do-install: ${INSTALL} ${COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} \ - ${WRKSRC}/bin/libpico.so.1.3 ${PREFIX}/lib/libpico.so.1.3 + ${WRKSRC}/bin/libpico.so.2.0 ${PREFIX}/lib/libpico.so.2.0 ${INSTALL_PROGRAM} ${WRKSRC}/bin/pico ${PREFIX}/bin/pico ${INSTALL_PROGRAM} ${WRKSRC}/bin/pilot ${PREFIX}/bin/pilot ${INSTALL_PROGRAM} ${WRKSRC}/bin/pine ${PREFIX}/bin/pine ${INSTALL_SCRIPT} ${FILESDIR}/pgpencrypt ${PREFIX}/bin/pgpencrypt ${INSTALL_SCRIPT} ${FILESDIR}/pgpdecode ${PREFIX}/bin/pgpdecode ${INSTALL_SCRIPT} ${FILESDIR}/pgpsign ${PREFIX}/bin/pgpsign ${INSTALL_DATA} ${FILESDIR}/dot.pinerc.pgp.sample \ ${PREFIX}/etc/dot.pinerc.pgp.sample ${INSTALL_MAN} ${WRKSRC}/doc/pico.1 ${PREFIX}/man/man1/pico.1 ${INSTALL_MAN} ${WRKSRC}/doc/pilot.1 ${PREFIX}/man/man1/pilot.1 ${INSTALL_MAN} ${WRKSRC}/doc/pine.1 ${PREFIX}/man/man1/pine.1 .if !defined(NOPORTDOCS) ${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} \ + ${PREFIX}/share/doc/pine \ ${PREFIX}/share/doc/pine/tech-notes ${INSTALL_DATA} ${WRKSRC}/doc/brochure.txt ${PREFIX}/share/doc/pine ${INSTALL_DATA} ${WRKSRC}/doc/tech-notes.txt ${PREFIX}/share/doc/pine ${INSTALL_DATA} ${WRKSRC}/doc/tech-notes/*.html \ ${PREFIX}/share/doc/pine/tech-notes/ .endif post-install: ${LDCONFIG} -m ${PREFIX}/lib/ .include Property changes on: head/mail/pine4/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.25 \ No newline at end of property +1.26 \ No newline at end of property Index: head/mail/pine4/distinfo =================================================================== --- head/mail/pine4/distinfo (revision 12493) +++ head/mail/pine4/distinfo (revision 12494) @@ -1 +1,2 @@ MD5 (pine4.02.tar.gz) = 688979b5649473169bdbf22ea1c82fe7 +MD5 (pine4.02A.patch) = 96271a2a00293186941cad0c0175bd69 Property changes on: head/mail/pine4/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/mail/pine4/files/patch-ac =================================================================== --- head/mail/pine4/files/patch-ac (revision 12493) +++ head/mail/pine4/files/patch-ac (revision 12494) @@ -1,55 +1,72 @@ *** pine/osdep/os-bsf.h.orig Fri Jun 26 09:19:54 1998 ---- pine/osdep/os-bsf.h Sun Jul 12 23:38:28 1998 +--- pine/osdep/os-bsf.h Wed Aug 12 22:22:02 1998 +*************** +*** 74,80 **** + default-composer-hdrs or customized-hdrs to get at it. Instead of + defining NEVER_ALLOW_CHANGING_FROM, an easier way of preventing From + changing is to put the feature "no-allow-changing-from" in the +! /usr/local/lib/pine.conf.fixed file. + ----*/ + /* #define NEVER_ALLOW_CHANGING_FROM /* probably not needed */ + +--- 74,80 ---- + default-composer-hdrs or customized-hdrs to get at it. Instead of + defining NEVER_ALLOW_CHANGING_FROM, an easier way of preventing From + changing is to put the feature "no-allow-changing-from" in the +! /usr/local/etc/pine.conf.fixed file. + ----*/ + /* #define NEVER_ALLOW_CHANGING_FROM /* probably not needed */ + *************** *** 87,93 **** NOTE: You'll also have to make sure the appropriate osdep/postreap.* file is included in the os-*.ic file for your system. ----*/ ! /* #define BACKGROUND_POST /* comment out to disable posting from child */ --- 87,93 ---- NOTE: You'll also have to make sure the appropriate osdep/postreap.* file is included in the os-*.ic file for your system. ----*/ ! #define BACKGROUND_POST /* comment out to disable posting from child */ *************** *** 219,225 **** /*---------------------------------------------------------------------- If no nntp-servers are defined, this program will be used to post news. ----*/ ! #define SENDNEWS "/usr/local/news/inews -h" /* news posting cmd */ /*--------- Program employed by users to change their password ---------*/ --- 219,227 ---- /*---------------------------------------------------------------------- If no nntp-servers are defined, this program will be used to post news. ----*/ ! #define SENDNEWS "/usr/local/news/lib/inews -h" /* For NN inews */ ! /*#define SENDNEWS "/usr/local/bin/inews -h" /* For INN inews */ ! /*#define SENDNEWS "/usr/local/bin/inews -h" /* For Cnews inews */ /*--------- Program employed by users to change their password ---------*/ *************** *** 268,274 **** 8 9 logs gross details of command execution ----*/ ! #define DEFAULT_DEBUG 2 --- 270,276 ---- 8 9 logs gross details of command execution ----*/ ! #define DEFAULT_DEBUG 0 Property changes on: head/mail/pine4/files/patch-ac ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/mail/pine4/files/patch-ai =================================================================== --- head/mail/pine4/files/patch-ai (revision 12493) +++ head/mail/pine4/files/patch-ai (revision 12494) @@ -1,70 +1,70 @@ -*** pine/send.c.orig Mon Jul 20 22:02:18 1998 ---- pine/send.c Tue Jul 21 14:51:50 1998 +*** pine/send.c.orig Wed Aug 12 19:00:10 1998 +--- pine/send.c Wed Aug 12 19:49:04 1998 *************** -*** 6672,6684 **** +*** 6673,6685 **** body->subtype = cpystr("octet-stream"); } ! /* ! * Apply maximal encoding regardless of previous ! * setting. This segment's either not text, or is ! * unlikely to be readable with > 30% of the ! * text encoded anyway, so we might as well save space... ! */ ! new_encoding = ENCBINARY; /* > 30% 8 bit chars */ } } ---- 6672,6688 ---- +--- 6673,6689 ---- body->subtype = cpystr("octet-stream"); } ! if(body->type == TYPETEXT) ! /* Use ENC8BIT rather than ENCBINARY for TEXT */ ! new_encoding = ENC8BIT; ! else ! /* ! * Apply maximal encoding regardless of previous ! * setting. This segment's either not text, or is ! * unlikely to be readable with > 30% of the ! * text encoded anyway, so we might as well save space... ! */ ! new_encoding = ENCBINARY; /* > 30% 8 bit chars */ } } *************** -*** 7508,7514 **** +*** 7499,7505 **** switch (body->encoding) { /* all else needs filtering */ case ENC8BIT: /* encode 8BIT into QUOTED-PRINTABLE */ ! gf_link_filter(gf_8bit_qp, NULL); break; case ENCBINARY: /* encode binary into BASE64 */ ---- 7512,7519 ---- +--- 7503,7510 ---- switch (body->encoding) { /* all else needs filtering */ case ENC8BIT: /* encode 8BIT into QUOTED-PRINTABLE */ ! if(F_OFF(F_ENABLE_8BIT, ps_global)) /* unless 8BIT enabled */ ! gf_link_filter(gf_8bit_qp, NULL); break; case ENCBINARY: /* encode binary into BASE64 */ *************** -*** 7575,7581 **** - sprintf (*dst += strlen (*dst),"Content-Transfer-Encoding: %s\015\012", - body_encodings[(body->encoding == ENCBINARY) - ? ENCBASE64 -! : (body->encoding == ENC8BIT) - ? ENCQUOTEDPRINTABLE - : (body->encoding <= ENCMAX) - ? body->encoding : ENCOTHER]); ---- 7580,7586 ---- - sprintf (*dst += strlen (*dst),"Content-Transfer-Encoding: %s\015\012", - body_encodings[(body->encoding == ENCBINARY) - ? ENCBASE64 -! : (body->encoding == ENC8BIT && F_OFF(F_ENABLE_8BIT, ps_global)) - ? ENCQUOTEDPRINTABLE - : (body->encoding <= ENCMAX) - ? body->encoding : ENCOTHER]); +*** 7582,7588 **** + && !(so_puts(so, "Content-Transfer-Encoding: ") + && so_puts(so, body_encodings[(body->encoding==ENCBINARY) + ? ENCBASE64 +! : (body->encoding == ENC8BIT) + ? ENCQUOTEDPRINTABLE + : (body->encoding <= ENCMAX) + ? body->encoding +--- 7587,7593 ---- + && !(so_puts(so, "Content-Transfer-Encoding: ") + && so_puts(so, body_encodings[(body->encoding==ENCBINARY) + ? ENCBASE64 +! : (body->encoding == ENC8BIT && F_OFF(F_ENABLE_8BIT, ps_global)) + ? ENCQUOTEDPRINTABLE + : (body->encoding <= ENCMAX) + ? body->encoding Property changes on: head/mail/pine4/files/patch-ai ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/mail/pine4/files/patch-al =================================================================== --- head/mail/pine4/files/patch-al (revision 12493) +++ head/mail/pine4/files/patch-al (revision 12494) @@ -1,83 +1,83 @@ *** build.orig Mon Jun 15 20:35:10 1998 ---- build Sat Jul 11 02:32:20 1998 +--- build Wed Aug 12 20:21:46 1998 *************** *** 256,266 **** if [ -s c-client ] ; then rm -f c-client ; fi ln -s imap/c-client c-client ! if [ -s mtest ] ; then rm -f mtest ; fi ! ln -s imap/mtest mtest ! if [ -s imapd ] ; then rm -f imapd ; fi ! ln -s imap/imapd imapd ! echo "Making c-client library, mtest and imapd" eval echo make "$makeargs" "$K1" "$K2" $ccltarg cd $PHOME/imap eval make "$makeargs" "$K1" "$K2" $ccltarg --- 256,266 ---- if [ -s c-client ] ; then rm -f c-client ; fi ln -s imap/c-client c-client ! # if [ -s mtest ] ; then rm -f mtest ; fi ! # ln -s imap/mtest mtest ! # if [ -s imapd ] ; then rm -f imapd ; fi ! # ln -s imap/imapd imapd ! echo "Making c-client library" eval echo make "$makeargs" "$K1" "$K2" $ccltarg cd $PHOME/imap eval make "$makeargs" "$K1" "$K2" $ccltarg *************** *** 281,294 **** cd $PHOME/bin rm -f pine mtest imapd pico pilot if [ -s ../pine/pine ] ; then ln ../pine/pine pine ; fi ! if [ -s ../mtest/mtest ] ; then ln ../mtest/mtest mtest ; fi ! if [ -s ../imapd/imapd ] ; then ln ../imapd/imapd imapd ; fi if [ -s ../pico/pico ] ; then ln ../pico/pico pico ; fi if [ -s ../pico/pilot ] ; then ln ../pico/pilot pilot ; fi cd $PHOME echo '' echo "Links to executables are in bin directory:" ! size bin/pine bin/mtest bin/imapd bin/pico bin/pilot echo "Done" ;; --- 281,296 ---- cd $PHOME/bin rm -f pine mtest imapd pico pilot if [ -s ../pine/pine ] ; then ln ../pine/pine pine ; fi ! # if [ -s ../mtest/mtest ] ; then ln ../mtest/mtest mtest ; fi ! # if [ -s ../imapd/imapd ] ; then ln ../imapd/imapd imapd ; fi if [ -s ../pico/pico ] ; then ln ../pico/pico pico ; fi if [ -s ../pico/pilot ] ; then ln ../pico/pilot pilot ; fi -+ if [ -s ../pico/libpico.so.1.3 ] ; -+ then ln ../pico/libpico.so.1.3 libpico.so.1.3 ; fi ++ if [ -s ../pico/libpico.so.2.0 ] ; ++ then ln ../pico/libpico.so.2.0 libpico.so.2.0 ; fi cd $PHOME echo '' echo "Links to executables are in bin directory:" -! size bin/pine bin/pico bin/pilot bin/libpico.so.1.3 +! size bin/pine bin/pico bin/pilot bin/libpico.so.2.0 echo "Done" ;; *************** *** 299,308 **** make clean echo "Cleaning Pine" cd $PHOME/pine ! make -f makefile.ult clean echo "Cleaning pico" cd $PHOME/pico ! make $makeargs -f makefile.ult clean echo "Done" cd $PHOME ;; --- 301,310 ---- make clean echo "Cleaning Pine" cd $PHOME/pine ! make -f makefile.bsf clean echo "Cleaning pico" cd $PHOME/pico ! make $makeargs -f makefile.bsf clean echo "Done" cd $PHOME ;; Property changes on: head/mail/pine4/files/patch-al ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/mail/pine4/files/patch-as =================================================================== --- head/mail/pine4/files/patch-as (revision 12493) +++ head/mail/pine4/files/patch-as (revision 12494) @@ -1,26 +1,83 @@ *** pine/init.c.orig Thu Jul 16 21:22:22 1998 --- pine/init.c Tue Jul 21 15:36:43 1998 *************** *** 579,584 **** --- 579,587 ---- GLO_SMTP_SERVER = parse_list(DF_SMTP_SERVER, 1, NULL); #endif + F_TURN_ON(F_TCAP_WINS,ps); + F_TURN_ON(F_QUELL_INTERNAL_MSG,ps); + /* Set the default mail directory */ build_path(buf, GLO_MAIL_DIRECTORY, "[]"); GLO_FOLDER_SPEC = parse_list(buf, 1, NULL); *** pine/other.c.orig Thu Jul 16 04:09:27 1998 --- pine/other.c Tue Jul 21 15:03:18 1998 *************** *** 696,702 **** || (F) == F_DISABLE_DFLT_IN_BUG_RPT \ || (F) == F_DISABLE_ALARM \ || (F) == F_ALLOW_CHANGING_FROM \ - || (F) == F_TCAP_WINS \ || (F) == F_QUELL_PARTIAL_FETCH \ || (F) == F_AGG_SEQ_COPY) --- 696,701 ---- +*** pico/edef.h.orig Thu Apr 23 02:53:44 1998 +--- pico/edef.h Tue Jul 21 14:33:38 1998 +*************** +*** 59,65 **** + int ComposerEditing = FALSE; /* TRUE if message line is open */ + int revexist = FALSE; /* does reverse video exist? */ + char modecode[] = "WCSEVO"; /* letters to represent modes */ +! long gmode = MDWRAP; /* global editor mode */ + int sgarbf = TRUE; /* TRUE if screen is garbage */ + int mpresf = FALSE; /* TRUE if message in last line */ + int clexec = FALSE; /* command line execution flag */ +--- 59,65 ---- + int ComposerEditing = FALSE; /* TRUE if message line is open */ + int revexist = FALSE; /* does reverse video exist? */ + char modecode[] = "WCSEVO"; /* letters to represent modes */ +! long gmode = MDWRAP | MDTCAPWINS; /* global editor mode */ + int sgarbf = TRUE; /* TRUE if screen is garbage */ + int mpresf = FALSE; /* TRUE if message in last line */ + int clexec = FALSE; /* command line execution flag */ +*** pico/main.c.orig Thu Jul 16 11:30:47 1998 +--- pico/main.c Tue Jul 21 14:33:38 1998 +*************** +*** 424,430 **** + gmode ^= MDSSPD; + break; + case 'q': /* -q for termcap takes precedence */ +! gmode ^= MDTCAPWINS; + break; + case 'w': /* -w turn off word wrap */ + gmode ^= MDWRAP; +--- 424,430 ---- + gmode ^= MDSSPD; + break; + case 'q': /* -q for termcap takes precedence */ +! gmode |= MDTCAPWINS; + break; + case 'w': /* -w turn off word wrap */ + gmode ^= MDWRAP; +*** pico/pilot.c.orig Thu Jul 16 11:30:46 1998 +--- pico/pilot.c Tue Jul 21 14:33:38 1998 +*************** +*** 222,228 **** + sup_keyhelp = !sup_keyhelp; + break; + case 'q': /* -q for termcap takes precedence */ +! gmode ^= MDTCAPWINS; + break; + case 'z': /* -z to suspend */ + gmode ^= MDSSPD; +--- 222,228 ---- + sup_keyhelp = !sup_keyhelp; + break; + case 'q': /* -q for termcap takes precedence */ +! gmode |= MDTCAPWINS; + break; + case 'z': /* -z to suspend */ + gmode ^= MDSSPD; Property changes on: head/mail/pine4/files/patch-as ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/mail/pine4/files/patch-at =================================================================== --- head/mail/pine4/files/patch-at (nonexistent) +++ head/mail/pine4/files/patch-at (revision 12494) @@ -0,0 +1,82 @@ +*** pine/pine.hlp.orig Wed Jul 22 01:04:04 1998 +--- pine/pine.hlp Wed Aug 12 22:17:10 1998 +*************** +*** 750,758 **** + + executable <Unix search path>/pine + persnl cfg ~/.pinerc +! global cfg /usr/local/lib/pine.conf +! fixed cfg /usr/local/lib/pine.conf.fixed +! local help /usr/local/lib/pine.info + + interrupted ~/.pine-interrupted-mail + debug ~/.pine-debugN +--- 750,758 ---- + + executable <Unix search path>/pine + persnl cfg ~/.pinerc +! global cfg /usr/local/etc/pine.conf +! fixed cfg /usr/local/etc/pine.conf.fixed +! local help /usr/local/etc/pine.info + + interrupted ~/.pine-interrupted-mail + debug ~/.pine-debugN +*************** +*** 1137,1145 **** + this link now to send a message to it:
+

+ +! +


Local Support Contacts:

+! +


+ +

+--- 1137,1145 ---- + this link now to send a message to it:
+

+ +! +


Local Support Contacts:

+! +


+ +

+*************** +*** 1226,1232 **** +

    +
  1. Introduction +
  2. Pine Help +! +
  3. Local Support Contacts + +
  4. Giving Commands in Pine +--- 1226,1232 ---- +
      +
    1. Introduction +
    2. Pine Help +! +
    3. Local Support Contacts + +
    4. Giving Commands in Pine +*************** +*** 1333,1341 **** + at your site.) + + +! +

      Local Support Contacts

      +! + + +

      Giving Commands in Pine

      +--- 1333,1341 ---- + at your site.) + + +! +

      Local Support Contacts

      +! + + +

      Giving Commands in Pine

      Property changes on: head/mail/pine4/files/patch-at ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/mail/pine4/files/patch-au =================================================================== --- head/mail/pine4/files/patch-au (nonexistent) +++ head/mail/pine4/files/patch-au (revision 12494) @@ -0,0 +1,27 @@ +*** doc/pine.1.orig Tue Jul 21 22:48:42 1998 +--- doc/pine.1 Wed Aug 12 22:03:31 1998 +*************** +*** 256,266 **** + .br + /etc/mime.types System-wide file ext. to MIME type mapping + .br +! /usr/local/lib/pine.info Local pointer to system administrator. + .br +! /usr/local/lib/pine.conf System-wide configuration file. + .br +! /usr/local/lib/pine.conf.fixed Non-overridable configuration file. + .br + /tmp/.\\usr\\spool\\mail\\xxxx Per-folder mailbox lock files. + .br +--- 256,266 ---- + .br + /etc/mime.types System-wide file ext. to MIME type mapping + .br +! /usr/local/etc/pine.info Local pointer to system administrator. + .br +! /usr/local/etc/pine.conf System-wide configuration file. + .br +! /usr/local/etc/pine.conf.fixed Non-overridable configuration file. + .br + /tmp/.\\usr\\spool\\mail\\xxxx Per-folder mailbox lock files. + .br Property changes on: head/mail/pine4/files/patch-au ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/mail/pine4/pkg-descr =================================================================== --- head/mail/pine4/pkg-descr (revision 12493) +++ head/mail/pine4/pkg-descr (revision 12494) @@ -1,22 +1,22 @@ Pine (Program for Internet News & Email) is a tool for reading, sending, and managing electronic messages. It was designed specifically with novice computer users in mind, but can be tailored to accommodate the needs of "power users" as well. Pine uses Internet message protocols (e.g. RFC-822, SMTP, MIME, IMAP, NNTP) and runs on Unix and PCs. Besides Pine this package includes the Pico editor, the Pilot file browser and also the IMAPv4r1 daemon and POP2/POP3 servers (these daemons are not -built by default). +built by default -- please use the "imap-uw" port for this). An optional configuration file "pine.conf" can be put into /usr/local/etc to set system wide defaults. The format of this file is identical to the .pinerc file that is auto-generated by pine in your home directory. Also included in dot.pinerc.pgp.sample are example entries needed to add to your .pinerc to activate the pgp add on scripts pgpdecode, pgpencode, and pgpsign. Pine on WWW: http://www.cac.washington.edu/pine/ -- Adrian Penisoara (Ady) +Adrian Penisoara (Ady) pine@freebsd.ady.ro Property changes on: head/mail/pine4/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/mail/pine4/pkg-plist =================================================================== --- head/mail/pine4/pkg-plist (revision 12493) +++ head/mail/pine4/pkg-plist (revision 12494) @@ -1,26 +1,26 @@ bin/pico bin/pilot bin/pine -lib/libpico.so.1.3 +lib/libpico.so.2.0 @exec /sbin/ldconfig -m %B @unexec /sbin/ldconfig -R bin/pgpencrypt bin/pgpdecode bin/pgpsign etc/dot.pinerc.pgp.sample man/man1/pico.1.gz man/man1/pilot.1.gz man/man1/pine.1.gz share/doc/pine/brochure.txt share/doc/pine/tech-notes.txt share/doc/pine/tech-notes/background.html share/doc/pine/tech-notes/cmd-line.html share/doc/pine/tech-notes/config-notes.html share/doc/pine/tech-notes/config.html share/doc/pine/tech-notes/index.html share/doc/pine/tech-notes/installation.html share/doc/pine/tech-notes/introduction.html share/doc/pine/tech-notes/low-level.html share/doc/pine/tech-notes/porting.html @dirrm share/doc/pine/tech-notes @dirrm share/doc/pine Property changes on: head/mail/pine4/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property