MediaTomb is an open source (GPL) UPnP MediaServer with a nice web
user interface, it allows you to stream your digital media through
your home network and listen to/watch it on a variety of UPnP
compatible devices.
MediaTomb implements the UPnP MediaServer V 1.0 specification that can
be found on http://www.upnp.org/. The current implementation focuses
on parts that are required by the specification, however we look into
extending the functionality to cover the optional parts of the spec as
well.
WWW: http://mediatomb.cc/
- Leonhard Wimmer
leo@mediatomb.cc
PR: ports/111038
Submitted by: Leonhard Wimmer <leo at mediatomb.cc>
was not only inefficient (writing out to a file and then reading back!),
but also had a bug in its handling of va_args.
The most obvious ill-effect was the daemon crashing shortly after
start-up on amd64. The inefficientcy was less obvious, but still there
on all platforms.
Although log.c contained HAVE_VSNPRINTF ifdef-s, the configure script
does not check for the function's presence and never sets the define.
Add the -DHAVE_VSNPRINTF as a simple work-around... Bump PORTREVISION.
Approved by: maintainer
While here, ditch the ancient socks5.sh.sample in favor of the proper
USE_RC_SUBR script based on the maintainer-supplied code.
- Set correct permissions to ${PREFIX}/etc/raddb on install
- Modify CONFLICTS to take account of the likelihood that FreeRADIUS 2
will be released reasonably soon
- Move to handling NOPORTDOCS using the new --without-docdir option to
configure
- Fix handling of (NO)PORTDOCS in pkg-plist
- Remove unnecessary patches and simplify makefile
PR: ports/111521
Submitted by: David Wood<david@wood2.org.uk> (maintainer)
overflow in HTTP proxy service by update to latest
bugfix release 0.5.3h.
Also, update port infrastructure. [*]
Add backup for MASTER_SITES.
Submitted by: portlint -a [*]
- Unbreak for kernels without COMPAT_43TTY [1]
Note: the patch from [1] was accepted by OpenLDAP, but
not yet integrated into there RELENG_2_3 branch.
Submitted by: Ed Schouten <ed fxq.nl> [1]
PR: ports/110386 [1]
Mac OS X Growl notifications across the network.
Author: Nathan McFarland <nathan.mcfarland@nmcfarl.org>
WWW: http://search.cpan.org/~nmcfarl/Net-Growl-0.99/
PR: ports/111420
Submitted by: Masahiro Teramoto <markun at onohara.to>
Notes:
sipxportlib contains numerous cases of casting a pointer
to an int. Gcc 4.1 does not like this on amd64 systems.
I have silenced the compilation error by first typecasting
through a uintptr_t. This does not fix any underlying
problems, but at least the code compiles.
Approved by: maintainer
Zniper displays active TCP connections seen by the selected interface.
The spotted connections can be killed by injecting RST packets into the
stream.
WWW: http://www.signedness.org/tools/
Author: Claes M. Nyberg <md0claes@mdstud.chalmers.se>