exFAT is a simple file system created by Microsoft. It is intended to
replace FAT32 removing some of it's limitations. exFAT is a standard FS for
SDXC memory cards.
WWW: http://code.google.com/p/exfat/
PR: ports/164473
Submitted by: Alex Samorukov <samm at os2.kiev.ua>
used to add or modify entries in an LDAP server. The ldapedit utility does
the same, but also invokes an editor and submits the changes back to that
server.
WWW: http://ldapenter.googlecode.com/
PR: ports/164100
Submitted by: rflynn@acsalaska.net
Puppet-lint checks your Puppet manifests against the Puppet Labs style
guide and alerts you to any discrepancies.
You can test a single manifest file by running:
puppet-lint <path to file>
If you want to test your entire Puppet manifest directory, you can add
require 'puppet-lint/tasks/puppet-lint' to your Rakefile and then run:
rake lint
WWW: https://github.com/rodjek/puppet-lint
the dialog(1) (or Xdialog(1)) utility for setting the local default timezone.
WWW: http://druidbsd.sourceforge.net/
PR: ports/164031
Submitted by: Devin Teske <dteske@vicor.com>
as a translator of devd(8) events, probing storage
devices for their file system information, and serving
this over a FIFO based API to which clients can
subscribe. In addition to notifying clients of new
or lost volumes, it will mount and unmount such
volumes at the command of subscribing clients.
It runs as root and allows any local clients the
ability to mount and unmount volumes which are
detected, regardless of any user privileges. This
is intended for single user X11 systems needing
an easy way of accessing USB flash disks on the fly.
WWW: http://forums.freebsd.org/showthread.php?t=27233
PR: ports/161977
Submitted by: Aragon Gouveia <aragon@phat.za.net>
system. It can activate changes to the system in a safe and effective manner.
Functionality includes (but may not be limited to):
- Configure Time Zone
- Configure Hostname/Domain
- Configure Network Interfaces
- Confgure Default Router/Gateway
- Configure DNS nameservers
WWW: http://druidbsd.sourceforge.net/
PR: ports/163857
Submitted by: Devin Teske <dteske@vicor.com>
Backup is a RubyGem, written for Linux and Mac OSX, that allows you to easily
perform backup operations on both your remote, as well as your local
environment. It provides you with an elegant DSL in Ruby for modeling
(configuring) your backups. Backup has built-in support for various databases,
storage protocols/services, syncers, compressors, encryptors and notifiers which
you can mix and match. It was built with modularity, extensibility and
simplicity in mind.
WWW: https://github.com/meskyanichi/backup/
RG: https://rubygems.org/gems/backup
2011-12-31 sysutils/duplicity05: This version is out of date, and the 0.6.x branch is considered stable
2012-01-01 japanese/py-kanjilib: This port is not needed with any supported python version
======================================
Salt is a powerful remote execution and state manager that can be
used to administer servers in a fast and efficient way.
WWW: http://saltstack.org
Submitted by: Christer Edwards <christer.ewards@gmail.com>
definitions and extracts matching files or data fragments from a set of
image files or raw device files.
Scalpel is filesystem-independent and will carve files from
FATx, NTFS, ext2/3, HFS+, or raw partitions.
It is useful for both digital forensics investigation and file recovery.
WWW: http://www.digitalforensicssolutions.com/Scalpel/
PR: ports/163544
Submitted by: Hakisho Nukama <nukama@gmail.com>
configuration management to your entire infrastructure. With Chef, you can:
* Manage your servers by writing code, not by running commands.
* Integrate tightly with your applications, databases, LDAP directories, and
more.
* Easily configure applications that require knowledge about your entire
infrastructure ("What systems are running my application?" "What is the
current master database server?")
WWW: http://wiki.opscode.com/display/chef
PR: ports/163364
Submitted by: Scott Sanders <scott@jssjr.com>
Sponsored by: RideCharge Inc. / Taxi Magic
Chef Server under Jetty.
For more information, see the following pages on the Chef Wiki:
o wiki.opscode.com/display/chef/Search
o wiki.opscode.com/display/chef/Chef+Indexer
WWW: http://wiki.opscode.com/display/chef
PR: ports/163357
Submitted by: Scott Sanders <scott@jssjr.com>
Sponsored by: RideCharge Inc. / Taxi Magic
accomplishes this by forking a number of children that run I/O to a
filesystem.
This tool is intended to test storage stacks under stress and worst case
scenarios. However due to heavy fragmentation of the I/O files, it tends
to bypass caching algorithms in storage stacks.
WWW: http://www.peereboom.us/iogen/
To set as your default pager, export PAGER=vimpager in your shell's
rcfile.
See the manpage for various options. Of note, custom .vimrc files seem
to cause strange behaviour. Creating ~/.vimpagerrc will give you a clean
ViM environment.
WWW: http://www.vim.org/scripts/script.php?script_id=1723
Feature safe: yes
set of backups as defined by a YAML configuration file.
Features:
- Dynamic scheduling
- Keep an arbitrary number of backups of each schedule type
- Restrict schedules based on time of day
- Restrict feather run to a certain amount of wall time (max_runtime)
- Multiple backup paths per tarsnap
- Multiple exclude list per tarsnap
WWW: https://github.com/danrue/feather
Feature safe: yes
a simple process with a simple point-n-click interface.
WWW: http://makeapbi.sf.net
PR: ports/162341
Submitted by: Jesse <jessefrgsmith@yahoo.ca>
Feature safe: yes
(w/out the need of JailBreaking, and installing SSH-server on your iGadget).
iFuse is useful if you want to mount the device manually or
if you do not have GNOME with GVFS or KDE with kio-ufc installed
WWW: http://www.libimobiledevice.org
Submitted by: Gabor Zahemszky <gabor@zahemszky.hu> via e-mail
Feature safe: yes
It contains the following changes to the original /etc/rc.d/jail script:
- parameters support: you can specify any parameters supported by jail(8)
- ZFS support: you can deletate ZFS datasets to jails
- jails are not identified by a file in /var/spool/jail anymore
- two new commands "create" and "remove" to manage persistent jails
Please refer to the README file for more information.
Martin Matuska <mm_at_FreeBSD_dot_org>
limits the number of parallel executing jobs and starts new jobs when jobs
finish. Therefore, it combines the arguments from every input line with the
utility and arguments given on the command line. If no utility is given as an
argument to xjobs, then the first argument on every job line will be used as
utility. To execute utility xjobs searches the directories given in the PATH
environment variable and uses the first file found in these directories.
xjobs is most useful on multi-processor/core machines when one needs to execute
several time consuming command several that could possibly be run in parallel.
With xjobs this can be achieved easily, and it is possible to limit the load of
the machine to a useful value. It works similar to xargs, but starts several
processes simultaneously and gives only one line of arguments to each utility
call.
WWW: http://www.maier-komor.de/xjobs.html
PR: ports/162109
Submitted by: Jason Helfman <jhelfman@experts-exchange.com>
sysutils/rsyslog4-devel-dbi||2011-11-02|is now stable see sysutils/rsyslog4
sysutils/rsyslog4-devel-gnutls||2011-11-02|is now stable see sysutils/rsyslog4
sysutils/rsyslog4-devel-gssapi||2011-11-02|is now stable see sysutils/rsyslog4
sysutils/rsyslog4-devel-mysql||2011-11-02|is now stable see sysutils/rsyslog4
sysutils/rsyslog4-devel-pgsql||2011-11-02|is now stable see sysutils/rsyslog4
sysutils/rsyslog4-devel-relp||2011-11-02|is now stable see sysutils/rsyslog4
sysutils/rsyslog4-devel-rfc3195||2011-11-02|is now stable see sysutils/rsyslog4
sysutils/rsyslog4-devel-snmp||2011-11-02|is now stable see sysutils/rsyslog4
audio/shoutcast Unfetchable; website rearranged
audio/linux-shoutcast Unfetchable; website rearranged
chinese/scim-chewing Does not configure
converters/py-cjkcodecs Integrated into every python version in the tree
databases/kpogre Does not compile
deskutils/mhc Does not fetch
deskutils/org-mode.el6 Does not fetch
deskutils/gemcal Does not fetch
devel/erlang-thrift Does not build
dns/domtools Does not fetch
editors/richtext Does not compile
games/vultures-claw Does not fetch
games/bomb Does not fetch
games/lgeneral-data Bad plist
games/linux-enemyterritory-jaymod Does not fetch
games/xphotohunter Does not fetch
graphics/gimpshop Fails to patch
graphics/lightspark-devel Does not compile
graphics/xmms-plazma Does not fetch
graphics/py-cgkit Does not fetch, does not compile on ia64, powerpc, or sparc64
japanese/rxvt Does not fetch, fails to build with new utmpx
japanese/epic4 Some distfiles do not fetch
java/jde Does not fetch
java/kaffe Does not fetch
korean/gdick HTMLs from the Yahoo! Korea Dictionary cannot be parsed, other runtime problems
korean/hanterm-xf86 Does not compile
korean/stardict2-dict-kr Does not fetch
lang/p5-JavaScript Does not fetch
lang/TenDRA Website disappeared; last release 2006, Does not compile on recent FreeBSD-9
mail/freepops Does not build
mail/itraxp Does not build
misc/tellico Leaves file behind on deinstall
net/gsambad Does not fetch
net/nocatauth-gateway Uses a UID registered to another port
net/nocatauth-server Uses a UID registered to another port
net/libosip2 Does not fetch
net/kmuddy Does not fetch
net/netboot Does not build
net-mgmt/jffnms Does not fetch
net-p2p/frostwire Does not fetch
net-p2p/azureus Does not fetch
news/cleanscore Does not fetch
news/nntpswitch Does not fetch
news/p5-NewsLib Does not fetch
russian/cyrproxy Does not fetch
science/gerris Does not fetch
security/opensaml Does not fetch
sysutils/wmbattery Does not fetch
sysutils/cpuburn No more public distfiles
textproc/tei-guidelines-p4 Does not fetch
textproc/tei-p4 Does not fetch
textproc/py-hyperestraier Does not fetch
textproc/tdtd.el Does not fetch
textproc/tei-lite Does not fetch
www/phpwiki13 Does not fetch
www/p5-Apache-Scoreboard Depends on mod_perl
www/p5-B-LexInfo Broken due the new mod_perl2 API
www/phpwiki Does not fetch
www/smb2www Apache13 is deprecated, migrate to 2.2.x+ now
www/spip Checksum is changing daily
www/monkey Does not fetch
x11-toolkits/jdic Does not fetch
x11-toolkits/py-kde Does not compile
Monitor::Simple allows simple monitoring of applications and services of your IT
infrastructure. There are many such tools, some of them very complex and
sophisticated. For example, one widely used is Nagios (http://www.nagios.org/).
The Monitor::Simple does not aim, as its name indicates, for all features
provided by those tools. It allows, however, to check whether your applications
and services are running correctly. Its simple command-line interface can be
used in cron jobs and reports can be viewed as a single HTML or text page.
WWW: http://search.cpan.org/dist/Monitor-Simple/
fex works like cut or awk in its field navigation, but allows
you to specify token-based fields in a much more concise, flexible,
and readable way.
Due to the simplicity of fex's language, it can enable you to replace
many common invocations of cut and awk with a single invocation of fex.
WWW: http://semicomplete.com/projects/fex/