aboutsummaryrefslogtreecommitdiff
path: root/www/py-slimmer
Commit message (Collapse)AuthorAgeFilesLines
* - Make Python 2.5.1 the default Python versionAlexander Botero-Lowry2007-07-301-0/+1
| | | | | | | | | | | | | - 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
* Add py-slimmer, a Python script to remove redundant info (whitespaces,Stefan Walter2006-06-203-0/+35
comments, etc.) from XHTML, HTML and CSS. Useful in build systems to pre-compress static content in production. PR: 97668 Submitted by: Corey Smith <corsmith@gmail.com> Approved by: arved (mentor) Notes: svn path=/head/; revision=165864