Commit graph

1073 commits

Author SHA1 Message Date
Jimmy Olgeni
c44c5be7ed Remove sysutils/srmt (now in archivers/star). 2009-02-07 20:45:25 +00:00
Philip M. Gollucci
eb14c96201 Rsyslog works based in input and output modules. The port sysutils/rsyslog4 brings
the core modules for basic functionality.

-snmp SNMP trap sending

PR:		        ports/130046
Submitted by:	Cristiano Rolim Pereira <cristianorolim at hotmail.com>
2009-01-27 19:52:01 +00:00
Philip M. Gollucci
45e55c9ffb Rsyslog works based in input and output modules. The port sysutils/rsyslog4
brings the core modules for basic functionality.

-relp Reliable message delivery with RELP protocol

PR:             ports/130046
Submitted by:	Cristiano Rolim Pereira <cristianorolim at hotmail.com>
2009-01-27 19:50:24 +00:00
Philip M. Gollucci
1585fdcd8b Rsyslog works based in input and output modules. The port sysutils/rsyslog4
brings the core modules for basic functionality.

-pgsql outputs to a Postgresql database

PR:		        ports/130046
Submitted by:	Cristiano Rolim Pereira <cristianorolim at hotmail.com>
2009-01-27 19:49:26 +00:00
Philip M. Gollucci
4dc1d88d17 Rsyslog works based in input and output modules. The port sysutils/rsyslog4
brings the core modules for basic functionality.

-mysql outputs to a MySQL database

PR:		        ports/130046
Submitted by:	Cristiano Rolim Pereira <cristianorolim at hotmail.com>
2009-01-27 19:48:39 +00:00
Philip M. Gollucci
b62247f57b Rsyslog works based in input and output modules. The port sysutils/rsyslog4
brings the core modules for basic functionality.

-gssapi gives additional security with GSS API

PR:		        ports/130046
Submitted by:	Cristiano Rolim Pereira <cristianorolim at hotmail.com>
2009-01-27 19:48:08 +00:00
Philip M. Gollucci
1d46d6f020 Rsyslog works based in input and output modules. The port sysutils/rsyslog4
brings the core modules for basic functionality.

-gnutls brings additional security with GNU TLS

PR:		        ports/130046
Submitted by:	Cristiano Rolim Pereira <cristianorolim at hotmail.com>
2009-01-27 19:47:25 +00:00
Philip M. Gollucci
322be3ee25 Rsyslog works based in input and output modules. The port sysutils/rsyslog4
brings the core modules for basic functionality.

-dbi give output via libdbi

PR:		        ports/130046
Submitted by:	Cristiano Rolim Pereira <cristianorolim at hotmail.com>
2009-01-27 19:46:33 +00:00
Philip M. Gollucci
5e651b0fb3 Rsyslog is an enhanced multi-threaded syslogd with a focus on security and
reliability.

Among others, it offers support for on-demand disk buffering, reliable syslog
over TCP, SSL, TLS and RELP, writing to databases (MySQL, PostgreSQL, Oracle,
and many more), email alerting, fully configurable output formats (including
high-precision timestamps),the ability to filter on any part of the syslog
message, on-the-wire message compression, and the ability to convert text
files to syslog.

It is a drop-in replacement for stock syslogd and able to work with the same
configuration file syntax. 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.

Version 4.x.x is still in devel stage and can show stability issues.

WWW: http://www.rsyslog.com/

PR:		ports/130014
Submitted by:	Cristiano Rolim Pereira <cristianorolim at hotmail.com>
2009-01-27 19:40:41 +00:00
Philip M. Gollucci
6bb5042363 This is a perl wrapper to "jexec" with more feature.
Script takes system jail id, rc.conf order id, full hostname of jail or
rc.conf name of jail. If no command for jail is given - run default
('bash' or other).

No additional software or tools like "jailer" are needed.

WWW: http://legh.ru/jx/

- Dmiry Shulgachik
legh@legh.ru

