1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
Commit Graph

2 Commits

Author SHA1 Message Date
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
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