pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/llnlxftp Initial import of llnlxftp-2.1, Motif FTP...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e03beabdb29c
branches:  trunk
changeset: 468284:e03beabdb29c
user:      ben <ben%pkgsrc.org@localhost>
date:      Thu Feb 12 05:48:30 2004 +0000

description:
Initial import of llnlxftp-2.1, Motif FTP client, submitted by Tor
Stormwall in PR 23914.

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.

diffstat:

 net/llnlxftp/DESCR            |   5 +++++
 net/llnlxftp/Makefile         |  25 +++++++++++++++++++++++++
 net/llnlxftp/PLIST            |   3 +++
 net/llnlxftp/distinfo         |   5 +++++
 net/llnlxftp/patches/patch-aa |  16 ++++++++++++++++
 5 files changed, 54 insertions(+), 0 deletions(-)

diffs (74 lines):

diff -r df6617084107 -r e03beabdb29c net/llnlxftp/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/llnlxftp/DESCR        Thu Feb 12 05:48:30 2004 +0000
@@ -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 -r df6617084107 -r e03beabdb29c net/llnlxftp/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/llnlxftp/Makefile     Thu Feb 12 05:48:30 2004 +0000
@@ -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@localhost
+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 -r df6617084107 -r e03beabdb29c net/llnlxftp/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/llnlxftp/PLIST        Thu Feb 12 05:48:30 2004 +0000
@@ -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 -r df6617084107 -r e03beabdb29c net/llnlxftp/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/llnlxftp/distinfo     Thu Feb 12 05:48:30 2004 +0000
@@ -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 -r df6617084107 -r e03beabdb29c net/llnlxftp/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/llnlxftp/patches/patch-aa     Thu Feb 12 05:48:30 2004 +0000
@@ -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
+ 



Home | Main Index | Thread Index | Old Index