compatible with original Quake2 v3.20 network architecture, as well as with
modern R1Q2 network architecture. Q2PRO is designed to be secure, fast and
doesn't provide any graphical enhancements that are contrary to the classic
Quake2 look and feel. It provides some features yet unique to Quake2, notably
server side Multi View Demos. Q2PRO has it's own software and OpenGL refresh
libraries and runs under Win32 and GNU/Linux natively.
Q2PRO supports the following network protocols:
- 34, original Quake2 protocol.
- 35, enhanced R1Q2 protocol.
- 36, enhanced Q2PRO protocol, extension of R1Q2 protocol.
- 37, special broadband MVD protocol.
WWW: http://q2pro.sourceforge.net/
much less CPU usage on busy name servers.
PR: ports/106352
Submitted by: Artis Caune <Artis dot Caune_AT_latnet dot lv>
Approved by: maintainer (Mark Foster)
Pantera uses an improved version of SpikeProxy to provide a powerful web
application analysis engine.
Goals:
The primary goal of Pantera is to combine automated capabilities with complete
manual testing to get the best penetration testing results.
WWW: http://www.owasp.org/index.php/Category:OWASP_Pantera_Web_Assessment_Studio_Project
PR: ports/105291
Submitted by: Yonatan <onatan at gmail.com>
- Remove WITH_SKINS, make it on by default when WITH_GUI is defined
- Add desktop entry if WITH_GUI is defined
- Change some renamed configure options
- Bump PORTREVISION
PR: ports/106389
Submitted by: Pawel Pekala <c0rn@o2.pl> (with changes from maintainer)
Approved by: erwin (mentor),
Thomas E. Zander <riggs@rrr.de> (maintainer)
- Enable TCP_NODELAY, by Daniel Jacobowitz. [speeding up slirp]
- Run monitor over unix domain sockets, by Anthony Liguori.
- Unix domain socket support for VNC, by Anthony Liguori.
- Daemonize option, by Anthony Liguori.
- SCSI emulation improvements, by Chuck Brazie.
[adding scsi disk/cdrom emulation to i386/amd64 guests using new -disk
syntax - quoting /usr/local/share/doc/qemu/qemu-doc.html:
"-disk scsi,img=file[,sdx=a..g][,type=disk|cdrom][,id=n]"
Use file as the SCSI disk/CD-ROM image. The defaults are: sdx=a,type=
disk,id='auto assign'
doing a quick test with a FreeBSD guest I was able to mount and look at
a ufs partition; doesn't seem to quite work with (some?) linux guests
yet tho, will post about this on the qemu list...]
- and a few bug fixes.
Approved by: miwi (mentor)