PR:		ports/ports/130148
Submitted by:	Dmitry Shulgachik <legh at legh.ru>
2009-01-26 17:41:45 +00:00
Philip M. Gollucci
5b12f4d7af LSI Logic MegaRAID SAS MegaCLI Release
This is the Linux console based management utility for the LSI
MegaRAID SAS family of controllers.

RESTRICTED= Redistribution prohibited, see: http://lsi.com/cm/License.do

Connect to Build.

PR:             ports/128846
Submitted by:   Sean McAfee <smcafee@collaborativefusion.com>
Repocopy by:    marcus
2009-01-18 20:07:24 +00:00
Jose Alonso Cardenas Marquez
956fb56553 - New port: sysutils/fpc-users
Free Pascal interface to manipulate system users
2009-01-14 03:53:14 +00:00
Dirk Meyer
56a22e7a56 Dupmerge reads a list of files from standard input (eg., as produced by
"find . -print") and looks securely for identical files. When it finds
two or more identical files, all but one are unlinked to reclaim the
disk space and recreated as hard links to the remaining copy.

WWW: http://sourceforge.net/projects/dupmerge
2009-01-13 15:42:55 +00:00
Dirk Meyer
dd78d99ddf ua is a simple command-line tool that finds sets of identical files.
The name ua is derived from the Hungarian word ugyanaz meaning the same.

The development of ua was motivated by the disturbingly often recurring
event of waiting too long for a shell script using sorts, md5sums, diffs
and the like to finish finding identical files. While there are many tools
out there, we needed a tool that can ignore white spaces and runs quite fast.

WWW: http://oss.euedge.com/wiki/UaMainPage
2009-01-13 15:40:58 +00:00
Luigi Rizzo
be8ff57cd2 The kldpatch utility can print or alter the content of device/quirk tables
in kernel modules. These tables are generally used to identify devices,
and possibly apply specific quirks to enable/disable certain features.

Kldpatch is especially useful to let the kernel recognise a new device
without rebooting and rebuilding/reinstalling kernel or modules.

WWW: http://info.iet.unipi.it/~luigi/FreeBSD/

Note - this may be worth importing in the base system, however we still
need it as a port for older OS releases.
2009-01-12 22:56:28 +00:00
Renato Botelho
f73b50c420 Sys::HostIP does what it can to determine the IP address
of your machine. This module was tested on Irix, OpenBSD,
FreeBSD, NetBSD, Solaris, Linux, OSX, Win32, and Cygwin.

WWW:	http://search.cpan.org/dist/Sys-HostIP/

PR:		ports/130267
Submitted by:	Murilo Opsfelder <mopsfelder at gmail.com>
2009-01-07 18:40:06 +00:00
Pav Lucistnik
c1a8186a0c - Remove pkil port, it's part of the base system since FreeBSD 5.3 2009-01-07 14:35:16 +00:00
Pav Lucistnik
af0251cec7 - Correct entry for syslinux port
Reported by:	pointyhat
2009-01-07 09:42:11 +00:00
Luigi Rizzo
c7564382f2 The syslinux program installs a linux bootloader on a FAT-formatted
filesystem or disk image.
This FreeBSD port can additionally operate on plain files containing
a FAT image, thus requiring no special privilege. The program relies
on mtools to perform the manipulation of the FAT filesystem.

WWW: http://syslinux.zytor.com/
2008-12-31 11:43:34 +00:00
Martin Wilke
6ad1ecb644 GSTFS is a filesystem for on-demand transcoding of music files
between different formats. It utilizes the gstreamer library for
conversion so any formats supported by gstreamer should also be
supported by gstfs. The filesystem's only requirement is that the
gstreamer pipeline begin with a filesrc with the name "_source"
and end with an fdsink with the name "_dest". The filesystem will
automatically substitute the filename and fd number in these
pipelines.

WWW:	http://bobcopeland.com/gstfs/

