FreeBSD Bugzilla – Attachment 146131 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]
UPDATES [maintainer] STAGED LICENSE SVN DIFF
2014-08-21.diff (text/plain), 3.14 KB, created by
Chris Hutchinson
on 2014-08-21 21:56:26 UTC
(
hide
)
Description:
UPDATES [maintainer] STAGED LICENSE SVN DIFF
Filename:
MIME Type:
Creator:
Chris Hutchinson
Created:
2014-08-21 21:56:26 UTC
Size:
3.14 KB
patch
obsolete
>Index: pr/Makefile >=================================================================== >--- pr/Makefile (revision 365530) >+++ pr/Makefile (working copy) >@@ -4,15 +4,41 @@ > PORTNAME= pr > PORTVERSION= 1.1 > CATEGORIES= comms net >-MASTER_SITES= http://www.chelcom.ru/~anton/projects/files/ >+MASTER_SITES= http://bsdforge.com/projects/source/comms/pr/ > DISTNAME= pr-${PORTVERSION} > >-MAINTAINER= ports@FreeBSD.org >+MAINTAINER= portmaster@bsdforge.com > COMMENT= Daemon that connects local terminal device to a terminal server > >-WRKSRC= ${WRKDIR}/pr >+LICENSE= ARTPERL10 > >+USE_XZ= yes >+ >+WRKSRC= ${WRKDIR}/${PORTNAME} >+ >+PROGRAMS= PortRedirector PortTest >+ >+ETCFILES= PortRedirector.conf.sample >+ >+RCDFILES= pr.sh.sample >+ >+DOCFILES= PR.html >+ > NO_BUILD= YES > >-NO_STAGE= yes >+do-install: >+.for a in ${PROGRAMS} >+ ${CP} ${WRKSRC}/sbin/$a ${STAGEDIR}${PREFIX}/sbin >+.endfor >+.for b in ${ETCFILES} >+ ${CP} ${WRKSRC}/etc/$b ${STAGEDIR}${PREFIX}/etc >+.endfor >+.for c in ${RCDFILES} >+ ${CP} ${WRKSRC}/etc/rc.d/$c ${STAGEDIR}${PREFIX}/etc/rc.d >+.endfor >+.for D in ${DOCFILES} >+ @${MKDIR} ${STAGEDIR}${DOCSDIR} >+ ${INSTALL_DATA} ${WRKSRC}/share/doc/pr/$D ${STAGEDIR}${DOCSDIR} >+.endfor >+ > .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) = 261a380a8d0c1f255f9bc835dcf65e87dde028329f4700773bdec6a8e1d9c300 >+SIZE (pr-1.1.tar.xz) = 4236 >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