aboutsummaryrefslogtreecommitdiff
path: root/www/py-qpy
Commit message (Collapse)AuthorAgeFilesLines
* - Remove USE_DISTUTILS=yes: use setuptools since it's dependency nowSunpoet Po-Chuan Hsieh2014-03-081-1/+4
| | | | | | | | - Strip shared library - Bump PORTREVISION for package change Notes: svn path=/head/; revision=347535
* 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
* - Use PYDISTUTILS_AUTOPLISTSunpoet Po-Chuan Hsieh2013-11-302-39/+3
| | | | | | | | - Use PORTDOCS - Simplify Makefile Notes: svn path=/head/; revision=335273
* - Update USE_PYTHONSunpoet Po-Chuan Hsieh2013-11-203-11/+10
| | | | | | | | | | - Fix OPTIONSFILE - Support STAGEDIR - Reformat pkg-descr - Use single space after WWW: Notes: svn path=/head/; revision=334387
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | www) Notes: svn path=/head/; revision=327776
* - Cosmetic changeSunpoet Po-Chuan Hsieh2013-09-071-1/+1
| | | | Notes: svn path=/head/; revision=326670
* - Cleanup Makefile headerSunpoet Po-Chuan Hsieh2013-08-211-5/+1
| | | | Notes: svn path=/head/; revision=325163
* - Do not silene installation messageSunpoet Po-Chuan Hsieh2012-06-181-4/+7
| | | | | | | - Convert to new options framework Notes: svn path=/head/; revision=299569
* - Add my LOCAL as MASTER_SITESSunpoet Po-Chuan Hsieh2011-08-161-1/+2
| | | | Notes: svn path=/head/; revision=279795
* - Fix build when devel/py-setuptools installedSunpoet Po-Chuan Hsieh2011-06-141-1/+2
| | | | | | | - Take maintainership Notes: svn path=/head/; revision=275585
* - Update to 1.8Sunpoet Po-Chuan Hsieh2011-03-113-18/+21
| | | | | | | | | - Use bsd.port.mk Changes: http://www.mems-exchange.org/software/qpy/qpy-1.8.tar.gz/qpy-1.8/CHANGES.txt Notes: svn path=/head/; revision=270693
* - Move over to py25Martin Wilke2011-02-252-2/+2
| | | | | | | | - while here drop md5 support - Small cleanups Notes: svn path=/head/; revision=269652
* Reassign ports maintained by dryice@ for now due to other commitments.Mark Linimon2008-12-181-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=224353
* - update to 1.6Dryice Dong Liu2007-06-162-5/+6
| | | | | | | | - add MASTER_SITE_LOCAL - update my mail address Notes: svn path=/head/; revision=193644
* - Update to 1.5Martin Wilke2006-11-172-4/+4
| | | | | | | | PR: ports/105625 Submitted by: Dryice Liu <dryice@dryice.name> ( maintainer) Notes: svn path=/head/; revision=177441
* Qpy provides a convenient mechanism for generating safely-quoted htmlMartin Wilke2006-11-154-0/+68
text from python code. It does this by implementing a quoted-string data type and a modification of the python compiler. (This main idea comes from Quixote's htmltext/PTL.) WWW: http://www.mems-exchange.org/software/qpy/ PR: ports/105471 Submitted by: Dryice Liu <dryice at dryice.name> Notes: svn path=/head/; revision=177313