From 1bc08b5a27995bfdd58f4f2f54dc1e80092a2d6d Mon Sep 17 00:00:00 2001 From: Cy Schubert Date: Sun, 28 Aug 2011 05:22:32 +0000 Subject: Resurrect llnlxftp. Distfile was moved to a new LLNL site. --- ftp/llnlxftp/Makefile | 27 +++++++++++++++++++++++++++ ftp/llnlxftp/distinfo | 2 ++ ftp/llnlxftp/files/patch-aa | 20 ++++++++++++++++++++ ftp/llnlxftp/files/patch-ab | 12 ++++++++++++ ftp/llnlxftp/pkg-descr | 22 ++++++++++++++++++++++ 5 files changed, 83 insertions(+) create mode 100644 ftp/llnlxftp/Makefile create mode 100644 ftp/llnlxftp/distinfo create mode 100644 ftp/llnlxftp/files/patch-aa create mode 100644 ftp/llnlxftp/files/patch-ab create mode 100644 ftp/llnlxftp/pkg-descr (limited to 'ftp/llnlxftp') diff --git a/ftp/llnlxftp/Makefile b/ftp/llnlxftp/Makefile new file mode 100644 index 000000000000..99af72fac657 --- /dev/null +++ b/ftp/llnlxftp/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: llnlxftp +# Date created: 9 November 1997 +# Whom: Dima Ruban +# +# $FreeBSD$ +# + +PORTNAME= llnlxftp +PORTVERSION= 2.1 +PORTREVISION= 3 +CATEGORIES= ftp +MASTER_SITES= https://computing.llnl.gov/resources/xdir/ +DISTNAME= llnlxftp2.1 +EXTRACT_SUFX= .tar.Z + +MAINTAINER= cy@FreeBSD.org +COMMENT= Motif FTP client + +PLIST_FILES= bin/xftp lib/X11/app-defaults/XFtp +WRKSRC= ${WRKDIR}/llnlxftp2.1/sources +USE_MOTIF= yes +USE_IMAKE= yes +USE_XORG= ice sm x11 xext xp xt + +MAN1= xftp.1 + +.include diff --git a/ftp/llnlxftp/distinfo b/ftp/llnlxftp/distinfo new file mode 100644 index 000000000000..003582209871 --- /dev/null +++ b/ftp/llnlxftp/distinfo @@ -0,0 +1,2 @@ +SHA256 (llnlxftp2.1.tar.Z) = 50854dd8772f09e580022f8709aa157c32dd1124b2c67ced2b77147dbaf1adb8 +SIZE (llnlxftp2.1.tar.Z) = 359401 diff --git a/ftp/llnlxftp/files/patch-aa b/ftp/llnlxftp/files/patch-aa new file mode 100644 index 000000000000..767d963f562b --- /dev/null +++ b/ftp/llnlxftp/files/patch-aa @@ -0,0 +1,20 @@ +--- Imakefile.orig Thu Oct 19 10:20:26 1995 ++++ Imakefile Sat Aug 28 11:36:12 1999 +@@ -79,7 +79,7 @@ + OS_LIBRARIES = -lgen + #endif + +-#if defined(BSDIArchitecture) || defined(i386BsdArchitecture) || defined(TENONArchitecture) ++#if defined(BSDIArchitecture) || defined(i386BsdArchitecture) || defined(TENONArchitecture) || defined(FreeBSDArchitecture) + EXTRA_LIBRARIES = -lcompat + #endif + +@@ -98,7 +98,7 @@ + #ifdef XmClientLibs + LOCAL_LIBRARIES = XmClientLibs $(SOCKS_LIBS) + #else +-LOCAL_LIBRARIES = $(XMLIB) $(XTOOLLIB) $(XLIB) $(SOCKS_LIBS) ++LOCAL_LIBRARIES = $(XMLIB) $(XTOOLLIB) $(XLIB) $(SOCKS_LIBS) ${MOTIFLIB} + #endif + #endif + diff --git a/ftp/llnlxftp/files/patch-ab b/ftp/llnlxftp/files/patch-ab new file mode 100644 index 000000000000..2ff172e4e681 --- /dev/null +++ b/ftp/llnlxftp/files/patch-ab @@ -0,0 +1,12 @@ +--- log.c.orig Mon Nov 18 01:25:37 2002 ++++ log.c Mon Nov 18 01:25:43 2002 +@@ -81,8 +81,8 @@ + extern char *initial_logfile_name; + extern Display *display; + extern int print_password_in_debug; +-extern int sys_nerr; + #if !defined(__FreeBSD__) && !defined(__MACHTEN_PPC__) ++extern int sys_nerr; + extern char *sys_errlist[]; + #endif + diff --git a/ftp/llnlxftp/pkg-descr b/ftp/llnlxftp/pkg-descr new file mode 100644 index 000000000000..604bae1f04b0 --- /dev/null +++ b/ftp/llnlxftp/pkg-descr @@ -0,0 +1,22 @@ + + + LLNL XFTP Version 2.1, October 19, 1995 + + + ********************************************************************** + ************************** ABOUT LLNL XFTP ************************* + ********************************************************************** + + LLNL XFTP, an OSF/Motif-based FTP client, enables you to graphically + transfer files and perform various directory manipulation commands, + both locally and remotely. Two especially notable features are the + ability to (1) perform "third-party" (i.e., remote-to-remote) file + transfers, and (2) transfer or delete entire directory substructures. + LLNL XFTP has many features, is configurable, and has an intuitive + user interface. + + LLNL XFTP is a precursor to LLNL XDIR, a much more sophisticated + graphical FTP client. LLNL XDIR features drag-and-drop file transfer, + powerful directory browsing, and multihost searching. Unless you + would prefer LLNL XFTP's compact interface over LLNL XDIR's multiwindow + approach, we recommend that you use LLNL XDIR. -- cgit v1.2.3