summaryrefslogtreecommitdiff
path: root/sysutils
AgeCommit message (Collapse)AuthorFilesLines
2008-11-18Updated from version 0.36nb1 to 0.37.he2-7/+6
Upstream changes: 0.37 Thu Oct 9 11:52:54 2008 - rt 38959 POD fix ups - improved rcopy() symlink logic and do &goto; to preserve the stack - added "tests" to the TODO list, patches welcome!
2008-11-18make this work with python-2.4 againdrochner1-2/+2
2008-11-18Add an HTTP URL to MASTER_SITES, for firewall convenience.dsainty1-2/+3
2008-11-16Add processor affinity support, from Juan Romero Pardines -- thank you!wiz4-28/+91
Bump PKGREVISION.
2008-11-15Update to 2.24.1.wiz4-19/+57
XXX: "writable memory" is too large to be correct, and the graph updates make Xorg eat the whole CPU, otherwise looks ok. New in 2.24.1 - 20 October 2008 * Translation updates. New in 2.24.0 - 22 September 2008 * Translation updates. New in 2.23.91 - 1 September 2008 * Fixed bug 549383 – network assertion in the resource tab. New in 2.23.90 - 18 August 2008 * Fixed truncated process names. New in 2.23.6 - 4 August 2008 * Don't segfault in the disk list when icon cannot be retried from gvfs. New in 2.23.5 - 21 July 2008 * Fixed network speed when there are pseudo-devices with no address. New in 2.23.3 - 2 June 2008 * New 'Waiting Channel' process column. New in 2.23.2 - 26 May 2008 * This is the first 2.23 release * New option to start with the system tab. * Don't crash on invalid regex in lsof. Display an error message. * Fixed the graph time scale. * Performance fix for bad graphic card drivers (yes, system-monitor is very fast with the vesa driver without this patch). Blame your driver's writers. * Moved to gio. * Many internal cleanups. * Filesystem column are now configurable. * lsof now shows IPv6 connections. * New wchan column (if you have a better name for that...) Thanks to Mark McCelland, Karl Lattimer, Toby Dacre, Matthis Clasen and Hubert Figuière.
2008-11-15Fix path to itself.wiz1-2/+2
2008-11-15+ libgksu.wiz1-1/+2
2008-11-15Initial import of libgksu-2.0.7. I packaged it for Gnome, but currentlywiz6-0/+133
it looks like it's not really needed, so it's untested. GKSu is a library that provides a Gtk+ frontend to su and sudo. It supports login shells and preserving environment when acting as a su frontend. It is useful to menu items or other graphical programs that need to ask a user's password to run another program as another user.
2008-11-15Update to 2.24.0.wiz7-30/+92
New cpu affinity code (see changes for 2.23.2 below) is ifdef'd out. 22 Septembre 2008: Overview of changes in 2.24.0 ================================================ * Translation updates. 18 August 2008: Overview of changes in 2.23.90 ============================================== * freebsd: - updated port by Joe Marcus Clarke. 23 June 2008: Overview of changes in 2.23.4 =========================================== * linux: - Fixed and improved glibtop_get_fsusage with kernel >= 2.6.25. Closes #539360. 24 May 2008: Overview of changes in 2.23.2 ========================================== * glibtop_get_proc_open_files API can also lists IPv6 TCP sockets. * glibtop_get_proc_affinity : new API to retrieve process CPU affinity. (Let's hope one day i'll find the gtk-doc documentation ...) * linux: - fixed parsing of big /proc/stat for uptime. 04 April 2008: Overview of changes in 2.22.1 ============================================ * Fixed compilation/dist for !linux. Closes #525953. 10 Mars 2008: Overview of changes in 2.22.0 =========================================== * linux: - fixed proc_kernel. 25 February 2008: Overview of changes in 2.21.92 ================================================ * linux: - fixed smaps parsing on >= 2.6.24.x. 14 January 2008: Overview of changes in 2.21.5 ============================================== * freebsd: - fixed build on GNU/kfreebsd. Petr Salinger. - fixed procmem units. Kuang-che Wu. 28 October 2007: Overview of changes in 2.21.1 ============================================== * don't export _p/_s private symbols anymore. This is not an API/ABI breakage. * darwin implementation by Benjamin Reed. * linux: - splitted fsusage and mountlist implementations; - smarter mountlist(allfs = False); - fixed some compile warning on 64bit; * solaris: - fixed netload build by Henry Zhang.
2008-11-15add gnome-system-tools, liboobs, system-tools-backendsjmcneill1-1/+4
2008-11-15Initial import of gnome-system-tools version 2.22.1.jmcneill5-0/+435
Formerly known as the Ximian Setup Tools, the GST are a fully integrated set of tools aimed to make easy the job that means the computer administration on an UNIX or Linux system. They're thought to help from the new Linux or UNIX user to the system administrators. The GNOME System Tools are free software, licensed under the terms of the GNU General Public License.
2008-11-15Initial import of liboobs version 2.22.0.jmcneill8-0/+221
Liboobs is a lightweight library that provides a GObject based interface to system-tools-backends. It's completely abstracted of the communication and authentication details, making it easy for applications to integrate with the system details.
2008-11-15Initial import of system-tools-backends version 2.6.0.jmcneill13-0/+306
The System Tools Backends (s-t-b for short) are a set of cross-platform modules for Linux, FreeBSD and other Unix systems. The backends provide a common DBus interface to all platforms to modify or read the system configuration in a distro independent fashion. Historically, access to system configuration has varied deeply across Unix flavours, and concreting a bit more, across Linux distributions, making it near impossible to write desktop tools that could work flawlessly in a cross-platform way. System Tools Backends try to fill this gap, offering a generic and easy way for desktop applications to read and modify configuration details.
2008-11-15Don't use -Wl,--gc-sections as it strips .note.netbsd.* sections. Bumpjmcneill1-1/+3
pkg revision.
2008-11-15Remove python24 from accepted versions since x11/py-gtk2 doesn't support ithasso1-2/+2
any more.
2008-11-15on darwin configure script picks up private per-user tmp directorychuck3-2/+20
in /var/folders/xx/...+++... via the TMPDIR environment and cheerfully installs it in /usr/pkg/etc/dbus-1/session.conf meaning that only the user who installed the package will be able to write to that directory... except that dbus rejects directories with "+"'s in the filename so it won't work anyway. use configure --with-session-socket-dir=/tmp to work around this. found a description of this issue here: http://wiki.gnucash.org/wiki/MacOSX/Quartz in the "Running from the commandline" section. dbus also cannot cope with $DISPLAY containing "/" chars (like in darwin ... /tmp/launch-kcvznx/:0 ) so get rid of the ":" as described here: https://trac.macports.org/attachment/ticket/16833/patch-dbus-launch-x11.c.diff
2008-11-14Install desktop file to share/gnome/autostart, in the hope that thiswiz4-11/+27
will cause the daemon to start automatically with a new Gnome session. Bump PKGREVISION.
2008-11-11Compiles and works fine in DragonFly and should work fine in OpenBSD (athasso1-1/+2
least upstream tarball does).
2008-11-10Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal.wiz3-6/+6
2008-11-10Changes 0.11.57:adam8-38/+37
* Updated to automake/autoconf/aclocal/a* 1.10.x, with the usual pains. I hope it builds for people other than me ... * Updated to a new included version of GNU gettext (0.16.1). * Made gentoo's start-up more friendly to GTK+, so that standard options supported by the toolkit (like --sync) work, now. * Added new Mexican Spanish translation. * Added a "Case" page to the RenameRE command, with options to easily convert filenames to all-lower or all-upper case. Far easier than manually entering all characters for "Map". Also refactored code of RenameRE quite a bit, it is shorter now. * Fixed bugs where the GTK+ event-flushing loop used in various places in the code generated a spurious error 11 ("Resource temporarily unavailable"). * Added a new setting ("Buffer Size for mmap()" under Commands/ Options/ViewText) that controls how much data is passed from the mmap()ed text file to the GTK+ text widget at a time. Before this release, this was always "all of it", which seems to cause problems sometimes. If you get an empty viewer when you try looking at a large-ish (>64 KB) text file and you use mmap(), lower this setting.
2008-11-09modified patch to apply to OpenBSD, too.schwarz2-7/+7
2008-11-05Remove cdrtools-ossdvd, which was a patched version of cdrtools-2.01.01a05.wiz22-576/+1
It is not maintained upstream any longer and the need for it is gone; the current cdrtools package does all it did.
2008-11-05Update to 2.01.01a53:wiz4-21/+21
Libcdrdeflt: - This is a new library that has been introduced as mans programs like to parse the content of /etc/default/cdrecord Libscgcmd: - This is a new SCSI command library Cdrecord: - Converted to use libcdrdeflt - Converted to use libscgcmd - Man page now includes many small modifications that mention BluRay media. Cdda2wav - Converted to use libcdrdeflt - Converted to use libscgcmd - The -M/-md5 option now finally works. Cdda2wav now computes MD5-sums for the audio data and writes the result into the *.inf files. Readcd: - Converted to use libcdrdeflt - Converted to use libscgcmd Scgcheck: - Converted to use libcdrdeflt - Converted to use libscgcmd Scgskeleton: - Converted to use libcdrdeflt - Converted to use libscgcmd Btcflash: - Converted to use libcdrdeflt - Converted to use libscgcmd Mkisofs (Maintained/enhanced by J - Converted to use libcdrdeflt - Converted to use libscgcmd NEW features of cdrtools-2.01.01a52: All: - Config.sub now supports NetBSD on AMD64 - The email addresses in many file have been updated. Libfile: - The license has been changed from a license (similar to a BSDl 4 clause) to a new BSDL 2 clause license with permission from all involved authors. Libscg: - Unneeded code from libscg/scsierrs.c removed Cdda2wav - The MD5 implemenation (although currently unused) has been changed from the RSA variant (that requires advertizing for RSA) to a "public domain" implementation from Colin Plumb used in OpenBSD. - The new MD5 implementation has been made portable.
2008-11-04Add strigi.markd1-1/+2
2008-11-04Import strigi 0.5.10markd6-0/+196
Strigi is a daemon which uses a very fast and efficient crawler that can index data on your harddrive. Indexing operations are performed without hammering your system, this makes Strigi the fastest and smallest desktop searching program. Strigi can index different file formats, including the contents of the archive files.
2008-11-03Bump PKGREVISION for sysutils/pciutilsbjs1-2/+2
2008-11-03Bump PKGREVISION for sysutils/pciutils, add DESTDIR supportbjs1-3/+5
2008-11-03Update to version-3.0.2. Many, many changes--please seebjs7-54/+141
the ChangeLog for details, they are way too numerous to list here. Bump BUILDLINK_API_DEPENDS. TODO: use misc/pciids?
2008-10-31Add nautilus-sendto.wiz1-1/+2
2008-10-31Import nautilus-sendto-1.1.0 as sysutils/nautilus-sendto.wiz5-0/+124
Send file(s) via email or instant messenger. A dialog window presents a choice of carrier application and recipient of the file(s). Recipent names can be selected from a list or autocompleted. The selected application is then opened with the file(s) and recipient ready for transfer. The application is intented to integrate with nautilus and is written for the GNOME graphical desktop.
2008-10-31Spelling.wiz1-3/+4
2008-10-31Add a comment for post-install target.wiz1-1/+2
2008-10-30Add support for compressed pci.ids file via zlib.bjs4-13/+29
2008-10-30Remove superfluous hunk of patch-ac.bjs2-10/+3
2008-10-30Add sysutils/libpciaccessbjs1-1/+2
2008-10-30Import libpciaccess-0.10.4 (X.org PCI wrapper library) + patches.bjs9-0/+367
Tested on NetBSD-current (i386 and amd64); support for other architectures is in the works. Currently this should work with: ONLY_FOR_PLATFORM= FreeBSD-*-i386 NetBSD-*-i386 OpenBSD-*-i386 ONLY_FOR_PLATFORM+= FreeBSD-*-x86_64 NetBSD-*-x86_64 OpenBSD-*-x86_64 ONLY_FOR_PLATFORM+= DragonFly-i386-* DragonFly-x86_64-* ONLY_FOR_PLATFORM+= Linux-*-* SunOS-*-*
2008-10-30don't print warnings for #ifdef'ed syscalls with the same number.christos2-8/+11
2008-10-30Update to latest stable version, 1.2.2. Zillions of fixes and a somesnj5-36/+29
new features. See the bundled CHANGELOG for details. Now requires at least python24. Add PKGMANDIR support.
2008-10-29Update "coreutils" package to version 6.12. Changes since version 6.11:tron4-25/+9
- chcon, runcon: --help output now includes the bug-reporting address - cp -p copies permissions more portably. For example, on MacOS X 10.5, "cp -p some-fifo some-file" no longer fails while trying to copy the permissions from the some-fifo argument. - id with no options now prints the SELinux context only when invoked with no USERNAME argument. - id and groups once again print the AFS-specific nameless group-ID (PAG). Printing of such large-numbered, kernel-only (not in /etc/group) group-IDs was suppressed in 6.11 due to ignorance that they are useful. - uniq: avoid subtle field-skipping malfunction due to isblank misuse. In some locales on some systems, isblank(240) (aka &nbsp) is nonzero. On such systems, uniq --skip-fields=N would fail to skip the proper number of fields for some inputs. - tac: avoid segfault with --regex (-r) and multiple files, e.g., "echo > x; tac -r x x". - install once again sets SELinux context, when possible
2008-10-29PR/39596: Jwens Rehsack: Update to file-4.26 (4.21 is gone) and add built-inchristos6-23/+29
version detection.
2008-10-28Don't require Python at run time. Bump revision.joerg1-1/+3
2008-10-28Requires flex. From PR 39772.joerg1-2/+2
2008-10-28Update ruby-gnome2 to 0.18.1.obache1-1/+2
== Ruby-GNOME2 0.18.1: 2008-10-23 This release is bug fix release of 0.18.0. === Changes Ruby/GTK2: * fix a bug that init function is deleted. [Kouhei Sutou]
2008-10-27Remove workaround: 32bit headers are no longer required for compiling.cegger3-124/+3
Recent changes in -current now allow building a 32bit binary on amd64 for this package. While here, remove conflict with xentools32-* which was never packaged.
2008-10-27Update to 2.24.1:wiz3-8/+10
Major changes in 2.24.1 are: * Fix saving of spatial window geometry on close * Remove trailing spaces on filenames when copying to FAT file systems * Allow emblems that don't start with "emblem-" * On unmount close tabs that show the unmounted location * Fixed redraw issues with labels on zoom * Don't toggle sidebar splitter when dragging it * Fix bookmark issue that sometimes led to locations not loading * Don't show the "cancel" dialog after a timeout when displaying a dialog * Fix crashes and leaks
2008-10-25Update to 1.6.12adrianp4-36/+11
Some key changes: * configure.in: changed "source" to "." as the source command is a bashism, changed a couple of double equal signs to single ones, moved libol to the statically linked libs as AIX links to .a files dynamically unless static linking is explicitly requested * src/filters.c (do_filter_netmask): fixed negation for the netmask() filter * src/macros.c: added LEVEL_NUM and FACILITY_NUM macros
2008-10-24Update to 2.24.1:wiz3-7/+8
============== Version 2.24.1 ============== Translators * Khaled Hosny (ar) * Rostislav "zbrox" Raykov (bg) * Margulan Moldabekov (kk)
2008-10-24Update to 1.0.2:wiz2-6/+6
Major changes in 1.0.2 ====================== * Make sure mount-added is always emitted when a mount operation is completed * Crash fixes * FUSE: Set st_blocks to make du and ls -s work * FUSE: Stability fix with concurrent close and reads (made amarok2 crash)
2008-10-23Include desktop-file-utils/desktopdb.mk to avoid installinggdt1-1/+3
unregistered desktop file. PKGREVISION++.
2008-10-22- Fix install problem on recent NetBSD current.taca4-15/+49
- Add DESTDIR support. Bump PKGREVISION.