aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-genshi
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.6Nicola Vitale2010-04-283-44/+109
| | | | | | | - Remove PYEASYINSTALL_ARCHDEP, PYDISTUTILS_INSTALLARGS variables Notes: svn path=/head/; revision=253381
* - Remove -Z flag from PYDISTUTILS_INSTALLARGSNicola Vitale2009-12-192-79/+3
| | | | | | | | (Reported that www/trac has problems when Genshi is installed with zip-safe=false) - Bump PORTREVISION (pkg-plist changed) Notes: svn path=/head/; revision=246222
* - Fix pkg-plistNicola Vitale2008-10-102-1/+2
| | | | | | | | | | | (the last version (0.6c9) of devel/py-setuptools now adds native_libs.txt to *.EGG-INFO) - Bump PORTREVISION Pointed out by: QAT Notes: svn path=/head/; revision=221386
* - Override the zip_flag=True in setup.py to install the egg asNicola Vitale2008-08-072-7/+83
| | | | | | | | | | a directory (asked by brooks@ to solve some issues with devel/trac[1]) - Bump PORTREVISION (different pkg-plist) [1] http://lists.freebsd.org/pipermail/freebsd-python/2008-August/001662.html Notes: svn path=/head/; revision=218180
* - Update to 0.5.1Nicola Vitale2008-07-103-30/+31
| | | | | | | - Use ${COPYTREE_SHARE} to install doc and examples Notes: svn path=/head/; revision=216655
* - Update to 0.5Nicola Vitale2008-06-263-36/+68
| | | | | | | | | | - Add PYEASYINSTALL_ARCHDEP=yes, DOCSDIR, EXAMPLESDIR PR: ports/124570 Submitted by: Junji NAKANISHI <jun-g at daemonfreaks.com> Notes: svn path=/head/; revision=215802
* - Fix WWW siteNicola Vitale2008-02-211-1/+1
| | | | Notes: svn path=/head/; revision=207720
* - Update to 0.4.4 [1]Nicola Vitale2007-08-243-5/+230
| | | | | | | | | | - Install docs and/or examples PR: ports/115533 Submitted by: clsung [1] Notes: svn path=/head/; revision=198249
* - Make Python 2.5.1 the default Python versionAlexander Botero-Lowry2007-07-302-15/+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
* - Add pkg-plist I forgot to commit after removing PLIST_FILESNicola Vitale2007-04-182-1/+5
| | | | | | | | | | - Bump PORTREVISION Submitted by: pointyhat (via kris) Pointyhat to: nivit Notes: svn path=/head/; revision=190306
* - Update to 0.4Nicola Vitale2007-04-174-42/+9
| | | | | | | - Remove files/pkg-deinstall.in files/pkg-install.in Notes: svn path=/head/; revision=190180
* - Update my email addressNicola Vitale2007-04-051-1/+1
| | | | Notes: svn path=/head/; revision=189280
* Genshi is a Python library that provides an integrated set of componentsNicola Vitale2007-01-245-0/+75
for parsing, generating, and processing HTML, XML or other textual content for output generation on the web. The major feature is a template language, which is heavily inspired by Kid. WWW: http://genshi.wedgewall.org/ Approved by: alexbl (mentor, implicit) Notes: svn path=/head/; revision=183158