Commit graph

1379 commits

Author SHA1 Message Date
Steve Wills
b9b5bd7160 The File System State Monitor keeps track of the state of any number of paths
and will fire events when said state changes (create/update/delete). FSSM
supports using FSEvents on MacOS, Inotify on GNU/Linux, and polling anywhere
else.

WWW: https://github.com/ttilley/fssm

PR:		ports/161464
Submitted by:	Jason Helfman <jhelfman@experts-exchange.com>
2011-10-17 01:49:43 +00:00
Alberto Villa
7b24e6008c - Connect zeitgeist and qzeitgeist. 2011-10-16 23:01:39 +00:00
Ryan Steinmetz
6e9151ca05 New port: sysutils/mcelog
mcelog processes machine checks (in particular memory and CPU
hardware errors) on modern x86-based unix systems and
produces human-readable output.

FreeBSD conversion patches were originally written by John
Baldwin <jhb@freebsd.org> and later incorporated into this
port.

WWW: http://mcelog.org/

PR:		ports/161395
Submitted by:	Jeremy Chadwick <freebsd@jdc.parodius.com>
2011-10-15 02:53:31 +00:00
Emanuel Haupt
32e9b51fb5 Add logstalgia, a website access log visualization tool. 2011-10-13 14:42:19 +00:00
Chris Rees
cda3a7a4db 2011-10-03 sysutils/cfvers: Dead upstream, author disowns it, use git/hg instead
PR:		ports/160375
Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru>
2011-10-04 16:42:09 +00:00
Cy Schubert
e6c386582c Syslog-ng3-devel has been repocopied (renamed) to syslog-ng-devel. 2011-10-03 15:24:03 +00:00
Sunpoet Po-Chuan Hsieh
3b21c2bc01 - Add p5-Ubic 1.34
Ubic is a flexible perl-based service manager.

WWW: http://search.cpan.org/dist/Ubic/

PR:		ports/160864
Submitted by:	Dmitry Yashin <dmitry@yashin.su>
2011-10-02 18:23:33 +00:00
Cy Schubert
54bd65c659 Syslog-ng3 has been renamed (repocpied) to syslog-ng while syslog-ng becomes
syslog-ng1.

Suggested by:	syslog-ng1 maintainer and syslog-ng upline
2011-10-02 04:15:07 +00:00
Baptiste Daroussin
8a4b511e44 2012-09-20 www/ruby-http-access: Deprecated upstream, please use www/rubygem-httpclient
2011-09-01 sysutils/wots: No more public distfiles
2011-09-15 sysutils/gpart: Upstream disappeared
2011-09-01 sysutils/plod: No more public distfiles
2011-09-01 sysutils/checkservice: BROKEN for more than 6 month
2011-09-01 security/nsm-console: BROKEN for more than 6 month
2011-09-01 security/fressh: No more public distfiles
2011-09-01 palm/pose: No more public distfiles
2011-09-01 palm/isilo: No more public distfiles
2011-09-01 news/ija: BROKEN for more than 6 month
2011-09-01 news/PicMonger: Abandonware
2011-09-22 06:26:46 +00:00
Sunpoet Po-Chuan Hsieh
c869616c0a - Add agedu 9251
Unix provides the standard du utility, which scans your disk and tells you which
directories contain the largest amounts of data. That can help you narrow your
search to the things most worth deleting.

However, that only tells you what's big. What you really want to know is what's
too big. By itself, du won't let you distinguish between data that's big because
you're doing something that needs it to be big, and data that's big because you
unpacked it once and forgot about it.

Most Unix file systems, in their default mode, helpfully record when a file was
last accessed. Not just when it was written or modified, but when it was even
read. So if you generated a large amount of data years ago, forgot to clean it
up, and have never used it since, then it ought in principle to be possible to
use those last-access time stamps to tell the difference between that and a
large amount of data you're still using regularly.

agedu is a program which does this. It does basically the same sort of disk scan
as du, but it also records the last-access times of everything it scans. Then it
builds an index that lets it efficiently generate reports giving a summary of
the results for each subdirectory, and then it produces those reports on demand.

WWW: http://www.chiark.greenend.org.uk/~sgtatham/agedu/
2011-09-20 06:43:16 +00:00
Sofian Brabez
48135da34d PEFS is a kernel level stacked cryptographic filesystem for FreeBSD.
Key features:
* Transparently runs on top of existing file systems
* Random per file tweak value for encryption
* Stores metadata only in encrypted file name
* Arbitrary number of keys per file system, mixing keys in same
  directory and key chains
* Modern cryptographic algorithms: AES and Camellia in XTS mode,
  PKCS#5v2 and HKDF for key generation.

WWW: http://github.com/glk/pefs
WWW: http://wiki.freebsd.org/PEFS

PR:		ports/156002
Submitted by:	Gleb Kurtsou <gk@freebsd.org>
Approved by:	jadawin@ (mentor)
2011-09-01 14:21:11 +00:00
Eitan Adler
c10a99c9fd Battray is a python program that displays a tray icon to inform you of the
battery status of your notebook.

It is also able to take certain actions depending on battery status.

It's simple, easy, fairly environment-independent, and "just works" without
tons of (Gnome|KDE|..) dependencies.

WWW: http://code.google.com/p/battray/

PR:		ports/159152
Submitted by:	Martin Tournoij <carpetsmoker@daemonforums.org>
Approved by:	bapt (mentor)
2011-08-30 17:27:36 +00:00
Steven Kreuzer
8519f417fc vlogger is a utility used to facilitate log rotation of Apache virtual hosts.
WWW:	http://n0rp.chemlab.org/vlogger/

PR:		ports/159896
Submitted by:	Linh Pham <question+fbsdports@closedsrc.org>
2011-08-29 12:04:50 +00:00
Steve Wills
c036a9b4bf Useful task libraries and methods for Capistrano
WWW:	http://rubygems.org/gems/capistrano-ext
2011-08-26 20:52:49 +00:00
Chris Rees
0e39fa3110 Spiped (pronounced "ess-pipe-dee") is a utility for creating symmetrically
encrypted and authenticated pipes between socket addresses, so that one may
connect to one address (e.g., a UNIX socket on localhost) and transparently
have a connection established to another address (e.g., a UNIX socket on a
different system). This is similar to 'ssh -L' functionality, but does not
use SSH and requires a pre-shared symmetric key.

WWW: http://www.tarsnap.com/spiped.html

- Colin Percival
cperciva@tarsnap.com

PR:		ports/159899
Submitted by:	Colin Percival
2011-08-21 11:32:16 +00:00
Steve Wills
aaef4d0786 The Marionette Collective
A modern scalable datacenter orchestration framework

WWW: http://marionette-collective.org/

PR:		ports/159673
Submitted by:	Russell Jackson <raj at csub.edu>
2011-08-13 14:28:34 +00:00
Pav Lucistnik
63cc16e46f pprotectd this is a self protected daemon which protect processes
from killing by the kernel when memory is exhausted.

