This package allows you to install the compat8x libraries on your
system, so you can use legacy binaries that depend on them.
Ports usage example:
--
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 900042
LIB_DEPENDS+= ufs.5:misc/compat8x
.endif
--
This package allows you to install the compat9x libraries on your
system, so you can use legacy binaries that depend on them.
Ports usage example:
--
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 1000009
LIB_DEPENDS+= archive.5:misc/compat9x
.endif
--
VMPS (VLAN Management Policy Server) is a way of assigning switch ports to
specific VLANs based on the MAC address of connecting device. OpenVMPS is
a GPL implementation of VMPS.
Mini UPnPd is a lightweight implementation of a UPnP IGD daemon. This is
supposed to be run on your gateway machine to allow client systems to redirect
ports and punch holes in the firewall.
Portdowngrade helps to downgrade FreeBSD ports by analyzing the history
of commits to the port and presenting the user the list of changes. By
selecting one, the port can be set back to a previous version easily.
Redports is a fully hosted continuous integration platform for
testing FreeBSD Ports. redports-node is running on each building
machine which asks for new building jobs from the master and
builds them using poudriere.
zfs-stats displays ZFS statistics in human-readable format including
ARC, L2ARC, zfetch (DMU) and vdev cache statistics.
This script is a fork of sysutils/zfs-stats which has no dependency on perl or
other ports.
This is the libwraster library from x11-wm/windowmaker.
The purpose of this port is to allow dockapp ports the choice of
depending on the full Window Maker port, or just the library.
Welcome to the Proactive Abuse Reporting System.
In an effort to be proactive in doing my part to stop the massive
quantities of internet traffic probing for open ports or more
specifically the probing for known ports that Windows spy ware,
Trojans, and what ever other Windows ports are commonly probed
which result in increasing my bandwidth usage changes, I wrote this
perl application for reporting that abuse to the senders ISP, with
the hopes they will monitor the abuser and terminate the abuser's
internet account and or take legal action.
Script is installed into /usr/local/sbin where you can edit the
defaults to meet your requirements. Issue rehash command to enable.
Run abuse.Reporting.system.pl script for complete overview description
of system.
6/1/2004 Author: Joe Barbish, I bequeath these perl scripts to public
domain. It can be copied and distributed for free by anyone to anyone
by any manner.
Joe Barbish
fbsd_user@a1poweruser.com
ICONV is 1) the library (libiconv.a and .so) for conversion between
various charsets, 2) the command line utility (iconv) and 3) a set
of charsets (tables and shared modules).
33 charsets are supported in this port: most Unicode encodings,
all charsets for which locale exist in FreeBSD, few IBM-DOS ones.
Other charsets are provided as standalone ports.