summaryrefslogtreecommitdiff
path: root/mail/getmail/PLIST
diff options
context:
space:
mode:
authorschmonz <schmonz@pkgsrc.org>2004-08-01 08:29:56 +0000
committerschmonz <schmonz@pkgsrc.org>2004-08-01 08:29:56 +0000
commitf21a6182a74c67d166106dc1ae0542f70d6ece75 (patch)
tree78e6a2836b24cc71f39fcbcf5a436114ca799da1 /mail/getmail/PLIST
parente719c271c24065f94e8530da6bcd8c798d9da546 (diff)
downloadpkgsrc-f21a6182a74c67d166106dc1ae0542f70d6ece75.tar.gz
Update to 4.0.2. The changelog is lengthy. The author's summary of
differences from previous versions: getmail version 4 has been completely rewritten. It is designed to closely mimic the interface and user experience of getmail version 3, but the new architecture necessitates some differences you will notice: * the getmail rc file (configuration file) format has changed. If you are upgrading from version 3, you will need to write a new configuration file based on the contents of your old one. The new file format resembles the old in many ways. Each account you retrieve mail from will require a separate rc file, but getmail can operate with multiple rc files simultaneously if you wish to retrieve mail from multiple accounts. * support for protocols other than POP3/SPDS. IMAP support is now included, and other protocols can be added with relative ease. * support for SSL-encrypted protocols. The included POP3 and IMAP retriever classes are complemented by SSL-enabled counterparts. * messages can be filtered or annotated by external programs like spam filters and anti-Microsoft-worm programs. Filters can cause messages to be dropped completely. * a flexible, extensible architecture. Additional classes for handling new mail protocols, filter types, or destination mailstores can be added without needing to modify the main script at all. Feel free to contact me if you need a custom retriever, filter, or destination class written, or if you want commercial support for getmail.
Diffstat (limited to 'mail/getmail/PLIST')
-rw-r--r--mail/getmail/PLIST71
1 files changed, 53 insertions, 18 deletions
diff --git a/mail/getmail/PLIST b/mail/getmail/PLIST
index 1d5f9c1d817..0084cda1b99 100644
--- a/mail/getmail/PLIST
+++ b/mail/getmail/PLIST
@@ -1,26 +1,61 @@
-@comment $NetBSD: PLIST,v 1.3 2003/10/29 11:55:27 xtraeme Exp $
+@comment $NetBSD: PLIST,v 1.4 2004/08/01 08:29:56 schmonz Exp $
bin/getmail
-libexec/getmail/ConfParser.py
-libexec/getmail/getmail.py
-libexec/getmail/getmail_classes.py
-libexec/getmail/getmail_constants.py
-libexec/getmail/getmail_defaults.py
-libexec/getmail/getmail_maildir
-libexec/getmail/getmail_mbox
-libexec/getmail/getmail_mbox.py
-libexec/getmail/getmail_utilities.py
-libexec/getmail/timeoutsocket.py
+bin/getmail_maildir
+bin/getmail_mbox
man/man1/getmail.1
+man/man1/getmail_maildir.1
+man/man1/getmail_mbox.1
share/doc/getmail/BUGS
share/doc/getmail/CHANGELOG
share/doc/getmail/COPYING
+share/doc/getmail/README
share/doc/getmail/THANKS
share/doc/getmail/TODO
-share/doc/getmail/docs.txt
+share/doc/getmail/configuration.html
+share/doc/getmail/configuration.txt
+share/doc/getmail/documentation.html
+share/doc/getmail/documentation.txt
+share/doc/getmail/faq.html
share/doc/getmail/faq.txt
-share/doc/getmail/getmail.txt
-share/doc/getmail/getmailrc-example
-share/doc/html/getmail/docs.html
-share/doc/html/getmail/faq.html
-share/examples/getmailrc
-@unexec ${RM} -f %D/libexec/getmail/*.pyc 2>/dev/null || ${TRUE}
+share/doc/getmail/getmaildocs.css
+share/doc/getmail/getmailrc-examples
+share/doc/getmail/troubleshooting.html
+share/doc/getmail/troubleshooting.txt
+${PYSITELIB}/getmailcore/__init__.py
+${PYSITELIB}/getmailcore/__init__.pyc
+${PYSITELIB}/getmailcore/__init__.pyo
+${PYSITELIB}/getmailcore/_pop3ssl.py
+${PYSITELIB}/getmailcore/_pop3ssl.pyc
+${PYSITELIB}/getmailcore/_pop3ssl.pyo
+${PYSITELIB}/getmailcore/_retrieverbases.py
+${PYSITELIB}/getmailcore/_retrieverbases.pyc
+${PYSITELIB}/getmailcore/_retrieverbases.pyo
+${PYSITELIB}/getmailcore/baseclasses.py
+${PYSITELIB}/getmailcore/baseclasses.pyc
+${PYSITELIB}/getmailcore/baseclasses.pyo
+${PYSITELIB}/getmailcore/constants.py
+${PYSITELIB}/getmailcore/constants.pyc
+${PYSITELIB}/getmailcore/constants.pyo
+${PYSITELIB}/getmailcore/destinations.py
+${PYSITELIB}/getmailcore/destinations.pyc
+${PYSITELIB}/getmailcore/destinations.pyo
+${PYSITELIB}/getmailcore/exceptions.py
+${PYSITELIB}/getmailcore/exceptions.pyc
+${PYSITELIB}/getmailcore/exceptions.pyo
+${PYSITELIB}/getmailcore/filters.py
+${PYSITELIB}/getmailcore/filters.pyc
+${PYSITELIB}/getmailcore/filters.pyo
+${PYSITELIB}/getmailcore/logging.py
+${PYSITELIB}/getmailcore/logging.pyc
+${PYSITELIB}/getmailcore/logging.pyo
+${PYSITELIB}/getmailcore/message.py
+${PYSITELIB}/getmailcore/message.pyc
+${PYSITELIB}/getmailcore/message.pyo
+${PYSITELIB}/getmailcore/retrievers.py
+${PYSITELIB}/getmailcore/retrievers.pyc
+${PYSITELIB}/getmailcore/retrievers.pyo
+${PYSITELIB}/getmailcore/utilities.py
+${PYSITELIB}/getmailcore/utilities.pyc
+${PYSITELIB}/getmailcore/utilities.pyo
+@dirrm share/doc/getmail
+@dirrm ${PYSITELIB}/getmailcore