pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/llnlxdir Initial import of x11/llnlxdir-2.1.2, an ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/faa389f92782
branches:  trunk
changeset: 468278:faa389f92782
user:      ben <ben%pkgsrc.org@localhost>
date:      Thu Feb 12 05:32:07 2004 +0000

description:
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:

 x11/llnlxdir/DESCR            |   8 ++++++++
 x11/llnlxdir/Makefile         |  25 +++++++++++++++++++++++++
 x11/llnlxdir/PLIST            |   3 +++
 x11/llnlxdir/distinfo         |   5 +++++
 x11/llnlxdir/patches/patch-aa |  14 ++++++++++++++
 5 files changed, 55 insertions(+), 0 deletions(-)

diffs (75 lines):

diff -r 9ec9bcba95ae -r faa389f92782 x11/llnlxdir/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/llnlxdir/DESCR        Thu Feb 12 05:32:07 2004 +0000
@@ -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 -r 9ec9bcba95ae -r faa389f92782 x11/llnlxdir/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/llnlxdir/Makefile     Thu Feb 12 05:32:07 2004 +0000
@@ -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@localhost
+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 -r 9ec9bcba95ae -r faa389f92782 x11/llnlxdir/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/llnlxdir/PLIST        Thu Feb 12 05:32:07 2004 +0000
@@ -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 -r 9ec9bcba95ae -r faa389f92782 x11/llnlxdir/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/llnlxdir/distinfo     Thu Feb 12 05:32:07 2004 +0000
@@ -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 -r 9ec9bcba95ae -r faa389f92782 x11/llnlxdir/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/llnlxdir/patches/patch-aa     Thu Feb 12 05:32:07 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index