I've just added the kernel support for Coda 6.x. It would
be great to have the server and client in the ports collection
to make it easier for people to experiment with.
PR: ports/56623
Submitted by: Tim Robbins <tim@robbins.dropbear.id.au>
I've just added the kernel support for Coda 6.x. It would
be great to have the server and client in the ports collection
to make it easier for people to experiment with.
PR: ports/56623
Submitted by: Tim Robbins <tim@robbins.dropbear.id.au>
Convert to use rc.subr script.
Heads up!
Variable name in /etc/rc.conf is changed to $snmpd_enable and
$snmpd_flags. Old variables are imported for transition.
The category "dns" has been added, now is the time to move
the dns-related ports to the new world. Is there anyone who
is brave enough to complete this difficult job? ;)
PR: ports/56020
Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
Approved by: portmgr
[DESCRIBE CHANGES]
This band-aid fix inhibits IPFW detection at configure time.
At least it will allow -CURRENT users to build ports depending
on this one (net/honeyd, net/arpd, net/ttlscan,
security/fragroute).
Note that this doesn't solve the FreeBSD 4.x + IPFW2 case.
Added directory / file: files/configure.patch
Port maintainer (dominic.marks@btinternet.com) is cc'd.
PR: ports/55807
Submitted by: Yann Berthier <yb@sainte-barbe.org>
* Nasty hack to allow Perl to work where its supported, and install in the
default Perl prefix
Submitted by: Matthew Luckie <mjl@luckie.org.nz> [1] (based on)
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.
- use RC_SUBR (PR 54352, submitted by Scot W. Hetzel <hetzels@westbend.net>)
- run slapd under a non-privileged account by default (PR 56075)
- remove ${PORTSDIR}/net/openldap20-server/bsd.openldap.mk (PR 55680)
- use USE_OPENLDAP
- improve conflict checking (PR 54845, submitted by Jens Rehsack <rehsack@liwing.de>)
- make ODBC library selectable (PR 46288, submitted by Emile Heitor <eheitor@fr.cw.net>)
- don't use USE_OPENSSL to avoid gazillions of -rpath warnings
PR: ports/56077
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
Port for LDAP Directory Administrator -- a GTK+/GNOME(1)
frontend for managing user accounts on an LDAP server using
the poisx schema.
PR: ports/51402
Submitted by: lewiz <purple@lewiz.info>
DNS PTR record generation. subcalc takes command line arguments in
a similar format to ifconfig(8) so the synopsis should be familiar to
the user. Given an address family, address and a netmask/prefix
length, subcalc will calculate the number of hosts and address ranges
of the specific network.
PR: ports/55979
Submitted by: Chris S.J. Peron
When installing a package created from net/isc-dhcp3 port
it creates dhcpd.leases and dhclient.leases in /var/run
directory. However, the dhcpd program expects these files
to be in /var/db.
(it's funny it's the same problem I ran in last weekend on a real machine :-)
PR: ports/51918
Submitted by: Ari Suutari <ari.suutari@syncrontech.com>
* Updated docs
* Net::DNS::Resolver now has unique classes for windows and unix
* You can now define a config file for the Resolver object
* Various other cleanups
If you were (bogusly) using module globals in your scripts, this
update is likely to break that, so take due precautions.
of the NNTP protocol
Complete class for communicating with an NNTP server (this
is: the USENET), including: post, view, list, authentication,
overview, header manipulation, NNTP commands debugger, etc.
PR: ports/55353
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>