Commit graph

1197 commits

Author SHA1 Message Date
Martin Wilke
32a2597e73 Re-Tail is a command line program which is intended as an intelligent
incremental logfile reader. It will read a file or group of files
given on the command line, and output any changes since last time it
read the file(s) in question. It will attempt to compensate if the
filesize changes unexpectedly, and will also attempt to compensate if
the file contents changes as well. It is not a very complex program.

WWW: http://xjack.org/retail/

PR:		ports/146849
Submitted by:	Oleg Ginzburg
2010-06-03 17:08:20 +00:00
Sylvio Cesar Teixeira
e3a5b1ddfa A command line tool for noting when something was changed on a machine.
The contents of the message are POST'ed to another server for logging.

WWW: http://github.com/pquerna/ckl

PR:		ports/147261
Submitted by:	Tomaz Muraus <kami@k5-storitve.net>
2010-06-02 21:01:10 +00:00
Steven Kreuzer
db4723553d Adds/removes the home OU for when adding/removing a user.
WWW: http://search.cpan.org/dist/Plugtools-Plugins-HomeOU/

PR:		ports/144319
Submitted by:	Zane C.B. <vvelox@vvelox.net>
2010-05-26 22:37:46 +00:00
Steven Kreuzer
9b8f5ff7b5 A simple automated system for choosing SIDs from posix G/UIDs.
WWW: http://search.cpan.org/dist/Samba-SIDhelper/

PR:		ports/144320
Submitted by:	Zane C.B. <vvelox@vvelox.net>
2010-05-26 20:46:28 +00:00
Martin Wilke
df0792e14e Flexible and easy backup utility.
It can be used to backup your file system files, directories or even to
backup databases.

FEATURES:
** Can be used with different types of archiveres (tar, rar, zip, 7z etc.);
** Send backuped files using FTP or SCP protocol;
** Backup MySQL and PostgreSQL databases;
** Generate and send report via email or/and jabber.

WWW: http://backupme.org.ua/

PR:		ports/146796
Submitted by:	Yaroslav Berezhinskiy <yaroslav at berezhinskiy.org.ua>
2010-05-24 10:09:04 +00:00
Boris Samorodov
fa779be375 OpenIPMI was designed to aid building "complex IPMI management software".
OpenIPMI library will connect with an IPMI controller, detect any
management controllers on the bus, get their SDRs, manage all the
entities in the system, manage the event log, and a host of other
things. OpenIPMI is also dynamic and event-driven. It will come up
and start discovering things in the managed system. As it discovers
things, it will report them to the software using it (assuming the
software has asked for this reporting).

WWW: http://openipmi.sourceforge.net/

PR:		ports/146151
Submitted by:	Alex Deiter <alex.deiter at gmail.com>
2010-05-14 08:42:00 +00:00
Philip M. Gollucci
7acc749ea6 - Please welcome rsyslog55 which is tracking the -devel
- 2 custom optional patches
  o) microsecond support for MySQL
  o) sanely select and return FQDN for use in $fromhost templates

PR:                 ports/146316
No objection from:  cristianorolim@hotmail.com (rsyslog* maintainer)
Submitted by:       pgollucci@ (myself)
2010-05-12 21:40:42 +00:00
Dima Panov
40d79f981e - Update policykit-qt to 0.9.3
- Import polkit-qt-1 0.95.1
- Import polkit-kde-1 0.95.1

With hat on:	kde@
2010-05-11 12:46:44 +00:00
Koop Mast
48e62d9a37 Presenting GNOME 2.30.1 for FreeBSD. The offical release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.30/ .

This release brings initial PackageKit support, Upower (replaces power
management part of hal), cuse4bsd integration with HAL and cheese, and a
faster Evolution.

Sadly GNOME 2.30.x will be the last release with FreeBSD 6.X support. This
will also be the last of the 2.x releases. The next release will be the
highly-anticipated GNOME 3.0 which will bring with it a new UI experience.

