View | Details | Raw Unified | Return to bug 6904
Collapse All | Expand All

(-)./Makefile (-6 / +14 lines)
Lines 1-5 Link Here
1
# New ports collection makefile for:    ztelnet
1
# New ports collection makefile for:    ztelnet
2
# Version required:     1.0p2
2
# Version required:     1.0p3
3
# Date created:         15 Mar 1998
3
# Date created:         15 Mar 1998
4
# Whom:                 CHOI Junho <junker@jazz.snu.ac.kr>
4
# Whom:                 CHOI Junho <junker@jazz.snu.ac.kr>
5
#
5
#
Lines 8-20 Link Here
8
# In this ports..
8
# In this ports..
9
#   - new compilation diff for FreeBSD(now we can upload!)
9
#   - new compilation diff for FreeBSD(now we can upload!)
10
#   - linux patch(implied -8 and stairway effect) is applied
10
#   - linux patch(implied -8 and stairway effect) is applied
11
# NOTE: in post-patch, we can ignore warnings.
11
#   - improved sz and rz patch, and new ztelnet manpage(cmascott patch)
12
#     Thanks to Carl Mascott <cmascott@world.std.com>
13
# NOTE: in first post-patch, we can ignore warnings.
12
14
13
DISTNAME=	ztelnet2
15
DISTNAME=	ztelnet2
14
PKGNAME=	ztelnet-1.0p2
16
PKGNAME=	ztelnet-1.0p3
15
CATEGORIES=	net
17
CATEGORIES=	net
16
MASTER_SITES=	ftp://jazz.snu.ac.kr/pub/unix/util/net/
18
MASTER_SITES=	ftp://jazz.snu.ac.kr/pub/unix/util/net/ztelnet/
17
DISTFILES=	ztelnet-linux.tar.gz ztelnet-patch.tar.gz
19
DISTFILES=	ztelnet-linux.tar.gz ztelnet-patch.tar.gz \
20
		ztelnet-patch-cmascott.tar.gz
18
21
19
MAINTAINER=	junker@jazz.snu.ac.kr
22
MAINTAINER=	junker@jazz.snu.ac.kr
20
23
Lines 23-31 Link Here
23
MAN1=		ztelnet.1
26
MAN1=		ztelnet.1
24
27
25
post-patch:
28
post-patch:
29
	# we can ignore warnings
26
	@( cd ${WRKSRC}/ztelnet && \
30
	@( cd ${WRKSRC}/ztelnet && \
27
	${PATCH} -s -p1 < ${WRKSRC}/ztelnet.patch || \
31
	${PATCH} -s -p1 < ${WRKSRC}/ztelnet.patch || \
28
	true ) > /dev/null 2>&1
32
	true ) > /dev/null 2>&1
33
	# but it is not
34
	@cd ${WRKSRC}/ztelnet && \
35
	${PATCH} -s -p1 < ${WRKSRC}/rz.patch && \
36
	${PATCH} -s -p1 < ${WRKSRC}/sz.patch
29
37
30
do-build:
38
do-build:
31
	@cd ${WRKSRC}/ztelnet && \
39
	@cd ${WRKSRC}/ztelnet && \
Lines 36-41 Link Here
36
	@cd ${WRKSRC}/ztelnet; \
44
	@cd ${WRKSRC}/ztelnet; \
37
	${MKDIR} ${PREFIX}/bin; \
45
	${MKDIR} ${PREFIX}/bin; \
38
	${INSTALL_PROGRAM} telnet/telnet ${PREFIX}/bin/ztelnet
46
	${INSTALL_PROGRAM} telnet/telnet ${PREFIX}/bin/ztelnet
39
	${INSTALL_MAN} ${WRKDIR}/ztelnet/telnet/telnet.1 ${PREFIX}/man/man1/ztelnet.1
47
	${INSTALL_MAN} ${WRKSRC}/ztelnet.1 ${PREFIX}/man/man1/ztelnet.1
40
48
41
.include <bsd.port.mk>
49
.include <bsd.port.mk>
(-)./files/md5 (+1 lines)
Lines 1-2 Link Here
1
MD5 (ztelnet-linux.tar.gz) = 01a24b1b70f8e26e6f4c4fe2aabcc055
1
MD5 (ztelnet-linux.tar.gz) = 01a24b1b70f8e26e6f4c4fe2aabcc055
2
MD5 (ztelnet-patch.tar.gz) = d9bab9d4ffaa09db5eaa099af854cd77
2
MD5 (ztelnet-patch.tar.gz) = d9bab9d4ffaa09db5eaa099af854cd77
3
MD5 (ztelnet-patch-cmascott.tar.gz) = abb288bcce6a739eb3ddbc4613ceadab
(-)./pkg/DESCR (-2 / +2 lines)
Lines 7-14 Link Here
7
7
8
By default, the 8-bit transfer option(-8) is implied.
8
By default, the 8-bit transfer option(-8) is implied.
9
9
10
Thanks to Pyun, Yong-Hun <yongari@michell.kotel.co.kr> for the FreeBSD
10
Thanks to Pyun, Yong-Hun <yongari@michell.kotel.co.kr> and
11
patches.
11
Carl Mascott <cmascott@world.std.com> for the FreeBSD patches.
12
12
13
--
13
--
14
Ports by CHOI Junho <junker@jazz.snu.ac.kr>
14
Ports by CHOI Junho <junker@jazz.snu.ac.kr>

Return to bug 6904