aboutsummaryrefslogtreecommitdiff
path: root/mail/py-turbomail
Commit message (Collapse)AuthorAgeFilesLines
* - Convert ports of mail/ to new USES=pythonMarcus von Appen2014-10-211-3/+2
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371330
* - Enable stagedir supportMarcus von Appen2014-01-261-6/+5
| | | | | | | | | - Add LICENSE - Convert USE_PYDISTUTILS=easy_install to yes - Convert to PYDISTUTILS_AUToPLIST Notes: svn path=/head/; revision=341197
* Python cleanup:Rene Ladan2014-01-131-1/+1
| | | | | | | | | | - USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat) Notes: svn path=/head/; revision=339634
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | mail) Notes: svn path=/head/; revision=327742
* - Remove Author lineSunpoet Po-Chuan Hsieh2013-08-291-1/+0
| | | | Notes: svn path=/head/; revision=325614
* - Use single space after WWW:Sunpoet Po-Chuan Hsieh2013-08-291-1/+1
| | | | Notes: svn path=/head/; revision=325561
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450Eitan Adler2012-01-211-1/+1
| | | | | | | | | | | | | ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr Notes: svn path=/head/; revision=289563
* - Bump PORTREVISION after www/py-turbogears updateMartin Wilke2011-02-271-1/+1
| | | | | | | all these ports builds now with python27 \o/ Notes: svn path=/head/; revision=269920
* - Move over to py25 or aboveMartin Wilke2011-02-252-2/+2
| | | | | | | - While here get rid FreeBSD 6.X and md5 support Notes: svn path=/head/; revision=269643
* - Update to 3.0.3Li-Wen Hsu2010-01-312-4/+4
| | | | | | | | PR: ports/140901 Submitted by: wen Notes: svn path=/head/; revision=248937
* - Update to 3.0Pav Lucistnik2009-09-172-5/+4
| | | | | | | | | PR: ports/138233 Submitted by: Wen Heping <wenheping@gmail.com> Feature safe: yes Notes: svn path=/head/; revision=241562
* - Update to 2.1Nicola Vitale2009-01-205-54/+11
| | | | | | | | | | | | - Convert easy_install support to <bsd.python.mk> - Remove files/pkg-deinstall.in and files/pkg-install.in - Update WWW url and Author in pkg-descr PR: ports/130783 Submitted by: nivit Notes: svn path=/head/; revision=226537
* CATEGORIES+= python for py- ports missing itPhilip M. Gollucci2008-12-281-1/+1
| | | | | | | | PR: ports/124921 Approved by: portmgr (pav) Notes: svn path=/head/; revision=224878
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Make Python 2.5.1 the default Python versionAlexander Botero-Lowry2007-07-301-0/+2
| | | | | | | | | | | | | - Add significantly better support in bsd.python.mk for working with Python Eggs and the easy_install system Tested by: pointyhat runs Approved by: pav (portmgr) Most work by: perky Thanks to: pav Notes: svn path=/head/; revision=196700
* TurboMail is a TurboGears extension, meaning that it starts up andNicola Vitale2007-02-175-0/+83
shuts down alongside any TurboGears applications you write, in the same way that visit tracking and identity do. TurboMail uses built-in Python modules for SMTP communication and MIME e-mail creation, but greatly simplifies these tasks by performing the grunt-work for you. Additionally, TurboMail is multi-threaded, allowing for single or batch enqueueing and background delivery of mail. Author: Top Floor Computer Systems Ltd. WWW: http://trac.orianagroup.com/turbomail/ Notes: svn path=/head/; revision=185378