input generation command and/or a local output processing command.
The connection is made by redirecting the input/output file descriptors
to the socket. This saves the context switching and data copying
overhead associated with piping data through ssh(1) or rsh(1).
Socketpipe must be installed on both machines and user authentication
is still performed by a command like ssh(1) or rsh(1). The
confidentiality and integrity of the data in transit is not protected
against mallicious attacks; the command is designed for use in a
trusted LAN environment.
Submitted by: dds
to terminate at the first EOF condition on local input (as opposed to
waiting for the network end to shut down). Can be useful when talking
to network servers that never drop the connection on their end, like
an port 9100 printer server in my case.
I've also submitted that to the OpenBSD maintainer, so in case they
accept, we can later on undo my local patch.
Approved by: dd (maintainer)
This patch allows the admin of the machine to choose either
print/ghostscript-gnu or print/ghostscript-afp1
PR: ports/54937
Submitted by: Jens Rehsack <rehsack@liwing.de>
- the start/stop scripts failed when booting on 5.x machines,
detected by Barry Pederson <bp@barryp.org>
- Fix OpenLDAP ITS 2672: eternal loop in back-bdb (2.1 only)
- unify the start/stop scripts again, so that they are identical
across versions
- added a check for the deprecated variable slapd_args
PR: ports/56174
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
Zabbix is software for application and network monitoring.
Zabbix supports both polling and trapping techniques to
collect data from monitored hosts. Flexible notification
mechanism allows easy and quckly configure email notifications
for pre-defined events. Zabbix is freely available under
the terms of the GNU General Public License (GPL).
PR: ports/54565
Submitted by: Sergey Akifyev <asa@gascom.ru>
Zabbix is software for application and network monitoring.
Zabbix supports both polling and trapping techniques to
collect data from monitored hosts. Flexible notification
mechanism allows easy and quckly configure email notifications
for pre-defined events. Zabbix is freely available under
the terms of the GNU General Public License (GPL).
PR: ports/54565
Submitted by: Sergey Akifyev <asa@gascom.ru>
wmwave works on Prism cards but not on Lucent ones (minipci
and PCMCIA tested) since wireq.wi_val is empty. I've patched
it to use a more portable way for data acquisition known
from gkrellm and other tools.
PR: ports/54511
Submitted by: Hendrik Scholz <hendrik@scholz.net>
Approved by: Bruce M Simpson <bms@spc.org>
libNSS-MySQL allows you to authenticate UNIX groups and
users using a MySQL database. It uses the NSS API which
provides an abstraction layer between the UNIX authentication
API and the related data. NSS-MySQL currently supports the
passwd and groups services. Version 1.0 has native FreeBSD
suppport.
PR: ports/54423
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
roadrunner is a library implementing the BEEP (Blocks
Extensible Exchange Protocol) protocol for use in developing
network applications.
PR: ports/47520
Submitted by: Yann Berthier <yb@sainte-barbe.org>
LuaSocket is a Lua extension library that provides support
for the TCP and UDP transport layers.
Extra Lua modules implementing SMTP, HTTP and FTP protocols
are installed to /usr/local/lib/lua/luasocket.
PR: ports/46325
Submitted by: Jan Hornyak <pav@oook.cz>
This port contains just the java client libraries, which
have been split from the net/spread port to make them easier
to find, build and include, as a separate port.
PR: ports/45180
Submitted by: Joshua Goodall <joshua@roughtrade.net>
This is a new port of the Perl WeedNS skeleton_client that
can be use to update your yi.org/whyi.org dynamic DNS
entries.
PR: ports/52582
Submitted by: Matthias Andree <matthias.andree@gmx.de>
. Don't install everything in ${PREFIX}/dgd instead place the
executables, docs and configuration in the standard places and
place the mudlib in DATADIR.
. Don't use the packing list as a list of things to install.
. Fix up the configuration file to point to the install locations.
. Add a sample rc script which can be used to start and stop dgd
with this mudlib (need a 5.x RCng version as well).
. Create a user to run the dgd service as (this is the same user
as used by the net/dgd port).
. More standard Makefile.
. Add a post-extract target which removes the need for do-build.
. Add a do-configure target and remove the obsolete configure script.
. Remove devel from CATEGORIES, it really doesn't belong. This port
should really just be in games, but thats another story.
. Catch up dependencies with changes to net/dgd.
. Don't install everything in ${PREFIX}/dgd instead place the
executables, docs and configuration in the standard places and
place the example kernel mudlib in DATADIR.
. Don't use the packing list as a list of things to install.
. Fix up the configuration file to point to the install locations.
. Add a sample rc script which can be used to start and stop dgd
(need a 5.x RCng version as well).
. Create a user to run the dgd service as (I'll reuse this user for
ports of other mud drivers).
. Add the games category as dgd is primarily used to write muds.
. Bump PORTREVISION.