pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/llnlxdir Move llnlxdir from x11 to net category.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6e6f484f8abc
branches:  trunk
changeset: 468282:6e6f484f8abc
user:      ben <ben%pkgsrc.org@localhost>
date:      Thu Feb 12 05:43:42 2004 +0000

description:
Move llnlxdir from x11 to net category.

diffstat:

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

diffs (75 lines):

diff -r a3ecf104b9b7 -r 6e6f484f8abc net/llnlxdir/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/llnlxdir/DESCR        Thu Feb 12 05:43:42 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 a3ecf104b9b7 -r 6e6f484f8abc net/llnlxdir/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/llnlxdir/Makefile     Thu Feb 12 05:43:42 2004 +0000
@@ -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@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 a3ecf104b9b7 -r 6e6f484f8abc net/llnlxdir/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/llnlxdir/PLIST        Thu Feb 12 05:43:42 2004 +0000
@@ -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 -r a3ecf104b9b7 -r 6e6f484f8abc net/llnlxdir/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/llnlxdir/distinfo     Thu Feb 12 05:43:42 2004 +0000
@@ -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 -r a3ecf104b9b7 -r 6e6f484f8abc net/llnlxdir/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/llnlxdir/patches/patch-aa     Thu Feb 12 05:43:42 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index