Currently, there are a few bugs with GNOME 2.30 that may be of note for our
users. Be sure to consult the UPGRADING note or the 2.30 upgrade FAQ at
http://www.freebsd.org/gnome/docs/faq230.html for specific upgrading
instructions, and the up-to-date list of known issues.

This release features commits by avl, ahze, bland, marcus, mezz, and myself.

The FreeBSD GNOME Team would like to thank Anders F Bjorklund for doing the
initual packagekit porting.

And the following contributors & testers for there help with this release:
Eric L. Chen
Vladimir Grebenschikov
Sergio de Almeida Lenzi
DomiX
walder
crsd
Kevin Oberman
Michal Varga
Pavel Plesov
Bapt
kevin

and ITetcu for two exp-run

PR:	ports/143852
	ports/145347
	ports/144980
	ports/145830
	ports/145511
2010-05-10 21:19:08 +00:00
Giuseppe Pilichi
c9f913bba4 tren is a general purpose file and directory renaming tool. Unlike
commands like mv, tren is particularly well suited for renaming
batches of files and/or directories with a single command line
invocation. tren eliminates the tedium of having to script simpler
tools to provide higher-level renaming capabilities.

WWW:	http://www.tundraware.com/Software/tren/

PR:		ports/146000
Submitted by:	Tim Daneliuk <tren@tundraware.com>
Approved by:	pgj (mentor)
2010-05-09 22:22:08 +00:00
Martin Wilke
15b95faf0c This is a port of the cdeploy utility, a tool which can be used to deploy a
directory sub-tree into another directory tree. cdeploy is currently
maintained by the RootForum.org community.

WWW: http://sourceforge.net/projects/root-tools/

PR:		ports/146400
Submitted by:	"Jesco Freund" <jesco.freund@my-universe.com>
2010-05-09 08:13:28 +00:00
Rene Ladan
8a407131f8 Squashfs is a compressed read-only filesystem for Linux. Squashfs is
intended for general read-only filesystem use, for archival use (i.e.
in cases where a .tar.gz file may be used), and in constrained block
device/memory systems (e.g. embedded systems) where low overhead is
needed. The filesystem is currently stable, and has been tested on
PowerPC, i586, Sparc and ARM architectures.

squashfs-tools are the set of tools to manipulate squashfs images.

WWW:	http://squashfs.sourceforge.net/

PR:		ports/145914
Submitted by:	Ashish SHUKLA <wahjava at gmail.com>
Approved by:	tabthorpe (mentor)
2010-05-05 18:19:43 +00:00
Wen Heping
602343b0fc psutil is a module providing an interface for retrieving information
on running processes and system utilization (CPU, memory) in a portable
way by using Python, implementing many functionalities offered by tools
like ps, top and Windows task manager.

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

PR:		ports/146279
Submitted by:	Ju Pengfei <jupengfei@gmail.com>
2010-05-05 07:05:56 +00:00
Martin Wilke
c73b661b99 The sys-cpu library provides an interface for gathering
information about your system's CPU. This includes not
only technical data such as processor type, but also
CPU statistics, such as load average information.

It is part of a library of a set libraries for various
system  administration tasks, such as gathering
information about users, processes, your CPU, the
filesystem, and so on.

WWW: http://rubyforge.org/projects/sysutils
WWW: http://sysutils.rubyforge.org/

PR:		ports/146057
Submitted by:	Eric Freeman <freebsdports at chillibear.com>
2010-05-02 12:10:21 +00:00
Martin Wilke
ca11f7bb6e Ohai detects data about your operating system. It can be used standalone, but
it's primary purpose is to provide node data to Chef.

Ohai will print out a JSON data blob for all the known data about your system.
When used with Chef, that data is reported back via node attributes.

WWW: http://wiki.opscode.com/display/ohai/Home

PR:		ports/145850
Submitted by:	Renaud Chaput <renchap at cocoa-x.com>
2010-04-24 11:55:45 +00:00
Dirk Meyer
c65eb7dc0e - PHP 5.2 slave port
PR:		145772
Submitted by:	Alex Keda
2010-04-23 16:34:39 +00:00
Doug Barton
e8b0aab59c sysutils/rc_subr has not been needed for a long time, all supported
versions of FreeBSD now contain /etc/rc.subr in the base. Version
1.636 of bsd.port.mk removed support for the RC_SUBR and RC_SUBR_SUFFIX
macros, so this is the last of the old infrastructure to go.

