ports/82633: [NEW PORT] comms/jerm: Communication terminal through serial and TCP/IP interfaces
Shinsuke Matsui
smatsui at karashi.org
Sat Jun 25 08:40:20 UTC 2005
>Number: 82633
>Category: ports
>Synopsis: [NEW PORT] comms/jerm: Communication terminal through serial and TCP/IP interfaces
>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: Sat Jun 25 08:40:19 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator: Shinsuke Matsui
>Release: FreeBSD 4.11-RELEASE-p10 i386
>Organization:
>Environment:
System: FreeBSD localhost.my.domain 4.11-RELEASE-p10 FreeBSD 4.11-RELEASE-p10 #0: Mon Jun 13 19:45:24 JST 2005
>Description:
The jerm is primarily intended to communicate with a remote machine through a
serial interface. Additionally jerm can communicate with another through
a TCP/IP connection like telnet and relay a serial communication to a
TCP/IP connection to another remote machine.
Author: KANDA Toshihiro
WWW: http://www.bsddiary.net/jerm/
Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:
--- jerm-8094.shar 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:
#
# jerm
# jerm/Makefile
# jerm/pkg-descr
# jerm/distinfo
# jerm/pkg-plist
#
echo c - jerm
mkdir -p jerm > /dev/null 2>&1
echo x - jerm/Makefile
sed 's/^X//' >jerm/Makefile << 'END-of-jerm/Makefile'
X# New ports collection makefile for: jerm
X# Date created: Jun 25, 2005
X# Whom: Shinsuke Matsui (<smatsui at karashi.org>)
X#
X# $FreeBSD$
X#
X
XPORTNAME= jerm
XPORTVERSION= 8094
XCATEGORIES= comms
XMASTER_SITES= http://www.bsddiary.net/jerm/
X
XMAINTAINER= smatsui at karashi.org
XCOMMENT= Communication terminal through serial and TCP/IP interfaces
X
XMAN1= jerm.1
X
XOPTIONS= JUPITER "With Jupiter support" off
X
X.include <bsd.port.pre.mk>
X
X.if defined(WITH_JUPITER)
XPLIST_SUB+= WITH_JUPITER=""
X.else
XPLIST_SUB+= WITH_JUPITER="@comment "
X.endif
X
X.if !defined(WITH_JUPITER)
XMAKE_ARGS+= JUPITER_FLAGS=
X.endif
X
Xdo-install:
X ${INSTALL_PROGRAM} ${WRKSRC}/jerm ${PREFIX}/bin
X ${INSTALL_PROGRAM} ${WRKSRC}/tiocdtr ${PREFIX}/bin
X ${INSTALL_MAN} ${WRKSRC}/jerm.1 ${PREFIX}/man/man1
X.if defined(WITH_JUPITER)
X @${MKDIR} ${PREFIX}/libexec/jerm
X ${INSTALL_SCRIPT} ${WRKSRC}/init.sh ${PREFIX}/libexec/jerm
X ${INSTALL_SCRIPT} ${WRKSRC}/rock.pl ${PREFIX}/libexec/jerm
X.endif
X.if !defined(NOPORTDOCS)
X @${MKDIR} ${DOCSDIR}
X ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
X.endif
X
X.include <bsd.port.post.mk>
END-of-jerm/Makefile
echo x - jerm/pkg-descr
sed 's/^X//' >jerm/pkg-descr << 'END-of-jerm/pkg-descr'
XThe jerm is primarily intended to communicate with a remote machine through a
Xserial interface. Additionally jerm can communicate with another through
Xa TCP/IP connection like telnet and relay a serial communication to a
XTCP/IP connection to another remote machine.
X
XAuthor: KANDA Toshihiro
XWWW: http://www.bsddiary.net/jerm/
END-of-jerm/pkg-descr
echo x - jerm/distinfo
sed 's/^X//' >jerm/distinfo << 'END-of-jerm/distinfo'
XMD5 (jerm-8094.tar.gz) = e812b2e4a5a0cde446e8dd85cd554715
XSIZE (jerm-8094.tar.gz) = 18389
END-of-jerm/distinfo
echo x - jerm/pkg-plist
sed 's/^X//' >jerm/pkg-plist << 'END-of-jerm/pkg-plist'
Xbin/jerm
Xbin/tiocdtr
X%%WITH_JUPITER%%libexec/jerm/init.sh
X%%WITH_JUPITER%%libexec/jerm/rock.pl
X%%WITH_JUPITER%%@dirrm libexec/jerm
X%%PORTDOCS%%%%DOCSDIR%%/README
X%%PORTDOCS%%@dirrm %%DOCSDIR%%
END-of-jerm/pkg-plist
exit
--- jerm-8094.shar ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list