diff options
-rw-r--r-- | net/llnlxftp/DESCR | 5 | ||||
-rw-r--r-- | net/llnlxftp/Makefile | 25 | ||||
-rw-r--r-- | net/llnlxftp/PLIST | 3 | ||||
-rw-r--r-- | net/llnlxftp/distinfo | 5 | ||||
-rw-r--r-- | net/llnlxftp/patches/patch-aa | 16 |
5 files changed, 54 insertions, 0 deletions
diff --git a/net/llnlxftp/DESCR b/net/llnlxftp/DESCR new file mode 100644 index 00000000000..0c0a4f4246b --- /dev/null +++ b/net/llnlxftp/DESCR @@ -0,0 +1,5 @@ +LLNL XFTP enables scientists and engineers to easily transfer and +manage their files in an increasingly distributed computing +environment. Based on industry standards, such as the +X Window System and the UNIX operating system, LLNL XFTP can execute +on a wide variety of computing platforms. diff --git a/net/llnlxftp/Makefile b/net/llnlxftp/Makefile new file mode 100644 index 00000000000..dad72d6d481 --- /dev/null +++ b/net/llnlxftp/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/02/12 05:48:30 ben Exp $ +# + +DISTNAME= llnlxftp2.1 +PKGNAME= llnlxftp-2.1 +WRKSRC= ${WRKDIR}/llnlxftp2.1/sources +CATEGORIES= net +MASTER_SITES= ftp://ftp.llnl.gov/pub/ia/llnlxftp/ +EXTRACT_SUFX= .tar.Z + +MAINTAINER= tor@stormwall.org +HOMEPAGE= http://www.llnl.gov/ia/xftp.html +COMMENT= Motif FTP client + +USE_BUILDLINK2= yes +USE_IMAKE= yes + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/xftp ${PREFIX}/bin + ${INSTALL_DATA} ${WRKSRC}/XFtp.ad ${PREFIX}/lib/X11/app-defaults/XFtp + +.include "../../graphics/xpm/buildlink2.mk" +.include "../../mk/motif.buildlink2.mk" + +.include "../../mk/bsd.pkg.mk" diff --git a/net/llnlxftp/PLIST b/net/llnlxftp/PLIST new file mode 100644 index 00000000000..abe01e38586 --- /dev/null +++ b/net/llnlxftp/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/02/12 05:48:30 ben Exp $ +bin/xftp +lib/X11/app-defaults/XFtp diff --git a/net/llnlxftp/distinfo b/net/llnlxftp/distinfo new file mode 100644 index 00000000000..a76f7ddadf0 --- /dev/null +++ b/net/llnlxftp/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/02/12 05:48:30 ben Exp $ + +SHA1 (llnlxftp2.1.tar.Z) = bd7a2b1e9a53ae139559f09bfa5c4b590fa0cd5e +Size (llnlxftp2.1.tar.Z) = 359401 bytes +SHA1 (patch-aa) = d4cc87e2dce654d9b21d112cea5befb1ed070ac0 diff --git a/net/llnlxftp/patches/patch-aa b/net/llnlxftp/patches/patch-aa new file mode 100644 index 00000000000..b71cb70b8eb --- /dev/null +++ b/net/llnlxftp/patches/patch-aa @@ -0,0 +1,16 @@ +$NetBSD: patch-aa,v 1.1.1.1 2004/02/12 05:48:30 ben Exp $ + +--- log.c.orig 1995-10-19 08:20:22.000000000 -0700 ++++ log.c +@@ -81,8 +81,10 @@ extern Widget w_toplev; + extern char *initial_logfile_name; + extern Display *display; + extern int print_password_in_debug; ++#if !defined(__NetBSD__) + extern int sys_nerr; +-#if !defined(__FreeBSD__) && !defined(__MACHTEN_PPC__) ++#endif ++#if !defined(__NetBSD__) && !defined(__FreeBSD__) && !defined(__MACHTEN_PPC__) + extern char *sys_errlist[]; + #endif + |