Add verlihub-plugins, bringing increased functionality and
versatility to the verlihub direct connect protocol software.
Support is included for off-line messaging, chatrooms,
statistics, flood protection, lua scripts, and more. Requires
perl5.8
PR: ports/71779
Submitted by: Bill Cadwallader <hurbold@yahoo.com>
ports/net/mutella does not build on 5-CURRENT with GCC
3.4.x. One of the fixes in the new version of mutella is
to allow it to be built with GCC 3.4.x. The attached patch
updates mutella to the most recent version which allows it
to be compilable again under -CURRENT.
PR: ports/71713
Submitted by: Gavin Atkinson <gavin.atkinson@ury.york.ac.uk>
net/trafshow and net/trafshow4 installs same executable
(bin/trafshow). Both Makefile are missing CONFLICTS= line.
Also added NO_LATEST_LINK for net/trafshow4
PR: ports/71097
Submitted by: Riccardo Torrini <riccardo@torrini.org>
- Added manual pages from Debian Linux.
- Added sample script that can be used as startup/stop script for
Bittorrent sites (hopefully will be integrated in $PREFIX/etc/rc.d/ once
(but first I need some feedback)
- Added proper IPv6 support - removing compact=1 from announcements.
(If you want you can test it at http://6net.nii.hu:6969)
PR: ports/71736
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu>
Somehow, a hard coded -lc_r survived in a patch file.
Eleminating it, makes the port (finally) PTHREAD_* conform.
PR: ports/71612
Submitted by: Simon Barner <barner@in.tum.de>
with some modifications to the port itself and utilizing a
patch from Brian Masney (http://www.newwave.net/~masneyb/)
it is possible to use an LDAP backend to store the configuration
for dhcpd, the different network and host entries. dynamic
leases are also written to the LDAP backend.
this is very useful in a dhcp failover environment, as it
is no longer necessary to sync the dhcpd.conf file manually
to the backup system if one has changed something on the
dhcp master. two lookup methods are implemented.
- static lookup:
on dhcpd startup one LDAP lookup for all entries is done.
no further lookups will be made.
dhcpd must be restarted for every configuration change.
- dynamic lookup:
for every client request an LDAP lookup will be made.
every configuration change kicks in when the next
client request is recieved and the lookup is made.
PR: ports/71030
Submitted by: Joerg Pulz <Joerg.Pulz@frm2.tum.de>
Approved by: Cyrille Lefevre