aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1997-03-30 06:19:29 +0800
committerobrien <obrien@FreeBSD.org>1997-03-30 06:19:29 +0800
commitcbbcdb698c41586d23696e7ea126afb3e5344ce1 (patch)
tree39f03c8d9f8116c126aa41388c76ab3afdeab9f8
parentc2c4f06cc8cbb8032d3ac18f6ecb1012baee303e (diff)
downloadfreebsd-ports-gnome-cbbcdb698c41586d23696e7ea126afb3e5344ce1.tar.gz
freebsd-ports-gnome-cbbcdb698c41586d23696e7ea126afb3e5344ce1.tar.zst
freebsd-ports-gnome-cbbcdb698c41586d23696e7ea126afb3e5344ce1.zip
Upgrade to 0.5.13.
Submitted by: Tim Vanderhoek <tim@X2296> and cleanup by me Partically closes PR: ports/2701
-rw-r--r--converters/uudeview/Makefile45
-rw-r--r--converters/uudeview/distinfo2
-rw-r--r--converters/uudeview/files/porting.notes15
-rw-r--r--converters/uudeview/pkg-descr2
-rw-r--r--converters/uudeview/pkg-plist1
5 files changed, 23 insertions, 42 deletions
diff --git a/converters/uudeview/Makefile b/converters/uudeview/Makefile
index 10b8d15bb836..bf40ed9b3962 100644
--- a/converters/uudeview/Makefile
+++ b/converters/uudeview/Makefile
@@ -3,12 +3,14 @@
# Date Created: 04 Aug 1996
# Whom: Tim Vanderhoek <ac199@freenet.hamilton.on.ca>
#
-# $Id: Makefile,v 1.5 1996/11/18 11:21:12 asami Exp $
+# $Id: Makefile,v 1.6 1996/12/11 23:08:12 ache Exp $
#
-DISTNAME= uudeview-0.5.9
+DISTNAME= uudeview-0.5.13
CATEGORIES= archivers mail
-MASTER_SITES= http://www.uni-frankfurt.de/~fp/uudeview/Apps/frank/
+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
@@ -17,41 +19,20 @@ BUILD_DEPENDS= ${PREFIX}/lib/libuu.a:${PORTSDIR}/devel/uulib
GNU_CONFIGURE= Yes
CONFIGURE_ARGS+= --enable-inews=${PREFIX}/news/lib/inews \
--disable-tcl
-MAN1= uudeview.1 uuenview.1
+MAN1= uudeview.1 uuenview.1
-EXTRAFILES+= porting.notes
-
-# DOCDIR is used in bsd.own.mk
PORTDOCDIR?= share/doc/uudeview
-DOCFILES+= porting.notes
-DOCFILES+= HOWTO
-
-post-patch:
- @${ECHO_MSG} "===> Adding extra files";
- @for l in ${EXTRAFILES}; do \
- ${CP} ${FILESDIR}/$${l} ${WRKSRC}/$${l}; \
- done
-# Maybe we should pay attention to DOCOWN, DOCGRP, and DOCMODE, set in
-# bsd.own.mk
post-install:
+ @/usr/bin/strip ${PREFIX}/bin/uudeview
+ @/usr/bin/strip ${PREFIX}/bin/uuenview
.if !defined(NOPORTDOCS)
- @if [ 'x${DOCFILES}' != x ] ; \
- then \
- ${ECHO_MSG} "===> Copying documents to ${PREFIX}/${PORTDOCDIR}"; \
- fi;
- ${MKDIR} ${PREFIX}/${PORTDOCDIR};
- @for l in ${DOCFILES}; \
- do \
- ${CP} ${WRKSRC}/$$l ${PREFIX}/${PORTDOCDIR}; \
- done
+ @${ECHO_MSG} "===> Copying documents to ${PREFIX}/${PORTDOCDIR}"
+ @${MKDIR} ${PREFIX}/${PORTDOCDIR}
+ @${INSTALL_MAN} ${WRKSRC}/HOWTO ${PREFIX}/${PORTDOCDIR}
+ @${INSTALL_MAN} ${FILESDIR}/porting.notes ${PREFIX}/${PORTDOCDIR}
.else
- @if [ 'x${DOCFILES}' != x ] ; \
- then \
- ${ECHO_MSG} "===> Not copying available documents to ${PREFIX}/${PORTDOCDIR}"; \
- fi;
+ @${ECHO_MSG} "===> Not copying available documents"
.endif
- strip ${PREFIX}/bin/uudeview
- strip ${PREFIX}/bin/uuenview
.include <bsd.port.mk>
diff --git a/converters/uudeview/distinfo b/converters/uudeview/distinfo
index 2a86a7750f7c..8ade08dca7af 100644
--- a/converters/uudeview/distinfo
+++ b/converters/uudeview/distinfo
@@ -1 +1 @@
-MD5 (uudeview-0.5.9.tar.gz) = 36440d9f30397ab7f3a8026af7d4c7ef
+MD5 (uudeview-0.5.13.tar.gz) = fda32e2de4a6b92eb56f1e286ae3815a
diff --git a/converters/uudeview/files/porting.notes b/converters/uudeview/files/porting.notes
index 5793a17cea50..76a1a82e6f7f 100644
--- a/converters/uudeview/files/porting.notes
+++ b/converters/uudeview/files/porting.notes
@@ -1,11 +1,10 @@
-This was originally one distribution for uudeview, but I broke it up
-to make it cleaner and more useful. It is now uulib, uudeview. Once
-I learn more about tcl (or someone else does it), I'll have to make
-the third part -- xdeview.
-
-Because it is split up, it is possible for other (theoretical future)
-ports to use libuu.a. I dare say it also makes the whole thing that
-much cleaner.
+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. Patches are available from the author's
+website to add ``libuu'' decoding to popular newsreaders, additionally.
The source itself is quite portable and required no patching.
+The package is covered under the GNU license.
+
+Tim Vanderhoek <ac199@freenet.hamilton.on.ca>
diff --git a/converters/uudeview/pkg-descr b/converters/uudeview/pkg-descr
index d0260afa8d10..a677c673d63d 100644
--- a/converters/uudeview/pkg-descr
+++ b/converters/uudeview/pkg-descr
@@ -2,7 +2,7 @@ This is a powerful program at which you can throw a mess of
unordered files in any of BinHex, uuencoded, xxencoded, or
Base64 formats and expect them all to be properly decoded.
It even handles encodings that have been garbled by some
-versions of Netscape or that are missing some parts!
+versions of Netscape/MS Explorer or that are missing some parts!
It is also able to encode in all of the above formats except for
BinHex.
diff --git a/converters/uudeview/pkg-plist b/converters/uudeview/pkg-plist
index ecfea7f2f0d2..9d1ee53ca880 100644
--- a/converters/uudeview/pkg-plist
+++ b/converters/uudeview/pkg-plist
@@ -4,3 +4,4 @@ man/man1/uudeview.1.gz
man/man1/uuenview.1.gz
bin/uudeview
bin/uuenview
+@dirrm share/doc/uudeview