diff options
author | Rob Austein <sra@hactrn.net> | 2008-06-12 16:21:02 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2008-06-12 16:21:02 +0000 |
commit | ca0979f78ecefa9d12926fef6ce1a041b5adf664 (patch) | |
tree | a65187bde864ebf22d3874077e1ee0f795cba4f1 | |
parent | efd63e1b654fb9cd1092eefa2165686adc5452e8 (diff) |
Document secondary dependencies and try to remove accidental
dependency on xsltproc during build.
svn path=/rpkid/README; revision=1874
-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 |