Doorman is a port knocking implementation which allows a server to run
silently, invisibly, with all TCP ports closed except to those who know...
the secret knock!
Portconf is a simple framework to set ports options in an
universal way. Knobs set to specific ports are honoured
by portmaster, portupgrade, portmanager and 'make install'.
Linux ports of KZIP and ZIPMIX by Ken Silverman.
A PKZIP-compatible compressor focusing on space over speed. KZIP
creates smaller .ZIP files than PKZIP with maximum compression
enabled and even beats 7-Zip most of the time.
This is an add-on to enable editing ID3 tag by typing `E' in
mpg123-mode's (ports/audio/mpg123.el) buffer on Emacsen.
Put the expression below into your ~/.emacs.
(load "id3.el")
This port installs the Quake (and optionally QuakeWorld) game sources (in
QuakeC) to allow the development of Quake modifications (mods).
Note that to compile it you need a QuakeC compiler (several are available
in the ports).
Xrisk is based on the boardgame Risk. It can run as server or client,
and allows up to 8 players to play at once. The object of the game
is World Conquest.
-Adam <adam-ports@blacktabby.org>
This package allows you to install the compat4x libraries on your
system, so you can use legacy binaries that depend on them.
Ports usage example:
--
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 500000
LIB_DEPENDS+= c.4:misc/compat4x
.endif
--
This package allows you to install the compat5x libraries on your
system, so you can use legacy binaries that depend on them.
Ports usage example:
--
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 600000
LIB_DEPENDS+= c.5:misc/compat5x
.endif
--
This package allows you to install the compat6x libraries on your
system, so you can use legacy binaries that depend on them.
Ports usage example:
--
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 700043
LIB_DEPENDS+= c.6:misc/compat6x
.endif
--
raddump interprets captured RADIUS packets to print a
timestamp, packet length, RADIUS packet type, source
and destination hosts and ports, and included attribute
names and values for each packet.