summaryrefslogtreecommitdiff
path: root/sysutils
AgeCommit message (Collapse)AuthorFilesLines
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.
2008-10-19Bump the PKGREVISION for all packages which depend directly on perl,he13-15/+26
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=...").
2008-10-16update to 2.24.0drochner3-23/+21
This switches to the gnome-2.24 release branch.
2008-10-16update to 2.24.0drochner4-22/+39
This switches to the gnome-2.24 release branch.
2008-10-16update to 2.24.0drochner3-9/+27
This switches to the gnome-2.24 release branch.
2008-10-16update to 1.0.1drochner4-21/+34
This switches to the gnome-2.24 release branch.
2008-10-16Change fam to famd. And uppercase fam to FAM.reed1-2/+2
2008-10-16update to 2.24.0drochner6-79/+39
This switches to the gnome-2.24 release branch. (This version is also compatible with newer shared-mime-info.)
2008-10-15Convert from using an input-less awk job (how did that ever work?)he2-5/+9
to using shell arithmetic, which should be more light-weight and should not pose a danger of hanging.
2008-10-15Fix PLIST from last.markd1-1/+2
2008-10-15Update krusader to 1.90.0markd3-8/+21
Basically, Krusader-1.90.0 = Krusader-1.80.0 + bugfixes + Krusader Extensions sent in by our loyal users. Thanks! + Improvements: - GCC 4.3 compatibility - KDE 3.2 through KDE 3.5 compatibility - bugfixes + Many Krusader Extensions: - Keymaps, use keybindings of other commanders or customized keybindings! - Colormaps, use colors of other commanders or customized colors! - Useractions, create actions for your own needs! - Javascript useractions, create actions with additional javascript power for your own needs! + Krusader Extensions highlights: + Color schemes: Total Commander, Dos Navigator, Midnight Commander, bash + Keymap: Midnight Commander + Useractions: - Search and Replace in file - Split large mp3 files - Copy as root - Archive foo to dir - lzma and tar.lzma archive support - tar.7z archive support - ar (.a, .deb,...) archive support - Unpack multiple zip archives - kgpg: encrypt, decrypt, sign, verify signature - .uue file support (uuencode and uudecode) + Javascript useractions: - Recode files using iconv or GNU recode - Mount as root - Select from file - Calculator
2008-10-15Update k3b to 1.0.5markd3-8/+9
Changes in 1.0.5 * Fixed CD Copy device selection when starting from the KDE "run" dialog * Fixed HAL mounting (thanks to Ken Milmore) * Always wait for the drive to become ready before starting verification (this should fix some of the problems with failed verification where K3b claims that no medium is in the drive.) Changes in 1.0.4 * K3b now silently allows the burning of files bigger than 4 GB if an appropriate version of genisoimage or mkisofs is installed ("silently" means that I did not introduce any new messages) * I was not able to find the aweful "disabled DMA" bug but I introduced a little workaround which hopefully solves it for many of you (BTW: K3b from svn trunk does support DVD burning with cdrecord.) * Never use growisofs parameter -dvd-compat with DVD-RW media in restricted overwrite mode (some drivesdo not like that) * Unmount medium before DVD formatting
2008-10-14Update to 2.01.01a51:wiz3-12/+12
All: - Extended the file COPYING to mention that the GPL used by the "mkisofs project" requires to publish the full source for all parts of mkisofs in case that you publish mkisofs binaries. - Added a new Changelog file for the changes since cdrtools-2.01 - RUlES/rules.prg no longer includes a line with SHELL=/bin/sh. This is needed to allow to implement a workaround for various bash bugs that afffect makefiles in case that /bin/sh is linked to bash. If your platform installs bash in /bin/sh (Linux, ....) or in case thaat your platform offers a broken variant of the Korn Shell in /bin/sh (like HP-UX), fetch the "Schily source consolidation" from ftp://ftp.berlios.de/pub/schily/, compile everything and install the original Bourne Shell, that comes with this packet, into /bin/bosh. If you then call ./.clean and re-compilee everything, you get a "smake" that calls /bin/bosh instead of the broken system shell. - Added an autoconf test for POSIX violations found in POSIX.1-2008. The official POSIX rule is not to define "new" interfaces that are in conflict with older interfaces of the same name. Our interfaces fexec*() have been defined and published in 1982. The new POSIX interfaces define a different interface and the new POSIX interfaces even use names that are not compatible with POSIX rules. The new POSIX interfaces in question should be called fdexec*() to follow the rules of other similar POSIX functions. Simiar problems exist with getline()/fgetline(). We try to automatically rename our functions in case that the functions could be found in the local libc. Libschily: - Added sleep.c and gettimeofday.c that emulate sleep() and gettimeofday() when using MSVC - Try to rename ecvt()/fcgt()/gcvt() in case that one of these functions does not work and the libc implementation does not allow to overwrite the function. Libscg: - Included a patch for the CAM interface from the FreeBSD people. The patch sets up the CAM data structrures in a way that allows SCSI bus and target scanning. Cdrecord: - Make dure that the DVD and BluRay drivers do not lower the default timeout. cdrecord timeout=# now always allows to raise the default timeout to a larger value. - Added a workaround to prevent the Lite-ON BD B LH-2B1S/AL09 from hanging up when trying to write a BluRay Medium. - Cdrecord now by default tries to set up a DMA Size of 126 kB. If non-MMC drives are found, we fall back to the old value of 63 kB