diff options
author | dima <dima@FreeBSD.org> | 1997-11-10 05:02:31 +0000 |
---|---|---|
committer | dima <dima@FreeBSD.org> | 1997-11-10 05:02:31 +0000 |
commit | a8bd21c47b5ef5d84b7c4e930e2e56fe436d74b7 (patch) | |
tree | 06afb7f219c890806e66676f17b1c89858b6a597 | |
parent | 21fa0d3e4bae9b71e4ac7c8dc4af215a93c5f9d6 (diff) | |
download | FreeBSD-ports-a8bd21c47b5ef5d84b7c4e930e2e56fe436d74b7.zip FreeBSD-ports-a8bd21c47b5ef5d84b7c4e930e2e56fe436d74b7.tar.gz |
LLNL XFTP - yet another motif ftp client.
-rw-r--r-- | ftp/llnlxftp/Makefile | 22 | ||||
-rw-r--r-- | ftp/llnlxftp/distinfo | 1 | ||||
-rw-r--r-- | ftp/llnlxftp/pkg-comment | 1 | ||||
-rw-r--r-- | ftp/llnlxftp/pkg-descr | 22 | ||||
-rw-r--r-- | ftp/llnlxftp/pkg-plist | 3 |
5 files changed, 49 insertions, 0 deletions
diff --git a/ftp/llnlxftp/Makefile b/ftp/llnlxftp/Makefile new file mode 100644 index 0000000..994de8f --- /dev/null +++ b/ftp/llnlxftp/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: llnlxftp +# Version required: 2.1 +# Date created: 9 November 1997 +# +# Whom: Dima Ruban <dima@FreeBSD.ORG> +# +# $Id$ +# + +DISTNAME= latest_xftp +PKGNAME= llnlxftp-2.1 +CATEGORIES= x11 net +MASTER_SITES= ftp://k2.llnl.gov/pub/ia/llnlxftp/ +EXTRACT_SUFX= .tar.Z + +MAINTAINER= dima@FreeBSD.ORG + +WRKSRC= ${WRKDIR}/llnlxftp2.1/sources +REQUIRES_MOTIF= yes +USE_IMAKE= yes + +.include <bsd.port.mk> diff --git a/ftp/llnlxftp/distinfo b/ftp/llnlxftp/distinfo new file mode 100644 index 0000000..411e921 --- /dev/null +++ b/ftp/llnlxftp/distinfo @@ -0,0 +1 @@ +MD5 (latest_xftp.tar.Z) = 007cfea9958553845467adcc22051fa3 diff --git a/ftp/llnlxftp/pkg-comment b/ftp/llnlxftp/pkg-comment new file mode 100644 index 0000000..9dec038 --- /dev/null +++ b/ftp/llnlxftp/pkg-comment @@ -0,0 +1 @@ +Motif FTP client diff --git a/ftp/llnlxftp/pkg-descr b/ftp/llnlxftp/pkg-descr new file mode 100644 index 0000000..604bae1 --- /dev/null +++ b/ftp/llnlxftp/pkg-descr @@ -0,0 +1,22 @@ + + + LLNL XFTP Version 2.1, October 19, 1995 + + + ********************************************************************** + ************************** ABOUT LLNL XFTP ************************* + ********************************************************************** + + LLNL XFTP, an OSF/Motif-based FTP client, enables you to graphically + transfer files and perform various directory manipulation commands, + both locally and remotely. Two especially notable features are the + ability to (1) perform "third-party" (i.e., remote-to-remote) file + transfers, and (2) transfer or delete entire directory substructures. + LLNL XFTP has many features, is configurable, and has an intuitive + user interface. + + LLNL XFTP is a precursor to LLNL XDIR, a much more sophisticated + graphical FTP client. LLNL XDIR features drag-and-drop file transfer, + powerful directory browsing, and multihost searching. Unless you + would prefer LLNL XFTP's compact interface over LLNL XDIR's multiwindow + approach, we recommend that you use LLNL XDIR. diff --git a/ftp/llnlxftp/pkg-plist b/ftp/llnlxftp/pkg-plist new file mode 100644 index 0000000..c07bfb7 --- /dev/null +++ b/ftp/llnlxftp/pkg-plist @@ -0,0 +1,3 @@ +bin/xftp +man/man1/xftp.1x +lib/X11/app-defaults/XFtp |