diff options
author | ben <ben@pkgsrc.org> | 2004-02-12 05:40:59 +0000 |
---|---|---|
committer | ben <ben@pkgsrc.org> | 2004-02-12 05:40:59 +0000 |
commit | cb45996a22b8caeb70b65d60f556b76875b1f236 (patch) | |
tree | 39d3df10dc6dac968e3401aa7994ce463dfef0e5 | |
parent | d043f61e10e118de6e6a57abaa2d941e2e4a60c1 (diff) | |
download | pkgsrc-cb45996a22b8caeb70b65d60f556b76875b1f236.tar.gz |
Moving llnxdir from x11 category to net category.
-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, 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 |