diff options
author | obrien <obrien@FreeBSD.org> | 1997-03-29 23:55:56 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1997-03-29 23:55:56 +0000 |
commit | 4c62cf876a55be06b8b85d47542ce8bbb8b24650 (patch) | |
tree | 304392fa38c83d59005dcd6c5f873fbf65579124 /converters | |
parent | 6c3d5e982b1be632642dedc776742116838109d5 (diff) | |
download | FreeBSD-ports-4c62cf876a55be06b8b85d47542ce8bbb8b24650.zip FreeBSD-ports-4c62cf876a55be06b8b85d47542ce8bbb8b24650.tar.gz |
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
Diffstat (limited to 'converters')
-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 0000000..338f74c --- /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 0000000..8ade08d --- /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 0000000..09e664d --- /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 0000000..0c027dd --- /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 0000000..e4c5e00 --- /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 0000000..549b70b --- /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 |