The FreeBSD Ports Archive
FreeBSD ftp : llnlxdir4>
Motif FTP client with drag-and-drop file transfer
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.
ftp://ftp.llnl.gov/pub/ia/llnlxdir/
|
llnlxdir history
v. 1.14
date: 2007/05/19 20:05:09; author: flz; state: Exp; lines: +1 -0
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.13
date: 2003/11/03 01:30:42; author: kris; state: Exp; lines: +1 -1
Reset maintainer on ports maintained by the following non-ports committers,
who did not respond to my email confirming whether they have an active
interest in maintaining the port:
sue reg rv jmb dima reg horikawa msmith jhs ue
v. 1.12
date: 2003/03/07 06:02:03; author: ade; state: Exp; lines: +2 -1
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.11
date: 2000/11/07 23:28:03; author: asami; state: Exp; lines: +2 -2
Change motif to a normal dependency. REQUIRES_MOTIF is now called
USE_MOTIF and generates a LIB_DEPENDS to x11-toolkits/open-motif. As
before, it implies USE_XPM (and therefore USE_XLIB). Motif-dummy is
removed from PKG_IGNORE_DEPENDS, whose sole resident is now XFree86-3.
Most of the simple ".if defined(HAVE_MOTIF)"s are removed to always
have USE_MOTIF. ftp/moxftp will define USE_MOTIF unless
WANT_ATHENA_VERSION (new variable) is defined. I merged the X cases
in cad/mars, so USE_MOTIF is used iff WITHOUT_X11 is not defined.
I will remove x11-toolkits/Motif-dummy (which has been repo copied to
open-motif) in a few days.
v. 1.10
date: 2000/06/07 18:00:05; author: dima; state: Exp; lines: +4 -4
xdir 2.1 -> 2.1.2
v. 1.9
date: 2000/04/12 05:31:13; author: mharo; state: Exp; lines: +4 -5
PORTNAME/PORTVERSION stuff
v. 1.8
date: 1999/08/31 06:44:01; author: mharo; state: Exp; lines: +3 -3
FreeBSD.ORG -> FreeBSD.org
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
v. 1.7
date: 1999/08/25 05:55:14; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.6
date: 1999/08/02 10:43:48; author: asami; state: Exp; lines: +2 -2
Change "net" -> "ftp".
v. 1.5
date: 1999/05/02 20:52:59; author: mharo; state: Exp; lines: +3 -1
move manpage from PLIST to Makefile and support MOTIFLIB
v. 1.4
date: 1999/02/21 21:44:27; author: dima; state: Exp; lines: +2 -2
master site has been changed.
v. 1.3
date: 1998/03/04 10:03:36; author: tg; state: Exp; lines: +3 -3
Upgrade to 2.1.
v. 1.2
date: 1997/11/10 10:30:50; author: asami; state: Exp; lines: +2 -2
Remove "x11" from category line, this program just uses X.
v. 1.1
date: 1997/11/10 04:59:27; author: dima; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1997/11/10 04:59:27; author: dima; state: Exp; lines: +0 -0
LLNL XDIR (motif ftp client)
(I hope, I didn't screw up anything ...)
=============================================================================
v. 1.14
date: 2007/05/19 20:05:09; author: flz; state: Exp; lines: +1 -0
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.13
date: 2003/11/03 01:30:42; author: kris; state: Exp; lines: +1 -1
Reset maintainer on ports maintained by the following non-ports committers,
who did not respond to my email confirming whether they have an active
interest in maintaining the port:
sue reg rv jmb dima reg horikawa msmith jhs ue
v. 1.12
date: 2003/03/07 06:02:03; author: ade; state: Exp; lines: +2 -1
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.11
date: 2000/11/07 23:28:03; author: asami; state: Exp; lines: +2 -2
Change motif to a normal dependency. REQUIRES_MOTIF is now called
USE_MOTIF and generates a LIB_DEPENDS to x11-toolkits/open-motif. As
before, it implies USE_XPM (and therefore USE_XLIB). Motif-dummy is
removed from PKG_IGNORE_DEPENDS, whose sole resident is now XFree86-3.
Most of the simple ".if defined(HAVE_MOTIF)"s are removed to always
have USE_MOTIF. ftp/moxftp will define USE_MOTIF unless
WANT_ATHENA_VERSION (new variable) is defined. I merged the X cases
in cad/mars, so USE_MOTIF is used iff WITHOUT_X11 is not defined.
I will remove x11-toolkits/Motif-dummy (which has been repo copied to
open-motif) in a few days.
v. 1.10
date: 2000/06/07 18:00:05; author: dima; state: Exp; lines: +4 -4
xdir 2.1 -> 2.1.2
v. 1.9
date: 2000/04/12 05:31:13; author: mharo; state: Exp; lines: +4 -5
PORTNAME/PORTVERSION stuff
v. 1.8
date: 1999/08/31 06:44:01; author: mharo; state: Exp; lines: +3 -3
FreeBSD.ORG -> FreeBSD.org
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
v. 1.7
date: 1999/08/25 05:55:14; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.6
date: 1999/08/02 10:43:48; author: asami; state: Exp; lines: +2 -2
Change "net" -> "ftp".
v. 1.5
date: 1999/05/02 20:52:59; author: mharo; state: Exp; lines: +3 -1
move manpage from PLIST to Makefile and support MOTIFLIB
v. 1.4
date: 1999/02/21 21:44:27; author: dima; state: Exp; lines: +2 -2
master site has been changed.
v. 1.3
date: 1998/03/04 10:03:36; author: tg; state: Exp; lines: +3 -3
Upgrade to 2.1.
v. 1.2
date: 1997/11/10 10:30:50; author: asami; state: Exp; lines: +2 -2
Remove "x11" from category line, this program just uses X.
v. 1.1
date: 1997/11/10 04:59:27; author: dima; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1997/11/10 04:59:27; author: dima; state: Exp; lines: +0 -0
LLNL XDIR (motif ftp client)
(I hope, I didn't screw up anything ...)
=============================================================================
v. 1.14
date: 2007/05/19 20:05:09; author: flz; state: Exp; lines: +1 -0
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.13
date: 2003/11/03 01:30:42; author: kris; state: Exp; lines: +1 -1
Reset maintainer on ports maintained by the following non-ports committers,
who did not respond to my email confirming whether they have an active
interest in maintaining the port:
sue reg rv jmb dima reg horikawa msmith jhs ue
v. 1.12
date: 2003/03/07 06:02:03; author: ade; state: Exp; lines: +2 -1
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.11
date: 2000/11/07 23:28:03; author: asami; state: Exp; lines: +2 -2
Change motif to a normal dependency. REQUIRES_MOTIF is now called
USE_MOTIF and generates a LIB_DEPENDS to x11-toolkits/open-motif. As
before, it implies USE_XPM (and therefore USE_XLIB). Motif-dummy is
removed from PKG_IGNORE_DEPENDS, whose sole resident is now XFree86-3.
Most of the simple ".if defined(HAVE_MOTIF)"s are removed to always
have USE_MOTIF. ftp/moxftp will define USE_MOTIF unless
WANT_ATHENA_VERSION (new variable) is defined. I merged the X cases
in cad/mars, so USE_MOTIF is used iff WITHOUT_X11 is not defined.
I will remove x11-toolkits/Motif-dummy (which has been repo copied to
open-motif) in a few days.
v. 1.10
date: 2000/06/07 18:00:05; author: dima; state: Exp; lines: +4 -4
xdir 2.1 -> 2.1.2
v. 1.9
date: 2000/04/12 05:31:13; author: mharo; state: Exp; lines: +4 -5
PORTNAME/PORTVERSION stuff
v. 1.8
date: 1999/08/31 06:44:01; author: mharo; state: Exp; lines: +3 -3
FreeBSD.ORG -> FreeBSD.org
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
v. 1.7
date: 1999/08/25 05:55:14; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.6
date: 1999/08/02 10:43:48; author: asami; state: Exp; lines: +2 -2
Change "net" -> "ftp".
v. 1.5
date: 1999/05/02 20:52:59; author: mharo; state: Exp; lines: +3 -1
move manpage from PLIST to Makefile and support MOTIFLIB
v. 1.4
date: 1999/02/21 21:44:27; author: dima; state: Exp; lines: +2 -2
master site has been changed.
v. 1.3
date: 1998/03/04 10:03:36; author: tg; state: Exp; lines: +3 -3
Upgrade to 2.1.
v. 1.2
date: 1997/11/10 10:30:50; author: asami; state: Exp; lines: +2 -2
Remove "x11" from category line, this program just uses X.
v. 1.1
date: 1997/11/10 04:59:27; author: dima; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1997/11/10 04:59:27; author: dima; state: Exp; lines: +0 -0
LLNL XDIR (motif ftp client)
(I hope, I didn't screw up anything ...)
=============================================================================
|
| |

|