aboutsummaryrefslogtreecommitdiff
path: root/textproc/pychm/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Use setuptools for all Python ports.William Grzybowski2013-12-151-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Setuptools is the preferred method to manage Python distributions after many changes to the packaging ecosystem over the past couple of years. Only ports using USE_PYDISTUTILS= yes are affected by this commit, ports using USE_PYDISTUTILS= easy_install remains the same however this usage is now deprecated and should be converted to USE_PYDISTUTILS= yes. Some Python distributions do not work with setuptools out of the box because they extend the install command from distutils and not setuptools, and so they need to be patched accordingly. pip (which leverages setuptools) works around the issue by using eggs, however we want to get rid of those as well, as support for "flat" installation is unavailable or has other issues associated with it. This work allows us to unify how python packages are built, ensure that Python distributions are installed consistently, reduces complexity for Python port maintainers and paves the way for simplifying the Python ports framework in the future. With hat on: python Reviewed by: koobs, antoine Exp-run: bdrewery Approved by: bdrewery (portmgr) Notes: svn path=/head/; revision=336553
* 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
* - Reset maintainer [1]Wen Heping2011-03-101-1/+1
| | | | | | | | | | - Drop MD5 PR: ports/155424 [1] Submitted by: Radek Kozlowski <radek@raadradd.com> (previous maintainer) [1] Notes: svn path=/head/; revision=270584
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-1/+1
| | | | | | | starting with T,U,V Notes: svn path=/head/; revision=240076
* - Update to 0.8.4Andrew Pantyukhin2006-11-141-4/+3
| | | | | | | Approved by: Radoslaw Kozlowski <radek@raadradd.com> (maintainer) Notes: svn path=/head/; revision=177279
* - Update to 0.8.3Andrew Pantyukhin2006-05-281-4/+4
| | | | | | | Approved by: krion (mentor), maintainer Notes: svn path=/head/; revision=163739
* - Update to 0.8.2Pav Lucistnik2005-02-141-1/+1
| | | | | | | | PR: ports/77475 Submitted by: Radek Kozlowski <radek@raadradd.com> (maintainer) Notes: svn path=/head/; revision=128863
* Add pychm, a package that provides bindings for Jed Wing's CHMLIB library.Pav Lucistnik2004-12-011-0/+25
PR: ports/74458 Submitted by: Radek Kozlowski <radek@raadradd.com> Notes: svn path=/head/; revision=122938