R C D here now
No longer is the N G
Services rejoice
2010-04-16 20:28:40 +00:00
Dmitry Marakasov
2413f5a9bc Wii remote is an innovative hci developed by Nintendo.
This project intends to help FreeBSD users use wii remote as mouse.
This project is based on bthidd, developed by Maksim Yevmenkin
<m_evmenkin@yahoo.com>, and information from http://www.wiili.org.

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

PR:		144303
Submitted by:	Daniel Walter <sahne@0x90.at>
2010-04-14 15:28:28 +00:00
Wen Heping
79c81dcba6 MooseFS is a fault tolerant, network distributed file system.
moosefs client is any number of machines using mfsmount process
to communicate with the managing server (to receive and modify
file metadata) and with chunkservers (to exchange actual file
data).

WWW:    http://www.moosefs.org/

Submitted by:	Chifeng Qu <chifeng@gmail.com> (via Email)
2010-04-07 03:04:52 +00:00
Wen Heping
635b901ad6 MooseFS is a fault tolerant, network distributed file system.
mfschunkserver is any number of commodity servers storing files
data and synchronizing it among themselves (if a certain file
is supposed to exist in more than one copy).

WWW:    http://www.moosefs.org/

Submitted by:	Chifeng Qu <chifeng@gmail.com> (via Email)
2010-04-07 03:00:06 +00:00
Wen Heping
e97e3e1752 MooseFS is a fault tolerant, network distributed file system.
mfsmaster is a single machine managing the whole filesystem,
storing metadata for every file (information on size,
attributes and file location(s), including all information
about non-regular files, i.e. directories, sockets, pipes and
devices).

WWW:    http://www.moosefs.org/

Submitted by:	Chifeng Qu <chifeng@gmail.com> (via Email)
2010-04-07 02:54:15 +00:00
Kris Moore
5777ee1929 Warden is a jail management program designed on PC-BSD, which provides three
interfaces to use, command-line, dialog-based, and a QT4 GUI. Warden has
support for backing up an entire jail, installing pre-built packages
(inmates) and more.

WWW: http://www.pcbsd.org/

Approved by: brooks (co-mentor)
2010-04-06 14:26:25 +00:00
Pav Lucistnik
b64cd6ad09 - Remove phplogcon (moved to loganalyzer) 2010-04-05 19:51:06 +00:00
Pav Lucistnik
2dd8eda743 - Connect to build after repocopy and update to 3.0.0
PR:		ports/144511
Submitted by:	Cristiano Rolim Pereira <cristianorolim@hotmail.com> (maintainer)
2010-04-05 19:50:06 +00:00
Kris Moore
22501ddaf4 pbreg is a command-line front-end to QT's QSettings framework, allowing scripts
and other command-line apps to get & set keys. This program can be used to
easily interact between QT-based GUI's and command-line implementations of
these applications.

WWW: http://www.pcbsd.org/

Approved by: brooks (co-mentor)
2010-03-31 13:32:36 +00:00
Edward Tomasz Napierala
0615aacad2 Libsunacl is a wrapper around FreeBSD NFSv4 ACL API (acl_get_file(3) etc),
providing SunOS-compatible acl(3)/facl(3) functions. Its main purpose
is to make it easier to port software such as Samba, which already supports
SunOS ACL API.
2010-03-22 19:46:29 +00:00
Martin Wilke
98280b3968 Genetic Algorithm File Fitter, GAFFitter for short, is a tool based
on a genetic algorithm (GA) that tries to fit a collection of items
into as few as possible volumes of a specific size.

For example, the items might be files/directories and the volumes
might be CDs or DVDs.

The task of arranging items in such manner that the number of
required bins is minimized is called Bin Packing, a NP-hard
combinatorial problem for which no deterministic polynomial-time
algorithm is known. Using heuristics, such as GAs, it is usually
possible to approximate -- and often reach -- the best solution for
the problem within a reasonable time.

