mirror of
https://git.freebsd.org/ports.git
synced 2025-07-16 16:59:17 -04:00
Update to version 1.0p3.
PR: 6904 Submitted by: maintainer
This commit is contained in:
parent
6e7b3ce4b7
commit
4da4406492
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=11424
3 changed files with 18 additions and 9 deletions
|
@ -1,20 +1,23 @@
|
||||||
# New ports collection makefile for: ztelnet
|
# New ports collection makefile for: ztelnet
|
||||||
# Version required: 1.0p2
|
# Version required: 1.0p3
|
||||||
# Date created: 15 Mar 1998
|
# Date created: 15 Mar 1998
|
||||||
# Whom: CHOI Junho <junker@jazz.snu.ac.kr>
|
# Whom: CHOI Junho <junker@jazz.snu.ac.kr>
|
||||||
#
|
#
|
||||||
# $Id: Makefile,v 1.4 1998/03/18 19:05:33 obrien Exp $
|
# $Id: Makefile,v 1.5 1998/03/19 06:12:38 obrien Exp $
|
||||||
#
|
#
|
||||||
# In this ports..
|
# In this ports..
|
||||||
# - new compilation diff for FreeBSD(now we can upload!)
|
# - new compilation diff for FreeBSD(now we can upload!)
|
||||||
# - linux patch(implied -8 and stairway effect) is applied
|
# - linux patch(implied -8 and stairway effect) is applied
|
||||||
# NOTE: in post-patch, we can ignore warnings.
|
# - improved sz and rz patch, and new ztelnet manpage(cmascott patch)
|
||||||
|
# Thanks to Carl Mascott <cmascott@world.std.com>
|
||||||
|
# NOTE: in first post-patch, we can ignore warnings.
|
||||||
|
|
||||||
DISTNAME= ztelnet2
|
DISTNAME= ztelnet2
|
||||||
PKGNAME= ztelnet-1.0p2
|
PKGNAME= ztelnet-1.0p3
|
||||||
CATEGORIES= net
|
CATEGORIES= net
|
||||||
MASTER_SITES= ftp://jazz.snu.ac.kr/pub/unix/util/net/
|
MASTER_SITES= ftp://jazz.snu.ac.kr/pub/unix/util/net/ztelnet/
|
||||||
DISTFILES= ztelnet-linux.tar.gz ztelnet-patch.tar.gz
|
DISTFILES= ztelnet-linux.tar.gz ztelnet-patch.tar.gz \
|
||||||
|
ztelnet-patch-cmascott.tar.gz
|
||||||
|
|
||||||
MAINTAINER= junker@jazz.snu.ac.kr
|
MAINTAINER= junker@jazz.snu.ac.kr
|
||||||
|
|
||||||
|
@ -23,9 +26,14 @@ PATCH_STRIP= -p1
|
||||||
MAN1= ztelnet.1
|
MAN1= ztelnet.1
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
|
# we can ignore warnings
|
||||||
@( cd ${WRKSRC}/ztelnet && \
|
@( cd ${WRKSRC}/ztelnet && \
|
||||||
${PATCH} -s -p1 < ${WRKSRC}/ztelnet.patch || \
|
${PATCH} -s -p1 < ${WRKSRC}/ztelnet.patch || \
|
||||||
true ) > /dev/null 2>&1
|
true ) > /dev/null 2>&1
|
||||||
|
# but it is not
|
||||||
|
@cd ${WRKSRC}/ztelnet && \
|
||||||
|
${PATCH} -s -p1 < ${WRKSRC}/rz.patch && \
|
||||||
|
${PATCH} -s -p1 < ${WRKSRC}/sz.patch
|
||||||
|
|
||||||
do-build:
|
do-build:
|
||||||
@cd ${WRKSRC}/ztelnet && \
|
@cd ${WRKSRC}/ztelnet && \
|
||||||
|
@ -36,6 +44,6 @@ do-install:
|
||||||
@cd ${WRKSRC}/ztelnet; \
|
@cd ${WRKSRC}/ztelnet; \
|
||||||
${MKDIR} ${PREFIX}/bin; \
|
${MKDIR} ${PREFIX}/bin; \
|
||||||
${INSTALL_PROGRAM} telnet/telnet ${PREFIX}/bin/ztelnet
|
${INSTALL_PROGRAM} telnet/telnet ${PREFIX}/bin/ztelnet
|
||||||
${INSTALL_MAN} ${WRKDIR}/ztelnet/telnet/telnet.1 ${PREFIX}/man/man1/ztelnet.1
|
${INSTALL_MAN} ${WRKSRC}/ztelnet.1 ${PREFIX}/man/man1/ztelnet.1
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
MD5 (ztelnet-linux.tar.gz) = 01a24b1b70f8e26e6f4c4fe2aabcc055
|
MD5 (ztelnet-linux.tar.gz) = 01a24b1b70f8e26e6f4c4fe2aabcc055
|
||||||
MD5 (ztelnet-patch.tar.gz) = d9bab9d4ffaa09db5eaa099af854cd77
|
MD5 (ztelnet-patch.tar.gz) = d9bab9d4ffaa09db5eaa099af854cd77
|
||||||
|
MD5 (ztelnet-patch-cmascott.tar.gz) = abb288bcce6a739eb3ddbc4613ceadab
|
||||||
|
|
|
@ -7,8 +7,8 @@ file using the Zmodem sz/rz command from within telnet.
|
||||||
|
|
||||||
By default, the 8-bit transfer option(-8) is implied.
|
By default, the 8-bit transfer option(-8) is implied.
|
||||||
|
|
||||||
Thanks to Pyun, Yong-Hun <yongari@michell.kotel.co.kr> for the FreeBSD
|
Thanks to Pyun, Yong-Hun <yongari@michell.kotel.co.kr> and
|
||||||
patches.
|
Carl Mascott <cmascott@world.std.com> for the FreeBSD patches.
|
||||||
|
|
||||||
--
|
--
|
||||||
Ports by CHOI Junho <junker@jazz.snu.ac.kr>
|
Ports by CHOI Junho <junker@jazz.snu.ac.kr>
|
||||||
|
|
Loading…
Add table
Reference in a new issue