Commit Graph

530 Commits

Author SHA1 Message Date
Norikatsu Shigemura
e4a967c5d3 Add ntfsprogs 1.9.1, utilities and library to manipulate NTFS
partitions.

PR:		ports/66406
Submitted by:	Florent Thoumie <flz@xbsd.org>
2004-05-09 16:06:23 +00:00
Brooks Davis
1d08960971 The program diskmark uses an unused entry in the Master Boot Record
on PC disks to record version information.  The author uses this
information to determine if scratch disks should be partitioned at boot
on a network booting compute cluster.

http://people.freebsd.org/~brooks/diskmark/

Approved by:	krion (mentor)
2004-05-08 00:06:47 +00:00
Brooks Davis
870d785f2c The diskprep program prepares a disk for use. It can be used for a
variety of purposes including initalizing flash disks to use as boot
media or automaticly configured the disks of nodes in a cluster.

http://people.freebsd.org/~brooks/diskprep/

Approved by:	krion (mentor)
2004-05-08 00:03:14 +00:00
Pav Lucistnik
1e5b33d7a1 Pipe Viewer (pv) is a terminal-based tool for monitoring the
progress of data through a pipeline. It can be inserted into
any normal pipeline between two processes to give a visual
indication of how quickly data is passing through, how long
it has taken, how near to completion it is, and an estimate
of how long it will be until completion.

Author: Andrew Wood <andrew.wood@ivarch.com>
WWW: http://www.ivarch.com/programs/pv.shtml

PR:		ports/66309
Submitted by:	Daniel Roethlisberger <daniel@roe.ch>
2004-05-06 13:41:40 +00:00
Pav Lucistnik
e86e23f700 Add savelogs, a flexible and robust log file archival system.
PR:		ports/66131
Submitted by:	<ports@c0decafe.net>
2004-05-02 22:26:11 +00:00
Joe Marcus Clarke
8b6cb7b290 Add cog, the COnfigurator for Gnome, a program for editing advanced GNOME
settings in an easy way.
2004-05-01 22:47:45 +00:00
Pete Fritchman
5a84c939ea Add cdargs 1.29, navigate the filesystem using a menu interface or a
bookmark system.

Submitted by:	Wesley Shields <wxs@csh.rit.edu>
2004-05-01 21:08:25 +00:00
Mark Pulford
50b3fab9c6 Add throttle 1.0, a pipe bandwidth throttling utility. 2004-04-30 12:55:25 +00:00
Thierry Thomas
5eb4f9269a Add xvidcap 1.1.3, capture your X display to individual frames
or MPEG video.
2004-04-28 22:12:58 +00:00
Clement Laforet
0459402774 Add testdisk 5.1, tool to check and undelete partitions.
WWW: http://www.cgsecurity.org/

PR:		ports/63615
Submitted by:	Florent Thoumie <flz@xbsd.org>
2004-04-18 19:42:57 +00:00
Pav Lucistnik
7cb3d94eb6 Add gkrelltop, a GKrellM 2.x plugin that displays top three processes.
PR:		ports/65476
Submitted by:	David Gardner <david@pinko.net>
2004-04-17 23:17:33 +00:00
Clement Laforet
973cd7bf5e Add jailadmin 1.7, a system for managing a set of named jails.
JailAdmin is a system for managing a set of named jails.  It provides:
 - A command line utility for starting and stopping named jails.
 - An efficient method for shutting down a large number of jails in
   parallel.
 - A simple configuration syntax.
 - SNMP monitoring facilities.
It is designed to provide more flexible functionality than FreeBSD's own
rc.d/jail script, and should provide a complete superset of features.

WWW: http://subwiki.honeypot.net/cgi-bin/view/Freebsd/JailAdmin
- Kirk Strauser
kirk@strauser.com

PR:		ports/65095
Submitted by:	Kirk Strauser <kirk@strauser.com>
2004-04-13 08:49:14 +00:00
Thierry Thomas
5c000ea5a2 Add hourglass 1.0.0, a real-time application useful to learn how
CPU scheduling works.

