aboutsummaryrefslogtreecommitdiff
path: root/textproc/pychm
Commit message (Collapse)AuthorAgeFilesLines
* textproc/pychm: fix runtimeRuslan Makhmatkhanov2015-07-053-14/+67
| | | | | | | | | | | | | | | - fix missing symbol _get_leaf_node_offset which causes chm2pdf to exit - pass maintainership to submitter - bump PORTREVISION While here, limit python version to 2.x, since it doesn't build with 3.x and convert to autoplist. PR: 201351 Submitted by: Carlos Jacobo Puga Medina <cpm@fbsd.es> Notes: svn path=/head/; revision=391359
* - Add LICENSEDmitry Marakasov2015-02-241-0/+6
| | | | | | | - Strip libraries Notes: svn path=/head/; revision=379792
* - Convert textproc/ to USES=pythonMarcus von Appen2014-12-071-2/+2
| | | | | | | With hat: python@ Notes: svn path=/head/; revision=374183
* Cleanup plistAntoine Brodin2014-11-151-1/+0
| | | | Notes: svn path=/head/; revision=372605
* 1: Stagify.Vanilla I. Shu2014-06-111-2/+1
| | | | | | | 2: new format of LIB_DEPENDS. Notes: svn path=/head/; revision=357444
* 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-102-2/+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-142-7/+6
| | | | | | | Approved by: Radoslaw Kozlowski <radek@raadradd.com> (maintainer) Notes: svn path=/head/; revision=177279
* - Update to 0.8.3Andrew Pantyukhin2006-05-282-7/+7
| | | | | | | Approved by: krion (mentor), maintainer Notes: svn path=/head/; revision=163739
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154308
* - Update to 0.8.2Pav Lucistnik2005-02-143-9/+9
| | | | | | | | 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-014-0/+42
PR: ports/74458 Submitted by: Radek Kozlowski <radek@raadradd.com> Notes: svn path=/head/; revision=122938