Janusz Kokot <janek@gaja.ipan.lublin.pl> brings moxftp to the ports collection.

Submitted by:	janek
This commit is contained in:
Jordan K. Hubbard 1994-12-29 13:04:34 +00:00
parent 25e0c8c5df
commit 1967f5ab78
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=644
7 changed files with 83 additions and 0 deletions

28
ftp/moxftp/Makefile Normal file
View File

@ -0,0 +1,28 @@
# New ports collection makefile for: moxftp
# Version required: 2.2
# Date created: 19 December 1994
# Whom: janek
#
DISTNAME= moxftp-2.2
HAS_CONFIGURE= yes
PREFIX= /usr/X11R6
# CONFIGURE_ARGS set to :
# motif - for motif version, (not tested!!!)
# athena - for athena version,
# athena3d - for athena 3 d version, (you should have installed Xaw3d!!!)
# openlook - for open look version - (not tested!!!)
# If you use athena3d uncomment DEPENDS !!!
CONFIGURE_ARGS= athena
#DEPENDS= ${PORTSDIR}/x11/Xaw3d
MASTER_SITES= ftp://ftp.x.org/contrib/applications/
.include <bsd.port.mk>
install:
@mkdir -p ${PREFIX}/man/man1
@install -c -m 0444 ${WRKSRC}/xftp.man ${PREFIX}/man/man1/xftp.1
@gzip -9n ${PREFIX}/man/man1/xftp.1

19
ftp/moxftp/files/patch-aa Normal file
View File

@ -0,0 +1,19 @@
*** Imakefile.orig Mon Dec 19 23:25:00 1994
--- Imakefile Mon Dec 19 23:24:38 1994
***************
*** 126,132 ****
OBJS_STANDARD = main.o ftp.o callftp.o connect.o login.o wc_hooks.o \
disconnect.o remote_dir.o pwd.o peek.o syst.o \
bsdstrstr.o get.o lcd.o cd.o initialize.o dir_subs.o \
! local_dir.o put.o mkdir.o type.o fb_rs.o version.o \
regerror.o regexp.o regsub.o translate.o help.o \
tran_table.o sort.o noop.o List.o ListSW.o time.o \
tm_to_time.o archie.o popen.o icons.o myfgets.o \
--- 126,132 ----
OBJS_STANDARD = main.o ftp.o callftp.o connect.o login.o wc_hooks.o \
disconnect.o remote_dir.o pwd.o peek.o syst.o \
bsdstrstr.o get.o lcd.o cd.o initialize.o dir_subs.o \
! local_dir.o put.o mkdir.o type.o fb_rs.o version.o \
regerror.o regexp.o regsub.o translate.o help.o \
tran_table.o sort.o noop.o List.o ListSW.o time.o \
tm_to_time.o archie.o popen.o icons.o myfgets.o \

16
ftp/moxftp/files/patch-ab Normal file
View File

@ -0,0 +1,16 @@
*** popen.c.orig Tue Dec 20 17:22:12 1994
--- popen.c Tue Dec 20 17:22:51 1994
***************
*** 117,127 ****
}
(void) close(pdes[1]);
}
- #if defined(SVR4)||defined(HAVE_UNISTD_H)||!defined(BSD)
- setpgrp();
- #else
setpgrp(0, getpid());
- #endif
execl("/bin/sh", "sh", "-c", program, NULL);
_exit(127);
/* NOTREACHED */
--- 117,123 ----

12
ftp/moxftp/files/patch-ac Normal file
View File

@ -0,0 +1,12 @@
*** X11/Xp/XpAthena.h.orig Tue Dec 20 17:59:12 1994
--- X11/Xp/XpAthena.h Tue Dec 20 18:00:14 1994
***************
*** 43,49 ****
#include <X11/Xaw3d/StripChart.h>
#include <X11/Xaw3d/Text.h>
#ifdef R5
- #include <X11/Xaw3d/Mailbox.h>
#include <X11/Xaw3d/Panner.h>
#endif /*R5*/
--- 43,48 ----

1
ftp/moxftp/pkg-comment Normal file
View File

@ -0,0 +1 @@
Xftp ftp shell under X windows v 2.2

1
ftp/moxftp/pkg-descr Normal file
View File

@ -0,0 +1 @@
Xftp ftp shell under X windows v 2.2

6
ftp/moxftp/pkg-plist Normal file
View File

@ -0,0 +1,6 @@
@cwd /usr/X11R6
@mode 555
bin/xftp
@mode 444
lib/X11/app-defaults/Xftp
man/man1/xftp.1.gz