summaryrefslogtreecommitdiff
path: root/net/llnlxdir
diff options
context:
space:
mode:
authorben <ben@pkgsrc.org>2004-02-12 05:43:42 +0000
committerben <ben@pkgsrc.org>2004-02-12 05:43:42 +0000
commit504cc0e9b417cdfc72b4a9649039b5b2ee7766ad (patch)
tree8d79aad2b16c1139e21e38e1e9b5543ec23b9f82 /net/llnlxdir
parentbeede7fed688a231fe3e5f7fb765e280cadb9470 (diff)
downloadpkgsrc-504cc0e9b417cdfc72b4a9649039b5b2ee7766ad.tar.gz
Move llnlxdir from x11 to net category.
Diffstat (limited to 'net/llnlxdir')
-rw-r--r--net/llnlxdir/DESCR8
-rw-r--r--net/llnlxdir/Makefile25
-rw-r--r--net/llnlxdir/PLIST3
-rw-r--r--net/llnlxdir/distinfo5
-rw-r--r--net/llnlxdir/patches/patch-aa14
5 files changed, 55 insertions, 0 deletions
diff --git a/net/llnlxdir/DESCR b/net/llnlxdir/DESCR
new file mode 100644
index 00000000000..a3dae56b9a6
--- /dev/null
+++ b/net/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/net/llnlxdir/Makefile b/net/llnlxdir/Makefile
new file mode 100644
index 00000000000..d33dc710d4d
--- /dev/null
+++ b/net/llnlxdir/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/02/12 05:43:42 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/net/llnlxdir/PLIST b/net/llnlxdir/PLIST
new file mode 100644
index 00000000000..b27e96df195
--- /dev/null
+++ b/net/llnlxdir/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/02/12 05:43:42 ben Exp $
+bin/xdir
+lib/X11/app-defaults/XDir
diff --git a/net/llnlxdir/distinfo b/net/llnlxdir/distinfo
new file mode 100644
index 00000000000..33c35ac38d9
--- /dev/null
+++ b/net/llnlxdir/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/02/12 05:43:42 ben Exp $
+
+SHA1 (llnlxdir2_1_2.tar.Z) = b9e8f79929e693d4f0fd3b41f7ce3ceb76abd252
+Size (llnlxdir2_1_2.tar.Z) = 574027 bytes
+SHA1 (patch-aa) = 54ebaf3b006d6f1253b6baaad984addd698e9728
diff --git a/net/llnlxdir/patches/patch-aa b/net/llnlxdir/patches/patch-aa
new file mode 100644
index 00000000000..47d65c78771
--- /dev/null
+++ b/net/llnlxdir/patches/patch-aa
@@ -0,0 +1,14 @@
+$NetBSD: patch-aa,v 1.1.1.1 2004/02/12 05:43:42 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