aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-ltxml
Commit message (Collapse)AuthorAgeFilesLines
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450Eitan Adler2012-01-211-1/+1
| | | | | | | | | | | | | ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr Notes: svn path=/head/; revision=289563
* 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
* - Make Python 2.5.1 the default Python versionAlexander Botero-Lowry2007-07-301-0/+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
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gCheng-Lung Sung2006-08-151-1/+1
| | | | | | | | | | - these include security/ sysutils/ textproc/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Notes: svn path=/head/; revision=170652
* Remove USE_REINPLACE from categories starting with TEdwin Groothuis2006-05-131-1/+0
| | | | Notes: svn path=/head/; revision=162216
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149459
* - Track updated distfile, which has changed in-place (added XMLVersionJean-Yves Lefort2005-04-182-7/+5
| | | | | | | | | | | | property to Files). - Fix build on amd64 and ia64. PR: ports/80014 Submitted by: Johan van Selst <johans@stack.nl> Approved by: adamw (mentor) Notes: svn path=/head/; revision=133589
* BROKEN: Size mismatchKris Kennaway2005-02-281-0/+2
| | | | Notes: svn path=/head/; revision=129976
* BROKEN on amd64 and ia64: Does not build (links non-shared with shared library)Kris Kennaway2004-11-181-1/+7
| | | | Notes: svn path=/head/; revision=121940
* The tarball was rerolled without version bumps.Sergey Matveychuk2004-07-232-6/+3
| | | | | | | | | | | | | | | | Changes: * Unicode support fixes * free() changed with PyObject_FREE() * allow pass URI in stream Full distfiles diff you can see here: http://people.freebsd.org/~sem/PyLTXML-1.3.diff PR: ports/69490 Submitted by: Radim Kolar <hsn@netmag.cz> Notes: svn path=/head/; revision=114509
* Set an expiry date of 2004-08-20 for these BROKEN/IGNORE/FORBIDDENKris Kennaway2004-06-211-0/+2
| | | | | | | | ports. They will be removed on or after that date if they are still broken and no fix has been submitted to GNATS. Notes: svn path=/head/; revision=111956
* BROKEN: Checksum mismatchKris Kennaway2004-02-211-0/+2
| | | | Notes: svn path=/head/; revision=101602
* Fix checksum mismatch. Author rerolled distfile adding this changelogPav Lucistnik2003-11-142-1/+6
| | | | | | | | | | | | | entry and corresponding code: Revision 1.48 2003/06/03 15:20:17 ht work with 16- or 32-bit Python Spotted by: bento Approved by: adamw (mentor) Notes: svn path=/head/; revision=93979
* Use %%PYTHON_SITELIBDIR%% to enable package build on python2.3Hye-Shik Chang2003-08-031-5/+5
| | | | Notes: svn path=/head/; revision=86234
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75976
* Add py-ltxml 1.3, python bindings to the LT XML toolkit.Johann Visagie2003-01-316-0/+65
Notes: svn path=/head/; revision=74346