summaryrefslogtreecommitdiff
path: root/mail/tmda/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2020-12-04Revbump packages with a runtime Python dep but no version prefix.nia1-2/+2
For the Python 3.8 default switch.
2019-11-02mail: align variable assignmentsrillig1-2/+2
pkglint -Wall -F --only aligned -r No manual corrections.
2019-09-02Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for ↵adam1-2/+2
future Python 3.8
2019-04-26fix some whitespace, mostly introduced in the previousmaya1-2/+2
python 3.4 / 3.5 removal commit.
2019-04-26Omit mentions of python 34 and 35, after those were removed.maya1-2/+2
- Includes some whitespace changes, to be handled in a separate commit.
2019-04-25PKGREVISION bump for anything using python without a PYPKGPREFIX.maya1-2/+2
This is a semi-manual PKGREVISION bump.
2018-07-03extend PYTHON_VERSIONS_ for Python 3.7adam1-2/+2
2017-12-24tmda: comment out dead siteswiz1-3/+3
2017-09-16tmda: switch to sourceforge pagewiz1-2/+2
Main page is empty
2017-01-14Relinquish MAINTAINER.schmonz1-2/+2
https://github.com/pjz/TMDAng is ported to Python 3.4, named "TMDAng" with the original upstream author's permission, and packaged for pypi. Anyone interested in maintaining the package would do well to take a look.
2017-01-01Add python-3.6 to incompatible versions.wiz1-2/+2
2016-07-09Remove python33: adapt all packages that refer to it.wiz1-2/+2
2015-12-05Extend PYTHON_VERSIONS_INCOMPATIBLE to 35adam1-2/+2
2014-05-09Mark packages that are not ready for python-3.3 also not ready for 3.4,wiz1-2/+2
until proven otherwise.
2014-01-25No need to have two variables for the same logic.wiz1-2/+2
Replace PYTHON_PATCH_SCRIPTS with REPLACE_PYTHON.
2014-01-25Mark packages as not ready for python-3.x where applicable;wiz1-2/+2
either because they themselves are not ready or because a dependency isn't. This is annotated by PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of x.y.z or PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-foo, py-bar respectively, please use the same style for other packages, and check during updates. Use versioned_dependencies.mk where applicable. Use REPLACE_PYTHON instead of handcoded alternatives, where applicable. Reorder Makefile sections into standard order, where applicable. Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default with the next commit. Whitespace cleanups and other nits corrected, where necessary.
2013-07-12Bump PKGREVISION of all packages which create users, to pick up change ofjperkin1-2/+2
sysutils/user_* packages.
2012-10-08Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.asau1-3/+1
2012-03-15Bump PKGREVISION from default python to 2.7.obache1-2/+2
2010-02-10Bump revision for PYTHON_VERSION_DEFAULT change.joerg1-2/+2
2010-02-04DESTDIR supportjoerg1-15/+17
2009-07-08Provide PY_COMPILE_ALL and PY_COMPILE_O_ALL to compile all Pythonjoerg1-3/+2
sources in a directory (tree) in pversion.mk. Adjust the various places that called it locally.
2009-02-09Switch to Python 2.5 as default. Bump revision of all packages that havejoerg1-2/+2
changed runtime dependencies now.
2008-04-25Update PYTHON_VERSIONS_COMPATIBLEjoerg1-2/+1
- assume that Python 2.4 and 2.5 are compatible and allow checking for fallout. - remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+ default. Modify the others to deal with the removals.
2007-08-11Precompile Python modules at post-install. Bump PKGREVISION.schmonz1-5/+9
2007-07-31Update to 1.1.12. From the changelog:schmonz1-3/+4
* tmda-ofmipd now has native STARTTLS and SSL support courtesy of Stephen Warren. The new options are '--tls', '--ssl', '--ssl-key', and '--ssl-crt'. Note that the tlslite Python module needs to be installed to use this feature. For more information, see the "Builtin SSL/TLS" section of http://wiki.tmda.net/TmdaOfmipdHowto * Fixed a minor bug that prevented the use of both SMTPSSL and SMTPAUTH together.
2007-07-30Install TMDA/Queue, missed in a package upgrade. Fixes tmda-pending.schmonz1-4/+7
Bump PKGREVISION.
2007-02-27Improve interface to tofmipd rc.d script, akin to that of qmail-run.schmonz1-1/+2
Now one sets the host and port in rc.conf with tofmipd_tcp{host,port} (default "localhost:8025") and manages logging with tofmipd_log (default: "YES", to syslog) and friends. tofmipd_flags is still useful for authentication and miscellaneous other options. Bump PKGREVISION.
2007-02-26Fix HTTP MASTER_SITES.schmonz1-2/+2
2007-02-26Update to 1.1.11. From the changelog:schmonz1-12/+8
* The snapshot of the wiki documentation is now included within the main tmda-1.1.x.tgz tarball in the 'doc' directory rather than in a separate tmda-1.1.x-doc.tgz tarball. * New feature courtesy of Vitor Espindola. A new configuration variable, TIMEOUT_UNITS, to give users the ability to customize the timeout unit value strings in the templates instead of using the English defaults of "years", "months", "weeks", "days", "hours", "minutes", and "seconds". For more information, see http://wiki.tmda.net/ConfigurationVariables#TIMEOUT_UNITS * Virtual domain improvements to tmda-pending courtesy of Lloyd Zusman. A '--vhost-script' command-line option has been added to match tmda-ofmipd and tmda-filter. Also two new options have been added, '--vhost-user' and '--vhost-domain'. See the tmda-pending --help output for more information, or for greater detail, see http://article.gmane.org/gmane.mail.spam.tmda.devel/6584 * An alternative "simpler" example of how to use TLS with tmda-ofmipd via stunnel has been added. See the contrib/ofmipd-stunnel-daemons/ directory. * A bug that broke tmda-filter's '-e' command-line option has been fixed.
2007-02-02Update to 1.1.10 and take MAINTAINER. From the changelog:schmonz1-4/+3
* New feature. When a message is released from your pending queue via tmda-cgi, a new trace header 'X-TMDA-CGI' is added to the message which contains both the IP address of the remote host as well as the browser the client used to send the request. This allows you to visually discern that the message was released via tmda-cgi rather than through email confirmation, and also allows for easier tracing. * tmda-ofmipd has a new option courtesy of Robert P. Thille. `-L' turns on logging prints which logs everything that `-d' logs, except for the raw SMTP protocol data. Hence, it is useful if you want to leave logging enabled permanently, but don't want your logs bloated with AUTH data and/or the content of large attachments. * Various tmda-ofmipd bugfixes and improvements from Stephen Warren.
2007-01-11Avoid passing "-i" to qmail-inject: it's an invalid option and theschmonz1-3/+3
intended behavior is already the default. Fixes a longstanding problem using TMDA with qmail. While here, mollify pkglint slightly. Bump PKGREVISION.
2006-12-26Remove any *.orig files (e.g., tmda-ofmipd.orig) before installationschmonz1-1/+4
to prevent their being erroneously installed. Found by bulk build. No change to PLIST, hence no PKGREVISION bump.
2006-12-20Fix authfile thinko in tmda-ofmipd. From TMDA SVN revision 2133,schmonz1-1/+2
via bug report and patch from Nathan Arthur. Bump PKGREVISION.
2006-11-07Update to 1.1.9 (approved by kim@). From the changelog:schmonz1-19/+23
* New feature courtesy of Mark Horn. ACTION_EXPIRED_DATED has been extended to support handling multiple ages of dated messages. So you could for example 'bounce' mail to dated addresses that have been expired for more than a week, 'hold' if longer than a month, and 'drop' if over a year, while still setting the default behavior to 'confirm'. For more information and an illustrative example, see http://wiki.tmda.net/ConfigurationVariables#ACTION_EXPIRED_DATED * TMDA's internal copy of the Python email package has been upgraded to v4.0.1. * The bin/tmda-* programs have been revamped to use Python's new 'optparse' library. * TMDA can now optionally store unconfirmed messages in a "Maildir" rather than in TMDA's custom pending queue format. This allows you to use any mail reading program that supports Maildir to browse or search your pending queue, rather than the 'tmda-pending' and 'tmda-cgi' programs, though the latter will still work. * tmda-filter has a new command-line option, '-e/--environ' which you can use to add a VAR=value pair to the environment. One example use of this is to allow TMDA to be setup as a Postfix transport. Contributed by Bernard Johnson. * tmda-filter will defer incoming deliveries if the sticky bit is set on your home directory (as determined by the $HOME variable). This allows you to safely edit the contents of ~/.tmda/ on a live system if you need to. * tmda-ofmipd now has "one-session" mode through the '--one-session' command-line option, courtesy of Stephen Warren. This allows you to use xinetd or tcpserver, possibly in conjunction with stunnel, to spawn tmda-ofmipd, rather than having tmda-ofmipd bind to a port and accept connections on its own. * The new 'dot-tmda' directory in contrib contains a working ~/.tmda/ structure that can be used with only a few changes. See the README in that directory for more info. Not documented yet outside of the README, but this might help new TMDA users get started quicker. * Some of the tmda-* programs will now run on native win32 (tmda-address, tmda-check-address, tmda-pending, and tmda-keygen). * tmda-ofmipd has a new option (--pure-proxy) that can proxy mail for non-TMDA users in addition to TMDA users. This might be useful if you run a mixed environment, and want to use tmda-ofmipd for everyone. See `tmda-ofmipd --help' for more on this option. * New feature from David Bremner. Add 'shell=' and 'python=' tag actions to the outgoing filter. This allows you to add dynamic/shell escaped headers from the outgoing filter file. For example usage, see the TMDA/Hashcash HOWTO I've prepared at http://wiki.tmda.net/TmdaHashCashHowto * The template system has been reorganized to simplify things for users of multi-lingual templates among others. See http://wiki.tmda.net/TemplateHowto and the UPGRADE notes below. * Messages are now simply deleted from your pending queue once they are confirmed or released rather than being renamed with a '3,C' or '3,R' suffix. This provides simpler, more intuitive behavior and decreased storage requirements. * Fixed a bug in TMDAINJECT that caused Message-ID and Date headers to differ when sending to multiple recipients. * Fixes to the tmda.spec file that should allow RPMs to be built with Python 2.3.x. * Tilde expansion is now done automatically for variables in /etc/tmdarc and ~/.tmda/config, so you no longer have to use os.path.expanduser() to do this yourself. e.g, TEMPLATE_DIR = "~/.tmda/templates" now ``just works''. * New 'whitelist' behavior for tmda-pending and tmda-cgi, controlled by http://wiki.tmda.net/ConfigurationVariables#PENDING_WHITELIST_RELEASE * A new 'pipe-headers' incoming filter file source. Identical to 'pipe' except that it only pipes the headers to the program, instead of the headers + body. This should offer greater performance and reliability when processing the message body isn't required. * A new feature to add Mail-Followup-To headers from tmda-sendmail or tmda-ofmipd to messages. See http://wiki.tmda.net/ConfigurationVariables#MAIL_FOLLOWUP_TO
2006-04-23Modify packages that set PKG_USERS and PKG_GROUPS to follow the newjlam1-3/+4
syntax as specified in pkgsrc/mk/install/bsd.pkginstall.mk:1.47.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-6/+6
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-08-23The real user name in PKG_USERS does not need to be escaped with doublerillig1-2/+2
backslashes anymore. A single backslash is enough. Changed the definition in all affected packages. For those that are not caught, an additional check is placed into bsd.pkginstall.mk.
2005-06-16Create directories before installing files into them.jlam1-1/+3
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-01-23Build Python with thread support by default and turn the existingrecht1-2/+2
python*-pth packages into meta-packages which will install the non-pth packages. Bump PKGREVISIONs on the non-pth versions to propagate the thread change, but leave the *-pth versions untouched to not affect existing installations. Sync all PYTHON_VERSIONS_AFFECTED lines in package Makefiles.
2004-12-28The default location of the pkgsrc-installed rc.d scripts is nowreed1-1/+2
under share/examples/rc.d. The variable name already was named RCD_SCRIPTS_EXAMPLEDIR. This is from ideas from Greg Woods and others. Also bumped PKGREVISION for all packages using RCD_SCRIPTS mechanism (as requested by wiz).
2004-12-13Accept python 24 and 24pthkim1-2/+2
2004-06-13Some of the Python bytecode contains absolute paths. Afterschmonz1-1/+4
installation, the affected files are recompiled the first time tmda-ofmipd runs with sufficient permissions. Force the recompile during post-install to ensure the package tools record the right checksums.
2004-06-06Update to 1.0.3. From the changelog:schmonz1-27/+30
* Fixed a small bug in the auto-response rate limiting code that choked on extremely long addresses. (http://mla.libertine.org/tmda-users/2004-01/msg00375.html) * Fixed a small bug in the X-Primary-Address header handling code that was triggered by a broken MTA. (http://mla.libertine.org/tmda-users/2004-01/msg00100.html) * Fixed a bug in TMDAINJECT that caused Message-ID and Date headers to differ when sending to multiple recipients. * Fixed a bug that would cause pending message release to fail under certain MTAs (particularily Exim) if the envelope sender was null <>. pkgsrc changes: * Add rc.d script for tmda-ofmipd. * Create "tofmipd" user for tmda-ofmipd. * Require Python 2.2 or higher, as needed by tmda-ofmipd. * Use subst.mk to honor PKG_SYSCONFDIR. * Set PKG_SYSCONFSUBDIR, as TMDA potentially has several config files. * Update MASTER_SITES. * Use shell globs to simplify some definitions. * Remove MESSAGE, as TMDA provides its own upgrade instructions. * Pass one file at a time to install(1) for the benefit of some of our differently-abled platforms.
2004-04-18Convert to buildlink3.snj1-2/+2
2004-01-28Upgrade to the 1.0 release.kim1-2/+5
2003-09-27Add USE_BUILDLINK2.recht1-1/+2
This should fix hubertf's bulk build.