diff options
author | dima <dima@FreeBSD.org> | 1997-11-10 12:59:27 +0800 |
---|---|---|
committer | dima <dima@FreeBSD.org> | 1997-11-10 12:59:27 +0800 |
commit | 21fa0d3e4bae9b71e4ac7c8dc4af215a93c5f9d6 (patch) | |
tree | ff77776a32c4bd3aaf8905a2e63f176470e2a95b /ftp | |
parent | d2548fe3f6cf9337024cd618b36f9b1209303188 (diff) | |
download | freebsd-ports-gnome-21fa0d3e4bae9b71e4ac7c8dc4af215a93c5f9d6.tar.gz freebsd-ports-gnome-21fa0d3e4bae9b71e4ac7c8dc4af215a93c5f9d6.tar.zst freebsd-ports-gnome-21fa0d3e4bae9b71e4ac7c8dc4af215a93c5f9d6.zip |
LLNL XDIR (motif ftp client)
(I hope, I didn't screw up anything ...)
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/llnlxdir/Makefile | 22 | ||||
-rw-r--r-- | ftp/llnlxdir/distinfo | 1 | ||||
-rw-r--r-- | ftp/llnlxdir/pkg-comment | 1 | ||||
-rw-r--r-- | ftp/llnlxdir/pkg-descr | 20 | ||||
-rw-r--r-- | ftp/llnlxdir/pkg-plist | 3 |
5 files changed, 47 insertions, 0 deletions
diff --git a/ftp/llnlxdir/Makefile b/ftp/llnlxdir/Makefile new file mode 100644 index 000000000000..748de0dfe4c0 --- /dev/null +++ b/ftp/llnlxdir/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: llnlxdir +# Version required: 2.0 +# Date created: 9 November 1997 +# +# Whom: Dima Ruban <dima@FreeBSD.ORG> +# +# $Id$ +# + +DISTNAME= latest_xdir +PKGNAME= llnlxdir-2.0 +CATEGORIES= x11 net +MASTER_SITES= ftp://k2.llnl.gov/pub/ia/llnlxdir/ +EXTRACT_SUFX= .tar.Z + +MAINTAINER= dima@FreeBSD.ORG + +WRKSRC= ${WRKDIR}/llnlxdir2.0/sources +REQUIRES_MOTIF= yes +USE_IMAKE= yes + +.include <bsd.port.mk> diff --git a/ftp/llnlxdir/distinfo b/ftp/llnlxdir/distinfo new file mode 100644 index 000000000000..5e0ed484f4ed --- /dev/null +++ b/ftp/llnlxdir/distinfo @@ -0,0 +1 @@ +MD5 (latest_xdir.tar.Z) = b46d759983c698255dea7921d603fede diff --git a/ftp/llnlxdir/pkg-comment b/ftp/llnlxdir/pkg-comment new file mode 100644 index 000000000000..e12ff53d8b0b --- /dev/null +++ b/ftp/llnlxdir/pkg-comment @@ -0,0 +1 @@ +Motif FTP client with drag-and-drop file transfer. diff --git a/ftp/llnlxdir/pkg-descr b/ftp/llnlxdir/pkg-descr new file mode 100644 index 000000000000..66ba10ffe224 --- /dev/null +++ b/ftp/llnlxdir/pkg-descr @@ -0,0 +1,20 @@ + LLNL XDIR Version 2.0, October 23, 1995 + + LLNL XDIR, an OSF/Motif-based FTP client, provides a graphical user + interface for drag-and-drop file transfer. LLNL XDIR simultaneously + displays any number of directories for any number of hosts, with each + directory being displayed in its own window. LLNL XDIR supports + powerful directory browsing capability, including iconic and + hierarchical views. One of LLNL XDIR's most powerful features is its + ability to search directory structures (even across multiple hosts) + for entry names that match a specified pattern. + + LLNL XDIR is meant to be the successor to LLNL XFTP, another graphical + FTP client. LLNL XDIR is considerably more sophisticated than LLNL + XFTP, and has all of its functionality. + + LLNL XDIR is a component of the Intelligent Archive, which is currently + under development at LLNL. + + LLNL XDIR was written by Neale Smith of the Lawrence Livermore National + Laboratory, which is operated by the University of California. diff --git a/ftp/llnlxdir/pkg-plist b/ftp/llnlxdir/pkg-plist new file mode 100644 index 000000000000..397df1b3dcaa --- /dev/null +++ b/ftp/llnlxdir/pkg-plist @@ -0,0 +1,3 @@ +bin/xdir +man/man1/xdir.1x +lib/X11/app-defaults/XDir |