CVS log for ports/mail/pine-pgp-filters/Makefile
Up to [FreeBSD] / ports / mail / pine-pgp-filters
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.19: download - view: text, markup, annotated - select for diffs
Fri Jan 20 13:07:16 2012 UTC (3 weeks, 1 day ago) by dougb
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +0 -2 lines
Remove license info
Revision 1.18: download - view: text, markup, annotated - select for diffs
Thu Jul 29 20:34:04 2010 UTC (18 months, 2 weeks ago) by dougb
Branches: MAIN
CVS tags: RELEASE_9_0_0, RELEASE_8_2_0, RELEASE_7_4_0, RELEASE_6_EOL
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +3 -5 lines
Update to version 1.8:
* Complete overhaul of ppf_mime. Determine the MIME message boundary
using more reliable (albeit more complex) means, and special case
a lot of client behavior to allow verification of a wider variety
of messages. For display, de-code more of the MIME en-coding so that
the messages are much more readable. Use the same tricks to display
decrypted messages in ppf_mime_decrypt.
These changes have several major benefits:
a. Support for PGP/MIME messages generated by well over a dozen MUAs.
b. Support for verifying signatures on attachments, and a clear
indication that attachments are signed (or not).
c. Greatly improved readability. With the exception of text coloring
(URLs, signatures, etc.), 8-bit characters, and some types of
messages sent with format=flowed, messages displayed by the filter
are identical to the display in Alpine.
* For ppf_{decrypt|encrypt|sign|verify} add 'clear' commands so that
nothing is left behind in the "user interface" area between scripts.
For _verify, add a message indicating that we are verifying, along
with a helpful hint about delays caused by auto-key-retrieve.
Revision 1.17: download - view: text, markup, annotated - select for diffs
Mon Jun 14 08:22:54 2010 UTC (19 months, 4 weeks ago) by dougb
Branches: MAIN
CVS tags: RELEASE_8_1_0
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -0 lines
Add LICENSE information to my ports where the right answer is obvious
Revision 1.16: download - view: text, markup, annotated - select for diffs
Mon Apr 12 01:16:55 2010 UTC (22 months ago) by dougb
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +10 -5 lines
Update to version 1.7, which has the following changes: 1. Use a more reliable method to find the signature and message parts in the ppf_mime script. 2. Add support for the OpenPGP header in ppf_sign and ppf_encrypt, and use the same method to sanitize the key ID as was already done for the other headers. For the port: 1. Update the URL to the web site 2. Switch to PLIST_FILES and PORTDOCS macros
Revision 1.15: download - view: text, markup, annotated - select for diffs
Tue Sep 2 07:29:20 2008 UTC (3 years, 5 months ago) by dougb
Branches: MAIN
CVS tags: RELEASE_8_0_0, RELEASE_7_3_0, RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +3 -7 lines
Recognize the demise of Pine.
Revision 1.14: download - view: text, markup, annotated - select for diffs
Fri Jun 6 13:42:59 2008 UTC (3 years, 8 months ago) by edwin
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +1 -0 lines
Bump portrevision due to upgrade of devel/gettext. The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Dec 26 22:18:26 2007 UTC (4 years, 1 month ago) by dougb
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +6 -2 lines
Don't try to install pine if alpine is already installed.
Revision 1.12: download - view: text, markup, annotated - select for diffs
Sat Dec 8 23:44:26 2007 UTC (4 years, 2 months ago) by dougb
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -0 lines
The gnupg* dependency is needed in BUILD_DEPENDS too. Not firing on all cylinders: dougb Approved by: portmgr (pav)
Revision 1.11: download - view: text, markup, annotated - select for diffs
Wed Dec 5 19:57:49 2007 UTC (4 years, 2 months ago) by dougb
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +12 -2 lines
Un-break packaging by making the GnuPG dependency explicit. My original goal was to have this port be gpg-version-agnostic, but since there is no gpg installed on the package builders, and the new configure script in version 1.5 fails if it can't find one, package building was failing. The solution is twofold, in the port test if gpg2 is already present, and record a dependency on it if so. If not, depend on gpg 1.x, and record that dependency. [1] Second, rev the configure script to look for gpg2 first, and use that if its found. That will allow those that install the port (or the software without the port) to prefer gpg2. Other than the fix in the configure script there are no other changes from version 1.5 to 1.6. Submitted by: pav [1] Approved by: portmgr (pav)
Revision 1.10: download - view: text, markup, annotated - select for diffs
Sat Dec 1 22:01:44 2007 UTC (4 years, 2 months ago) by dougb
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +5 -5 lines
Update to version 1.5. There are many changes to improve portability to other platforms (notably to Linux) and several substantive changes: Bug fixes ========= 1. Add error handling for failed TDIR creation in ppf_decrypt, ppf_verify, and ppf_mime*. 2. Fix error handling in ppf_mime_decrypt. Improvements ============ 1. When displaying MIME messages after verification, substitute a space for the MIME'ified =20 character at the end of a line, and substitute an = sign for the MIME'ified =3D. This greatly improves readability of the verified message. 2. Add a --- Status --- line for the beginning and end of the PGP stuff which includes a timestamp to help avoid a socially engineered message that includes the "good signature" output in the same format as what we print. Notes ===== 1. Support for other than GnuPG was dropped in this version, which I don't think will actually affect anyone. 2. I did do a version 1.4, but it was a limited release. See CHANGES for more information. Approved by: portmgr (erwin)
Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Oct 10 04:21:17 2006 UTC (5 years, 4 months ago) by dougb
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
Upgrade to version 1.3, which primarily enhances the capabilities of the MIME scripts, and picks a few other nits.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Jun 27 17:21:19 2006 UTC (5 years, 7 months ago) by dougb
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -0 lines
Add long-forgotten dependency on Pine.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat Oct 29 07:13:28 2005 UTC (6 years, 3 months ago) by dougb
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +4 -1 lines
For the ports that I maintain, do the following as appropriate: 1. Add myself as a backup master site (Sourceforge and CPAN ports already have good enough coverage, so skip them). 2. For all ports that have them, download the PGP signature files. 3. For ports in 2, add a verify target to the Makefile 4. For ports where I was already providing a master site, update the URL. 5. Pet portlint in a couple of places.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Apr 28 01:46:08 2005 UTC (6 years, 9 months ago) by dougb
Branches: MAIN
CVS tags: RELEASE_6_0_0
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +4 -1 lines
Upgrade to 1.2, which fixes the display problem introduced in a prior version of Pine, adds script to decrypt MIME messages, and automatically determines the right key to use for sign/encrypt.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Sep 7 00:04:09 2003 UTC (8 years, 5 months ago) by dougb
Branches: MAIN
CVS tags: RELEASE_5_4_0, RELEASE_5_3_0, RELEASE_5_2_1, RELEASE_5_2_0, RELEASE_4_9_0, RELEASE_4_11_0, RELEASE_4_10_0
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -1 lines
Re-roll the distfile to include a minor documentation change. Add security as a virtual category.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Sep 6 23:39:55 2003 UTC (8 years, 5 months ago) by dougb
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
Upgrade to version 1.1, which has infinitely better error handling. All users of this package are encouraged to upgrade.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Mar 7 06:05:57 2003 UTC (8 years, 11 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_5_1_0, RELEASE_4_8_0
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -0 lines
Clear moonlight beckons. Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Jan 23 09:07:23 2003 UTC (9 years ago) by dougb
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -1 lines
Fix the MASTER_SITE_LOCAL stuff
Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Jan 22 15:21:51 2003 UTC (9 years ago) by dougb
Branches: MAIN
Re-creation of the Bourne Shell based pgp filters for Pine that used to be part of the pine4 port. These have been updated to A) actually work, and B) use gnupg if it's available.
