Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
WMMemMon is a dockapp to monitor memory and swap usages. It is supported
by X window managers such as Window Maker, AfterStep, BlackBox and
Enlightenment.
Provided in PR pkg/20632 by Thomas Runge.
|
|
* src/cpu_freebsd.c: changed to use <sys/resource.h> instead of
<sys/dkstat.h> in the case of __FreeBSD_version
>= 500101. (Thanks to Philip Paeps <philip at paeps.cx)
* doc/wmcpuload.1: updated
* cpu_darwin.c: added (Landon Fuller <landonblue at mac.com>)
* main.c: changed description for `--cpu' oprion to be more clear.
* README: updated
* cpu_irix.c: added for IRIX (Jonathan C. Patschke <jp at celestrion.net>)
* version 1.0.0 released
* code cleanup/review
* dockapp.c: renamed dockapp_getcolor() to dockapp_getcolor_pixel().
* dockapp.c: added get_closest_color_pixel() to find closest color in Pseudo
visual class.
* src/Makefile.am: added missing @DFLAGS@
* cpu_bsdi.c: added (Nicolas Belan <belan at matranet.com>)
* dockapp.c, dockapp.h: moved to libdockapp/dockapp.[ch]
* libdockapp/{COPYING,AUTHORS}: added (taken from libdockapp-0.4.0)
* configure.ac: removed '-L/usr/local/lib' '-I/usr/local/include' from
*_search_path (Thanks to Thomas Runge <coto at core.de>)
* README: added 'for GNOME users' section
* cpu_cywin.c: rewrote to separate cpu_get_usage().
( ==> cpu_get_usage_9x(), cpu_get_usage_NT())
* dockapp.c: removed background panel from windowed mode.
* dockapp.c: added '-wp, --windowed-withpanel' option.
* main.c: added '-t, --title' option to specify title name
(Thanks to Ryan Lovett <ryan at ocf.berkeley.edu>)
* wmcpuload.1: updated
* cpu_netbsd.c: added 'CP_INTR' parameter
* added NetBSD support (Thomas Runge <coto at core.de>)
Closes PR pkg/20631 by Thomas Runge (the maintainer).
|
|
overridden by the user via CDRECORD_CONF.
You must move your config file to the new location if you update!
patch man pages and print a MESSAGE if CDRECORD_CONF is not set to
`/etc/default/cdrecord', as required by license.
bump PKGREVISION.
addresses PR pkg/20593 from Steven M. Bellovin.
|
|
|
|
- Ensure ${name} is set when -f is used
- configuration parsing now permits key += value, and continuation lines
- If probe fails without output do not attempt to update rconfig_probe
- Try to explain tags a little more clearly
|
|
OpenSSL can actually build this package.
|
|
portable. Bump PKGREVISION accordingly.
|
|
|
|
PCI bus manipulation utility similar to NetBSD pcictl(8)
Provided by Quentin Garnier in PR 20490.
|
|
configuration database from beeing modified by packages that do not honour
the --disable-schemas-install option. There is no need to patch these broken
packages any more.
Okay'ed by wiz.
|
|
|
|
Thus, rename PLIST to PLIST.common and add PLIST.Linux.
Changes suggested by Jeremy C. Reed (reed at reedmedia dot net) in
PR pkg/19477. Thanks and sorry for the delay.
|
|
|
|
|
|
is split into as many parts as there are files to watch.
Package submitted by Juan RP via PR pkg/20351 with modifications by me.
|
|
|
|
patching.
- Remove useless patches that make maintenance harder.
- Use glib's g_dir_* functions instead of hacking the local file method to
use readdir.
- Bump PKGREVISION to 1.
Reviewed by wiz.
|
|
Changes:
- USE_PKGLOCALEDIR
- don't hardcode -Wl,-E
1.2.13:
=======
- Very minor changes: enforce no message popups during init_plugin(),
and allow a " in mailbox passwords.
- Contributions
- Ben Hines <bhines--at--alumni.ucsd.edu> added Mac OS X code
so monitors now have a native Mac interface.
1.2.12:
=======
- Theme changing keyboard shortcuts changed to Page_Up/Page_Down.
- Fix Linux APM to use ac_online status when battery status is
unknown.
- Allow spaces in remote mailbox username and password.
- Get data for remote fs mounts in a thread.
- Use data-suffix directories when running gkrellm -c or when in
force-host-config mode.
- Contributions
o Nick Mitchell <firepile@speakeasy.net> patch:
Fix IMAP login fail if password had certain chars.
o Christian Rose <menthos--at--menthos.com> sv.po update.
o Przemyslaw Sulek <pbs--at--linux.net.pl> pl.po update.
o de.po translation update.
o Jerome UZEL <jerome.uzel--at--wanadoo.fr> fr.po update.
o Grigory Batalov <bga--at--altlinux.ru> ru.po update.
o Chris <chris@starforge.co.uk> patch adds clock chime option.
|
|
Patch from Juan RP via PR pkg/20351.
Changes:
BUGFIXES:
=========
* progressbars problems also fixed for jvc/teac drives
* de.po update by Goetz Waschk <waschk@informatik.uni-rostock.de>
* da.po update by Morten Bo Johansen <mojo@image.dk>
* opens a popup window when the -dummy option is enabled, informing
the user of this
* multisession seems to have been broken for some time now, but I
haven't had time to fix it
NEWS:
=====
* added an option for specifying the grace time
* DVD-R Media support (Mark Bryars <mark@darkskiez.co.uk>)
|
|
gnome-vfs 2.2.2
* Bugs fixed:
+ fixed memleak in monitors
+ fixed some ssh method problems
+ fixed some vfs moniker bugs
gnome-vfs 2.2.1
* Bugs fixed:
+ Fixed deadlock wrt fam while adding many monitors
+ fixed memleak
gnome-vfs 2.2.0
* Bugs fixed:
+ races and bugs in the GIOChannel support (Josh Parsons)
* Featurelets
+ Added (disabled for now) gnutls ssl lib (Andrew McDonald)
This will be enabled later when its been tested more.
gnome-vfs 2.1.91
* Bugs fixed:
+ gzip header creation time
+ gnome_vfs_uri_extract_dirname crash
+ gnome_vfs_socket_buffer_peekc corrected
gnome-vfs 2.1.6
* Bugs fixed:
+ fixed -lpthreads build failure (Owen Taylor)
+ Handle directory moves overwriting themselves (Alex Larsson)
+ Correct libdir handling (Frederic Crozat)
* Featurelets
+ Deprecated gnome_vfs_mime_shutdown, gnome_vfs_loadinit,
gnome_vfs_preinit and gnome_vfs_postinit. (Alex Larsson)
+ Lots of docs updates (Diego Gonzalez)
+ _ prefix internal functions. (Tim Janik)
gnome-vfs 2.1.5
* Featurelets
+ Added GNOME_VFS_ERROR_NO_MASTER_BROWSER to GnomeVFSResult
gnome-vfs 2.1.4
* Featurelets
+ gnome_vfs_open_fd() replaced console: method (Giovanni
Corriga)
Changes in the package:
- Honor PKG_SYSCONFDIR.
- Use GConf2's schemas.mk framework to register schemas.
|
|
conflict with id-utils if GNU_PROGRAM_PREFIX == "g".
noted by wiz.
|
|
- USE_PKGLOCALEDIR.
- bump PKGREVISION.
|
|
|
|
LDOPTX variables to pass in our pkgsrc CFLAGS and LDFLAGS so that
OSS works properly.
|
|
|
|
the message.
|
|
|
|
Problem noted in recent alpha bulk build.
|
|
either shared libraries or header files. Remove references to these
buildlink2.mk files from package Makefiles.
|
|
should fix PR pkg/20190
|
|
|
|
4.66nb1. This patch will be included in the next lsof release.
|
|
Pull across scanbus patch from cdrecord
|
|
|
|
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set
to "YES". This enforces the requirement that bsd.pkg.install.mk be
included at the end of a package Makefile. Idea suggested by Julio M.
Merino Vidal <jmmv at menta.net>.
|
|
|
|
Add a new -a flag (automatically update files which have not been
locally modified). Patch provided by Sverre Froyen in a private mail,
slightly modified by me.
|
|
the SIGHUP to all process causes them to reload their config files.
|
|
|
|
* Define the behavior of the boot loader when the load end address is
zero and the bss end address is zero in the Multiboot Specification.
Also, add the support into GRUB.
* Finally, we have a Bug Tracking System! Now the preferable way to
report bugs is to use the BTS rather than sending e-mail to bug-grub.
See <http://bugcomm.enbug.org/?project=grub&mode=project>, for more
details.
* The appendix "FAQ" in the manual is removed. See the GNU GRUB FAQ on
the web <http://www.gnu.org/software/grub/grub-faq.html> instead.
* The terminal handling code is rewritten radically, and many bugfixes
are made at the same time.
* The command "color" is effective even in the command-line.
* The command "terminal" takes two new options, ``--no-echo'' and
``--no-edit''. If you specify ``--no-echo'', GRUB won't echo back
input characters. If you specify ``--no-edit'', GRUB will disable the
BASH-like editing feature. These options are useful when using an
intelligent terminal (such as the comint mode in GNU Emacs).
* The utility ``grub-md5-crypt'' prompts to retype a password and checks
if the passwords match.
* Support for booting Linux is rewritten, so GRUB now supports
large-EBDA systems.
* The menu interfaces supports Page Up, Page Down, and Right Key.
* New command "terminfo", for vt100-incompatible terminals.
* New options, ``-D'', ``-g'' and ``-m'' are supported for FreeBSD.
|
|
to build with native curses.
|
|
in the future, as proposed by Matthias Scheler in PM
|
|
Changes since 0.4.0 include:
+ added Portuguese (Brazilian) translation thanks to Eduardo Aguiar
+ pause/resume support - don't count time while stopped
+ stop output when resumed in the background
+ terminal size change support
+ bugfix: <=> indicator no longer sticks at right hand edge
|
|
- restore Id in patch-ab and remove dollar signs around it
|
|
|
|
collection.
Dvdrtools is a fork of cdrtools, with the primary goal of supporting
writable DVD drives.
|
|
Version 0.1.53 Oct 27 2002
BUGFIXES:
* de.po update by Goetz Waschk <waschk@informatik.uni-rostock.de>
* pl.po update by pbs <pbs@linux.net.pl>
* added a space in the progresswindow
* vol id can be max 32 chars
* progressbar problems occuring with more recent cdrecord versions
fixed
NEWS:
* autostart option (for HFS images)
-------------------------------------------------------
Version 0.1.52 Jul 08 2002
BUGFIXES:
* fixed compilation error on non-Linux platforms
* updated README.hp-ux.html ("Gansser, Martin" <MGansser@rand.de>)
* 'Compute Estimate' could fail when only one file was added,
reported by Goetz Waschk <waschk@informatik.uni-rostock.de>
* de.po update by Goetz Waschk <waschk@informatik.uni-rostock.de>
* the fix for broken (patched) GTK+ versions broke when using
completion (pressing tab), fixed, also fixed some other small
usability bugs caused by the fix
NEWS:
* added a "default number of pathcomponents to ignore/include",
suggested by "John L. Males" <software_iq@TheOffice.net>
* added "Overburn" option
-------------------------------------------------------
Version 0.1.51 May 26 2002
BUGFIXES:
* check for a valid data cd before reading the ISO info when the
"Info" button is pressed in order to avoid blocking
(suggested by "John L. Males" <software_iq@TheOffice.net>)
* the fix for broken (patched) GTK+ versions broke on some locales,
remade the fix in another way
* de.po update by Goetz Waschk <waschk@informatik.uni-rostock.de>
NEWS:
-------------------------------------------------------
Version 0.1.50 May 23 2002
BUGFIXES:
* gives a better error message if one attempts to burn a non-existant
image
* various other error message improvments
* started on support for "Re-load disk and hit <CR>" drives, but
it is not yet working
* de.po update + english spelling fixes (Goetz Waschk
<waschk@informatik.uni-rostock.de>)
* changing the cd size with "Try harder" enabled could essentially
lock the X-server while recomputing (bad X, bad GTK!), fix by
Goetz Waschk
* the HFS options behaves badly no more
* RH7.3 and then Debian sid included a patch to GTK+ which broke
gcombust when adding directories (thanks to Oskar Liljeblad
<oskar@osk.mine.nu> for suggestions)
* no longer complaints about non-existing paths when clicking
cancel in the prefs window (suggested by "John L. Males"
<software_iq@TheOffice.net>)
NEWS:
* Polish translation by pbs <pc2000@poczta.onet.pl>
* added an "Info" button for ISO images too, suggested by "John L.
Males" <software_iq@TheOffice.net>
|
|
|
|
|