diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1997-11-08 08:39:09 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1997-11-08 08:39:09 +0000 |
commit | f19299a59c42b29397a51b37915b2d3258a7434a (patch) | |
tree | 79a8ad38826c73c3a8a46d615b8967bdcf01667b /converters/xdeview | |
parent | c14ae00aec2b8e74f0ff4f5c704c91ea8f142b05 (diff) |
Don't depend on ports/converters/uulib's files/ dir.
Notes
Notes:
svn path=/head/; revision=8517
Diffstat (limited to 'converters/xdeview')
-rw-r--r-- | converters/xdeview/Makefile | 3 | ||||
-rw-r--r-- | converters/xdeview/distinfo | 1 | ||||
-rw-r--r-- | converters/xdeview/files/porting.notes | 15 |
3 files changed, 17 insertions, 2 deletions
diff --git a/converters/xdeview/Makefile b/converters/xdeview/Makefile index 4ec84bf871e3..ef58c9c5cb60 100644 --- a/converters/xdeview/Makefile +++ b/converters/xdeview/Makefile @@ -3,7 +3,7 @@ # Date Created: 9 Feb 1997 # Whom: Tim Vanderhoek <ac199@freenet.hamilton.on.ca> # -# $Id: Makefile,v 1.5 1997/04/27 00:23:54 asami Exp $ +# $Id: Makefile,v 1.6 1997/10/23 17:59:33 hoek Exp $ # DISTNAME= uudeview-0.5.13 @@ -18,7 +18,6 @@ MAINTAINER= hoek@FreeBSD.ORG LIB_DEPENDS= tk80\\.1\\.:${PORTSDIR}/x11/tk80 LIB_DEPENDS= uu\\.1\\.:${PORTSDIR}/converters/uulib -FILESDIR= ${.CURDIR}/../../converters/uulib/files GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-tcl="${PREFIX}" --enable-tk="${PREFIX}" # Season to taste --- anything over tcl7.5 diff --git a/converters/xdeview/distinfo b/converters/xdeview/distinfo new file mode 100644 index 000000000000..8ade08dca7af --- /dev/null +++ b/converters/xdeview/distinfo @@ -0,0 +1 @@ +MD5 (uudeview-0.5.13.tar.gz) = fda32e2de4a6b92eb56f1e286ae3815a 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> |