Commit graph

25 commits

Author SHA1 Message Date
Doug Barton
15a1d4ddc6 Apply a better fix for CC
While I'm here, remove the license info

PR:		ports/163173
Submitted by:	Jan Beich <jbeich@tormail.net>
2012-01-20 10:03:47 +00:00
Thomas Abthorpe
e0ac1afbf4 - 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
2012-01-09 15:41:08 +00:00
Doug Barton
2b1dacc826 Remove more tags from pkg-descr files fo the form:
- Name
em@i.l

or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file.
2011-10-24 04:17:37 +00:00
Doug Barton
2a61dbeaca Fix build with clang 2011-06-26 07:12:53 +00:00
Doug Barton
5af61e0cdd 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
2011-05-30 20:43:05 +00:00
Doug Barton
079d48ee02 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.
2011-04-23 16:15:45 +00:00
Doug Barton
bb9ca859eb Chase the checksum on the maildir patch (off by default)
This version has improved bounds checking on path names
2011-02-11 05:24:04 +00:00
Doug Barton
2d3c3b823e There is no need to include PKGINSTALL in the pico package
Give the alpine/pkg-install script triple protection against
being run inappropriately.
2010-12-08 06:46:46 +00:00
Doug Barton
c972c1974e 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>
2010-12-05 07:51:49 +00:00
Doug Barton
ac53ce653d Update to the 2010-11-06 version of the maildir patch.
It s/link/rename/ in 2 spots, otherwise it's just code whitespace changes.

While here, let 'make makesum' remove MD5s
2010-12-05 04:10:22 +00:00
Doug Barton
df06ef5e2c Update info for the maildir patch. It was slightly modified for
portability, no functional changes.
2010-08-08 20:59:41 +00:00
Doug Barton
a22b6e03bd Add LICENSE information to my ports where the right answer is obvious 2010-06-14 08:22:55 +00:00
Doug Barton
915901f818 Another micro-opt for maildir.patch:
++   /* call time(0) only once, use transact to distinguish instead */
2010-04-09 07:15:09 +00:00
Doug Barton
61964890d5 Small update to maildir patch, store the pid once per process,
instead of once per saved message.
2010-04-08 19:38:36 +00:00
Doug Barton
3d7144ca24 Allow alpine to link against OpenSSL from the ports instead of the base.
PR:		ports/143525
Submitted by:	Dan Lukes <dan@obluda.cz>
2010-02-08 07:04:53 +00:00
Doug Barton
1bffe544de 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>
2009-07-20 18:13:07 +00:00
Doug Barton
d31cadffee Where it matters, update regarding MAKE_JOBS_{UN}SAFE for my ports 2009-03-24 19:51:28 +00:00
Doug Barton
3971dc5004 Update maildir patch signature. I verified that the change is valid. 2009-03-02 03:48:01 +00:00
Doug Barton
91c52f85fc 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]
2008-09-06 06:15:21 +00:00
Doug Barton
ba12aa336c 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.
2008-09-01 01:16:44 +00:00
Edwin Groothuis
090059a210 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)
2008-06-06 14:17:21 +00:00
Doug Barton
25b2d0c683 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
2008-03-18 23:27:21 +00:00
Doug Barton
0953660aea Update info for the quota patch which was re-rolled with no changes,
and the maildir patch to fix a bug related to filtering in #md/ and
#mc/ collections.
2008-01-16 20:23:19 +00:00
Doug Barton
8d340fc612 Add missing trailing quote to WITH_ISPELL CONFIGURE_ARGS.
Submitted by:	scf
2007-12-21 23:02:29 +00:00
Doug Barton
a68aef9011 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
2007-12-21 10:39:14 +00:00