summaryrefslogtreecommitdiff
path: root/converters/uudeview
diff options
context:
space:
mode:
authorTim Vanderhoek <hoek@FreeBSD.org>1997-11-08 13:44:28 +0000
committerTim Vanderhoek <hoek@FreeBSD.org>1997-11-08 13:44:28 +0000
commit7672af6103d7d4ce2cac25bc87992c006b2e21ca (patch)
tree280b46cd0665f510a3aae065e42060ad439cbb31 /converters/uudeview
parentUse arch-independent share/games/tvp for gifs after brief discussion (diff)
As with xdeview, use our own file/ so people don't trip over its
absence.
Notes
Notes: svn path=/head/; revision=8519
Diffstat (limited to 'converters/uudeview')
-rw-r--r--converters/uudeview/Makefile5
-rw-r--r--converters/uudeview/distinfo1
-rw-r--r--converters/uudeview/files/porting.notes15
3 files changed, 18 insertions, 3 deletions
diff --git a/converters/uudeview/Makefile b/converters/uudeview/Makefile
index a9c897822e7d..82c56a2b5f3a 100644
--- a/converters/uudeview/Makefile
+++ b/converters/uudeview/Makefile
@@ -3,7 +3,7 @@
# Date Created: 04 Aug 1996
# Whom: Tim Vanderhoek <ac199@freenet.hamilton.on.ca>
#
-# $Id: Makefile,v 1.10 1997/04/26 23:55:24 asami Exp $
+# $Id: Makefile,v 1.11 1997/04/27 00:23:50 asami Exp $
#
DISTNAME= uudeview-0.5.13
@@ -12,11 +12,10 @@ MASTER_SITES= http://www.uni-frankfurt.de/~fp/uudeview/Apps/frank/ \
ftp://ftp.uni-frankfurt.de/pub/dist/frank/ \
ftp://tsx-11.mit.edu/pub/linux/sources/usr.bin/
-MAINTAINER= ac199@freenet.hamilton.on.ca
+MAINTAINER= hoek@FreeBSD.ORG
LIB_DEPENDS= uu\\.1\\.:${PORTSDIR}/converters/uulib
-FILESDIR= ${.CURDIR}/../../converters/uulib/files
GNU_CONFIGURE= Yes
CONFIGURE_ARGS+= --enable-inews=${PREFIX}/news/lib/inews \
--disable-tcl
diff --git a/converters/uudeview/distinfo b/converters/uudeview/distinfo
new file mode 100644
index 000000000000..8ade08dca7af
--- /dev/null
+++ b/converters/uudeview/distinfo
@@ -0,0 +1 @@
+MD5 (uudeview-0.5.13.tar.gz) = fda32e2de4a6b92eb56f1e286ae3815a
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>