The P_PROTECTED flag protects processes from killing by the kernel
when memory is exhausted. This may be useful for protection many
critical daemons, such as cron, syslogd, inetd, sshd or mysqld.

WWW: http://www.zonov.org/

PR:		ports/151774
Submitted by:	Andrey Zonov <andrey.zonov@gmail.com>
2011-08-08 20:07:22 +00:00
Pav Lucistnik
2a282d3588 - Reviwe flock
PR:		ports/159114
Submitted by:	Andrey Zonov <andrey@zonov.org>
2011-08-08 20:02:03 +00:00
Sunpoet Po-Chuan Hsieh
62f3d88b8f - Connect sysutils/p5-MogileFS-Server
- Disconnect sysutils/p5-mogilefs-server
2011-08-08 13:12:21 +00:00
Baptiste Daroussin
8b6dad2efd Removing old ruby stuff
2011-08-03 comms/ruby-serialport: Doesn't work with Ruby 1.9
2011-08-03 databases/ruby-search-namazu: Doesn't work with Ruby 1.9
2011-08-03 databases/ruby-sqlite: Doesn't work with Ruby 1.9
2011-08-03 databases/rubygem-kirbybase: Doesn't work with Ruby 1.9
2011-08-03 devel/ruby-eet: Doesn't work with Ruby 1.9
2011-08-03 devel/ruby-filelock: Doesn't work with Ruby 1.9
2011-08-03 devel/ruby-filemagic: Doesn't work with Ruby 1.9
2011-08-03 devel/ruby-metaruby: Doesn't work with Ruby 1.9
2011-08-03 devel/ruby-poll: Doesn't work with Ruby 1.9
2011-08-03 devel/ruby-rrb: Doesn't work with Ruby 1.9
2011-08-03 devel/ruby-strongtyping: Doesn't work with Ruby 1.9
2011-08-03 devel/ruby-textbuf: Doesn't work with Ruby 1.9
2011-08-03 graphics/ruby-graph: Doesn't work with Ruby 1.9
2011-08-03 graphics/ruby-libpng: Doesn't work with Ruby 1.9
2011-08-03 japanese/ruby-kakasi: Doesn't work with Ruby 1.9
2011-08-03 lang/ruby-extensions: Doesn't work with Ruby 1.9
2011-08-03 lang/ruby-lua: Doesn't work with Ruby 1.9
2011-08-03 lang/ruby-perl: Doesn't work with Ruby 1.9
2011-08-03 mail/ruby-tmail: Doesn't work with Ruby 1.9
2011-08-03 math/ruby-bitset: Doesn't work with Ruby 1.9
2011-08-03 math/ruby-bitvector: Doesn't work with Ruby 1.9
2011-08-03 math/ruby-gmp: Doesn't work with Ruby 1.9
2011-08-03 net/ruby-mpi: Doesn't work with Ruby 1.9
2011-08-03 net/ruby-nis: Doesn't work with Ruby 1.9
2011-08-03 net/ruby-pcap: Doesn't work with Ruby 1.9
2011-08-03 net/ruby-romp: Doesn't work with Ruby 1.9
2011-08-03 net/ruby-spread: Doesn't work with Ruby 1.9
2011-08-03 print/ruby-pdflib: Doesn't work with Ruby 1.9
2011-08-03 security/ruby-aes: Doesn't work with Ruby 1.9
2011-08-03 security/ruby-blowfish: Doesn't work with Ruby 1.9
2011-08-03 security/ruby-cast_256: Doesn't work with Ruby 1.9
2011-08-03 security/ruby-mcrypt: Doesn't work with Ruby 1.9
2011-08-03 security/ruby-pam: Doesn't work with Ruby 1.9
2011-08-03 sysutils/ruby-log4r: Doesn't work with Ruby 1.9
2011-08-03 textproc/ruby-csv: Doesn't work with Ruby 1.9
2011-08-03 textproc/ruby-formvalidator: Doesn't work with Ruby 1.9
2011-08-03 textproc/ruby-gdome: Doesn't work with Ruby 1.9
2011-08-03 textproc/ruby-htmltools: Doesn't work with Ruby 1.9
2011-08-03 textproc/ruby-nqxml: Doesn't work with Ruby 1.9
2011-08-03 textproc/ruby-quixml: Doesn't work with Ruby 1.9
2011-08-03 textproc/ruby-raspell: Doesn't work with Ruby 1.9
2011-08-03 textproc/ruby-tempura: Doesn't work with Ruby 1.9
2011-08-03 textproc/ruby-xtemplate: Doesn't work with Ruby 1.9
2011-08-03 www/ruby-tmpl: Doesn't work with Ruby 1.9
2011-08-03 06:49:58 +00:00
Baptiste Daroussin
934221cca7 Bye bye abandonwares (part 5)
2011-08-08 russian/messarge: Has expired: Looks like an abandonware, no more public distfiles
2011-08-08 russian/pgp.language: Has expired: Looks like an abandonware, no more public distfiles
2011-08-08 security/ifd-gempc410: Has expired: Looks like an abandonware, no more public distfiles
2011-08-08 security/libidea: Has expired: Looks like an abandonware, no more public distfiles
2011-08-08 security/rain: Has expired: Looks like an abandonware, no more public distfiles
2011-08-08 sysutils/Tee: Has expired: No more public distfile
2011-08-08 sysutils/curly: Has expired: No more public distfiles
2011-08-08 sysutils/i855vidctl10: Has expired: No more public distfiles
2011-08-08 sysutils/ltrace: Has expired: Looks like an abandonware, no more public distfiles
2011-08-08 sysutils/rsyslog3-snmp: Has expired: unsupported upstream
2011-08-08 sysutils/xapply: Has expired: No more public distfiles
2011-08-08 textproc/asm2html: Has expired: Looks like an abandonware, no more public distfiles
2011-08-08 textproc/diff-mode.el: Has expired: Looks like an abandonware, no more public distfiles
2011-08-08 vietnamese/gtk-im-vi: Has expired: Looks like an abandonware, no more public distfiles
2011-08-08 www/campsite: Has expired: Does not work
2011-08-08 www/p5-PLP: Has expired: No more upstream, looks like an abandonware
2011-08-08 www/wcol: Has expired: Looks like an abandonware, no more public distfiles
2011-08-08 x11-toolkits/sdl_gui: Has expired: Looks like an abandonware, no more public distfiles
2011-08-01 05:52:02 +00:00
Sunpoet Po-Chuan Hsieh
3fd8e422e2 - Sort SUBDIRs
- Fix NO_VIET_KDE coverage
2011-08-01 02:53:58 +00:00
Chris Rees
bc31fc84da rar2fs is a FUSE based file system that can mount a source RAR
archive/volume or a directory containing any number of RAR
archives and access (read only) the contents as plain files/directories.
Other files located in the source directory are handled transparently.
Both compressed and non-compressed archives/volumes are supported but
full media seek support (aka. indexing) is only available for
non-compressed plaintext archives.

