Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Oct 2006 10:55:29 -0600 (CST)
From:      System Administrator <admin@nix.synchro.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/104622: New Port: comms/syncterm Telnet/RLogin/SSH client for BBSs
Message-ID:  <200610201655.k9KGtSBr079844@server.hurd.local>
Resent-Message-ID: <200610201720.k9KHKI2l056055@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         104622
>Category:       ports
>Synopsis:       New Port: comms/syncterm Telnet/RLogin/SSH client for BBSs
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 20 17:20:18 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Stephen Hurd
>Release:        FreeBSD 6.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD server.hurd.local 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Wed May 10 03:22:33 CST 2006 admin@server.hurd.local:/usr/obj/usr/src/sys/SERVER i386


	
>Description:
	An ANSI-BBS terminal designed to connect to remote BBSs via telnet, rlogin, or
	SSH.  Supports ANSI music and the IBM charset when possible.  Will run from a
	console, under X11 using XLib, or using SDL.

>How-To-Repeat:
	
>Fix:

	

--- syncterm.port begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	comms/syncterm
#	comms/syncterm/Makefile
#	comms/syncterm/pkg-descr
#	comms/syncterm/pkg-plist
#	comms/syncterm/distinfo
#
echo c - comms/syncterm
mkdir -p comms/syncterm > /dev/null 2>&1
echo x - comms/syncterm/Makefile
sed 's/^X//' >comms/syncterm/Makefile << 'END-of-comms/syncterm/Makefile'
X# New ports collection makefile for:	syncterm
X# Date created:		3 October 2006
X# Whom:			shurd
X#
X# $FreeBSD$
X#
X
XPORTNAME=	syncterm
XPORTVERSION=	0.8.20061020
XCATEGORIES=	comms
XMASTER_SITES=	http://syncterm.bbsdev.net/
XDISTNAME=	syncterm-src-20061020
XEXTRACT_SUFX=	.tgz
X
XMAINTAINER=	shurd@sasktel.net
XCOMMENT=	An ANSI-BBS terminal which supports telnet, rlogin, and SSH
X
XLIB_DEPENDS=	cl:${PORTSDIR}/security/cryptlib
X
XWRKSRC=		${WRKDIR}/syncterm-20061020
XUSE_GMAKE=	yes
XMAKEFILE=	GNUmakefile
X
XOPTIONS=	X11	"Build with X11 support"	ON \
X		SDL	"Build with SDL support"	ON \
X		DEBUG	"Build a debug version"		OFF
X
X.include <bsd.port.pre.mk>
X
XMAKE_ARGS+=	-C syncterm
XMAKE_ARGS+=	PREFIX=${PREFIX}
XMAKE_ARGS+=	"INSTALL_EXE=${INSTALL_PROGRAM}"
X.if defined(WITHOUT_X11)
XMAKE_ARGS+=	NO_X=1
X.else
XUSE_XLIB=	yes
X.endif
X.if !defined(WITHOUT_SDL)
XUSE_SDL=	sdl
XMAKE_ARGS+=	USE_SDL=1
X.endif
X.if defined(WITH_DEBUG)
XMAKE_ARGS+=	DEBUG=1
X.else
XMAKE_ARGS+=	RELEASE=1
X.endif
X
X.include <bsd.port.post.mk>
END-of-comms/syncterm/Makefile
echo x - comms/syncterm/pkg-descr
sed 's/^X//' >comms/syncterm/pkg-descr << 'END-of-comms/syncterm/pkg-descr'
XAn ANSI-BBS terminal designed to connect to remote BBSs via telnet, rlogin, or
XSSH.  Supports ANSI music and the IBM charset when possible.  Will run from a
Xconsole, under X11 using XLib, or using SDL.
X
XWWW: http://syncterm.bbsdev.net/
END-of-comms/syncterm/pkg-descr
echo x - comms/syncterm/pkg-plist
sed 's/^X//' >comms/syncterm/pkg-plist << 'END-of-comms/syncterm/pkg-plist'
Xbin/syncterm
END-of-comms/syncterm/pkg-plist
echo x - comms/syncterm/distinfo
sed 's/^X//' >comms/syncterm/distinfo << 'END-of-comms/syncterm/distinfo'
XMD5 (syncterm-src-20061020.tgz) = a4b98f838e10c8d1af9adbc4aed92c80
XSHA256 (syncterm-src-20061020.tgz) = e04483224a68a5571d62e37de310d79c2de69c283c343825c8abc01eb4cd0b7b
XSIZE (syncterm-src-20061020.tgz) = 369046
END-of-comms/syncterm/distinfo
exit
--- syncterm.port ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200610201655.k9KGtSBr079844>