diff options
author | Rob Austein <sra@hactrn.net> | 2008-01-08 22:25:13 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2008-01-08 22:25:13 +0000 |
commit | 8d539d2f856ce914561c8750d6e2caa83bf4c5ea (patch) | |
tree | e6fb0db9d387ee3a13389962b2631708c2844836 /scripts | |
parent | e3267ab194fe2e3368121430e2acbe125ae9de6b (diff) |
Add URLs for package sources.
svn path=/scripts/README; revision=1447
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/README | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/scripts/README b/scripts/README index c183424d..d9d91bbd 100644 --- a/scripts/README +++ b/scripts/README @@ -8,20 +8,28 @@ External Python packages required: - lxml, which in turn requires the libxml2 C libraries. + http://codespeak.net/lxml/ + FreeBSD: /usr/ports/devel/py-lxml - MySQLdb, which in turn requires MySQL client and server. I'm testing with MySQL 5.1. + http://sourceforge.net/projects/mysql-python/ + FreeBSD: /usr/ports/databases/py-MySQLdb - TLSLite, which pulls in other crypto packages. + http://trevp.net/tlslite/ + FreeBSD: /usr/ports/security/py-tlslite - Cryptlib, at the moment just to support TLSlite but may end up using it for other things later. + http://www.cs.auckland.ac.nz/~pgut001/cryptlib/ + FreeBSD: /usr/ports/security/cryptlib ...but the FreeBSD port doesn't (yet?) install the Python bindings, @@ -37,8 +45,10 @@ External Python packages required: - Eventually I expect that this will require an event-handling package like Twisted, but I'm not there yet. -- The testpoke tool (up-down protocol command line test client) also - uses PyYAML, mostly for compatability with APNIC's equivalent tool. +- The testpoke tool (up-down protocol command line test client) and + testbed tools also uses PyYAML. + + http://pyyaml.org/ FreeBSD: /usr/ports/devel/py-yaml |