diff options
author | obrien <obrien@FreeBSD.org> | 1997-11-08 16:39:09 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1997-11-08 16:39:09 +0800 |
commit | 122e2b838973571c73041483df5eba6494c940aa (patch) | |
tree | c131e41860fba6fca01814f7d94f0f215c0b3680 /converters/xdeview/files | |
parent | b333e88556a7d87d58e4ca75258667a551cfe427 (diff) | |
download | freebsd-ports-gnome-122e2b838973571c73041483df5eba6494c940aa.tar.gz freebsd-ports-gnome-122e2b838973571c73041483df5eba6494c940aa.tar.zst freebsd-ports-gnome-122e2b838973571c73041483df5eba6494c940aa.zip |
Don't depend on ports/converters/uulib's files/ dir.
Diffstat (limited to 'converters/xdeview/files')
-rw-r--r-- | converters/xdeview/files/porting.notes | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/converters/xdeview/files/porting.notes b/converters/xdeview/files/porting.notes new file mode 100644 index 000000000000..eb15b92e9768 --- /dev/null +++ b/converters/xdeview/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> |