PR:		ports/129984
Submitted by:	Dennis Herrmann <adox at mcx2.org>
2008-12-28 12:57:40 +00:00
Martin Wilke
91f7c0e0e1 The phpLogCon project provides an easy to use but powerful front end for
searching, reviewing and analyzing network event data, including syslog,
windows event log and many other event sources. It focusses on the
user-interface side of this project, so the data itself needs to be
gathered by another program, for example the stock syslogd, rsyslog (often
the distro's default syslogd), WinSyslog or MonitorWare Agent.

PhpLogCon is a free, GPLed open source application written mostly in php.
Data can be obtained from databases but also from plain text files,
for example those that are written by the syslogd.

WWW: http://www.phplogcon.org/

PR:		ports/129805
Submitted by:	Cristiano Rolim Pereira <cristianorolim at hotmail.com>
2008-12-28 11:42:28 +00:00
Martin Wilke
da977380ba 2008-09-19 japanese/escpf: Has been broken for more than 6 months
2008-09-19 java/java-gcj-compat: Has been broken for more than 6 months
2008-09-19 lang/screamer: Has been broken for more than 6 months
2008-10-01 misc/documancer: Unmaintained upstream
2008-09-19 misc/ipbt: Has been broken for more than 6 months
2008-10-13 multimedia/manslide: Use multimedia/smile instead
2008-09-19 net/globus4: Has been broken for more than 6 months
2008-09-19 net/p5-Parallel-MPI: Has been broken for more than 6 months
2008-01-28 net/p54u: website disappeared
2008-09-19 net-im/ginsu: Has been broken for more than 6 months
2008-09-19 net-p2p/py-kenosis-bittorrent: Has been broken for more than 6 months
2008-09-19 sysutils/sjog: Has been broken for more than 6 months
2008-09-19 textproc/Ebnf2ps: Has been broken for more than 6 months
2008-09-19 www/roxen: Has been broken for more than 6 months
2008-09-19 x11-fm/evidence: Has been broken for more than 6 months
2008-12-07 20:36:48 +00:00
Martin Wilke
78cdba8e1a 2008-10-19 x11-wm/flwm: Project is dead, and uses obsolete version of fltk
2008-09-19 x11-wm/kahakai: "Development ceased"
2008-08-24 palm/synce-gnomevfs: No longer supported by developers
2008-08-24 palm/synce-kde: No longer supported by developers
2008-08-24 palm/synce-multisync: No longer supported by developers
2008-12-06 shells/ksh93-devel: This port is Outdated.  Please use shells/ksh93
2008-09-19 sysutils/dtc-toaster: Has been broken for more than 6 months
2008-09-19 sysutils/dusage: Has been broken for more than 6 months
2008-09-19 games/linux-alienarena: Has been broken for more than 6 months
2008-12-07 19:49:39 +00:00
Martin Wilke
41d0e55090 Libisoburn is a front-end for libraries libburn and libisofs of
the libburnia project.

Xorriso copies file objects from POSIX compliant filesystems into
Rock Ridge enhanced ISO 9660 filesystems and allows session-wise
manipulation of such filesystems. It can load the management
information of existing ISO images and it writes the session results
to optical media or to filesystem objects.  Vice versa xorriso is
able to restore file objects from ISO 9660 filesystems.

WWW: http://libburnia-project.org/
WWW: http://scdbackup.sourceforge.net/xorriso_eng.html

PR:		ports/129265
Submitted by:	J.R. Oldroyd <fbsd at opal.com>
2008-12-07 14:33:16 +00:00
Martin Wilke
e4e630f601 zdaemon is a Python package which provides APIs for managing
applications run as daemons. Its principal use to date has
been to manage the application server and storage server daemons
for Zope / ZEO, although it is not limited to running Python-based
applications (for instance, it has been used to manage the
'spread' daemon).

WWW: http://www.python.org/pypi/zdaemon

PR:		ports/129118
Submitted by:	Wen Heping <wenheping at gmail.com>
2008-12-06 15:35:27 +00:00
Jung-uk Kim
bc71fb68d6 vbetool is a small application that executes code from the BIOS of your
video card.  This is mostly useful for reinitialising the hardware,
for instance after ACPI suspend/resuming.

WWW: http://www.codon.org.uk/~mjg59/vbetool/
2008-12-06 00:40:46 +00:00
Dirk Meyer
77166a02f4 PowerMenulet is a menulet showing power status.
WWW: http://www.etoile-project.org/
2008-11-29 13:25:27 +00:00
Martin Wilke
489b8f436c A daemon which controls the frequency and voltage of CPUs.
This userland program adjusts the frequency and voltage
according to the CPUs load. Its capabilities include
overvolting as well as undervolting.

WWW: http://cpupowerd.sourceforge.net/

PR:		ports/128617
Submitted by:	Bernhard Fr__hlich <decke at bluelife.at>
2008-11-23 13:43:09 +00:00
Martin Wilke
2fa468ada8 SCSI / firewire harddrive spindown daemon
This is a small program for handling automated spinning down of
SCSI harddrives. With SCSI devices it is not as common to spindown
for power management purposes as for ATA however it might be required
to spin down a disk contained in a firewire enclosure for instance.

WWW: http://www.noresult.net/freebsd/spindown/

PR:		ports/128581
Submitted by:	Arjan van der Velde <noresult at xs4all.nl>
2008-11-21 21:15:49 +00:00
Martin Wilke
35a76a162e Xfburn is a simple CD/DVD burning tool based on libburnia libraries.
It can blank CD/DVD-RWs, burn and create iso images, as well as
burn personal compositions of data to either CD or DVD. It Is
currently under heavy development.

WWW: http://www.xfce.org/projects/xfburn/

PR:		ports/128793
Submitted by:	J.R. Oldroyd <fbsd at opal.com>
2008-11-21 20:53:17 +00:00
Dmitry Marakasov
e0d955bce0 fstyp can be used to heuristically detect which filesystem type a device or a
partition contains. Useful for backup scripts.

WWW: http://thegaul.org/src/

PR:		128779
Submitted by:	Sachidananda Urs <sacchi at gmail dot com>
2008-11-11 13:29:13 +00:00
Martin Wilke
07f64d0350 djmount is a UPnP AV client. It mounts as a Linux filesystem the media
content of compatible UPnP AV devices.
Djmount discovers automatically all UPnP AV Media Servers on the network,
and make the content available in a directory tree. All shared files
(e.g. Audio or Video files) are directly visible and can be played using
your favorite media player.

djmount is written in C for the Linux operating system.
It is free software, licensed under the terms of the GNU General Public
License (GNU GPL).

WWW: http://djmount.sourceforge.net/

PR:		ports/128112
Submitted by:	Eric L. Chen <d9364104 at mail.nchu.edu.tw>
2008-11-01 22:53:45 +00:00
Martin Wilke
1dd44b180e slack is an evolution from the usual "put files in some central directory"
that is fairly common practice. It's descended from an earlier system its
author also wrote, called "subsets", and uses a multi-stage rsync to fix
some of the problems he had there.

Basically, it's a glorified wrapper around rsync.

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

PR:		ports/127911
Submitted by:	Steve Atwell
2008-10-24 12:26:41 +00:00
Jeremy Chadwick
2acc5fca0e Add bsdhwmon to Makefile, should fix missing INDEX problem. 2008-10-17 21:21:47 +00:00
Martin Wilke
53ceca8a39 syslogger is a software that send file into syslog (local or remote). This
can be used for example to send a pipe like for example apache log into a
remote system.

WWW: http://oav.net/projects/syslogger/

PR:		ports/127782
Submitted by:	Xavier Beaudouin <kiwi at oav.net>
2008-10-05 10:09:20 +00:00
Martin Wilke
d20c85f90e tail variant designed for web developers monitoring logfiles
MonkeyTail allows a user to tail multiple files on both local and remote hosts
and clearly marks inactivity by putting 5 newlines in the output whenever a
pause in output over 3 seconds is detected.

MonkeyTail is implemented a fairly simple wrapper script around standard tail,
ssh, and sudo.

WWW:	http://dollyfish.net.nz/projects/monkeytail

PR:		ports/127351
Submitted by:	Yi-Jheng Lin <yzlin at cs.nctu.edu.tw>
2008-09-26 23:34:14 +00:00
Martin Wilke
a4928258a2 Tool intended to prevent the accidental deletion of important files
by replacing /bin/rm with a wrapper, which checks the given arguments
against a configurable blacklist of files and directories that should
never be removed.

WWW:	http://code.google.com/p/safe-rm/

PR:		ports/127332
Submitted by:	Yi-Jheng Lin <yzlin at cs.nctu.edu.tw>
2008-09-26 23:30:17 +00:00
Jung-uk Kim
53a60a3918 This port provides a utility for controlling USB OLED display found
on some ASUS laptops such as G-series models.

Originally it was written by Christian Lamparter <chunkeey@web.de>
for Linux and the early version is still available from here:

	https://launchpad.net/asusoled

Now it is almost rewrite of the code with a lot of new features and
improvements by Jung-uk Kim <jkim@FreeBSD.org>.
2008-09-23 21:19:03 +00:00
Dmitry Marakasov
1295b4ad45 TkDVD is a GUI to dvd+rw-tools and cdrecord. It allows burnning CDs
and DVDs easily.

Features:
 * View the current command line that will be used to burn the CD/DVD
 * Burn CD/DVD from iso images
 * Create ISO images from files and CD/DVD
 * CD/DVD Copy
 * Can overburn CD/DVD
 * Support multi session CD/DVD
 * Add/delete/exclude file/directories and show current used space
 * Can keep directory structure
 * Options to choose iso9660 filesystem extension (like Joliet or
   RockRidge extensions)
 * Prevent burning if used space > DVD+R/RW capacity
 * Show output of growisofs/mkisofs to view burned % and estimated
   remaining time

WWW: http://regis.damongeot.free.fr/tkdvd/
2008-08-31 21:18:47 +00:00
Vasil Dimov
e6141bf582 * Copy sysutils/rdiff-backup to sysutils/rdiff-backup10
* Upgrade sysutils/rdiff-backup from 1.0.5 to 1.2.0
* Minor changes in sysutils/rdiff-backup-devel in CONFLICTS and pkg-descr

PR:		ports/126313, ports/126314, ports/126315 (based on)
Submitted by:	Peter Schuller <peter.schuller@infidyne.com>
2008-08-15 12:23:00 +00:00
Martin Wilke
95869e2db2 - Connect kdeadmin4 to the build 2008-08-09 19:12:43 +00:00
Edwin Groothuis
c787d04663 ISC cron, successor of Vixie Cron
WWW: ftp://ftp.isc.org/isc/cron/
2008-08-07 05:46:49 +00:00
Martin Wilke
ca53d3f5e9 vordog is a collection of a driver and a user space daemon for FreeBSD to
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>
2008-07-19 16:06:37 +00:00
Wesley Shields
85d2841b60 A simple script for automatic ZFS snapshot creation and removal of stale
ones.

PR:		ports/125340
Submitted by:	Marcin Simonides <marcin@studio4plus.com>
2008-07-16 21:30:30 +00:00
Edwin Groothuis
3aaf426837 New port: sysutil/zccron A cron like tool that performs a single pass on a crontab stored in ZConf.
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>
2008-07-09 12:28:18 +00:00
Edwin Groothuis
a105f0e214 [New port] sysutils/isomd5sum: Implanting and checking checksums within an ISO9660 image.
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>
2008-07-05 11:59:08 +00:00
Edwin Groothuis
c7906ef2a5 [NEW PORT] sysutils/fusefs-gunzip
PR:		ports/124625
Submitted by:	Evgeny Zhirnov <jirnov@gmail.com>
2008-07-05 11:39:42 +00:00
Edwin Groothuis
3c5ea9d29f [UPDATE] sysutils/gnu-unifont update and category moved to x11-fonts & jfbterm patch
gnu-unifont was updated.
	http://unifoundry.com/unifont.html

PR:		ports/124278
Submitted by:	<bsdports@gmail.com>
2008-07-05 11:23:23 +00:00
Dmitry Marakasov
57b0634015 On FreeBSD, it's possible to allow plain users to mount filesystems
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)
2008-06-26 11:02:14 +00:00
Felippe de Meirelles Motta
040df40e20 The sg3_utils package contains utilities that send SCSI commands to devices.
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)
2008-06-22 22:18:06 +00:00