1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-05 11:35:01 +00:00

Upgrade to 0.5.13.

Submitted by:	Tim Vanderhoek <tim@X2296> and cleanup by me
Partically closes PR:	ports/2701
This commit is contained in:
David E. O'Brien 1997-03-29 22:19:29 +00:00
parent 7f2ebc89a6
commit 5a4558fcc8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=6058
5 changed files with 23 additions and 42 deletions

View File

@ -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>

View File

@ -1 +1 @@
MD5 (uudeview-0.5.9.tar.gz) = 36440d9f30397ab7f3a8026af7d4c7ef
MD5 (uudeview-0.5.13.tar.gz) = fda32e2de4a6b92eb56f1e286ae3815a

View File

@ -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>

View File

@ -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.

View File

@ -4,3 +4,4 @@ man/man1/uudeview.1.gz
man/man1/uuenview.1.gz
bin/uudeview
bin/uuenview
@dirrm share/doc/uudeview