From 4c62cf876a55be06b8b85d47542ce8bbb8b24650 Mon Sep 17 00:00:00 2001 From: obrien Date: Sat, 29 Mar 1997 23:55:56 +0000 Subject: 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 Partically closes PR: ports/2701 --- converters/xdeview/Makefile | 47 ++++++++++++++++++++++++++++++++++ converters/xdeview/distinfo | 1 + converters/xdeview/files/porting.notes | 5 ++++ converters/xdeview/pkg-comment | 1 + converters/xdeview/pkg-descr | 6 +++++ converters/xdeview/pkg-plist | 6 +++++ 6 files changed, 66 insertions(+) create mode 100644 converters/xdeview/Makefile create mode 100644 converters/xdeview/distinfo create mode 100644 converters/xdeview/files/porting.notes create mode 100644 converters/xdeview/pkg-comment create mode 100644 converters/xdeview/pkg-descr create mode 100644 converters/xdeview/pkg-plist (limited to 'converters') 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 +# +# $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 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 -- cgit v1.1