Upgrade to kermit 6.192 (package tested too)
This commit is contained in:
parent
9802c96856
commit
0e96d95fbb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=4915
@ -1,15 +1,15 @@
|
||||
# New ports collection makefile for: kermit
|
||||
# Version required: 5A(190)
|
||||
# Version required: 6(192)
|
||||
# Date created: Oct 27, 1994
|
||||
# Whom: pst
|
||||
# Changed: ats, Nov 16, 1994
|
||||
#
|
||||
# $Id: Makefile,v 1.10 1996/12/07 11:12:21 max Exp $
|
||||
# $Id: Makefile,v 1.11 1996/12/08 01:44:33 max Exp $
|
||||
#
|
||||
|
||||
DISTNAME= cku190
|
||||
PKGNAME= kermit-5a.190
|
||||
CATEGORIES= comms
|
||||
DISTNAME= cku192src
|
||||
PKGNAME= kermit-6.192
|
||||
CATEGORIES+= comms
|
||||
|
||||
MASTER_SITES= ftp://kermit.columbia.edu/kermit/archives/ \
|
||||
ftp://ftp.th-darmstadt.de/pub/networking/kermit/ \
|
||||
ftp://ftp.std.com/customers2/src/telcom/
|
||||
|
@ -1 +1 @@
|
||||
MD5 (cku190.tar.gz) = ad191cb33beb042050d5636a52e8e0d8
|
||||
MD5 (cku192src.tar.gz) = 867a6b4013ddf812e62aa1c5e69b2c6c
|
||||
|
@ -4,7 +4,7 @@ CFLAGS+= -I${.CURDIR} -DBSD44 -DCK_CURSES -DDYNAMIC -DTCPSOCKET \
|
||||
SRCS= ckcmai.c ckucmd.c ckuusr.c ckuus2.c ckuus3.c ckuus4.c ckuus5.c \
|
||||
ckuus6.c ckuus7.c ckuusx.c ckuusy.c ckcpro.c ckcfns.c ckcfn2.c \
|
||||
ckcfn3.c ckuxla.c ckucon.c ckutio.c ckufio.c ckudia.c ckuscr.c \
|
||||
ckcnet.c
|
||||
ckcnet.c ckusig.c
|
||||
|
||||
BINMODE=2555
|
||||
BINGRP=dialer
|
||||
@ -12,7 +12,7 @@ BINGRP=dialer
|
||||
BINDIR=%%PREFIX%%/bin
|
||||
MANDIR=%%PREFIX%%/man/man
|
||||
|
||||
CLEANFILES+= ckcpro.c ckcwart.o wart
|
||||
CLEANFILES+= ckcpro.c ckcwart.o wart kermit.1
|
||||
|
||||
DPADD= ${LIBCURSES} ${LIBTERM}
|
||||
LDADD= -lcurses -ltermcap
|
||||
@ -28,4 +28,8 @@ wart: ckwart.c
|
||||
ckcpro.c: ckcpro.w
|
||||
ckcpro.c: wart
|
||||
|
||||
kermit.1: ckuker.cpp
|
||||
$(CPP) ckuker.cpp | grep -v ^$$ | grep -v ^\# > kermit.1 || \
|
||||
rm -f kermit.1
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
@ -1 +1 @@
|
||||
File transfer protocol utility.
|
||||
File transfer and terminal emulation utilitiy for serial lines and sockets.
|
||||
|
@ -1,10 +1,6 @@
|
||||
KERMIT file transfer protocol 5A edit 189
|
||||
-----------------------------------------
|
||||
KERMIT file transfer/terminal emulation utility v6.192
|
||||
------------------------------------------------------
|
||||
|
||||
This is a release of C-Kermit 5A edit 189 file transfer protocol utility.
|
||||
This is a release of C-Kermit 6 edit 192 file transfer protocol utility.
|
||||
This version supports transfer of un-escaped control characters for
|
||||
very fast file transfers with high reliability.
|
||||
|
||||
Note: the setgid to dialer is intentionally disabled in this port for
|
||||
security reasons. If you want a non-root user to be able to dial out,
|
||||
we recommend putting the user's uid in group "dialer".
|
||||
|
1
comms/kermit/scripts/configure
vendored
1
comms/kermit/scripts/configure
vendored
@ -3,6 +3,5 @@
|
||||
# shuffle things around for bmake to work right
|
||||
#
|
||||
mv ${WRKDIR}/makefile ${WRKDIR}/makefile.dist
|
||||
mv ${WRKDIR}/ckuker.nr ${WRKDIR}/kermit.1
|
||||
sed -e "s@%%PREFIX%%@${PREFIX}@" < ${FILESDIR}/Makefile.sed > ${WRKDIR}/Makefile
|
||||
cp ${FILESDIR}/dot.kermrc ${WRKDIR}
|
||||
|
Loading…
Reference in New Issue
Block a user