diff options
author | ben <ben@pkgsrc.org> | 2004-02-12 05:32:07 +0000 |
---|---|---|
committer | ben <ben@pkgsrc.org> | 2004-02-12 05:32:07 +0000 |
commit | 31ac9560fd0df4874d31f4bf4bdd68757b03f3d8 (patch) | |
tree | 78144d41b2e820c06e8ecee623ae008beaaae14e /x11 | |
parent | 7d55823a2a02477168247243a9b519b6cd34a994 (diff) | |
download | pkgsrc-31ac9560fd0df4874d31f4bf4bdd68757b03f3d8.tar.gz |
Initial import of x11/llnlxdir-2.1.2, an advanced graphical FTP client,
submitted by Tor Stormwall in PR 23913.
LLNL XDIR manages files in a heterogeneous network.
It provides a graphical user interface for drag-and-drop
file transfer and for direct manipulation of local and
remote directories. LLNL XDIR has the ability to view
information in four different formats, including
hierarchical and iconic views. Based on UNIX, the C
programming language, OSF/Motif, and the file transfer
protocol FTP, LLNL XDIR is highly portable.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/llnlxdir/DESCR | 8 | ||||
-rw-r--r-- | x11/llnlxdir/Makefile | 25 | ||||
-rw-r--r-- | x11/llnlxdir/PLIST | 3 | ||||
-rw-r--r-- | x11/llnlxdir/distinfo | 5 | ||||
-rw-r--r-- | x11/llnlxdir/patches/patch-aa | 14 |
5 files changed, 55 insertions, 0 deletions
diff --git a/x11/llnlxdir/DESCR b/x11/llnlxdir/DESCR new file mode 100644 index 00000000000..a3dae56b9a6 --- /dev/null +++ b/x11/llnlxdir/DESCR @@ -0,0 +1,8 @@ +LLNL XDIR manages files in a heterogeneous network. +It provides a graphical user interface for drag-and-drop +file transfer and for direct manipulation of local and +remote directories. LLNL XDIR has the ability to view +information in four different formats, including +hierarchical and iconic views. Based on UNIX, the C +programming language, OSF/Motif, and the file transfer +protocol FTP, LLNL XDIR is highly portable. diff --git a/x11/llnlxdir/Makefile b/x11/llnlxdir/Makefile new file mode 100644 index 00000000000..7a7b6edb0c4 --- /dev/null +++ b/x11/llnlxdir/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/02/12 05:32:07 ben Exp $ +# + +DISTNAME= llnlxdir2_1_2 +PKGNAME= llnlxdir-2.1.2 +WRKSRC= ${WRKDIR}/llnlxdir2_1_2/sources +CATEGORIES= x11 +MASTER_SITES= ftp://ftp.llnl.gov/pub/ia/llnlxdir/source/ +EXTRACT_SUFX= .tar.Z + +MAINTAINER= tor@stormwall.org +HOMEPAGE= http://www.llnl.gov/ia/xdir.html +COMMENT= Advanced graphical FTP client + +USE_BUILDLINK2= yes +USE_IMAKE= yes + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/xdir ${PREFIX}/bin + ${INSTALL_DATA} ${WRKSRC}/XDir.ad ${PREFIX}/lib/X11/app-defaults/XDir + +.include "../../graphics/xpm/buildlink2.mk" +.include "../../mk/motif.buildlink2.mk" + +.include "../../mk/bsd.pkg.mk" diff --git a/x11/llnlxdir/PLIST b/x11/llnlxdir/PLIST new file mode 100644 index 00000000000..1e05624e8d5 --- /dev/null +++ b/x11/llnlxdir/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/02/12 05:32:07 ben Exp $ +bin/xdir +lib/X11/app-defaults/XDir diff --git a/x11/llnlxdir/distinfo b/x11/llnlxdir/distinfo new file mode 100644 index 00000000000..098a227fc1b --- /dev/null +++ b/x11/llnlxdir/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/02/12 05:32:07 ben Exp $ + +SHA1 (llnlxdir2_1_2.tar.Z) = b9e8f79929e693d4f0fd3b41f7ce3ceb76abd252 +Size (llnlxdir2_1_2.tar.Z) = 574027 bytes +SHA1 (patch-aa) = 54ebaf3b006d6f1253b6baaad984addd698e9728 diff --git a/x11/llnlxdir/patches/patch-aa b/x11/llnlxdir/patches/patch-aa new file mode 100644 index 00000000000..f568880a301 --- /dev/null +++ b/x11/llnlxdir/patches/patch-aa @@ -0,0 +1,14 @@ +$NetBSD: patch-aa,v 1.1.1.1 2004/02/12 05:32:07 ben Exp $ + +--- diag.c.orig 1999-11-22 16:07:31.000000000 -0800 ++++ diag.c +@@ -125,7 +125,9 @@ extern int diagnostics; + extern struct st_host_info hinfo[]; + extern int initial_diagnostics; + extern int screen; ++#if !defined(__NetBSD__) + extern int sys_nerr; ++#endif + #if !defined(__FreeBSD__) && !defined(__NetBSD__) && !defined(__GNU_LIBRARY__) && !defined(__GLIBC__) && !defined(__EMX__) + extern char *sys_errlist[]; + #endif |