Skip site navigation (1)Skip section navigation (2)

CVS log for ports/mail/alpine/Makefile

[BACK] Up to [FreeBSD] / ports / mail / alpine

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.16: download - view: text, markup, annotated - select for diffs
Fri Jan 20 10:03:47 2012 UTC (3 weeks ago) by dougb
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +1 -3 lines
Apply a better fix for CC

While I'm here, remove the license info

PR:		ports/163173
Submitted by:	Jan Beich <jbeich@tormail.net>

Revision 1.15: download - view: text, markup, annotated - select for diffs
Mon Jan 9 15:41:00 2012 UTC (4 weeks, 4 days ago) by tabthorpe
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +1 -1 lines
- The proper acronym for Apache Software License 2 is really AL2
- Thanks to crees@ for generating the initial patch

PR:		ports/163521
Submitted by:	Pedro Giffuni <pfg apache.org>
Hat:		portmgr
Exp run by:	pav

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sun Jun 26 07:12:53 2011 UTC (7 months, 2 weeks ago) by dougb
Branches: MAIN
CVS tags: RELEASE_9_0_0
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -0 lines
Fix build with clang

Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon May 30 20:43:05 2011 UTC (8 months, 1 week ago) by dougb
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -1 lines
Remove the "phone home" feature that was used by UW to gather statistics
on [Al]pine usage. There is no one interested in this data anymore.

Discussed on:	alpine-info mailing list

Revision 1.12: download - view: text, markup, annotated - select for diffs
Sat Apr 23 16:15:45 2011 UTC (9 months, 2 weeks ago) by dougb
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -2 lines
The master patch site has disappeared, so remove it for now until
I hear from the author. The patches are still available from my
personal site, as well as the FreeBSD distfile distributor.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Sun Dec 5 07:51:49 2010 UTC (14 months ago) by dougb
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_7_4_0
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -5 lines
Remove CONFLICTS for the old pine stuff, it's been long enough

Fix the problem mentioned in the PR related to a feature of the port
that is useful, or dangerous depending on how you look at it. :)
If you run 'alpine -conf > file' it will merge in values from your
existing global conf file (/usr/local/etc/alpine.conf) and spit out a
new file with any new features added. The port used this feature when
I took it over, and I maintained that behavior because it is useful.
However, it is different from the traditional behavior of installing
a clean foo.conf.sample file, and maintaining foo.conf only if it
differs from the sample.

My solution to this problem is different than the PR's, but does not
involve patching the source. Using the pkg-install file and taking
advantage of the default behavior of the alpine -conf feature I have
created the best of both worlds, a clean .sample, and merging in local
changes if they exist.

Since I'm changing stuff anyway, do both sides of the process in a
more security-conscious way.

Bump PORTREVISION since the package is now different

PR:		ports/148859
Submitted by:	Ganael Laplanche <ganael.laplanche@martymac.com>

Revision 1.10: 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, RELEASE_6_EOL
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -0 lines
Add LICENSE information to my ports where the right answer is obvious

Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Feb 8 07:04:53 2010 UTC (2 years ago) by dougb
Branches: MAIN
CVS tags: RELEASE_7_3_0
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -1 lines
Allow alpine to link against OpenSSL from the ports instead of the base.

PR:		ports/143525
Submitted by:	Dan Lukes <dan@obluda.cz>

Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Jul 20 18:13:07 2009 UTC (2 years, 6 months ago) by dougb
Branches: MAIN
CVS tags: RELEASE_8_0_0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +4 -3 lines
Rework the sed pattern for pine.conf -> alpine.conf related stuff to be
more thorough. (Prompted by the PR, but I used a different solution.)

PR:		ports/136931
Submitted by:	Ganael Laplanche <ganael.laplanche@martymac.com>

Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Mar 24 19:51:27 2009 UTC (2 years, 10 months ago) by dougb
Branches: MAIN
CVS tags: RELEASE_7_2_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -0 lines
Where it matters, update regarding MAKE_JOBS_{UN}SAFE for my ports

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat Sep 6 06:15:20 2008 UTC (3 years, 5 months ago) by dougb
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +20 -13 lines
A number of small-but-important updates:

1. Update the names of some configure flags. This would not have affected
users who used the defaults, or the package.

2. In order for the speller option to actually be chosen by configure
it already has to be installed, so add them to BUILD_DEPENDS. [1]
Fixing this properly also required a patch to configure which I am
submitting upstream.

3. Update the location of mlock (if installed) [1]

4. Turns out that alpine no longer uses the value of SSLTYPE internally,
(it is only used by the IMAP server which we don't build) so simplify
the whole SSL section considerably. All authentication types are now
available to alpine by default.

5. Include the proper MAKE_ARGS and relax a test in configure to give
users who want to try the new S/MIME support a fighting chance. [2]

Bump PORTREVISION accordingly

Submitted by:	Scott Allendorf <scott-allendorf@uiowa.edu> [1]
Inspired by:	scf [2]

Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Sep 1 01:16:44 2008 UTC (3 years, 5 months ago) by dougb
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -3 lines
Upgrade to version 2.00. The major new feature is experimental S/MIME
support. There are also some improvements and bug fixes for charset
handling, and various other small bug fixes.

See http://www.washington.edu/alpine/changes/1.10-to-2.00.html
for details.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Jun 6 13:42:42 2008 UTC (3 years, 8 months ago) by edwin
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -1 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.3: download - view: text, markup, annotated - select for diffs
Tue Mar 18 23:27:21 2008 UTC (3 years, 10 months ago) by dougb
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -1 lines
Update to version 1.10, which has the following highlights. See
http://www.washington.edu/alpine/changes/1.00-to-1.10.html for
the list of all changes.

New Features
============
1. Default role
2. Better kerberos support
3. Better threading performance for large folders
4. "Unknown" character set to improve the chances you can read a
malformed message
5. Option to suppress user agent for sent mail

Bug Fixes
=========
1. Various crashes with non-standards-compliant SMTP or IMAP servers
2. Don't try to send a message with an unknown charset

Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Dec 21 23:02:29 2007 UTC (4 years, 1 month ago) by dougb
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -1 lines
Add missing trailing quote to WITH_ISPELL CONFIGURE_ARGS.

Submitted by:	scf

Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Dec 21 10:39:14 2007 UTC (4 years, 1 month ago) by dougb
Branches: MAIN
Add a port for Alpine the new (Apache-licensed) version of Pine.

Alpine is a screen-oriented message-handling tool for news, and POP, IMAP,
and local e-mail.  In its default configuration it offers a limited set of
functions geared toward the novice user, but it also has a large list of
optional "power-user" and personal-preference features.

Alpine's basic feature set includes:
	* View, Save, Export, Delete, Print, Reply and Forward messages.
	    Compose messages in a simple editor with word-wrap and a
	    spelling checker.  Messages may be postponed for later completion.
	* Selection and management of message folders.
	* Address book to keep a list of long or frequently-used
	    addresses.  Personal distribution lists may be defined.
	    Addresses may be taken into the address book from incoming mail
	    without retyping them.
	* New mail checking/notification occurs automatically (configurable).
	* On-line, context-sensitive help screens.

Alpine supports MIME (Multipurpose Internet Mail Extensions), an Internet
Standard for representing multipart and multimedia data in email.

WWW: http://www.washington.edu/alpine/

This is a master port for editors/pico-alpine

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options