aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-4suite-xml
Commit message (Collapse)AuthorAgeFilesLines
* 2014-08-31 databases/kinterbasdb: Not staged. See ↵Antoine Brodin2014-09-076-1273/+0
| | | | | | | | | | | | http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-May/000080.html 2014-08-31 databases/msql: Not staged. See http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-May/000080.html 2014-08-31 multimedia/pvr250: Not staged. See http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-May/000080.html 2014-08-31 multimedia/pvrxxx: Not staged. See http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-May/000080.html 2014-08-31 textproc/py-4suite-xml: Not staged. See http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-May/000080.html Notes: svn path=/head/; revision=367495
* Remove indefinite articles and trailing periods from COMMENT, plusJimmy Olgeni2014-08-031-1/+1
| | | | | | | | | | | | minor COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Categories T-V. CR: D509 Approved by: portmgr (antoine) Notes: svn path=/head/; revision=363904
* Convert some more USE_BZIP2 to USES=tar:bzip2Adam Weinberger2014-07-291-1/+1
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363399
* Resetting maintainership on ports that have not been staged and without anyBaptiste Daroussin2014-07-021-1/+1
| | | | | | | | | pending PR With hat: portmgr Notes: svn path=/head/; revision=360231
* Use setuptools for all Python ports.William Grzybowski2013-12-152-1/+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
* The vast majority of pkg-descr files had the following format when theyDoug Barton2011-10-241-2/+0
| | | | | | | | | | | | | | | | | | | had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues Notes: svn path=/head/; revision=284239
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276994
* - Add files/patch-Ft__Lib__DistExt__InstallText.pyNicola Vitale2010-12-162-2/+17
| | | | | | | | | | | - Fix package build when NOPORTDOCS is defined PR: ports/153028 Submitted by: nivit Approved by: Mike Brown <mike at skew.org> (maintainer) Notes: svn path=/head/; revision=266453
* - Fix pkg-plist with NOPORTDOCSPhilip M. Gollucci2010-12-112-5/+4
| | | | | | | | | - while here pet portlint Reported by: QAT Notes: svn path=/head/; revision=266065
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+2
| | | | | | | starting with T,U,V Notes: svn path=/head/; revision=240076
* - Update to 1.0.2 [1]Li-Wen Hsu2008-07-263-13/+7
| | | | | | | | | | - Remote stuff for old python version PR: ports/125729 Submitted by: Mike Brown <mike AT skew.org> (maintainer) Notes: svn path=/head/; revision=217565
* - Make Python 2.5.1 the default Python versionAlexander Botero-Lowry2007-07-302-1/+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
* - Update to 1.0Nicola Vitale2006-12-073-302/+64
| | | | | | | | | PR: 105595 Submitted by: Mike Brown <mike@skew.org> Approved by: alexbl (mentor) Notes: svn path=/head/; revision=179071
* Remove USE_REINPLACE from categories starting with TEdwin Groothuis2006-05-131-1/+0
| | | | Notes: svn path=/head/; revision=162216
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154308
* update dependencies in textproc/py-4suite-xml portEdwin Groothuis2005-12-251-1/+3
| | | | | | | | | | | | | | | | | | 1. PyExpat is required in order to build the documentation. Most systems have it, but if you're using python-2.3.2_1 or lower, and have not installed textproc/py-expat or textproc/py-xml, then you probably don't have it. 2. Now that 4Suite XML supports DTD validation, there is no support for xmlproc, the validating parser distributed in PyXML. When xmlproc was needed, it had to come from PyXML 0.8+. That restriction is no longer applicable. PR: ports/90831 Submitted by: Mike Brown <mike@skew.org> Notes: svn path=/head/; revision=152033
* Patch to update textproc/py-4suite-xml to latest versionEdwin Groothuis2005-12-203-11/+17
| | | | | | | | | | | | | The attached patch should be sufficient to bring the textproc/py-4suite-xml port up to date. The new version of the software should also work on 64-bit architectures as well. PR: ports/90624 Submitted by: Mike Brown <mike@skew.org> Notes: svn path=/head/; revision=151629
* BROKEN on !i386: Does not buildKris Kennaway2005-12-171-0/+4
| | | | Notes: svn path=/head/; revision=151435
* py-4Suite-XML is a new port reflecting 4Suite's post-1.0b1 packagePav Lucistnik2005-11-125-0/+1492
structure. It is just the XML/XPath/XSLT/XUpdate portion of 4Suite. PR: ports/88128 Submitted by: Mike Brown <mike@skew.org> Notes: svn path=/head/; revision=148058