FreshPorts -- The Place For Ports notbug Sat, 26 May 2012 4:12 AM BST
Port details
conserver-com 8.1.18 comms on this many watch lists=4 search for ports that depend on this port
Application that allows multiple users to watch serial consoles
Maintained by: kuriyama@FreeBSD.org search for ports maintained by this maintainer
Port Added: 09 Dec 2001 11:40:13
License: not specified in port


Conserver is an application that allows multiple users to watch a serial console
at the same time. It can log the data, allows users to take write-access of a
console (one at a time), and has a variety of bells and whistles to accentuate
that basic functionality.
The idea is that conserver will log all your serial traffic so you can go back
and review why something crashed, look at changes (if done on the console),
or tie the console logs into a monitoring system (just watch the logfiles it
creates).
With multi-user capabilities you can work on equipment with others, mentor,
train, etc.
It also does all that client-server stuff so that, assuming you have a network
connection, you can interact with any of the equipment from home or wherever.

WWW: http://www.conserver.com/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMonThere are no ports dependent upon this port

To install the port: cd /usr/ports/comms/conserver-com/ && make install clean
To add the package: pkg_add -r conserver-com


Configuration Options
===> The following configuration options are available for conserver-com-8.1.18:
     UDS=off (default) "Use Unix domain sockets for client/server"
===> Use 'make config' to modify these settings

Master Sites:
http://www.conserver.com/
ftp://ftp.conserver.com/conserver/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 41

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
14 Jan 2012 08:57:23
Original commit files touched by this commit  8.1.18
dougb search for other commits by this committer
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
20 Nov 2010 11:39:47
Original commit files touched by this commit  8.1.18
kuriyama search for other commits by this committer
- Upgrade to 8.1.18.
27 Mar 2010 00:15:24
Original commit files touched by this commit  8.1.17
dougb search for other commits by this committer
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
25 Oct 2009 01:04:04
Original commit files touched by this commit  8.1.17
kuriyama search for other commits by this committer
Oops, I forgot to cvs-add this file in previos commit.
24 Oct 2009 23:51:58
Original commit files touched by this commit  8.1.17
kuriyama search for other commits by this committer
- Upgrade to 8.1.17.
16 Aug 2008 14:30:09
Original commit files touched by this commit  8.1.16_2
kuriyama search for other commits by this committer
Allow to select to use unix domain socket by option.

Submitted by:   anders@FreeBSD.org
02 Jul 2008 23:15:03
Original commit files touched by this commit  8.1.16_1
kuriyama search for other commits by this committer
- Unbreak on recent 8-current (after sgtty changes).
- Bump PORTREVISION for safety by minor logic change.

Submitted by:   ed@FreeBSD.org
PR:             ports/124485
27 Aug 2007 20:07:08
Original commit files touched by this commit  8.1.16
hrs search for other commits by this committer
Update to 8.1.16.  Changes include:

 - added 'replstring' substitution option - inspired by
   conversation with Owen DeLong <owen@c2company.com>
 - added '^Ecn' option for writing a note to the logfile - patch
   by Bryan Schmersal <bschmer@yahoo.com>
 - fixed leaking file descriptors when 'host' and 'uds' consoles
   fail to connect - based on patch by Michael Heironimus
   <michael_heironimus@archwayconcepts.com>

Also, the rc.d script now supports "reload", "reconnect",
and "reinit" keywords (they are to send HUP/USR1/USR2
respectively).

Approved by:    kuriyama (maintainer)
13 Mar 2007 03:45:27
Original commit files touched by this commit  8.1.15
kuriyama search for other commits by this committer
- Upgrade to 8.1.15.
06 May 2006 09:53:15
Original commit files touched by this commit  8.1.14
kuriyama search for other commits by this committer
- Update to 8.1.14.

PR:             ports/95565
Submitted by:   Andrew Pantyukhin <infofarmer@gmail.com>
01 Feb 2006 08:12:02
Original commit files touched by this commit  8.1.13
dougb search for other commits by this committer
Small tune-ups, ok'ed by kuriyama
30 Jan 2006 14:02:49
Original commit files touched by this commit  8.1.13
kuriyama search for other commits by this committer
- Upgrade to 8.1.13.
- Improve $USE_RC_SUBR usage.

PR:             ports/91839
Submitted by:   Andrew Pantyukhin <infofarmer@gmail.com>
01 Dec 2005 22:38:40
Original commit files touched by this commit  8.1.12_1
kuriyama search for other commits by this committer
- Add forgotten patch to unbreak plist.

Reported by:    pointyhat via kris
30 Nov 2005 05:52:03
Original commit files touched by this commit  8.1.12
kuriyama search for other commits by this committer
- Upgrade to 8.1.12.
- Add HTTP to MASTER_SITE.
- Minor fixes to conserver.sh.
- Remove harmful patch for conserver.cf sample.

Submitted by:   Andrew Pantyukhin
PR:             ports/88420
01 Feb 2005 05:29:00
Original commit files touched by this commit  8.1.11
kuriyama search for other commits by this committer
Upgrade to 8.1.11.

Pinged by:      "bsdcrank@squbes.com" <bsdcrank@squbes.com>
15 Oct 2004 07:39:22
Original commit files touched by this commit  8.1.10
kuriyama search for other commits by this committer
- Upgrade to 8.1.10 (various small fixes).
- Use --with-openssl.
03 Jun 2004 07:53:12
Original commit files touched by this commit  8.1.7
kuriyama search for other commits by this committer
Upgrade to 8.1.7.
Enable PAM support by default.
09 May 2004 14:29:20
Original commit files touched by this commit  8.1.5
kuriyama search for other commits by this committer
Upgrade to 8.1.5.

  - add '#include' capability to conserver.cf file.
  - add '@group' syntax to conserver.cf file.
  - add 'initdelay' option.

