ns4 is a command line configuration management tool. It allows the
automated backup of node (i.e. routers and switches) configurations to
an FTP/SFTP server or local media on a daily basis to create
configuration archives. It can run ad-hoc commands on multiple nodes as
well as custom scripts for automating complex tasks. It uses Perl and
allows you to manipulate the output of commands using regular
expressions within scripts. Configuration based cartridges are used to
specify new node types, allowing the user to extend its functionality in
a simple and dynamic way.
The Fileinfo extension allows retrieval of information regarding
vast majority of file.
This information may include dimensions, quality, length etc...
Additionally it can also be used to retrieve the mime type for a
particular file and for text files proper language encoding.
From MAINTAINER: Johan Huldtgren
Tweaks by me and one from sthen
ok sthen
SHARED_ONLY = Yes wasn't set before, but it is set
automatically now, which is the correct setting. This
requires removing PFRAG.shared and integrating the
contents into PLIST.
ok landry, phessler, sthen
devname:uid), problem reported by Anton Maksimenkov with a different diff.
- new-style lib_depends/wantlib
- let ports-standard DEBUG=xxx work as expected and produce binaries
with symbols
sm_io.c diff looks good to henning@
by me and dcoppa@.
ApacheTop is a curses-based top-like display for Apache information,
including requests per second, bytes per second, most popular URLs, etc.
ok benoit@ dcoppa@
Parse::DMIDecode module provides an OO interface to SMBIOS information
through the dmidecode(8) command which is known to work under a number of
Linux, BSD and BeOS variants.
With tweaks from and ok sthen@
The lockfile package exports a LockFile class which provides a simple API for
locking files. Unlike the Windows msvcrt.locking function, the fcntl.lockf
and flock functions, and the deprecated posixfile module, the API is
identical across both Unix (including Linux and Mac) and Windows platforms.
The lock mechanism relies on the atomic nature of the link (on Unix) and
mkdir (on Windows) system calls. An implementation based on SQLite is also
provided, more as a demonstration of the possibilities it provides than as
production-quality code.