FreeBSD Bugzilla – Attachment 146711 Details for
Bug 192878
[stage] comms/pr new source location, request maintainership
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
comms/pr [request for maintainer] MASTER_SITES STAGE svn diff test logs
2014-09-02.diff (text/plain), 3.34 KB, created by
Chris Hutchinson
on 2014-09-03 04:58:50 UTC
(
hide
)
Description:
comms/pr [request for maintainer] MASTER_SITES STAGE svn diff test logs
Filename:
MIME Type:
Creator:
Chris Hutchinson
Created:
2014-09-03 04:58:50 UTC
Size:
3.34 KB
patch
obsolete
>Index: pr/Makefile >=================================================================== >--- pr/Makefile (revision 365530) >+++ pr/Makefile (working copy) >@@ -1,18 +1,41 @@ >-# Created by: Anton Voronin <anton@urc.ac.ru> >+# Created by: C Hutchinson <portmaster@bsdforge.com> > # $FreeBSD$ > > PORTNAME= pr > PORTVERSION= 1.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 >+ >+OPTIONS_DEFINE= DOCS >+ >+.include <bsd.port.options.mk> >+ >+WRKSRC= ${WRKDIR}/${PORTNAME} >+ >+PROGRAMS= PortRedirector PortTest >+ >+ETCFLS= PortRedirector.conf.sample >+ >+SHEBANG_FILES= sbin/PortRedirector sbin/PortTest >+ >+RCDFILES= pr.sh.sample >+ > NO_BUILD= YES > >-NO_STAGE= yes >+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 <bsd.port.mk> >Index: pr/distinfo >=================================================================== >--- pr/distinfo (revision 365530) >+++ pr/distinfo (working copy) >@@ -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 >Index: pr/pkg-descr >=================================================================== >--- pr/pkg-descr (revision 365530) >+++ pr/pkg-descr (working copy) >@@ -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/
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 192878
:
146119
|
146131
|
146157
|
146160
|
146164
| 146711 |
146712