a68aef9011
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
24 lines
1 KiB
Text
24 lines
1 KiB
Text
@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%%
|