aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-genshi/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.6Nicola Vitale2010-04-281-5/+2
| | | | | | | - Remove PYEASYINSTALL_ARCHDEP, PYDISTUTILS_INSTALLARGS variables Notes: svn path=/head/; revision=253381
* - Remove -Z flag from PYDISTUTILS_INSTALLARGSNicola Vitale2009-12-191-2/+2
| | | | | | | | (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-101-1/+1
| | | | | | | | | | | (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-071-1/+2
| | | | | | | | | | 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-101-3/+3
| | | | | | | - Use ${COPYTREE_SHARE} to install doc and examples Notes: svn path=/head/; revision=216655
* - Update to 0.5Nicola Vitale2008-06-261-1/+6
| | | | | | | | | | - Add PYEASYINSTALL_ARCHDEP=yes, DOCSDIR, EXAMPLESDIR PR: ports/124570 Submitted by: Junji NAKANISHI <jun-g at daemonfreaks.com> Notes: svn path=/head/; revision=215802
* - Update to 0.4.4 [1]Nicola Vitale2007-08-241-2/+13
| | | | | | | | | | - 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-301-11/+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 pkg-plist I forgot to commit after removing PLIST_FILESNicola Vitale2007-04-181-1/+1
| | | | | | | | | | - Bump PORTREVISION Submitted by: pointyhat (via kris) Pointyhat to: nivit Notes: svn path=/head/; revision=190306
* - Update to 0.4Nicola Vitale2007-04-171-6/+6
| | | | | | | - 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-241-0/+33
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