Commit graph

11 commits

Author SHA1 Message Date
jlam
e44bf515dc Strip the ".buildlink" from the names of the python application and
extension Makefile fragments, because they really don't have anything to
do with the buildlink[12] frameworks.  Change all the Makefiles that use
application.buildlink.mk and extension.buildlink.mk to use application.mk
and extension.mk instead.
2002-09-21 23:46:45 +00:00
drochner
98f6b22a82 use python buildlink 2002-01-18 15:57:42 +00:00
zuntum
c72c1cf5f9 Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
zuntum
f599554099 Update getmail to 2.1.3
News:

Version 2.1.3
3 August 2001

  -change handling of command delivery.  Verification of existent command
  is smarter; arguments won't cause problems now.  Remove duplicate code.

Version 2.1.2
1 August 2001

  -getmail will now check the permissions on your getmailrc file, and refuse
  to run if the file is group- or world-writable.  Thanks to Fredrik Steen for
  the request.

Version 2.1.1
29 June 2001

  -add "no_received" option, similar to no_delivered_to, at request of getmail
  user Nigel Cunningham.
  -got rid of some trailing tabs in ConfigParser.py after a report from
  Fredrik Steen -- they're harmless, but unclean.  Fredrik is also in the
  process of packaging getmail for use in Debian.  Thanks, Fredrik.
  -changed the default path to the getmail library dir from /usr/local/lib/...
  to /usr/lib/... .  This only affects the getmail wrapper script; if you're
  using that, you may have to edit your copy, or change where you install the
  files to.
2001-08-07 14:42:27 +00:00
zuntum
06348bc6d8 Update getmail to 2.1.0
Changes:
  -fix the "blank lines output, even in quiet mode" problem which caused cron
  to send email every time getmail was run.  Thanks to Errol Casey for finding
  the cause.
  -Handle user aborting getmail better.
  -Remove dead parameter from message_add_info()
  -move file locking to separate functions
  -add file locking around handling of oldmail file
  -move regular expression objects into a dictionary
  -add ability to deliver to a command (pipe delivery) like maildrop or
  procmail.  getmail won't do this if it's running as root.
2001-06-26 16:02:17 +00:00
zuntum
8a98233c90 Update getmail to 2.0.20
Changes:
  -remove dead code
  -fix bug in example getmailrc file.  Thanks to John Gennard for spotting this.
  There was an instance of an empty option value left over from before this was
  an issue.
2001-06-23 11:00:14 +00:00
jtb
775c3ef460 Add some missing PLIST entries. 2001-04-28 05:17:02 +00:00
zuntum
ecbbc44851 Version 2.0.19
18 April 2001

  -add additional exception handling for POP3 protocol errors (server bugs) and
  socket errors after connect (network errors).  Thanks to Jesper Andersen for
  the bug report.
  -add additional log message to make diagnosis of server problems easier.
  Apparently Mandrake Linux v.7.2 ships with a very broken POP3 server;
  several users sent me traces which I tracked down to gross violations of
  the POP3 protocol (RFC1939).

o remove patch-aa, we can do substitution using sed
o move getmailrc-example to standard place (PREFIX/share/examples),
  thus removing pkg/MESSAGE
  (it suggested taking a look at PREFIX/doc/getmail/getmailrc-example
2001-04-19 16:31:45 +00:00
agc
9e8d6c8b8d + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:33:31 +00:00
zuntum
05cd238a63 Change my email address to zuntum@netbsd.org 2001-03-16 20:51:13 +00:00
jtb
5cda436c76 Initial import of getmail.
getmail is intended as a simple replacement for fetchmail. It retrieves mail
(either all messages, or only unread messages) from one or more POP3 servers
for one or more email accounts, and reliably delivers into a qmail-style
Maildir (or mbox file) specified on a per-account basis. It also has support
for domain (multidrop) mailboxes.

Package submitted by Tomasz Luchowski in PR pkg/11929.
2001-03-05 20:56:44 +00:00