WWW: http://gaffitter.sourceforge.net

PR:		ports/144725
Submitted by:	Charlie Kester <corky1951@comcast.net>
2010-03-20 19:36:43 +00:00
Andrej Zverev
cc36258c9f Pdsh is a an efficient, multithreaded remote shell client which executes
commands on multiple remote hosts in parallel. Pdsh implements dynamically
loadable modules for extended functionality such as new remote shell services
and remote host selection

PR:		ports/144601
Submitted by:	Mykola Dzham <i@levsha.me>
Feature safe:	yes
2010-03-10 17:55:09 +00:00
Wen Heping
e1ad733bfe File::DirCompare is a perl module to compare two directories using
a callback, invoked for all files that are 'different' between the
two directories, and for any files that exist only in one or other
directory ('unique' files).

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

Feature safe:	yes
2010-03-03 13:14:16 +00:00
Dag-Erling Smørgrav
6f830b33ee Upgrade Munin to 1.4.3. Thanks to Sean Rees <sean@rees.us> for providing
the initial patches and getting me started with this.

Note that munin-main has been renamed to munin-master (see MOVED).

Approved by:	portmgr (erwin)
Feature safe:	yes
2010-02-23 13:55:00 +00:00
Max Brazhnikov
44266c502d Connect knutclient-kde4 to build
Feature safe:	yes
2010-02-18 18:36:46 +00:00
Li-Wen Hsu
076ac16524 Add gather 0.3, utility to store and display system statistics.
PR:		ports/143934
Submitted by:	Mikolaj Golub <to.my.trociny at gmail.com>

Feature safe:	yes
2010-02-16 13:06:12 +00:00
Sergey Skvortsov
27ce45dd28 Add hyperic-sigar 1.6.3, SIGAR - System Information Gatherer and
Reporter.
2010-02-12 15:59:55 +00:00
Emanuel Haupt
96c2c71c3f Add hploscripts, HP Lights-Out management perl scripts. 2010-02-11 16:46:49 +00:00
Philip M. Gollucci
8e7fd42f21 sysutils/smartmontools-devel|sysutils/smartmontools|2010-02-10|Removed, use sysu
tils/smartmontools instead

PR:             ports/143592
Submitted by:   Marcin Wisnicki <mwisnicki+freebsd@gmail.com> (maintainer)
2010-02-10 03:06:14 +00:00
Li-Wen Hsu
6045a46fb7 Add py-supervisor 3.0a7, system to monitor and control a number of
processes on UNIX-like OS.

PR:		ports/142163
Submitted by:	Hizbulin Ildar <hizel at vyborg.ru>
2010-02-06 18:45:36 +00:00
Philip M. Gollucci
e33b4f845c - Remove sysutils/lugtools it has been replaced by sysutils/p5-Plugtools [1]
PR:             ports/143463 [1], ports/142279
Submitted by:   "Zane C.B." <vvelox@vvelox.net>
2010-02-04 02:24:04 +00:00
Martin Wilke
5c8f82f201 Desktop-installer is a post-install script to assist in setting up a
FreeBSD desktop system using any of the mainstream desktop systems.
It automatically installs essential software and configures subsystems
such as HAL, CUPS, etc. for typical use.

WWW:	http://personalpages.tds.net/~jwbacon/Ports

PR:		ports/143180
Submitted by:	Jason Bacon <jwbacon at tds.net>
2010-01-31 01:49:51 +00:00
Martin Wilke
5ba6df4e10 DMG2IMG is an Apple's compressed dmg to standard (hfsplus) image disk file
convert tool. It is derived from dmg2iso v0.2c by vu1tur.

WWW:	http://vu1tur.eu.org/tools/

PR:		ports/143156
Submitted by:	Gvozdikov Veniamin <g.veniamin at googlemail.com>
2010-01-27 01:12:11 +00:00
Martin Wilke
b4b4314e2f This extension allows changing the current process' name on Linux and *BSD
systems. This is useful when using pcntl_fork() to identify running
processes in process list

