diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-05-02 09:11:34 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-05-02 09:11:34 +0000 |
commit | 991d09aec4e9b0ba9f12122d49ef31aa6de71e7b (patch) | |
tree | 289e5f7c28d6cfd0a4a81901b06639dd791602a3 /ftp/llnlxdir | |
parent | 9be9c4c1dafe17e16a81322515a375b6574e2bb7 (diff) |
Notes
Diffstat (limited to 'ftp/llnlxdir')
-rw-r--r-- | ftp/llnlxdir/Makefile | 30 | ||||
-rw-r--r-- | ftp/llnlxdir/distinfo | 2 | ||||
-rw-r--r-- | ftp/llnlxdir/files/patch-aa | 20 | ||||
-rw-r--r-- | ftp/llnlxdir/files/patch-ab | 12 | ||||
-rw-r--r-- | ftp/llnlxdir/pkg-descr | 20 |
5 files changed, 0 insertions, 84 deletions
diff --git a/ftp/llnlxdir/Makefile b/ftp/llnlxdir/Makefile deleted file mode 100644 index 37140cbaee6f..000000000000 --- a/ftp/llnlxdir/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# New ports collection makefile for: llnlxdir -# Date created: 9 November 1997 -# Whom: Dima Ruban <dima@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= llnlxdir -PORTVERSION= 2.1.2 -PORTREVISION= 2 -CATEGORIES= ftp -MASTER_SITES= ftp://ftp.llnl.gov/pub/ia/llnlxdir/ -DISTNAME= latest_xdir -EXTRACT_SUFX= .tar.Z - -MAINTAINER= ports@FreeBSD.org -COMMENT= Motif FTP client with drag-and-drop file transfer - -DEPRECATED= Upstream disapear and distfile is no more available -EXPIRATION_DATE= 2011-05-01 - -PLIST_FILES= bin/xdir lib/X11/app-defaults/XDir -MAN1= xdir.1 - -WRKSRC= ${WRKDIR}/llnlxdir2_1_2/sources -USE_MOTIF= yes -USE_IMAKE= yes -USE_XORG= ice sm x11 xext xp xt - -.include <bsd.port.mk> diff --git a/ftp/llnlxdir/distinfo b/ftp/llnlxdir/distinfo deleted file mode 100644 index c466aa4b22a7..000000000000 --- a/ftp/llnlxdir/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (latest_xdir.tar.Z) = 4fae1cc71b2ca6f4b494c3e339ecef0b009ec08c8f2050a3d826852835c6b7cb -SIZE (latest_xdir.tar.Z) = 574027 diff --git a/ftp/llnlxdir/files/patch-aa b/ftp/llnlxdir/files/patch-aa deleted file mode 100644 index c232c24ce024..000000000000 --- a/ftp/llnlxdir/files/patch-aa +++ /dev/null @@ -1,20 +0,0 @@ ---- Imakefile.orig Mon Feb 9 14:23:35 1998 -+++ Imakefile Sat Aug 28 11:33:56 1999 -@@ -120,7 +120,7 @@ - OS_LIBRARIES = -lgen - #endif - --#if defined(BSDIArchitecture) || defined(i386BsdArchitecture) || defined(NetBSDArchitecture) -+#if defined(BSDIArchitecture) || defined(i386BsdArchitecture) || defined(NetBSDArchitecture) || defined(FreeBSDArchitecture) - EXTRA_LIBRARIES = -lcompat - #endif - -@@ -139,7 +139,7 @@ - #ifdef XmClientLibs - LOCAL_LIBRARIES = XmClientLibs $(SOCKS_LIBS) - #else --LOCAL_LIBRARIES = $(XMLIB) $(XTOOLLIB) $(XLIB) $(SOCKS_LIBS) $(SYSLIB) -+LOCAL_LIBRARIES = $(XMLIB) $(XTOOLLIB) $(XLIB) $(SOCKS_LIBS) $(SYSLIB) ${MOTIFLIB} - #endif - #endif - diff --git a/ftp/llnlxdir/files/patch-ab b/ftp/llnlxdir/files/patch-ab deleted file mode 100644 index 2dcb0443a05d..000000000000 --- a/ftp/llnlxdir/files/patch-ab +++ /dev/null @@ -1,12 +0,0 @@ ---- diag.c.orig Sun Dec 1 16:11:28 2002 -+++ diag.c Sun Dec 1 16:11:33 2002 -@@ -125,8 +125,8 @@ - extern struct st_host_info hinfo[]; - extern int initial_diagnostics; - extern int screen; --extern int sys_nerr; - #if !defined(__FreeBSD__) && !defined(__NetBSD__) && !defined(__GNU_LIBRARY__) && !defined(__GLIBC__) && !defined(__EMX__) -+extern int sys_nerr; - extern char *sys_errlist[]; - #endif - diff --git a/ftp/llnlxdir/pkg-descr b/ftp/llnlxdir/pkg-descr deleted file mode 100644 index 66ba10ffe224..000000000000 --- a/ftp/llnlxdir/pkg-descr +++ /dev/null @@ -1,20 +0,0 @@ - LLNL XDIR Version 2.0, October 23, 1995 - - LLNL XDIR, an OSF/Motif-based FTP client, provides a graphical user - interface for drag-and-drop file transfer. LLNL XDIR simultaneously - displays any number of directories for any number of hosts, with each - directory being displayed in its own window. LLNL XDIR supports - powerful directory browsing capability, including iconic and - hierarchical views. One of LLNL XDIR's most powerful features is its - ability to search directory structures (even across multiple hosts) - for entry names that match a specified pattern. - - LLNL XDIR is meant to be the successor to LLNL XFTP, another graphical - FTP client. LLNL XDIR is considerably more sophisticated than LLNL - XFTP, and has all of its functionality. - - LLNL XDIR is a component of the Intelligent Archive, which is currently - under development at LLNL. - - LLNL XDIR was written by Neale Smith of the Lawrence Livermore National - Laboratory, which is operated by the University of California. |