leverage watchdog timer of Vortex86 SoC . vordog is also watchdog(9)
compatible. It is as a timer source of watchdog(9), you can use it with
watchdog(4), watchdog(8), and watchdogd(8).
You can get vordog from repository with Mercurial.
WWW: http://www.assembla.com/spaces/vordog
PR: ports/125409
Submitted by: Kueifeng Li <thinker at branda.to>
This is like comiccron, but stores the tabs in ZConf. For
it to run the command, the last or next time it will be
will have to be within a minute and 15 seconds. For most
usages, you will want to have the hour and minute set to
*. This allows a user to do something how ever many times
they want any time during the period it is active.
After running through every entry in the crontab, it then
exits.
Why not cron?
You can have cron open opera or the like on a specific
display by either switch or enviromental options, but it
will always open it. This allows you to open it any time
along the point it is active.
PR: ports/124962
Submitted by: "Zane C.B." <vvelox@vvelox.net>
Isomd5sum is a collection of utilities for implanting and
checking MD5 checksums within an ISO9660 image. A checksum
is implanted in an image using the implantisomd5 utility,
and the corresponding checkisomd5 utility can be used to
verify burned CDs are error-free. Also included is a Python
extension for performing these tasks.
PR: ports/125013
Submitted by: Mykola Marzhan <delgod@portaone.com>
without using su or sudo. This is enabled via vfs.usermount sysctl.
However, if file name conversion is used when mounting a filesystem,
in most cases mount will fail with `mount_XXX: XXX_iconv: Operation
not permitted denied' error. This is caused by the fact that character
set conversion tables need to be loaded into kernel, but, apart
from mounting, that's not allowed to plain users, because charset
tables are large enough to initiate a denial of service by filling
kernel memory with many tables.
This utility allows you to load only specific charset tables into
kernel, so usermounts with file name conversions won't fail and in
the same time it's not possible to bring the system down by filling
kernel memory.
WWW: http://wiki.freebsd.org/DmitryMarakasov/kiconvtool
Approved by: miwi (mentor)
As well as devices on transports traditionally associated with SCSI (e.g.
Fibre Channel (FCP), Serial Attached SCSI (SAS) and the SCSI Parallel
Interface(SPI)) many other devices use SCSI command sets. It's
functionality similar to camcontrol(8), but more powerful. For example,
it can use SCSI Environmental Services not using FreeBSD ses(4),
read SCSI device logs, and much more.
WWW: http://sg.torque.net/sg/sg3_utils.html
PR: ports/124358
Submitted by: Denis Barov <dindin@dindin.ru>
Approved by: gabor (mentor, implicit)
AVFS is a system, which enables all programs to look inside gzip, tar,
zip, etc. files or view remote (ftp, http, dav, etc.) files, without
recompiling the programs.
WWW: http://avf.sourceforge.net/
PR: ports/124615
Submitted by: Evgeny Zhirnov <jirnov@gmail.com>
processing a flat file. Whenever doing so, I found myself adapting prior
scripts so that processes could be resumed, emit status, etc. Hence an itch
(and this module) was born.
WWW: http://search.cpan.org/dist/Iterator-File/
JTOpen is the open source version of the IBM Toolbox for Java
licensed program product. The IBM Toolbox for Java is a library
of Java classes supporting the client/server and internet
programming models to a system running OS/400 or i5/OS. The
classes can be used by Java applets, servlets, and applications
to easily access OS/400 and i5/OS data and resources.
The Toolbox does not require additional client support over and
above what is provided by the Java Virtual Machine and TCP/IP.
WWW: http://jt400.sourceforge.net/
PR: ports/124534
Submitted by: Marcin Cieslak <saper@system.pl>
symbolic link itself instead of to the file the link points to.
WWW: http://search.cpan.org/dist/Lchown/
PR: ports/123214
Submitted by: Jeffrey Goldberg <jeffrey at goldmark.org>
CryptoFS is a encrypted filesystem for Filesystem in Userspace (FUSE) and
the Linux Userland FileSystem (LUFS). Visit http://fuse.sourceforge.net/
for more information on FUSE or http://lufs.sourceforge.net/lufs/ for more
information on LUFS.
CryptoFS will use a normal directory to store files encrypted. The
mountpoint will contain the decrypted files. Every file stored in this
mountpoint will be written encrypted (data and filename) to the directory
that was mounted. If you unmount the directory the encrypted data can only
be access by mounting the directory with the correct key again. Like other
FUSE/LUFS filesystems it does not need root access or any complicated setup
like creating a filesystem on a encrypted disk using the loop device.
CryptoFS can be build for FUSE and LUFS. When you build for FUSE you get a
program to mount the filesystem. For LUFS a shared library will be built
that can be used by LUFS's lufsd. Both methods can use the same encrypted
directory.
WWW: http://reboot.animeirc.de/cryptofs/
managers like dwm to the console. As a console window manager it tries to make
it easy to work with multiple console based programs like vim, mutt, cmus or
irssi.
WWW: http://www.brain-dump.org/projects/dvtm/
PR: ports/123786
Submitted by: Beat Gätzi <beat at chruetertee.ch>
timestamps found at the beginning of each line with a formated time
and date time and date.
WWW: http://ee.lbl.gov/
PR: ports/123103
Submitted by: leres at ee.lbl.gov
A script to dynamically configure amd and populate /media
with appropriate links, when USB mass storage devices appear.
It relies on geom labels, hence it only works for properly
labeled devices.
It also allows to automatically attach geli encrypted devices
and images with keys polled from file systems it makes
mountable.
WWW: http://sourceforge.net/projects/bsdadminscripts/
- Kamikaze
kamikaze@bsdforen.de
PR: ports/122726
Submitted by: Dominic Fandrey <kamikaze@bsdforen.de>
Rsyslog is an enhanced multi-threaded syslogd supporting, among
others, syslog/tcp, permitted sender lists, filtering on any message
part, and fine grain output format control. Its advanced features
make it suitable for enterprise-class, encryption protected syslog
relay chains while at the same time being very easy to setup for the
novice user.
The following features are supported through modules: logging to
MySQL, PostgreSQL, any libdbi-supported backend; SNMP trap sender, GSS
API, RELP.
WWW: http://www.rsyslog.com/
to copy from a disk device to many. The data transfer rate is improved
by making use of a much more efficient use of the transfer rate of the disks.
WWW: http://mdcp.sourceforge.net/
PR: ports/122777
Submitted by: Monzyne, W. <wamonzyne at hotmail.com>
heterogeneous source code. It is purely in Perl, and takes advantage
of the power of Perl's regular expressions.
WWW: http://petdance.com/ack/
PR: ports/122919
Submitted by: Frank Steinborn <steinex at nognu.de>
all of your files. It is useful both for producing incremental backups
or for systemwide images or "snapshots". The script can be run either
from the command line or, more typically, as a cron job to automate
system backup tasks.
The central benefit of using 'tbku' over hand written tar commands is
that 'tbku' is "table driven". You specify the set of files to back up
in a table (a separate file). You can have as many of these "filesets"
as you wish, corresponding to different kinds of backups you want
done. 'tbku' will do backups automatically or manually, based on the
name of the "fileset". This considerably simplifies automating
backups, keeping backup logs, and generally maintaining an orderly
backup environment.
'tbku' can also be used to capture system images which can then
later be used to (re)provision other machines.
PR: ports/121916
Submitted by: Tim Daneliuk <tbku@tundraware.com>
Chiron FS is a FUSE based filesystem which implements replication at the
FILESYSTEM LEVEL like RAID 1 does at the DEVICE LEVEL. The replicated
filesystems may be of any kind you want the only requisite is that you
mount it. No need for special configuration files, the setup is as simple
as one mount command (or one line in fstab).
WWW: http://code.google.com/p/chironfs/
aimage is a component the Advanced Forensics Format project.
WWW: http://www.afflib.org
PR: ports/122273
Submitted by: Chris Calvey <chris at securityforensics.co.uk>
The sysutils/tracker port is now a meta port and tracker is now split into
separate ports to allow non-GNOME users to install tracker without pulling
in GNOME components. To upgrade please use the directions below.
portmaster users:
portmaster -o sysutils/tracker-client tracker
portmaster -u sysutils/tracker
portupgrade users:
portupgrade -o sysutils/tracker-client tacker
portupgrade -u sysutils/tracker
Repocopied by: marcus
application that allows the user to share his mouse and keyboard between two or
more computers.
Without the need for any external hardware, Synergy2 uses the TCP-IP protocol to
share the resources, even between machines with diferent operating systems, such
as Mac OS, Linux and Windows.
to store disk images and associated metadata.
WWW: http://www.afflib.org
PR: ports/120769
Submitted by: Chris Calvey <chris at securityforensics.co.uk>
FreeBSD. The official GNOME 2.22 release notes can be found at
http://library.gnome.org/misc/release-notes/2.22/ . On the FreeBSD front,
this release features an updated hal port with support for video4linux
devices, DRM (Direct Rendering), and better support of removable media. Work
is also underway to tie webkit more closely into GNOME. As part of the
GNOME 2.22 upgrade, GStreamer received a rather large upgrade as well.
Be sure to consult UPDATING on the proper steps to upgrade all of your
GNOME ports.
This release would not have been possible without the contributions and
testing efforts of the following people:
Pawel Worach
kan
edwin
Peter Ulrich Kruppa
J. W. Ballantine
Yasuda Keisuke
Andriy Gapon
Getdelta uses Deltup to reduce bandwidth load while upgrading ports distfiles.
WWW: http://linux01.gwdg.de/~nlissne/
- Anton Statutov
astatutov@gmail.com
PR: ports/121828
Submitted by: Anton Statutov <astatutov at gmail.com>, Andrew R. Muhametshin
HP Array Configuration Utility CLI
The Array Configuration Utility CLI is a commandline-based disk
configuration program for Smart Array Controllers and
RAID Array Controllers.
Submitted by: v.sri.sai.ganesh at hp.com
common for Unix script writers to want to count how many separate patterns
are in a file. For example, if you have a list of addresses, you may want
to see how many are from each state. So you cut out the state part, sort
these, and then pass them through uniq -c. Sortu does all this for you in a
fraction of the time.
Sortu uses a hash table and some decent line processing to provide this
functionality. For a relatively small number of keys, it can be signifcantly
smaller than using sort, because it does not have to keep temporary files.
If you are dealing with a large number of unique keys then sortu will run out
of memory and stop. Sortu has some basic field and delimiter handling which
should do most basic awk or cut features to separate out the field that you
are sorting on.
WWW: http://256.com/sources/sortu/
PR: ports/121376
Submitted by: Matt Peterson <matt at peterson.org>
Approved by: tabthorpe (mentor)
through your logs for a given period of time and make a report in the areas
that you wish with the detail that you wish.
WWW: http://www.logwatch.org:81/
PR: ports/118746
Submitted by: Trix Farrar <trix@basement.net>
- Deprecate old unsupported apps and modules (entice, devian, eveil, engage)
- Split evas and ecore to separate modules to handle dependencies properly
- Disable PAM in enlightenment-devel as it don't work anyway (requires root
privilegies)
- Add DBUS support.
Thanks to: az
2008-01-14 x11-themes/gtk-smooth-engine: Redundant port (now included in gtk-engines), no release since 2005
2007-09-21 security/amavis-perl: depends on misc/compat3x, which has security problems
2007-12-31 sysutils/cdbakeoven: Abandonware
2008-01-04 net/gnu-finger: no active development and known security vulnerabilities.
2007-11-16 misc/seizedesktop: development stalled for years, outdated, unmaintained
2007-12-01 www/xpi-surfkeys: Development has been ceased
2008-02-01 sysutils/eventwatcher: no active development
2007-10-27 sysutils/p5-UPS-Nut: Version branch long since retired
2007-10-31 net-mgmt/netsaint: Now developed as Nagios, see net-mgmt/nagios port
2007-10-31 net-mgmt/netsaint-plugins: Now developed as Nagios, see net-mgmt/nagios port
2008-01-22 benchmarks/tsung: "fails to install"
2007-10-03 games/ggo: developer's focus have moved elsewhere
2008-02-15 mail/claws-mail-etpan_privacy: no longer supported by developers