From a68aef9011bccd0f7e12bb7020339dd34b897d68 Mon Sep 17 00:00:00 2001 From: Doug Barton Date: Fri, 21 Dec 2007 10:39:14 +0000 Subject: 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 --- mail/alpine/pkg-plist | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 mail/alpine/pkg-plist (limited to 'mail/alpine/pkg-plist') diff --git a/mail/alpine/pkg-plist b/mail/alpine/pkg-plist new file mode 100644 index 000000000000..400015b10245 --- /dev/null +++ b/mail/alpine/pkg-plist @@ -0,0 +1,24 @@ +@unexec %D/bin/alpine -conf >%D/etc/alpine.conf.tmp +@unexec if cmp -s %D/etc/alpine.conf %D/etc/alpine.conf.tmp; then rm -f %D/etc/alpine.conf; fi +@unexec rm -f %D/etc/alpine.conf.tmp +bin/alpine +bin/rpdump +bin/rpload +@exec %D/bin/alpine -P %D/etc/alpine.conf -conf >%D/etc/alpine.conf.tmp +@exec /bin/mv %D/etc/alpine.conf.tmp %D/etc/alpine.conf +%%PORTDOCS%%%%DOCSDIR%%/LICENSE +%%PORTDOCS%%%%DOCSDIR%%/NOTICE +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/brochure.txt +%%PORTDOCS%%%%DOCSDIR%%/tech-notes.txt +%%PORTDOCS%%%%DOCSDIR%%/tech-notes/background.html +%%PORTDOCS%%%%DOCSDIR%%/tech-notes/cmd-line.html +%%PORTDOCS%%%%DOCSDIR%%/tech-notes/config-notes.html +%%PORTDOCS%%%%DOCSDIR%%/tech-notes/config.html +%%PORTDOCS%%%%DOCSDIR%%/tech-notes/index.html +%%PORTDOCS%%%%DOCSDIR%%/tech-notes/installation.html +%%PORTDOCS%%%%DOCSDIR%%/tech-notes/introduction.html +%%PORTDOCS%%%%DOCSDIR%%/tech-notes/low-level.html +%%PORTDOCS%%%%DOCSDIR%%/tech-notes/porting.html +%%PORTDOCS%%@dirrm %%DOCSDIR%%/tech-notes +%%PORTDOCS%%@dirrm %%DOCSDIR%% -- cgit v1.2.3