diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1997-03-29 23:55:56 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1997-03-29 23:55:56 +0000 |
commit | 00a7816a69bd8823ddd5cd9f583de6a76569fc3c (patch) | |
tree | b2f8b61d9268c44bf9cbc6e76eeaf21d31ed5d63 /converters/xdeview | |
parent | cec6f016fbc10cb133bc43df51049f9f11989448 (diff) | |
download | ports-00a7816a69bd8823ddd5cd9f583de6a76569fc3c.tar.gz ports-00a7816a69bd8823ddd5cd9f583de6a76569fc3c.zip |
This is a powerful and easy-to-use tcl/tk-based program
which can decode BinHex, uuencoded, xxencoded, and Base64
formats.
Submitted by: Tim Vanderhoek <ac199@freenet.hamilton.on.ca>
Partically closes PR: ports/2701
Notes
Notes:
svn path=/head/; revision=6060
Diffstat (limited to 'converters/xdeview')
-rw-r--r-- | converters/xdeview/Makefile | 47 | ||||
-rw-r--r-- | converters/xdeview/distinfo | 1 | ||||
-rw-r--r-- | converters/xdeview/files/porting.notes | 5 | ||||
-rw-r--r-- | converters/xdeview/pkg-comment | 1 | ||||
-rw-r--r-- | converters/xdeview/pkg-descr | 6 | ||||
-rw-r--r-- | converters/xdeview/pkg-plist | 6 |
6 files changed, 66 insertions, 0 deletions
diff --git a/converters/xdeview/Makefile b/converters/xdeview/Makefile new file mode 100644 index 000000000000..338f74cba996 --- /dev/null +++ b/converters/xdeview/Makefile @@ -0,0 +1,47 @@ +# New ports collection makefile for: xdeview +# Version Required: 0.5.13 +# Date Created: 9 Feb 1997 +# Whom: Tim Vanderhoek <ac199@freenet.hamilton.on.ca> +# +# $Id$ +# + +DISTNAME= uudeview-0.5.13 +PKGNAME= xdeview-0.5.13 +CATEGORIES= archivers +MASTER_SITES= ftp://ftp.uni-frankfurt.de/pub/dist/frank/ \ + http://www.uni-frankfurt.de/~fp/uudeview/Apps/frank/ \ + ftp://tsx-11.mit.edu/pub/linux/sources/usr.bin/ + +MAINTAINER= ac199@freenet.hamilton.on.ca + +LIB_DEPENDS= tk41\\.1\\.:${PORTSDIR}/x11/tk41 +BUILD_DEPENDS= ${LOCALBASE}/lib/libuu.a:${PORTSDIR}/devel/uulib +#LIB_DEPENDS= uu\\.1\\.:${PORTSDIR}/devel/uulib + +USE_X11= yes +GNU_CONFIGURE= yes +ALL_TARGET= xdeview +INSTALL_TARGET= install-tcl +MAN1= xdeview.1 + +PORTDOCDIR?= share/doc/xdeview +DOCFILES+= ${FILESDIR}/porting.notes ${WRKSRC}/HOWTO + +#pre-build: +# @${CP} ${LOCALBASE}/lib/libuu.so.1.0 ${WRKSRC}/uulib +# @${TOUCH} ${WRKSRC}/libuu.a +# @${TOUCH} ${WRKSRC}/uulib/libuu.a + +post-install: + strip ${PREFIX}/bin/uuwish +.if !defined(NOPORTDOCS) + @${ECHO_MSG} "===> Copying documents to ${PREFIX}/${PORTDOCDIR}" + @${MKDIR} ${PREFIX}/${PORTDOCDIR} + ${INSTALL_MAN} ${DOCFILES} ${PREFIX}/${PORTDOCDIR} +.else + @${ECHO_MSG} "===> Not copying available documents" +.endif + ${INSTALL_MAN} ${WRKSRC}/man/xdeview.1 ${PREFIX}/man/man1 + +.include <bsd.port.mk> 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..09e664d5df72 --- /dev/null +++ b/converters/xdeview/files/porting.notes @@ -0,0 +1,5 @@ +This was originally one distribution for Uudeview, but I broke it up into +`libuu', `uudeview', and `xdeview' to make it cleaner and potentially more +useful. + +The package is covered under the GNU license. diff --git a/converters/xdeview/pkg-comment b/converters/xdeview/pkg-comment new file mode 100644 index 000000000000..0c027ddc79d0 --- /dev/null +++ b/converters/xdeview/pkg-comment @@ -0,0 +1 @@ +An X11 program for uu/xx/Base64/BinHex de-/encoding. diff --git a/converters/xdeview/pkg-descr b/converters/xdeview/pkg-descr new file mode 100644 index 000000000000..e4c5e00a4377 --- /dev/null +++ b/converters/xdeview/pkg-descr @@ -0,0 +1,6 @@ +This is a powerful and easy-to-use tcl/tk-based program +which can decode BinHex, uuencoded, xxencoded, and Base64 +formats. + +It is also able to encode in all of the above formats except for +BinHex. diff --git a/converters/xdeview/pkg-plist b/converters/xdeview/pkg-plist new file mode 100644 index 000000000000..549b70bdf632 --- /dev/null +++ b/converters/xdeview/pkg-plist @@ -0,0 +1,6 @@ +share/doc/xdeview/HOWTO +share/doc/xdeview/porting.notes +bin/uuwish +bin/xdeview +man/man1/xdeview.1.gz +@dirrm share/doc/xdeview |