From owner-svn-ports-head@FreeBSD.ORG Sat Sep 6 17:36:36 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1A09B8E4; Sat, 6 Sep 2014 17:36:36 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 057BB1F7D; Sat, 6 Sep 2014 17:36:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s86HaZwf021484; Sat, 6 Sep 2014 17:36:35 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s86HaZ7a021479; Sat, 6 Sep 2014 17:36:35 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201409061736.s86HaZ7a021479@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sat, 6 Sep 2014 17:36:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367459 - head/comms/pr X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Sep 2014 17:36:36 -0000 Author: marino Date: Sat Sep 6 17:36:34 2014 New Revision: 367459 URL: http://svnweb.freebsd.org/changeset/ports/367459 QAT: https://qat.redports.org/buildarchive/r367459/ Log: Stage comms/pr and assign maintainership to submitter The source files were no longer available, so the submitter is also hosting those. PR: 192878 Submitted by: Chris Hutchinson Modified: head/comms/pr/Makefile head/comms/pr/distinfo head/comms/pr/pkg-descr Modified: head/comms/pr/Makefile ============================================================================== --- head/comms/pr/Makefile Sat Sep 6 17:31:48 2014 (r367458) +++ head/comms/pr/Makefile Sat Sep 6 17:36:34 2014 (r367459) @@ -3,16 +3,38 @@ PORTNAME= pr PORTVERSION= 1.1 +PORTREVISION= 1 CATEGORIES= comms net -MASTER_SITES= http://www.chelcom.ru/~anton/projects/files/ -DISTNAME= pr-${PORTVERSION} +MASTER_SITES= http://bsdforge.com/projects/source/comms/pr/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= portmaster@bsdforge.com COMMENT= Daemon that connects local terminal device to a terminal server -WRKSRC= ${WRKDIR}/pr +LICENSE= ARTPERL10 +USES= shebangfix tar:xz +SHEBANG_FILES= sbin/PortRedirector sbin/PortTest NO_BUILD= YES -NO_STAGE= yes +WRKSRC= ${WRKDIR}/${PORTNAME} +PROGRAMS= PortRedirector PortTest +ETCFLS= PortRedirector.conf.sample +RCDFILES= pr.sh.sample + +OPTIONS_DEFINE= DOCS + +.include + +do-install: + (cd ${WRKSRC}/sbin && \ + ${INSTALL_SCRIPT} ${PROGRAMS} ${STAGEDIR}${PREFIX}/sbin) + (cd ${WRKSRC}/etc/rc.d && \ + ${INSTALL_DATA} ${RCDFILES} ${STAGEDIR}${PREFIX}/etc/rc.d) + (cd ${WRKSRC}/etc && \ + ${INSTALL_DATA} ${ETCFLS} ${STAGEDIR}${PREFIX}/etc) +.if ${PORT_OPTIONS:MDOCS} + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/share/doc/pr/PR.html ${STAGEDIR}${DOCSDIR} +.endif + .include Modified: head/comms/pr/distinfo ============================================================================== --- head/comms/pr/distinfo Sat Sep 6 17:31:48 2014 (r367458) +++ head/comms/pr/distinfo Sat Sep 6 17:36:34 2014 (r367459) @@ -1,2 +1,2 @@ -SHA256 (pr-1.1.tar.gz) = a71ee6f1c543a1f70ddb2920e79561cdef5937ab31d0a17c9128266dc0a818c0 -SIZE (pr-1.1.tar.gz) = 4260 +SHA256 (pr-1.1.tar.xz) = 8c1e4327a407dc21491d6f110a62c69e1f1290be51fd88e9a9d23b2a451f78ca +SIZE (pr-1.1.tar.xz) = 4256 Modified: head/comms/pr/pkg-descr ============================================================================== --- head/comms/pr/pkg-descr Sat Sep 6 17:31:48 2014 (r367458) +++ head/comms/pr/pkg-descr Sat Sep 6 17:36:34 2014 (r367459) @@ -1,19 +1,19 @@ The package consists of two programs - PortRedorector and PortTest. PortRedirector is a daemon that runs telnet to the remote port of the -terminal server and redirects its input and output to a virtual -terminal device (/dev/pty*). The corresponding slave device (dev/tty*) -then can be used by an application that expects a local async terminal -port. For example, to monitor a UPS (connected to AUX ports on a Cisco router) +terminal server and redirects its input and output to a virtual terminal +device (/dev/pty*). The corresponding slave device (dev/tty*) then can +be used by an application that expects a local async terminal port. For +example, to monitor a UPS (connected to AUX ports on a Cisco router) using nut. -Whenever telnet subprocess terminates on any reason, it is restarted -as soon as any data received from the terminal device. +Whenever telnet subprocess terminates on any reason, it is restarted as +soon as any data received from the terminal device. -It can also work when authentication is required, i.e. it can pass username -and password specified in its configuration file. +It can also work when authentication is required, i.e. it can pass +username and password specified in its configuration file. PortTest is something like cu(1). You can use either of them to test the connection. -WWW: http://rnoc.urc.ac.ru/~anton/projects/pr/PR.html +WWW: http://bsdforge.com/projects/comms/pr/