WWW: http://code.google.com/p/rar2fs/

PR:		ports/157426
Submitted by:	Joris Vandalon <joris@vandalon.nl>
2011-07-27 19:32:10 +00:00
Stephen Montgomery-Smith
f9d4159dc0 - New port sysutils/createrepo.
This utility will generate a common metadata repository from a directory of
rpm packages.

WWW: http://createrepo.baseurl.org/

PR:		ports/150542
Submitted by:	afb@rpm5.org
Approved by:	maho (mentor)
2011-07-19 03:45:58 +00:00
Martin Matuska
56f4f65e13 This package provides a Virtual File System API, with backends for:
* SQL
* FTP
* Local filesystems
* Hybrid SQL and filesystem
* Samba
* SSH2/SFTP
* IMAP (Kolab)

Reading, writing and listing of files are all supported, and there are both
object-based and array-based interfaces to directory listings.

WWW: http://pear.horde.org
2011-07-07 21:03:21 +00:00
Martin Matuska
11b02e80d7 Horde Logging package with configurable handlers, filters, and formatting.
WWW: http://pear.horde.org
2011-07-07 19:14:32 +00:00
Rene Ladan
92bbb889cf Remove expired ports:
2011-07-01 devel/libevocosm: Looks like and abandonware
2011-07-01 devel/acovea: Looks like abandonware.
2011-07-01 devel/acovea-gtk: Looks like abandonware.
2011-06-29 sysutils/service-config: "mastersite disappeared"
2011-07-02 16:01:05 +00:00
Martin Wilke
adf5410cf9 Atop is an ASCII full-screen performance monitor that is capable of reporting
the activity of all processes (even if processes have finished during the
interval), daily logging of system and process activity for long-term analysis,
highlighting overloaded system resources by using colors, etc.
At regular intervals, it shows system-level activity related to the CPU, memory,
swap, disks, and network layers, and for every active process it shows the CPU
utilization, the memory growth, priority, username, state, and exit code.

WWW: http://openfacts2.berlios.de/wikien/index.php/BerliosProject:Atop-freebsd

PR:		ports/158536
Submitted by:	Alex Samorukov <samm at os2.kiev.ua>
2011-07-02 08:01:52 +00:00
Tim Bishop
4b841686ec - Add port sysutils/puppet-module-tool:
The Puppet Module Tool, puppet-module, creates, installs and searches
for modules on the Puppet Forge at http://forge.puppetlabs.com

WWW: http://github.com/puppetlabs/puppet-module-tool
2011-06-29 20:20:15 +00:00
Martin Wilke
729f4fa8a4 The Make-A-PBI program takes a port from the FreeBSD Ports tree and
creates from it a PBI module. This module can then be used to create PBI
packages. Make-A-PBI automates most aspects of the module creating process,
setting up the required files and directories and collecting information
from the port.

WWW: http://makeapbi.sourceforge.net/

PR:		ports/158209
Submitted by:	Jesse
2011-06-26 04:53:10 +00:00
Chris Rees
2b280d1294 The aird daemon handles Apple IR receiver button events. If your system
has an USB Apple IR receiver, most likely you'll also have an Apple
Remote.  An Apple remote has six (6) buttons: Volume up, Volume down,
Play/Pause, Forward, Backward and Menu.  For each button you can assign a
command to execute.

Apple IR receiver modules are found on:

           o   MacBook (any generation)
           o   MacBook Pro (any generation)
           o   Intel iMac
           o   Intel MacMini

WWW: http://wiki.freebsd.org/AppleMacbook

PR:		ports/156616
Submitted by:	Chris Rees (myself)
Approved by:	rene (mentor)
2011-06-12 20:21:13 +00:00
Chris Rees
7b182efc57 Qjail [ q = quick ] is a 4th generation wrapper for the basic chroot jail
system that includes security and performance enhancements. Plus a new level
of "user friendliness" enhancements dealing with deploying just a few jails or
large jail environments consisting of 100's of jails.

Qjail requires no knowledge of the jail command usage. It uses "nullfs" for
read-only system binaries, sharing one copy of them with all the jails.

Uses "mdconfig" to create sparse image jails. Sparse image jails provide a
method to limit the total disk space a jail can consume, while only occupying
the physical disk space of the sum size of the files in the image jail.

Ability to assign ip address with their network device name,
so aliases are auto created on jail start and auto removed on jail stop.

Ability to create "ZONE"s of identical qjail systems, each with their own
group of jails.

Ability to designate a portion of the jail name as a group prefix so the
command being executed will apply to only those jail names matching that prefix.

WWW:        http://sourceforge.net/projects/qjail/
            http://qjail.sourceforge.net/

