View | Details | Raw Unified | Return to bug 113072 | Differences between
and this patch

Collapse All | Expand All

(-)syncterm/Makefile (-4 / +4 lines)
Lines 6-25 Link Here
6
#
6
#
7
7
8
PORTNAME=	syncterm
8
PORTNAME=	syncterm
9
PORTVERSION=	0.8.20061020
9
PORTVERSION=	0.9.20070527
10
PORTREVISION=	1
10
PORTREVISION=	1
11
CATEGORIES=	comms
11
CATEGORIES=	comms
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
13
MASTER_SITE_SUBDIR=	${PORTNAME}
13
MASTER_SITE_SUBDIR=	${PORTNAME}
14
DISTNAME=	syncterm-src-20061020
14
DISTNAME=	syncterm-src-20070527
15
EXTRACT_SUFX=	.tgz
15
EXTRACT_SUFX=	.tgz
16
16
17
MAINTAINER=	shurd@sasktel.net
17
MAINTAINER=	shurd@sasktel.net
18
COMMENT=	An ANSI-BBS terminal which supports telnet, rlogin, and SSH
18
COMMENT=	An ANSI-BBS, PETSCII, and ATASCII terminal which supports telnet, rlogin, SSH, and modems
19
19
20
LIB_DEPENDS=	cl:${PORTSDIR}/security/cryptlib
20
LIB_DEPENDS=	cl:${PORTSDIR}/security/cryptlib
21
21
22
WRKSRC=		${WRKDIR}/syncterm-20061020
22
WRKSRC=		${WRKDIR}/syncterm-20070527
23
USE_GMAKE=	yes
23
USE_GMAKE=	yes
24
MAKEFILE=	GNUmakefile
24
MAKEFILE=	GNUmakefile
25
25
(-)syncterm/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (syncterm-src-20061020.tgz) = a4b98f838e10c8d1af9adbc4aed92c80
1
MD5 (syncterm-src-20070527.tgz) = 960732607b04d809717490dd7e2b5d33
2
SHA256 (syncterm-src-20061020.tgz) = e04483224a68a5571d62e37de310d79c2de69c283c343825c8abc01eb4cd0b7b
2
SHA256 (syncterm-src-20070527.tgz) = 7b29e4de01763ea4eac62eba497d3a66a24007e287cd2ecc68e55b83c7843c11
3
SIZE (syncterm-src-20061020.tgz) = 369046
3
SIZE (syncterm-src-20070527.tgz) = 411400
(-)syncterm/pkg-descr (-3 / +3 lines)
Lines 1-5 Link Here
1
An ANSI-BBS terminal designed to connect to remote BBSs via telnet, rlogin, or
1
An ANSI-BBS, PETSCII, and ATASCII terminal designed to connect to remote BBSs
2
SSH. Supports ANSI music and the IBM charset when possible. Will run from a
2
via telnet, rlogin, SSH, or a modem. Supports ANSI music and the IBM charset
3
console, under X11 using XLib, or using SDL.
3
when possible. Will run from a console, under X11 using XLib, or using SDL.
4
4
5
WWW: http://syncterm.bbsdev.net/
5
WWW: http://syncterm.bbsdev.net/
(-)syncterm/pkg-plist (+2 lines)
Line 1 Link Here
1
bin/syncterm
1
bin/syncterm
2
share/icons/hicolor/64x64/apps/syncterm.png
3
share/applications/syncterm.desktop

Return to bug 113072