summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorben <ben>2004-02-12 05:40:59 +0000
committerben <ben>2004-02-12 05:40:59 +0000
commit7ff99d3a074556542a3aaa04aea4be972977d6d7 (patch)
tree39d3df10dc6dac968e3401aa7994ce463dfef0e5
parentdb3a8eb61cdf61abad9585f7aaf45add9c302f07 (diff)
downloadpkgsrc-7ff99d3a074556542a3aaa04aea4be972977d6d7.tar.gz
Moving llnxdir from x11 category to net category.
-rw-r--r--x11/llnlxdir/DESCR8
-rw-r--r--x11/llnlxdir/Makefile25
-rw-r--r--x11/llnlxdir/PLIST3
-rw-r--r--x11/llnlxdir/distinfo5
-rw-r--r--x11/llnlxdir/patches/patch-aa14
5 files changed, 0 insertions, 55 deletions
diff --git a/x11/llnlxdir/DESCR b/x11/llnlxdir/DESCR
deleted file mode 100644
index a3dae56b9a6..00000000000
--- a/x11/llnlxdir/DESCR
+++ /dev/null
@@ -1,8 +0,0 @@
-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
deleted file mode 100644
index 7a7b6edb0c4..00000000000
--- a/x11/llnlxdir/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# $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
deleted file mode 100644
index 1e05624e8d5..00000000000
--- a/x11/llnlxdir/PLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-@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
deleted file mode 100644
index 098a227fc1b..00000000000
--- a/x11/llnlxdir/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$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
deleted file mode 100644
index f568880a301..00000000000
--- a/x11/llnlxdir/patches/patch-aa
+++ /dev/null
@@ -1,14 +0,0 @@
-$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