Port details |
- py-rxp Fast validating XML parser for Python
- 0.9_3 textproc
=2 0.9_3Version of this port present on the latest quarterly branch.
- DEPRECATED: Unmaintained, uses EOLed python27
This port expired on: 2020-01-27
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2002-05-10 17:32:55
- Last Update: 2020-01-27 17:18:16
- SVN Revision: 524265
- People watching this port, also watch:: python, py39-gnupg
- Also Listed In: python
- License: not specified in port
- WWW:
- http://www.reportlab.org/pyrxp.html
- Description:
- RXP is a very fast validating XML parser written by Richard Tobin
of the University of Edinburgh. It complies fully with the W3C test
suites (although we have compiled it without Unicode support for
the time being). pyRXP is a wrapper around this which constructs a
lightweight in-memory "tuple tree" in a single call. This structure
is the lightest one we could define in Python, and it is constructed
entirely in C code, resulting in unprecedented speed. It is a core
part of ReportLab's forthcoming XML toolkit, which aims to offer
simple, fast and pythonic tools for common XML processing tasks.
WWW: http://www.reportlab.org/pyrxp.html
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}rxp>0:textproc/py-rxp@${PY_FLAVOR}
- No installation instructions:
- This port has been deleted.
- PKGNAME: py27-rxp
- Package flavors (<flavor>: <package>)
- distinfo:
- SHA256 (pyRXP-0-9.tgz) = 85e339f013210dd9d2744d3e60f20af9fc04d1f4cbd265e63787b53342a00949
SIZE (pyRXP-0-9.tgz) = 290915
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py27-setuptools>0 : devel/py-setuptools@py27
- python2.7 : lang/python27
- Runtime dependencies:
-
- py27-setuptools>0 : devel/py-setuptools@py27
- python2.7 : lang/python27
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for py27-rxp-0.9_3:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- python:2.7 tar:tgz
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.9_3 27 Jan 2020 17:18:16 |
rene |
Remove expired ports (part 2):
2020-01-27 security/kedpm: Unmaintained, uses EOLed python27
2020-01-27 security/parano: Unmaintained, uses EOLed python27
2020-01-27 security/py-cryptkit: Unmaintained, uses EOLed python27
2020-01-27 security/py-fchksum: Unmaintained, uses EOLed python27
2020-01-27 security/py-mhash: Unmaintained, uses EOLed python27
2020-01-27 security/py-pow: Unmaintained, uses EOLed python27
2020-01-27 security/py-pycryptopp: Unmaintained, uses EOLed python27
2020-01-27 security/py-trustedpickle: Unmaintained, uses EOLed python27
2020-01-27 security/py-twofish: Unmaintained, uses EOLed python27
2020-01-27 security/revelation: Unmaintained, uses EOLed python27
2020-01-27 security/spike-proxy: Unmaintained, uses EOLed python27
2020-01-27 security/umit: Unmaintained, uses EOLed python27
2020-01-27 sysutils/feather: Unmaintained, uses EOLed python27 (Only the first 15 lines of the commit message are shown above ) |
0.9_3 26 Dec 2019 07:54:29 |
antoine |
Deprecate a few ports
With hat: portmgr |
0.9_3 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
0.9_3 18 Jun 2017 18:09:17 |
dbn |
qa: add check for NO_ARCH
If NO_ARCH is set then check that no FreeBSD elf(5) files are in $STAGEDIR.
If an elf(5) file is bundles as part of the package, but is not meant to be
run directly (i.e. the elf(5) file is a payload, and not compiled) then
those files can be added to NO_ARCH_IGNORE to avoid the check from failing,
Changes to ports:
- Ports that have NO_ARCH set, but actually compile files have had NO_ARCH
removed.
- Ports that have elf(5) payloads have had those files added to
NO_ARCH_IGNORE.
- R-cran ports that do not set USES=cran:compiles have NO_ARCH set,
PR: 218976
Reviewed by: antoine, mat
Approved by: portmgr |
0.9_2 19 May 2016 10:53:06 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket |
0.9_2 07 Jan 2016 11:09:31 |
miwi |
- Convert to options helper
- Add NO_ARCH |
0.9_2 28 Mar 2015 11:38:27 |
amdmi3 |
- Switch to USES=tar
- Strip library |
0.9_1 07 Dec 2014 10:01:37 |
mva |
- Convert textproc/ to USES=python
With hat: python@ |
0.9_1 30 Dec 2013 12:00:11 |
wg |
textproc/py-rxp: support staging and use auto plist |
0.9_1 20 Sep 2013 23:17:32 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
0.9_1 13 Feb 2012 07:05:35 |
wen |
- Unbreak on FreeBSD-9 and above
PR: ports/164928
Submitted by: Denis Generalov <gd@rambler-co.ru> |
0.9 12 Feb 2012 17:38:41 |
rm |
- convert to using PYTHON_SITELIBDIR
- do not try to remove directories, that we don't created
All of them are non-functional changes. |
0.9 03 Jul 2011 14:40:25 |
ohauer |
-remove MD5 |
0.9 23 May 2010 21:16:16 |
linimon |
Reset perky@FreeBSD.org due to maintainer-timeouts and no response
to email.
Hat: portmgr |
0.9 28 Dec 2009 12:16:29 |
erwin |
Mark BROKEN on 9.x: does not build. |
0.9 20 Dec 2007 15:16:08 |
pav |
- Fix build on FreeBSD 8.x
Submitted by: Wesley Shields <wxs@atarininja.org> |
0.9 14 Aug 2007 07:44:59 |
perky |
Fix build on 7.0 and python 2.5. |
0.9 30 Jul 2007 09:42:28 |
alexbl |
- Make Python 2.5.1 the default Python version
- 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 |
0.9 19 Mar 2006 07:44:12 |
perky |
- Update WWW
- Clean pkg-plist up
PR: 94343
Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> |
0.9 24 Jan 2006 03:10:24 |
edwin |
SHA256ify
Approved by: krion@ |
0.9 30 Dec 2005 13:07:52 |
ru |
Unbreak on FreeBSD 7 too. |
0.9 30 Dec 2005 09:50:37 |
ru |
Unbreak on FreeBSD 6. |
0.9 18 Nov 2004 22:39:44 |
kris |
BROKEN on 6.x: Does not build |
0.9 18 Mar 2004 07:38:48 |
perky |
Add SIZE data.
Submitted by: trevor |
0.9 25 Feb 2003 06:25:36 |
perky |
De-pkg-comment for my ports. |
0.9 19 Nov 2002 16:39:16 |
perky |
Update to 0.9 |
0.7 25 Jun 2002 19:19:54 |
perky |
Use REINPLACE_CMD as well as USE_REINPLACE |
0.7 25 Jun 2002 07:50:58 |
perky |
Updating my email address.
Approved by: cjh (mentor) |
0.7 23 May 2002 22:22:19 |
pat |
back out commit made comparing OSVERSION and use sed(1) to workaround perl
on current issue. gotta back it out sooner or later.
/me puts on pointy hat
Requested by: many |
0.7 23 May 2002 00:32:04 |
pat |
Fix ports for building with -current without perl
PR: 38359
Submitted by: maintainer |
0.7 10 May 2002 17:32:44 |
ijliao |
add py-rxp 0.7
Fast validating XML parser for Python
PR: 37926
Submitted by: Hye-Shik Chang <perky@fallin.lv> |