aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-Tempita
Commit message (Collapse)AuthorAgeFilesLines
* textproc/py-Tempita: Take MAINTAINER'ship Add LICENSEKubilay Kocak2019-05-142-2/+6
| | | | Notes: svn path=/head/; revision=501621
* Add NO_ARCHSunpoet Po-Chuan Hsieh2019-04-271-2/+4
| | | | Notes: svn path=/head/; revision=500260
* Convert tab after WWW: in pkg-descrs to single space as per PHBDmitry Marakasov2016-05-231-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415738
* - Update to 0.5.2Wen Heping2014-10-012-8/+6
| | | | | | | - Reset maintainer to ports@ Notes: svn path=/head/; revision=369689
* - Convert to autoplistMartin Wilke2014-02-172-3/+3
| | | | | | | | - Stage support - Bump PORTREV Notes: svn path=/head/; revision=344656
* 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
* The word 'very' has no place in COMMENTEitan Adler2013-10-311-1/+1
| | | | | | | | | COMMENT should not begin with 'A' or 'An' Maintainers were notified and given time to object. Notes: svn path=/head/; revision=332200
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | textproc) Notes: svn path=/head/; revision=327773
* - Update to 0.5.1Wen Heping2011-06-262-4/+3
| | | | | | | | PR: ports/158282 Submitted by: lwhsu@ Notes: svn path=/head/; revision=276440
* - Update lang/python26 and make Python 2.6.2 to the default Python versionMartin Wilke2009-06-081-1/+1
| | | | | | | | Tested by: 3 pointyhat runs Thanks to: pav, gahr, lwhsu, mva, amdmi3 Notes: svn path=/head/; revision=235453
* - Update to 0.4Martin Wilke2009-05-012-4/+4
| | | | | | | Approved by: maintainer implicit Notes: svn path=/head/; revision=233083
* Tempita is a small templating language for text substitution.Martin Wilke2009-02-274-0/+31
This isn't meant to be the Next Big Thing in templating; it's just a handy little templating language for when your project outgrows string.Template or % substitution. It's small, it embeds Python in strings, and it doesn't do much else. WWW: http://pythonpaste.org/tempita/ Submitted by: Wen Heping <wenheping at gmail.com> Notes: svn path=/head/; revision=229181