See CHANGES for details.
14 Apr 2004 01:04:14
Original commit files touched by this commit  8.1.4
kuriyama search for other commits by this committer
Upgrade to 8.1.4 (minor fixes).
25 Mar 2004 04:54:16
Original commit files touched by this commit  8.1.3
kuriyama search for other commits by this committer
Upgrade to 8.1.3 (small '^Ec;' bugfix).
14 Mar 2004 14:42:57
Original commit files touched by this commit  8.1.2
kuriyama search for other commits by this committer
Upgrade 8.1.2.

- better handling of client command (^Ec|) when user is bumped,
  conserver is reconfigured, etc
- added 'initsubst' option for 'initcmd' substitutions like
  'devicesubst' and 'execsubst'
- modified and added to *subst (initsubst, etc) syntax to allow
  for flexibility and future enhancement
- changed 'port' and 'portinc' minimums from 1 to 0 - it allows
  more flexibility and helps with 0-based counting
- added --with-extmsgs configure switch to enable entertaining
  messages
- added ability to "move" to a new console via '^Ec;'
- added a dump of console information when -S is used twice
11 Feb 2004 07:43:54
Original commit files touched by this commit  8.1.1
kuriyama search for other commits by this committer
Upgrade to 8.1.1.
11 Dec 2003 01:16:00
Original commit files touched by this commit  8.0.9
kuriyama search for other commits by this committer
Upgrade to 8.0.9 (bugfix).
07 Dec 2003 04:31:49
Original commit files touched by this commit  8.0.8_1
obrien search for other commits by this committer
Make the sample config file correct for FreeBSD.
05 Dec 2003 05:13:23
Original commit files touched by this commit  8.0.8
kuriyama search for other commits by this committer
Upgrade to 8.0.8.
19 Nov 2003 06:22:07
Original commit files touched by this commit  8.0.6
kuriyama search for other commits by this committer
Upgrade to 8.0.6.
01 Nov 2003 06:53:05
Original commit files touched by this commit  8.0.5
kuriyama search for other commits by this committer
Upgrade to 8.0.5 (minor bugfixes).
25 Oct 2003 13:11:16
Original commit files touched by this commit  8.0.4
kuriyama search for other commits by this committer
Update to 8.0.4.

** HEADS UP! **

This major version up includes configuration file format change.
Please convert your conserver.cf before using new vewsion.

And $USE_RC_SUBR is used in this port.  You need to set
conserver_enable="YES" to your /etc/rc.conf to use conserver daemon.
25 Aug 2003 07:23:21
Original commit files touched by this commit  7.2.7
kuriyama search for other commits by this committer
o Upgrade to 7.2.7.
o Apply a patch to install etc/conserver.rc as etc/rc.d/conserver.sh.
05 Jul 2003 12:00:55
Original commit files touched by this commit  7.2.4
kris search for other commits by this committer
Invert the sense of the test for 64-bit architectures, since we only
support one 32-bit platform.
22 Feb 2003 07:48:51
Original commit files touched by this commit  7.2.4
kuriyama search for other commits by this committer
de-pkg-comment.
22 Jan 2003 20:44:46
Original commit files touched by this commit  7.2.4
kris search for other commits by this committer
ia64 is also a 64-bit platform.
22 Jan 2003 00:17:16
Original commit files touched by this commit  7.2.4
kuriyama search for other commits by this committer
Add --with-64bit when $ARCH is sparc64 or alpha to unbreak build on these
platform.

Reported by:    bento
04 Jan 2003 19:56:16
Original commit files touched by this commit  7.2.4
obrien search for other commits by this committer
Fix ''make reinstall''.
04 Nov 2002 03:05:48
Original commit files touched by this commit  7.2.4
edwin search for other commits by this committer
PERL -> REINPLACE
and russian/mod_ssl has USE_PERL5=yes

Notices on: bento
28 Oct 2002 10:08:34
Original commit files touched by this commit  7.2.4
kuriyama search for other commits by this committer
Upgrade to 7.2.4.

Notified by:    Tim Bishop <T.D.Bishop@ukc.ac.uk>
24 Jun 2002 00:32:52
Original commit files touched by this commit  7.2.2
kuriyama search for other commits by this committer
Upgrade to 7.2.2.

Notified by:    "Vladimir A. Jakovenko" <vovik@lucky.net>
27 Feb 2002 01:20:42
files touched by this commit
kuriyama search for other commits by this committer
Fix unaligned access for alpha.    
27 Feb 2002 00:54:55
files touched by this commit
kuriyama search for other commits by this committer
Upgrade to 7.1.4.    
27 Feb 2002 00:53:20
files touched by this commit
kuriyama search for other commits by this committer
Support baudrate of 115200 and 57600.    
09 Dec 2001 14:40:13
files touched by this commit
kuriyama search for other commits by this committer
Yet another conserver which is forked from comms/conserver long ago.    

Number of commits found: 41

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
haproxyMay 24
foswikiMay 21
inspircd*May 21
inspircd12*May 21
sympaMay 21
sympa5May 21
libxml2May 18
pidgin-otrMay 16
sudoMay 16
chromiumMay 15
chromiumMay 15
pivotx*May 14
socatMay 14
libpurpleMay 12
php5May 12

12 vulnerabilities affecting 17 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23670
Broken 193
Deprecated 147
Ignore 735
Forbidden 3
Restricted 328
No CDROM 110
Vulnerable 0
Expired 41
Set to expire 188
Interactive 54
new 24 hours 15
new 48 hours32
new 7 days60
new fortnight181
new month254

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.189 seconds.