PR:		ports/148777
Submitted by:	Joe Barbish <joeb@a1poweruser.com>
Approved by:	rene (mentor)
2011-06-11 21:22:20 +00:00
Brooks Davis
69949f0b06 Add nagiosplugin, a python class for writing Nagio plugins. 2011-06-10 22:07:43 +00:00
Ganael LAPLANCHE
67c12c27b5 Add mkntpwd, a utility to create Samba password hashes
PR:		ports/156478
Submitted by:	Jyun-Yan You <jyyou at cs.nctu.edu.tw>
2011-05-18 11:44:14 +00:00
Boris Samorodov
b03d6c9f0a Remove sysutils/libgksuui. It's a part of sysutils/libgksu now. 2011-05-14 19:34:12 +00:00
Baptiste Daroussin
e2d4219b8c Remove unmaintained expired ports from sysutils
2011-05-01 sysutils/acidlaunch: Upstream disapear and distfile is no more available
2011-05-01 sysutils/cpbk: Upstream disapear and distfile is no more available
2011-05-01 sysutils/dc42wrap: Upstream disapear and distfile is no more available
2011-05-01 sysutils/deleted: Upstream disapear and distfile is no more available
2011-05-01 sysutils/dolly+: Upstream disapear and distfile is no more available
2011-05-01 sysutils/durep: Upstream disapear and distfile is no more available
2011-05-01 sysutils/dvdtape: Upstream disapear and distfile is no more available
2011-05-01 sysutils/flock: Upstream disapear and distfile is no more available
2011-05-01 sysutils/fontedit: Upstream disapear and distfile is no more available
2011-05-01 sysutils/ftrace: Upstream disapear and distfile is no more available
2011-05-01 sysutils/gfslicer: Upstream disapear and distfile is no more available
2011-05-01 sysutils/ghasher: Upstream disapear and distfile is no more available
2011-05-01 sysutils/gkrellmouse: Upstream disapear and distfile is no more available
2011-05-01 sysutils/gkrellmwho: Upstream disapear and distfile is no more available
2011-05-01 sysutils/glload: Upstream disapear and distfile is no more available
2011-05-01 sysutils/gnomefind: Abandoned upstream
2011-05-01 sysutils/graft: Upstream disapear and distfile is no more available
2011-05-01 sysutils/growspd: Upstream disapear and distfile is no more available
2011-05-01 sysutils/gtoaster: Upstream disapear and distfile is no more available
2011-05-01 sysutils/idled: Upstream disapear and distfile is no more available, consider using sysutils/doinkd
2011-05-01 sysutils/maint: Upstream disapear and distfile is no more available
2011-05-01 sysutils/ndir: Upstream disapear and distfile is no more available
2011-05-01 sysutils/p5-LJ-Cache: Upstream disapear and distfile is no more available
2011-05-01 sysutils/p5-LJ-TextMessage: Upstream disapear and distfile is no more available
2011-05-01 sysutils/reclinker: Upstream disapear and distfile is no more available
2011-05-01 sysutils/rotate: Upstream disapear and distfile is no more available
2011-05-01 sysutils/ticker.app: Upstream disapear and distfile is no more available
2011-05-01 sysutils/upsmon: Upstream disapear and distfile is no more available
2011-05-01 sysutils/usbutil: Upstream disapear and distfile is no more available
2011-05-01 sysutils/uwatch: Upstream disapear and distfile is no more available
2011-05-01 sysutils/wmavgload: Upstream disapear and distfile is no more available
2011-05-01 sysutils/wmfsm: Upstream disapear and distfile is no more available
2011-05-01 sysutils/wmhm: Upstream disapear and distfile is no more available
2011-05-01 sysutils/wminet: Upstream disapear and distfile is no more available
2011-05-01 sysutils/wmlmmon: Upstream disapear and distfile is no more available
2011-05-01 sysutils/wmlongrun: Upstream disapear and distfile is no more available
2011-05-01 sysutils/wmmemmon: Upstream disapear and distfile is no more available
2011-05-01 sysutils/wmmount: Upstream disapear and distfile is no more available
2011-05-01 sysutils/wmpccard: Upstream disapear and distfile is no more available
2011-05-01 sysutils/wmshutdown: Upstream disapear and distfile is no more available
2011-05-01 sysutils/wmzazof: Upstream disapear and distfile is no more available
2011-05-01 19:52:00 +00:00
Rene Ladan
48f1d8c469 Remove most expired ports:
2011-04-17 cad/tclspice: has been broken for more than a year
2011-04-17 comms/hcfmdm: does not compile on 7.X or higher
2011-04-17 databases/mysqlcc: has been broken for almost a year
2011-04-17 devel/ruby-rjudy: does not compile on FreeBSD 7.x or newer
2011-04-17 devel/xfc: does not compile on FreeBSD 7.x or newer
2011-04-17 devel/lamson: has been broken for a half year
2011-04-17 devel/cocktail: does not build on FreeBSD 7.x or newer
2011-04-17 devel/djgpp-gcc: has been broken for half a year
2011-04-17 devel/gauche-sdl: has been broken for a year
2011-04-17 devel/gdb53-act: does not compile on FreeBSD 7.x and up
2011-04-17 editors/zed: does not compile on FreeBSD 7.x or newer
2011-04-17 games/aqbubble: does not compile on FreeBSD 7.x or newer
2011-04-17 graphics/libvisual-plugins: has been broken for 3 years
2011-04-17 japanese/roundcube: has been broken for almost a year
2011-04-17 japanese/tkstep80: does not compile on FreeBSD 7.x or newer
2011-04-17 lang/u++: has been broken for over a half year
2011-04-17 lang/pugs: has been broken for over a year
2011-04-17 lang/mozart: does not compile on FreeBSD 7.x or newer
2011-04-17 math/linalg: does not build on FreeBSD 7.x or newer
2011-04-17 math/R-cran-igraph: has been broken for over a half year
2011-04-17 misc/ftree: has been broken for over a half year
2011-04-17 multimedia/katchtv: has been broken for a half year
2011-04-17 multimedia/libomxil-bellagio: has been broken for almost a year
2011-04-17 multimedia/banshee-mirage: has been broken for over a half year
2011-04-17 net-p2p/trackerbt: has been broken for a half year
2011-04-17 net/cap: does not compile on FreeBSD 7.x or newer
2011-04-17 net/ggsd: does not compile on FreeBSD 7.x or newer
2011-04-17 net/b2bua: does not compile on FreeBSD 7.x or newer
2011-04-17 net/penguintv: has been broken for a half year
2011-04-17 news/openftd: has been broken for almost a year
2011-04-17 palm/romeo: does not compile on FreeBSD 7.x or newer
2011-04-17 science/pcp: does not compile on FreeBSD 7.x or newer
2011-04-17 science/elmer-fem: has been broken for over a year
2011-04-17 security/newpki-lib: does not compile on FreeBSD 7.x or newer
2011-04-17 security/newpki-server: does not compile on FreeBSD 7.x or newer
2011-04-17 security/xmlsec: does not compile on FreeBSD 7.x or newer
2011-04-17 security/f-protd: has been broken for over a year
2011-04-17 sysutils/xwlans: does not compile on FreeBSD 7.x or newer
2011-04-17 www/bk_edit: does not compile on FreeBSD 7.x and newer
2011-04-17 www/bricolage: has been broken for a half year
2011-04-17 x11-toolkits/gauche-gtk: has been broken for a year
2011-04-17 x11-toolkits/gambas2-gb-qt: has been broken for over a year
2011-04-17 x11-toolkits/php-gtk2: has been broken for over a half year
2011-04-17 x11-toolkits/p5-Tcl-Tk: has been broken for 2 year
2011-04-17 x11/metisse: has been broken for over a half year
2011-04-18 22:25:41 +00:00
Philip M. Gollucci
ea3eb59321 - Remove now -devel line now that its -stable again
sysutils/rsyslog5-devel
sysutils/rsyslog5-devel-dbi
sysutils/rsyslog5-devel-gnutls
sysutils/rsyslog5-devel-gssapi
sysutils/rsyslog5-devel-mysql
sysutils/rsyslog5-devel-pgsql
sysutils/rsyslog5-devel-relp
sysutils/rsyslog5-devel-rfc3195
sysutils/rsyslog5-devel-snmp
2011-04-14 22:10:02 +00:00
Frederic Culot
0bfd8747d1 File::Listing can be used to parse directory listings.
WWW: http://search.cpan.org/dist/File-Listing/

This new port is needed to update www/p5-libwww.
2011-04-14 10:56:17 +00:00
Baptiste Daroussin
4c79e4adc1 2011-04-11 devel/thistest: development has ceased; website disappeared
2011-04-11 emulators/xmamegui: development has ceased; try emulators/qmc2 instead
2011-04-11 games/airrox: development has ceased
2011-04-11 games/bfm: development has ceased; website disappeared
2011-04-11 games/xracer: has not been developed for 10 years
2011-04-11 net-p2p/gift-ares: development has ceased; does not work
2011-04-11 net-p2p/torrent_swapper: development has ceased (last release is of 2006)
2011-04-11 net-p2p/torrentvolve: development has ceased, and last release is beta
2011-04-11 sysutils/gag: no point in having it as a port, can be downloaded from the website and burned
2011-04-12 09:03:50 +00:00
Martin Wilke
ae331b160c Byobu is a Japanese term for decorative, multi-panel screens that serve as
folding room dividers. As an open source project, Byobu is an elegant
enhancement of the otherwise functional, plain, practical GNU Screen. Byobu
includes an enhanced profile and configuration utilities for the GNU screen
window manager, such as toggle-able system status notifications.

