diff options
-rw-r--r-- | rpkid/README | 30 | ||||
-rw-r--r-- | rpkid/left-right-protocol-samples/.stamp | 0 | ||||
-rw-r--r-- | rpkid/publication-protocol-samples/.stamp | 0 |
3 files changed, 30 insertions, 0 deletions
diff --git a/rpkid/README b/rpkid/README index 854c4315..7427fec0 100644 --- a/rpkid/README +++ b/rpkid/README @@ -41,6 +41,36 @@ We also use a hacked copy of the Python OpenSSL Wrappers (POW) package, but our copy has enough modifications that it's expanded in the Subversion tree. +Other (non-Python) code used in test routines, building documentation, +or translating RelaxNG schemas from compact to XML format; none of +these should be needed just to build and run the package, although +accidental dependencies on them have crept into the Makefile from +time to time as they are part of the development environment: + +- xsltproc, from the libxslt package: + + http://xmlsoft.org/XSLT/ + + FreeBSD: /usr/ports/textproc/libxslt + +- Doxygen, which in turn pulls in Graphviz and pdflatex: + + http://www.doxygen.org/ + + FreeBSD: /usr/ports/devel/doxygen + +- Lynx: + + http://lynx.isc.org/current/ + + FreeBSD: /usr/ports/www/lynx + +- Trang: + + http://www.thaiopensource.com/relaxng/trang.html + + FreeBSD: /usr/ports/textproc/trang + $Revision$ diff --git a/rpkid/left-right-protocol-samples/.stamp b/rpkid/left-right-protocol-samples/.stamp new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/rpkid/left-right-protocol-samples/.stamp diff --git a/rpkid/publication-protocol-samples/.stamp b/rpkid/publication-protocol-samples/.stamp new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/rpkid/publication-protocol-samples/.stamp |