PR:		64635
Submitted by:	Olivier Tharan
Approved by:	pav (mentor).
2004-04-12 15:54:55 +00:00
Thierry Thomas
2e8f878fe6 Add pear-Cache 1.5.4, PEAR framework for caching of arbitrary data.
Approved by:    pav (mentor).
2004-04-06 19:17:02 +00:00
Kirill Ponomarev
f410b977ff Add uptimec 0.1, client for Uptime Project.
PR:		ports/65224
Submitted by:	Radim Kolar
2004-04-06 13:13:58 +00:00
Tilman Keskinoz
3b247f9b41 Add libcdio, the GNU Compact Disc Input and Control Library 2004-04-04 17:35:44 +00:00
Kris Kennaway
98dd96ee20 Remove category pkg/COMMENT files in favour of a COMMENT variable in the
category makefile.

Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk>
PR:		59651
2004-04-02 07:29:48 +00:00
Pav Lucistnik
783ff30c63 Add cdbkup, perl utility to do tar based backups to CD-R.
PR:		ports/64651
Submitted by:	Kay Lehmann <kay_lehmann@web.de>
2004-04-02 07:21:51 +00:00
Pav Lucistnik
c5dd4b42a9 Add pwsafe, a command line program to manage encrypted password databases
PR:		ports/64911
Submitted by:	Daniel Johansson <donnex@donnex.net>
2004-03-31 16:29:32 +00:00
Pav Lucistnik
886c5c818f Add jkill, a command that hutdowns a running jail and all its processes.
No additional software or tools like "jailer(8)" needed.

WWW: http://ext.by/jkill/

PR:		ports/64814
Submitted by:	Pavel Novikov <pavel@ext.by>
2004-03-30 01:19:42 +00:00
Pav Lucistnik
c6254c1a30 Add jps, a perl wrapper to "ps(1)" that gets its output and maps pids to jails.
The wrapper takes all "ps(1)" options and passed then to the "ps(1)" if some
specified. When no options specified the wrapper uses default options.

No additional software or tools like "jailer(8)" needed.

WWW: http://ext.by/jps/

PR:		ports/64813
Submitted by:	Pavel Novikov <pavel@ext.by>
2004-03-30 01:10:54 +00:00
Pav Lucistnik
04c9a664cb Add jtop, a perl wrapper to "top(1)" that gets its output and maps pids to jails.
The wrapper takes all "top(1)" options and passed then to the "top(1)" if some
specified. When no options specified the wrapper uses default options.

No additional software or tools like "jailer(8)" needed.

WWW: http://ext.by/jtop/

PR:		ports/64812
Submitted by:	Pavel Novikov <pavel@ext.by>
2004-03-30 01:03:32 +00:00
Pav Lucistnik
e0eee5508b Add memtest86, a thorough, stand alone memory test for x86 architecture computers.
BIOS based memory tests are a quick, cursory check and often miss many of the
failures that are detected by Memtest86.

PR:		ports/64818
Submitted by:	Radim Kolar <hsn@netmag.cz>
2004-03-28 01:48:40 +00:00
Michael Haro
52ab51d487 Add p5-Sys-Hostname-Long 1.0, try every conceivable way to get full
hostname.

PR:		ports/63840
Submitted by:	Tim Bishop <tim@bishnet.net>
2004-03-25 06:04:51 +00:00
Sergei Kolobov
f7f73064dc Add uschedule 0.7.0, a scheduler program
uschedule is not cron(8) and uschedule is not at(1) - it does offer
similar functionality but is not intended to be a drop-in replacement.
It works differently. It's designed to be different.

WWW:	http://www.ohse.de/uwe/uschedule.html

PR:		ports/63075
Submitted by:	Thomas Seck <tmseck@netcologne.de>
2004-03-17 07:30:01 +00:00
Matthew Hunt
b259d8868a xwatch has been abandoned by the author, and its distfile removed. RIP. 2004-03-10 04:41:10 +00:00
Mathieu Arnold
9623c63f0c Add Munin network-wide graphing framework (node)
This is the node part. It is used on all machines Munin shall watch.