WWW:	http://www.pecl.php.net/package/proctitle/

PR:		ports/143014
Submitted by:	Florian Smeets <flo at kasimir.com>
2010-01-25 08:49:07 +00:00
Philip M. Gollucci
55ccadad19 geomWatch is a program for monitoring the well-being of GEOM providers. It
checks the state of each configured provider at a configured interval, and, if
it notices that a provider has lost a component, or encounters a problem while
checking a provider's state, it will send an e-mail with details of the
matter--such as what components were lost and which remain, or, in the event of
a problem, what the problem was--to an arbitrary number of recipients, so that
corrective action can be taken (for example, replacing a failed disk).

WWW: http://acm.poly.edu/wiki/GEOM_Watch

-Boris Kochergin <spawk@acm.poly.edu>

PR:		ports/142735
Submitted by:	Boris Kochergin <spawk at acm.poly.edu>
2010-01-14 04:26:41 +00:00
Greg Larkin
853c0e778f The Pipe Magic Tools (PMT) are a small collection of filters which
can be added to UNIX pipes. The filters include:

speed
    Measures the speed of the data flowing through the pipe

throttle
    Controls the speed of the data flowing through the pipe

rot13
    The famous rot13 algorithm

rot47
    The not-so-famous rot47 algorithm

tolower
    Converts all alphabetic characters to lower case

toupper
    Converts all alphabetic characters to upper case

WWW:    http://hansmi.ch/software/pipe-magic-tools
2010-01-05 20:02:37 +00:00
Akinori MUSHA
6a7e8d92fb Add unstow, a script to unstow packages much faster than stow -D. 2010-01-03 09:00:42 +00:00
Akinori MUSHA
b7f81a6bec Add zfs-snapshot-clean, a tool to sieve ZFS snapshots as per given spec. 2010-01-02 14:53:41 +00:00
Martin Wilke
ecd60137b1 This is a port of bontmia, which is a tool to make incremental backups
over network using rsync and ssh. It supports storing of a given number
of archives in wich files that has not been changed since last backup
will be hard linked to previous archive to save space and bandwidth.

Bontmia is an acromyn of Backup Over Network To Multiple Incremental
Archives wich pretty good sums up its intended use.

WWW: http://kosmos.ttyv0.se/projects/show/bontmia

PR:		ports/141772
Submitted by:	Henrik Andersen
2009-12-25 10:17:11 +00:00
Martin Wilke
038fe2d808 misc/bsdiff||2009-12-24|Incorporated into base system long ago
security/freebsd-update||2009-12-24|Incorporated into base system long ago
sysutils/est||2009-12-24|Incorporated into base system long ago
sysutils/estctrl||2009-12-24|Incorporated into base system long ago
sysutils/freebsd-sha1||2009-12-24|Incorporated into base system long ago
sysutils/freebsd-sha256||2009-12-24|Incorporated into base system long ago
2009-12-24 20:38:56 +00:00
Martin Wilke
19942cae40 - Update to 5.3.3
- Connect to build

PR:		139382
Submitted by:	Cristiano Rolim Pereira <cristianorolim@hotmail.com> (maintainer)
2009-12-18 20:44:29 +00:00
Martin Wilke
56d03da9d8 abgx360gui is a frontend for the command-line application
sysutils/abgx360. It allows the user to easily select abgx360 options.
It can output an abgx360 log to a new xterm window, a text file,
or an HTML file.

WWW: http://abgx360.net/

PR:		ports/141160
Submitted by:	okeeblow <root at cooltrainer.org>
2009-12-13 00:25:31 +00:00
Martin Wilke
4389b297da abgx360 is a program capable of verifying and repairing Xbox 360 backup
images to help you protect your investment in game media from
damage by accidents or children.

WWW: http://abgx360.net/

PR:		ports/141159
Submitted by:	okeeblow <root at cooltrainer.org>
2009-12-13 00:24:49 +00:00
Dmitry Marakasov
2efb43244a - Connect sysutils/smartmontools-devel to the build
- Fix sorting
2009-12-08 01:27:52 +00:00