WWW:	https://launchpad.net/byobu

PR:		ports/156267
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2011-04-12 03:14:05 +00:00
Steve Wills
0532c4a226 Information about running processes on BSD platforms
WWW:	http://search.cpan.org/dist/BSD-Process/
2011-04-12 02:43:33 +00:00
Dennis Herrmann
bccf5e9212 Zxfer is a fork of zfs-replicate. It allows the easy and reliable backup,
restore or transfer of zfs filesystems, either locally or remotely.

Zxfer has the following features:
  * Written in sh with only one dependency, rsync. Rsync mode is not used
      in a typical restore, hence in that situation all you need is the
      zxfer script, your backup and an install CD/DVD.
  * Reliability is first priority - the only methods of transfer allowed
      are those that checksum/hash the transferred data.
  * Transfer to or from a remote host via ssh.
  * Recursive and incremental transfer of filesystems (via snapshots).
  * Transfer properties and sources of those properties (e.g. local or
      inherited).
  * Override properties in the transfer, e.g. for archival purposes
      it is useful to override "copies" and "compression".
  * Create all filesystems on the destination as necessary.
  * Write backup files to aid in automatically restoring the original
      properties that have been overridden.
  * A comprehensive man page with examples.
  * Can be set to beep on error or when done, useful for long transfers.
  * Features an rsync mode for when two different snapshotting regimes are on
      source and destination, and zfs send/receive won't work.

WWW: http://www.zxfer.org

PR:		ports/156126
Submitted by:	Ivan Dreckman <ivannashdreckman@fastmail.fm>
2011-04-04 15:03:51 +00:00
Steve Wills
0f2f56a737 Log4r is a comprehensive and flexible logging library written in Ruby for use
in Ruby programs

WWW: http://log4r.rubyforge.org/
2011-04-03 15:58:51 +00:00
Dennis Herrmann
ec140ddc1d The cpulimit program throttles back a process's CPU usage. This allows the
user to slow down jobs that would otherwise choke the processor. It is also
helpful on laptops where we want to avoid genrating a lot of heat.

WWW:	http://cpulimit.sourceforge.net/

PR:		ports/156064
Submitted by:	Jesse <jessefrgsmith@yahoo.ca>
2011-03-31 15:01:45 +00:00
Dennis Herrmann
ee929a6e24 The Swap Extender Daemon is designed to monitor the amount of swap space
available on the system and create moer on-disk swap as needed. Additionally
Swap Extender will remove unwanted swap space when memory is freed.

WWW: http://makeapbi.sourceforge.net/

PR:		ports/155955
Submitted by:	Jesse Smith <jessefrgsmith@yahoo.ca>
2011-03-27 06:48:15 +00:00
Alberto Villa
c1f3de0f55 The FreeBSD KDE Team is pleased to announce KDE SC 4.6.1 and KDE PIM
4.4.10. The official 4.6.1 release notes can be found at:
http://www.kde.org/announcements/announce-4.6.1.php

We'd like to say thanks to all helpers and submitters.

Tested by:	exp-run via miwi
2011-03-25 10:33:51 +00:00
Dennis Herrmann
4d9adeaace Light-weight and fast realization of progress-bar for pipe.
WWW:	http://code.google.com/p/pipe-progress/

PR:		ports/155722
Submitted by:	Artem Zaytsev <a.arepo@gmail.com>
2011-03-20 19:28:37 +00:00
Martin Wilke
20672d9f5a nvramtool is a utility for reading/writing coreboot parameters and
displaying information from the coreboot table.  It is intended for x86-based
systems (both 32-bit and 64-bit) that use coreboot.

The coreboot table resides in low physical memory, and may be accessed
through the /dev/mem interface.  It is created at boot time by coreboot, and
contains various system information such as the type of mainboard in use.  It
specifies locations in the CMOS (nonvolatile RAM) where the coreboot
parameters are stored.

For information about coreboot, see http://www.coreboot.org/.

WWW: http://www.coreboot.org/Nvramtool

PR:		ports/155583
Submitted by:	Andrey Zonov <andrey at zonov.org>
2011-03-18 05:06:07 +00:00
Sahil Tandon
6551a5db47 Connect sysutils/duplicity05 to the build following
repocopy from sysutils/duplicity.

PR:		ports/155078
Submitted by:	sahil (myself)
Approved by:	maintainer
2011-03-16 03:24:47 +00:00
Steve Wills
ad62701167 Murder is a method of using Bittorrent to distribute files to a large amount
of servers within a production environment. This allows for scaleable and
fast deploys in environments of hundreds to tens of thousands of servers
where centralized distribution systems wouldn't otherwise function.

WWW: http://github.com/lg/murder
2011-03-12 18:57:05 +00:00
Cy Schubert
5c851ce85a Add syslog-ng3-devel to category Maefile.
Noticed by:		mcl
Pointy hat to:		myself
2011-03-04 13:46:25 +00:00
Oliver Lehmann
87931d8ea4 Add garcon
Garcon is an implementation of the freedesktop.org menu specification
replacing the former Xfce menu library libxfce4menu. It is based on
GLib/GIO only and aims at covering the entire specification except for
legacy menus.

WWW: http://www.xfce.org/
2011-03-03 10:15:52 +00:00
Martin Wilke
3fa3e73203 drmaa-python is a python package to interact with DRMAA-compliant distributed
resource management systems.
The library tries to be compliant with the DRMAA 1.0 Python language binding.

WWW:	http://code.google.com/p/drmaa-python/

PR:		ports/154913
Submitted by:	Mykola Dzham <i at levsha.me>
2011-02-27 13:06:01 +00:00
Martin Matuska
902bd6db11 debootstrap is a tool which will install a Debian base system into
a subdirectory of another, already installed system. It doesn't require an
installation CD, just access to a Debian repository.

In FreeBSD, you can use debootstrap to install Debian GNU/kFreeBSD into
a subdirectory of your existing FreeBSD installation (i386 or amd64)
and then run Debian GNU/kFreeBSD (i386 or amd64) in a jail or chroot.