PR:		ports/62479
Submitted by:	Lupe Christoph <lupe@lupe-christoph.de>
2004-03-02 15:54:05 +00:00
Mathieu Arnold
4e96c16014 Add Munin network-wide graphing framework
This is the collector. It is installed on the machine that shall collect
and display perfromance data.

PR:		ports/62480
Submitted by:	Lupe Christoph <lupe@lupe-christoph.de>
2004-03-02 15:52:48 +00:00
Markus Brueffer
2072bf5746 Add kkeyled 0.8.9, a KDE panel applet to display the keyboard's LED states.
Approved by:	arved (mentor)
2004-03-02 14:20:59 +00:00
Pav Lucistnik
3ab74275ce Remove linux-e2fsprogs, we now have good working native version of this
software at sysutils/e2fsprogs.

PR:		ports/63599
Submitted by:	Matthias Andree <matthias.andree@gmx.de>
2004-03-01 17:24:58 +00:00
Pav Lucistnik
b9867f1f2f - Remove this three years old software now we have sysutils/e2fsprogs
which understand ext3 and does better job

PR:		ports/63599
Submitted by:	Matthias Andree <matthias.andree@gmx.de>
2004-03-01 17:23:38 +00:00
Markus Brueffer
4e7bd06dec Add kcube 0.61, another cpu load kicker applet for KDE.
PR:		ports/62535
Submitted by:	Michael Ranner <mranner@inode.at>
Approved by:	arved (mentor)
2004-02-29 23:28:23 +00:00
Alexander Leidinger
26687407fe Add gcdmaster (slave port of cdrdao), the GUI frontend of cdrdao.
Submitted by:	Marius Strobl <marius@alchemy.franken.de>
2004-02-18 14:32:16 +00:00
Max Khon
aa292cbf82 New port: open 1.4
Open opens a new vt and runs a command on it. It can be used as a simple
way to start several console logins without having to type your passwd
on each VT in turn. open can be used as a simpler to use replacement for
the doshell(8) command.

open is similar in functionality to the AIX/RS6000 command of the same name.
2004-02-10 23:28:21 +00:00
Erwin Lansing
45e04ad46b Add x11/wmbsdbatt, dockapp for monitoring battery usage & temperature
through ACPI.
2004-02-09 09:32:48 +00:00
Pav Lucistnik
da6f941364 Add usrinfo, a simple program that gathers information about a specified user
and displays the information using either "br" or "\n" line breaks.

PR:		ports/62130
Submitted by:	Aaron Myles Landwehr <aaron@snaphat.com>
2004-02-01 18:19:48 +00:00
Maho Nakata
a46465c606 New port:
Enterprise Edition of SUN Grid Engine.
This incorporates policy management functions to allow multiple groups
which is not included in vanilla SUN Grid Engine (sysutils/sge)

PR:		54563
Submitted by:	brooks
Many suggestions by: Glenn Johnson <gjohnson at srrc dot ars dot usda dot gov>
2004-02-01 06:49:33 +00:00
Maho Nakata
9d68495d5a Sun Grid Engine is a batch queueing system implementing a superset of the
functionality of the POSIX batch queueing framework.

WWW: http://gridengine.sunsource.net/

PR:		54563
Submitted by:	brooks
Many suggestion by: Glenn Johnson <gjohnson at srrc dot ars dot usda dot gov>
2004-02-01 06:40:53 +00:00
Oliver Eikemeier
a35e2bab14 Development version of the FreeBSD 5.x pkg_install suite of tools
to test new features

PR:		56961, 56989 and 57029
2004-01-26 00:07:11 +00:00
Max Khon
bdb407082f New port: cloop-utils.
cloop-utils are tools for creating and extracting cloop V2.0 compressed
read-only filesystem images.
2004-01-25 12:56:50 +00:00
Pav Lucistnik
d82c11ef53 dt is a generic data test program used to verify proper operation of
peripherals, file systems, device drivers, or any data stream supported
by the operating system. In its' simplest mode of operation, dt writes
and then verifys its' default data pattern, then displays performance
statisics and other test parameters before exiting. Since verification
of data is performed, dt can be thought of as a generic diagnostic tool.

