This is a Linux/i386 rpm port of procps.
procps is the package that has a bunch of small useful utilities
that give information about processes using the /proc filesystem.
The package includes the programs ps, top, vmstat, w, kill,
free, slabtop, and skill.
WWW: http://procps.sourceforge.net/
PR: ports/111247
Submitted by: leres@ee.lbl.gov (Craig Leres)
Changelog:
- Detect if new PosgreSQL batch insert API is present.
- Correct incorrect mempool call causing Director crash.
- Update spec files for 2.2.1 release
- - More info at http://marc.info/?l=bacula-announce&m=118908051923627&w=2
PR: 116155
Submitted by: Dan Langille <dan@langille.org> (maintainer)
Also, fix a couple bugs in the FreeBSD integration that were causing
periodic execd crashes. [1]
Submitted by: Hans-Martin Rasch <rasch at incore dot de> [1]
htop is an enhanced version of top, the interactive process viewer,
which can display the list of processes in a tree form.
PR: ports/115873
Submitted by: Tony Shadwick <tshadwick@oss-solutions.com> (maintainer)
Approved by: sat (mentor)
It is based on author's port available at master site.
- Brokeness is fixed in required ports
Please note the fix in PR is incomplete.
PR: ports/111290
Submitted by: Josh Paetzel <josh at tcbug.org>
Approved by: maintainer timeout (14 days)
ChangeLog:
* Fix pwgen -Bs so that this option combination works correctly
(Closes: #368010)
* Fix the pwgen -Bc option combination (Closes: #355153)
* Fix typo in pwgen man page (Closes: #376147)
* Make the -s option imply the -nc options (Closes: #427969)
* Add -v option to generate passwords without vowels (Closes: #387461)
PR: ports/115786
Submitted by: maintainer
* Add conditional dependency to misc/py-pexpect
Sample patches from rafan@ and from Peter Schuller [1]
PR: ports/115762 [1]
Submitted by: Peter Schuller <peter.schuller@infidyne.com> [1]
- Fix support for large memory systems (hw.physmem is a u_long not a long) [2]
- Make portlint happier [3]
PR: ports/115362 [1], some of [3]
Submitted by: Michael Fuckner <michael at fuckner dot net> [1], some of [3]
Clement Laforet <clement at FreeBSD dot org> [2]
it's more portable now).
- Install manpages into ${MANPREFIX}/man, not ${PREFIX}/share/man.
- Bring back IGNORE for FreeBSD < 600000 (all fusefs-* ports have it,
and the build would succeed but installation of dependencies would fail).
- Add a note in pkg-message about memory usage, and make a gramatical
correction.
- Avoid calling fsync() twice.
PR: 115088
Submitted by: alepulver@
FUSEPod is a userspace filesystem which mounts your iPod into a directory
for easy browsing of your songs on your iPod. It features a configurable
directory layout, read/write support, read support for playlists and finds
where your iPod is.
In short, it was dropping privs before setting PID. Patch the code locally to
get FreeBSD users running.
- While here, if PostgreSQL is not installed, ask for 8.2, not the default of
8.1.
- Remove EOT model patch, now in vendor code.
- Update pkg-message to reflect new version.
PR: 115582
Submitted by: Dan Langille (maintainer)
GNU ddrescue is a data recovery tool. It copies data from one file or
block device (hard disc, cdrom, etc) to another, trying hard to rescue
data in case of read errors. Ddrescue does not truncate the output file
if not asked to. So, every time you run it on the same output file, it
tries to fill in the gaps. The basic operation of ddrescue is fully
automatic. That is, you don't have to wait for an error, stop the
program, read the log, run it in reverse mode, etc. If you use the
logfile feature of ddrescue, the data is rescued very efficiently (only
the needed blocks are read). Also you can interrupt the rescue at any
time and resume it later at the same point.
Automatic merging of backups: If you have two or more damaged copies of
a file, cdrom, etc, and run ddrescue on all of them, one at a time,
with the same output file, you will probably obtain a complete and
error-free file. This is so because the probability of having damaged
areas at the same places on different input files is very low. Using
the logfile, only the needed blocks are read from the second and
successive copies.
WWW: http://www.gnu.org/software/ddrescue/ddrescue.html
Author: Antonio Diaz Diaz <ant_diaz@teleline.es>
This release contains significant speed improvments.
This Director and Storage daemon must be upgraded at the same time,
but they should be compatible with all 2.0.x File daemons, unless you
use some of the new features that affect the FD. In other words, you should
not have to upgrade all your File daemons when you upgrade.
There is no database upgrade needed from version 2.0.x to 2.2.0.
The major new features are:
- Much faster insertion of attributes (somewhere around 10 times),
many thanks to Eric Bollengier and Marc Cousin.
- First release of bat (Bacula Administration Tool). Note to build
bat you must explicitly enable it on the ./configure line, you
must have the Qt4 version 4.2 or later libraries loaded, the qwt
(Qt Graphics) package loaded, and qmake and the other Qt4 tools
must be available. Most of the implementation was done by Dirk Bartley.
- Red/Black restore in memory tree (500 times faster loading).
Full release notes: http://sourceforge.net/project/shownotes.php?release_id=531447
PR: ports/115468
Submitted by: Dan Langille (maintainer)
- developers.pdf and bacula-web docs are no longer distributed [1]
- mark IGNORE if NOPORTDOCS is defined [2]
PR: ports/115467 [1]
Submitted by: Dan Langille [1], itetcu@ (me) [2]
share/gnome/ -> share/, but not in FreeBSD ports tree yet. While I am here,
correct the EXAMPLESDIR in patch that should be fit with plist. Bump the
PORTREVISION.
Reported by: krismail
WikipediaFS is a mountable Linux virtual file system that allows to
read and edit articles from Wikipedia (or any Mediawiki-based site) as
if they were real files.
It is thus possible to view and edit articles using your favourite
text-editor. Text-editors tend to be more convenient than a simple
browser form when it comes to editing large texts and they generally
include useful features such as Mediawiki syntax highlighting and spell
checking.
WWW: http://wikipediafs.sourceforge.net/
Author: Mathieu Blondel <mblondel !AT! users.sourceforge.net>
- Don't unconditionally set mode 600 on 3dm2.conf
Noticed by: Craig Leres <leres ee lbl gov>
Submitted by: maintainer (in a follup to the PR)
PR: ports/114994
- Add a patch to prevent install suid executable and message about it.
PR: ports/112754
Submitted by: Ighighi <ighighi@gmail.com>, Cristian KLEIN <cristi@net.utcluj.ro>
- Add patch to fix a bug in {num*-10} to make sure it starts on 10 rather than
on 9. Also, it has been changed from '-' to '+' like {num*+10}. [1]
Obtained from: its SVN [1]
- Add significantly better support in bsd.python.mk for working with
Python Eggs and the easy_install system
Tested by: pointyhat runs
Approved by: pav (portmgr)
Most work by: perky
Thanks to: pav