WWW:	http://wiki.debian.org/Debootstrap
2011-02-26 21:25:04 +00:00
Rene Ladan
74a1fea448 Remove expired ports:
2011-02-20 devel/root: Port does not build on supported versions of FreeBSD
2011-02-20 net/ztelnet: unfetchable / Does not compile with GCC 4.2
2011-02-20 print/kaspaliste: Does not compile with GCC 4.2
2011-02-20 sysutils/perf: Does not build on supported versions of FreeBSD
2011-02-21 22:17:16 +00:00
Wen Heping
088cd59212 PHP MogileFS is a client library to communicate with MogileFS trackers.
Those trackers are part of the distributed filesystem MogileFS created
by Danga Interactive (http://www.danga.com/) and used in serveral large
scale projects like LiveJournal.

WWW: http://pecl.php.net/package/mogilefs
2011-02-21 00:31:30 +00:00
MANTANI Nobutaka
3843072da5 Add dc3dd, a dd program useful for computer forensics. 2011-02-15 15:59:43 +00:00
Martin Wilke
8221ddf1e3 Simple setsid replacement, nothing special about it
except it being really simple.

WWW:	http://tools.suckless.org/ssid/
2011-02-15 09:18:04 +00:00
Martin Wilke
e90590d550 Froxlor is an ISP Server Management Panel written in PHP, allowing customers
to manage their own domains, DNS entries, email addresses, ftp accounts and
more.

WWW:	http://www.froxlor.org/

PR:		ports/154426
Submitted by:	Marco Steinbach <coco at executive-computing.de>
Feature safe:	yes
2011-02-03 09:01:18 +00:00
Adrian Chadd
4f4de9dfcd Add mkfwimage - a tool to build Ubiquiti flash images for their range of
MIPS-based embedded boards.

Feature safe:	yes
2011-01-30 12:50:05 +00:00
Steve Wills
f03648e2d8 Sys::Load - Perl module for getting the current system load and uptime
WWW: http://search.cpan.org/dist/Sys-Load/

PR:		ports/154139
Submitted by:	Konstantin Menshikov <kostjnspb at yandex.ru>
Approved by:	pgollucci (mentor)
Feature safe:	yes
2011-01-29 20:00:32 +00:00
Sahil Tandon
1320a7268a Connect sysutils/boxbackup-devel to the build following
repocopy from sysutils/boxbackup.

PR:		ports/154067
Submitted by:	James O'Gorman <james@netinertia.co.uk> (maintainer)
Feature safe:	yes
2011-01-25 02:46:15 +00:00
Wen Heping
2d2e64dd20 Chef is a systems integration framework, built to bring the benefits of
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/Home

PR:		ports/153504
Submitted by:	Renaud Chaput <renchap@cocoa-x.com>
Feature safe:	yes
2011-01-18 12:00:11 +00:00
Sunpoet Po-Chuan Hsieh
b450d9028e - Add hardlink 0.1.1
hardlink is a tool which detects multiple copies of the same file and replaces
them with hardlinks.

WWW: http://jak-linux.org/projects/hardlink/

PR:		ports/154020
Submitted by:	Douglas William Thrift <douglas@douglasthrift.net>
Feature safe:	yes
2011-01-15 15:52:18 +00:00
Steven Kreuzer
9f6ed4f559 Module to replicate data written to a perl stream into another streams.
PR:		ports/153953
Submitted by:	Menshikov Konstantin <kostjnspb@yandex.ru>
Feature safe:	yes
2011-01-14 18:40:22 +00:00
Wen Heping
11299de94a Terminal based clock using ncurses.
WWW: http://github.com/xorg62/tty-clock/

PR:		ports/153822
Submitted by:	Eric Freeman <freebsdports@chillibear.com>
2011-01-10 02:17:16 +00:00
Olli Hauer
0265fdf6f6 Scripts that uses the the periodic system to create and manage zfs
snapshots. Easily configured via /etc/periodic.conf

WWW: http://www.neces.com/blog/technology/integrating-freebsd-zfs-and-periodic-snapshots-and-scrubs

PR:		ports/152065
Submitted by:	Peter Ankerstal <peter at pean.org>
2011-01-09 21:01:29 +00:00
Jeremy Messenger
00f2c843c5 The x11/libcapplet has been broken for over a year (will be two in June 2011)
and no one has any of interest to fix it. It's an ancient software and
is part of GNOME 1. It's time for us to get rid of some of GNOME 1 stuff as
the GNOME 3 is coming sometimes in 2011. Any ports that required libcappet
are removed and ports that have optional aren't remove.

PR:		ports/153355
Discussed with:	My team, FreeBSD GNOME Team
Tested by:	pointyhat-exp (thanks pav!)
2011-01-04 03:32:21 +00:00
Renato Botelho
21526892f3 Remove expired ports:
2011-01-01 audio/emphasis: abandoned upstream
2011-01-01 converters/ecore-txt: abandoned upstream
2011-01-01 deskutils/estickies: abandoned upstream
2011-01-01 devel/ecore-job: abandoned upstream
2011-01-01 devel/engrave: abandoned upstream
2011-01-01 devel/evfs: abandoned upstream
2011-01-01 devel/ruby-ecore: abandoned upstream
2011-01-01 graphics/exhibit: abandoned upstream
2011-01-01 graphics/epsilon: abandoned upstream
2011-01-01 graphics/esmart: abandoned upstream
2011-01-01 graphics/ruby-edje: abandoned upstream
2011-01-01 graphics/ruby-esmart: abandoned upstream
2011-01-01 graphics/ruby-evas: abandoned upstream
2011-01-01 graphics/ruby-redact: abandoned upstream
2011-01-01 multimedia/eclair: abandoned upstream
2011-01-01 security/phpmyid: Development has ceased.
2011-01-01 sysutils/ecore-config: abandoned upstream
2011-01-01 sysutils/extrackt: abandoned upstream
2011-01-01 textproc/exml: abandoned upstream
2011-01-02 www/mod_accesscookie: upstream is gone
2011-01-02 www/mod_vdbh: upstream is gone
2011-01-02 www/mod_auth_any: upstream is gone
2011-01-02 www/mod_log_data: upstream is gone and will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now
2011-01-01 x11-fm/entropyfm: abandoned upstream
2011-01-01 x11-themes/e17-splash-fortune: abandoned upstream
2011-01-01 x11-themes/e17-splash-shiny: abandoned upstream
2011-01-01 x11-themes/e17-splash-takara: abandoned upstream
2011-01-01 x11-themes/e17-theme-blue_eyed: abandoned upstream
2011-01-01 x11-themes/e17-theme-dali: abandoned upstream
2011-01-01 x11-themes/e17-theme-gant: abandoned upstream
2011-01-01 x11-themes/e17-theme-japan2007: abandoned upstream
2011-01-01 x11-themes/e17-theme-kor: abandoned upstream
2011-01-01 x11-themes/e17-theme-milky: abandoned upstream
2011-01-01 x11-themes/e17-theme-night_bling: abandoned upstream
2011-01-01 x11-themes/e17-theme-simply_white: abandoned upstream
2011-01-01 x11-themes/e17-splash-azul: abandoned upstream
2011-01-01 x11-themes/e17-splash-blue: abandoned upstream
2011-01-01 x11-themes/e17-splash-clean: abandoned upstream
2011-01-01 x11-themes/e17-splash-logo: abandoned upstream
2011-01-01 x11-toolkits/etk: abandoned upstream
2011-01-01 x11-toolkits/ewl: abandoned upstream
2011-01-01 x11-toolkits/enhance: abandoned upstream
2011-01-01 x11-wm/e17-module-bling: abandoned upstream
2011-01-01 x11-wm/e17-module-mixer: abandoned upstream
2011-01-01 x11-wm/e17-utils: abandoned upstream
2011-01-01 x11/elicit: abandoned upstream
2011-01-01 x11/enity: abandoned upstream
2011-01-01 x11/examine: abandoned upstream
2011-01-01 x11/ecore-desktop: abandoned upstream
2011-01-03 14:38:01 +00:00
Rene Ladan
b7d7206e33 Garbage-collect expired ports:
2010-12-30 databases/p5-sqlrelay: broken and upstream disapeared
2010-12-30 devel/php-dbg2: No upstream support
2010-12-30 dns/fourcdns: upstream has disapeared
2010-12-31 emulators/win4bsd: Development has ceased and distfile is no longer available
2010-12-31 french/mozilla-flp: www/seamonkey port is deprecated. Consider using the www/firefox-i18n.
2010-12-31 french/xtel: Minitel services will be discontinued at the end of 2010.
2010-12-30 ftp/ftpq: upstream has disapeared
2010-12-30 graphics/paintlib: does not compile with new tiff and no more maintained upstream
2010-12-30 graphics/g3dviewer: does not build with gcc 4.2, upstream disapeared
2010-12-30 lang/scriba: Does not compile with gcc 4.2+, looks like abandonware
2010-12-30 math/rascal: Broken on every arch since 2008, looks like an abandonware
2010-12-31 net-mgmt/nrg: Project has vanished. Use cacti instead.
2010-12-31 security/hostsentry: Project is dead.
2010-12-31 sysutils/kcube: Project has vanished
2010-12-31 www/cybercalendar: has been unmaintained since 2001 and is unusable with dates after 2010 (see ports/150974)
2010-12-31 www/flock: Flock 3 moves from Firefox to Chromium
2010-12-31 www/linux-flock: Flock 3 moves from Firefox to Chromium
2010-12-30 x11-clocks/xtu: Looks like abandonware

Leave java/tya in for now, as it has outstanding PRs.
2010-12-31 17:35:17 +00:00
Beech Rintoul
9c0ebd86db New port, cronolog-devel
"cronolog" is a simple program that reads log messages from its input
and writes them to a set of output files, the names of which are
constructed using template and the current date and time.

"cronolog" is intended to be used in conjunction with a Web server, such
as Apache to split the access log into daily or monthly logs. E.g.:

	TransferLog "|/www/sbin/cronolog /www/logs/%Y/%m/%d/access.log"
	ErrorLog    "|/www/sbin/cronolog /www/logs/%Y/%m/%d/errors.log"

would instruct Apache to pipe its access and error log messages into
separate copies of cronolog, which would create new log files each day
in a directory hierarchy structured by date, i.e. on 31 December 1996
messages would be written to:

	/www/logs/1996/12/31/access.log
	/www/logs/1996/12/31/errors.log

After midnight the following files would be used:

	/www/logs/1997/01/01/access.log
	/www/logs/1997/01/01/errors.log

WWW: http://cronolog.org/

PR:		ports/152794
Submitted by:	Jason Helfman <jhelfman at experts-exchange.com>
Approved by:	itetcu (mentor) (implicit)
2010-12-28 20:16:19 +00:00
Tilman Keskinoz
175b82fe58 Fix entry for graid5
PR:		153471
Submitted by:	Julien Laffaye <kimelto@gmail.com>
2010-12-28 13:18:25 +00:00
Max Brazhnikov
1bf5d3ee37 Connect kshutdown-kde4 2010-12-23 21:01:05 +00:00
Steven Kreuzer
56a0c1308f downtimed is a program that monitors operating system downtime, uptime,
shutdowns and crashes and keeps records of those events.

PR:		ports/150879
Submitted by:	Janne Snabb <snabb@epipe.com>
2010-12-23 16:41:19 +00:00
Sunpoet Po-Chuan Hsieh
5065ade88a - Add moreutils-parallel 0.43 which was split from sysutils/moreutils
PR:		ports/152973
Submitted by:	Charlie Kester <corky1951@comcast.net>
2010-12-16 16:31:52 +00:00
Marcelo Araujo
a8c1d5b9db Spot The Difference is a file integrity checker. Its goal is to detect signs of
intrusion by looking for suspicious changes in system files. Crackers, in fact,
to do their evil or just to make sure they can work their way back into the
system, often change some configuration files, executables and/or log files
(usually with rootkits); thus leaving signs of the break-in.

WWW: http://www.kernel-panic.it/software/stdiff/
2010-12-11 21:09:43 +00:00
Lev A. Serebryakov
c19836133b Add graid5 port: geom_raid5 class which implements software RAID5.
It is FreeBSD 8.x-ported version of old'n'good geom_raid5 by Arne Worner.
2010-12-11 16:50:46 +00:00
Rene Ladan
886d996f97 HFSExplorer is an application that can read Mac-formatted hard disks and disk
images. It can read the file systems HFS (Mac OS Standard), HFS+ (Mac OS
Extended) and HFSX (Mac OS Extended with case sensitive file names).

HFSExplorer allows you to browse your Mac volumes with a graphical file system
browser, extract files (copy to hard disk), view detailed information about the
volume and create disk images from the volume.
HFSExplorer can also read most .dmg disk images created on a Mac, including zlib
/ bzip2 compressed images and AES-128 encrypted images. It supports the
partition schemes Master Boot Record, GUID Partition Table and Apple Partition
Map natively.

WWW:	http://hem.bredband.net/catacombae/hfsx.html

PR:		ports/149069
Submitted by:	Gvozdikov Veniamin [g.veniamin googlemail.com]
2010-11-19 17:34:51 +00:00
Philippe Audeoud
9d9201dcc5 GoAccess is an open source real-time Apache web log analyzer and interactive
viewer that runs in a terminal and provides fast and valuable HTTP statistics
for system administrators that require a visual report on the fly.

WWW:	http://goaccess.prosoftcorp.com/

PR:		ports/152332
Submitted by:	Sofian Brabez <sbrabez at gmail.com>
2010-11-19 09:44:17 +00:00
Sunpoet Po-Chuan Hsieh
13ad12768e - Add p5-File-Stat-ModeString 1.00
File::Stat::ModeString is a Perl5 module provides a few functions for
conversionbetween binary and literal representations of file mode bits,
including file type.

WWW: http://search.cpan.org/dist/File-Stat-ModeString/

PR:		ports/152124
Submitted by:	Jase Thew <freebsd@beardz.net>
2010-11-13 12:53:15 +00:00
Frederic Culot
0bae218f1d This perl library uses perl5 objects to assist in determining whether a
file's contents or attributes have changed. It maintains several pieces
of information about the file: a digest (currently only MD5 is
supported), its inode number, its mode, the uid of its owner, the gid of
its group owner, and its last modification time.

WWW: http://search.cpan.org/dist/File-Signature/

Approved by:	sahil@ (mentor)
2010-11-11 20:04:54 +00:00
Philippe Audeoud
7092ea3a5d Real-time log statistics server
WWW:	http://search.cpan.org/~LONERR/Tail-Stat/

PR:		ports/152041
Submitted by:	Oleg A. Mamontov <oleg at mamontov.net>
2010-11-09 09:02:35 +00:00
Wen Heping
f682ed7a04 File::Log is a class providing methods to log data to a file. There are
a number of parameters that can be passed to allow configuration of the
logger.

WWW: http://search.cpan.org/dist/File-Log/

PR:		ports/151944
Submitted by:	Tom Judge <tom@tomjudge.com>
2010-11-05 01:14:44 +00:00
Pietro Cerutti
1c6d04df18 - New port: sysutils/pam_mount
pam_mount is a Pluggable Authentication Module that can mount volumes for a
  user session. This module is aimed at environments with central file servers
  that a user wishes to mount on login and unmount on logout, such as
  (semi-)diskless stations where many users can logon and where statically
  mounting the entire /home from a server is a security risk, or listing all
  possible volumes in /etc/fstab is not feasible.

  WWW: http://pam-mount.sourceforge.net/
2010-11-02 09:51:12 +00:00
Olli Hauer
8e216fe7fb PR: 151607
Submitted by:	Eitan Adler <lists _at_ eitanadler.com>
Approved by:	glarkin (mentor, implicit)

reversible hexdump is a hexdump/hex2bin-toolkit that dumps to a special
readable and reversible hexadecimal byte-dump,where you can not only change
bytes, but also insert or delete bytes. It has a flush-switch, where it will
output hexbytes for each single char it reads. This is especially useful for
watching output from slow devices (e.g., serial devices like mice). The
hex2bin-utility (the reverse-hexdump) not only accepts hexbytes for input,
but also double-quoted strings with most of the escape-chars known
from C and makes good attempts at undumping even hexdumps with repetition-lines
(a "*" on its own line). It's written in ANSI C.

WWW: http://gnuwin32.sourceforge.net/packages/hextools.htm
2010-11-01 14:11:20 +00:00
Kevin Lo
66e98eedf0 Remove sysutils/synergy-plus: Synergy+ and Synergy have merged.
Approved by:	skreuzer (maintainer)
2010-11-01 06:20:15 +00:00
Renato Botelho
22a8791225 Remove expired port
2010-10-27 sysutils/sfdisk: All supported freebsd versions now have sade, sfdisk 0.2 is outdated
2010-10-27 16:34:03 +00:00
Martin Matuska
ff2346f60d zfs-stats displays ZFS statistics in human-readable format including
ARC, L2ARC, zfetch (DMU) and vdev cache statistics.

WWW:	http://www.vx.sk/zfs-stats/
2010-10-20 09:09:33 +00:00
Philip M. Gollucci
ee322e0a8d RSYSLOG OVERHAUL: Part 13
- Connect syutils/rsyslog6-devel* to the build

PR:             ports/151021
2010-10-06 00:21:43 +00:00
Philip M. Gollucci
1a3afdeb9a RSYSLOG OVERHAUL: Part 12
- Connect syutils/rsyslog5-devel* to the build

PR:             ports/151021
2010-10-06 00:20:53 +00:00
Philip M. Gollucci
b59f548974 RSYSLOG OVERHAUL: Part 5
Remove sysutils/rsyslog55* and disconnect from the build

PR:             ports/151021
2010-10-06 00:10:30 +00:00
Philip M. Gollucci
08a7f98b7f RSYSLOG OVERHAUL: Part 4
- Connect syutils/rsyslog4-devel-* to the build

PR:             ports/151021
2010-10-06 00:07:53 +00:00
Kris Moore
e0af562ef0 Add sysutils/lxterminal.
LXterminal is a VTE-based terminal emulator with support for multiple tabs.
It is completely desktop-independent and does not have any unnecessary
dependencies. In order to reduce memory usage and increase the performance
all instances of the terminal are sharing a single process.
2010-09-30 14:39:33 +00:00
Kris Moore
f49a55d2d2 Add sysutils/lxinput.
LXInput is a small program used to configure keyboard and mouse for LXDE.
2010-09-30 14:34:47 +00:00
Ganael LAPLANCHE
320bed4f0a Add sysutils/massadmin.
This program is used to send multiple system commands to a group of UNIX-like
remote servers simultaneously using concurrent processes. Supported protocols:
FTP, SFTP, TELNET, SSH and SCP. With telnet and ssh all system command are
supported provided that they are not interactive.

PR:		ports/150998
Submitted by:	Sascha Klauder <sklauder at trimind.de>
Approved by:	itetcu (mentor)
2010-09-29 20:36:31 +00:00
Bernhard Froehlich
3316e188f7 Duply is a shell front end for the duplicity backup tool.
It greatly simplifies it's usage by implementing backup
job profiles, batch commands and more. Who says secure
backups on non-trusted spaces are no child's play.

WWW:	http://duply.net

PR:		ports/150946
Submitted by:	Michael Ranner <michael at ranner dot eu>
Approved by:	beat (co-mentor)
2010-09-29 13:11:08 +00:00
Cy Schubert
93e1e28a02 Add doinkd to the mix. 2010-09-29 03:45:32 +00:00
Philip M. Gollucci
09bc07c977 GNU Parallel is a shell tool for executing jobs in parallel using one
or more machines. A job is typically a single command or a small
script that has to be run for each of the lines in the input. The
typical input is a list of files, a list of hosts, a list of users, or
a list of tables.

If you use xargs today you will find GNU Parallel very easy to use. If
you write loops in shell, you will find GNU Parallel may be able to
replace most of the loops and make them run faster by running jobs in
parallel. If you use ppss or pexec you will find GNU Parallel will
often make the command easier to read.

GNU Parallel also makes sure output from the commands is the same
output as you would get had you run the commands sequentially. This
makes it possible to use output from GNU Parallel as input for other
programs.

WWW: http://www.gnu.org/software/parallel/

PR:		ports/150846
Submitted by:	Chris Howey <howeyc at gmail.com>
2010-09-23 03:46:37 +00:00
Philip M. Gollucci
b57bac6986 BackupPC is a high-performance, enterprise-grade system for backing up Linux,
WinXX and MacOSX PCs and laptops to a server's disk.
BackupPC is highly configurable and easy to install and maintain.

PR:             ports/149907
Submitted by:   Alexander Moisseev <moiseev@mezonplus.ru>
2010-09-23 03:44:32 +00:00