WWW: http://www.bit-net.com/~rmiller/dt.html

PR:		ports/61801
Submitted by:	Radim Kolar <hsn@netmag.cz>
2004-01-23 23:28:58 +00:00
Joe Marcus Clarke
4032f42aee Remove gok after a repo copy to accessibility/gok. 2004-01-22 09:00:49 +00:00
Pav Lucistnik
1ad8195df1 - Remove GNU fileutils, they are replaced by GNU coreutils package,
available as sysutils/coreutils.

Approved by:	maintainer timeout (1 month)
2004-01-22 00:04:47 +00:00
Edwin Groothuis
7c4387a32c [REPOCOPY WAITING] sysutils/userneu-devel: Account management and creation tool
'userneu' is a Perl script that parses a list of usernames
	and additional information (such as the real name or other
	information to be put in the GECOS field in /etc/passwd)
	and creates Unix accounts and (if desired) Samba accounts
	as well. If the script stumbles upon duplicate user names
	it can append random characters to the username until it
	fits.

	WWW: http://btmdx8.mat.uni-bayreuth.de/~johannes/userneu/userneu.html

	-Andreas Fehlner
	fehlner@gmx.de

PR:		ports/60584
Submitted by:	Andreas Fehlner <fehlner@gmx.de>
2004-01-16 01:33:12 +00:00
Sergei Kolobov
45a91a78ee Add rsnapshot 1.0.9, filesystem snapshot utility based on rsync(1).
rsnapshot makes it easy to make periodic snapshots of local machines,
and remote machines over ssh. The code makes extensive use of hard links
whenever possible, to greatly reduce the disk space required.

It is written entirely in perl with no module dependencies, and has been
tested with versions 5.004 through 5.8.1.

WWW:	http://www.rsnapshot.org

PR:		60873
Submitted by:	Ralf van Dooren <r.vdooren@snow.nl>
2004-01-14 18:02:34 +00:00
Sergei Kolobov
2cb0216312 Add ataidle 0.3, utility to set spindown timeout for ATA drives.
ATAidle is a utility to set the power management features
of ata hard drives.  This includes idle and standby timeouts,
APM and acoustic level settings, and it can show details about
the installed devices.

PR:		61217
Submitted by:	Bruce Cran <bruce@cran.org.uk>
2004-01-14 14:22:29 +00:00
Clement Laforet
b1a1a5864d Add scan_ffs 1.0, scan_ffs recovers lost disklabel.
scan_ffs ported from OpenBSD to FreeBSD with support for UFS1 and UFS2,
allows recovering of lost or deletes disklabels

PR:		61273
Submitted by:	mranner@inode.at
Approved by:    erwin (mentor) (implicitly)
2004-01-13 13:43:24 +00:00
Edwin Groothuis
d09618309a sysutils/xw: Schedule for removal
Application no longer exists; MASTERSITE no longer registered.

PR:		ports/59370
Submitted by:	Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
2004-01-09 21:21:14 +00:00
Edwin Groothuis
8a23895e5c Add sysutils/top back into the tree
As the first step in updating this popular program, I am
	releasing the current copy of the source for top 3.5. In
	the coming weeks this should become the final 3.5 release.
	Beta13 includes updated modules for freebsd, linux, and
	AIX.

Included are all patches for FreeBSD 4.7 - 5.2 so that this version
can be used as a drop-in replacement for the base versions (use
TOP_OVERWRITE_BASE=yes)
2004-01-09 07:32:10 +00:00
Pav Lucistnik
67b80dc124 Add freecolor, a 'free' replacement that displays free memory graphically
as a bargraph. It supports the same options as 'free'.

http://www.rkeene.org/oss/freecolor/

PR:		ports/61038
Submitted by:	Tim Bishop <tim@bishnet.net>
2004-01-07 23:53:23 +00:00