diff options
author | Tim Vanderhoek <hoek@FreeBSD.org> | 1997-11-08 13:44:28 +0000 |
---|---|---|
committer | Tim Vanderhoek <hoek@FreeBSD.org> | 1997-11-08 13:44:28 +0000 |
commit | 7672af6103d7d4ce2cac25bc87992c006b2e21ca (patch) | |
tree | 280b46cd0665f510a3aae065e42060ad439cbb31 /converters/uudeview/files | |
parent | 48e4a3a137fa6267571aa2a39315b593abc7867a (diff) | |
download | ports-7672af6103d7d4ce2cac25bc87992c006b2e21ca.tar.gz ports-7672af6103d7d4ce2cac25bc87992c006b2e21ca.zip |
Notes
Diffstat (limited to 'converters/uudeview/files')
-rw-r--r-- | converters/uudeview/files/porting.notes | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/converters/uudeview/files/porting.notes b/converters/uudeview/files/porting.notes new file mode 100644 index 000000000000..eb15b92e9768 --- /dev/null +++ b/converters/uudeview/files/porting.notes @@ -0,0 +1,15 @@ +This was originally one distribution for UUdeview, but I have broken +it up into ``libuu', ``uudeview'', and ``xdeview'', hopefully making +it cleaner and more useful. + +The source itself is quite portable and required no patching, although +I have added support for compilation as a shared library. + +The package is covered under the GNU license. + +The author has also written patches to the popular newsreaders `nn' +and `elm' to allow them to make use of this library. They are +available from the website mentioned in this library's +associated manpage. + +Tim Vanderhoek <ac199@freenet.hamilton.on.ca> |