summaryrefslogtreecommitdiff
path: root/sysutils
AgeCommit message (Collapse)AuthorFilesLines
2006-02-18The patches have been applied upstream.rillig9-17/+33
2006-02-17Fixed pkglint warnings.rillig1-6/+5
2006-02-17Fixed warnings found by pkglint -Wall.martti2-20/+20
2006-02-17Fixed warnings found by pkglint -Wall.martti13-26/+26
2006-02-16Fix errno. Fix label at end of compound statement. Fallback tojoerg5-3/+57
O_FSYNC on DragonFly for O_SYNC.
2006-02-15Fixed pkglint warnings.rillig1-5/+5
2006-02-15update to 2.12.3drochner3-8/+8
changes: -bugfixes -Try harder to determine media type -translation updates
2006-02-15Fixed pkglint warnings.rillig1-3/+2
2006-02-14Make this build on Darwin. Fix PR 32796.yyamano21-53/+186
2006-02-12ENOTIME to mantain these packages, feel free to pick it up if you arextraeme1-2/+2
insterested.
2006-02-11Removed rox-session.rxg1-2/+1
2006-02-11Moved rox-session into x11/.rxg8-136/+0
2006-02-11Add & enable py-dbus.rxg1-1/+2
2006-02-11Intial import py-dbus-0.23.4nb2.rxg4-0/+63
This package provides the Python D-BUS bindings. Oked by wiz.
2006-02-11Change PKGNAME= to PKGNAME?= for the related packages that have their ownrxg1-2/+2
package name, e.g. py-dbus. Oked by wiz.
2006-02-09Use PKGNAME_NOREV as base for DISTNAME. Different fix for PR 32783.joerg1-2/+2
2006-02-08update to 2.12.2drochner3-8/+9
changes: -Dropped many dead files. -added translations
2006-02-06Update to 0.3.17adrianp3-8/+8
> 2005-11-23 Balazs Scheidler <bazsi@bzorp.balabit> > > * configure.in: bumped version number to 0.3.17 > > * src/io.c (do_write): added workaround for broken destination > sockets > > * src/pkt_buffer.c (do_flush_stream): make sure data is not lost > if A_WRITE returns failure by pushing it back to the buffer > > 2005-05-03 Balazs Scheidler <bazsi@bzorp.balabit> > > * configure.in: bumped version number to 0.3.16 > > * src/io.c (io_iter): fixed possible nonblocking_fd leaks as > unlinking an fd might have dropped some valid structures > > * src/werror.c: fixed werror_hexdump and related functions, > still #if 0ed but useful for tracking down gc related problems
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg169-280/+340
2006-02-05Allow cdrtools-ossdvd to fulfill cdrtools dependency;wiz1-4/+4
use GNU tar in GNUTAR variable -- bump PKGREVISION for that. Addresses PR 32751 by John Kohl.
2006-02-05Unmask mbmon for DragonFly.joerg1-2/+3
2006-02-05Updated sysutils/xfce4-netload-plugin to 0.3.3nb2martti4-3/+28
Fix build problems (detected by bulkbuild).
2006-02-04Update to 2.01.01a05, syncing patches with wip/cdrtools-devel.wiz15-114/+151
Changes: * Thu Feb 02 2006 - Release of a GPL compliant 2.01.01a05-ossdvd patch. This patch is for cdrtools-2.01.01a05.tar.bz2 and is adjusted to work with linux kernel 2.6.12 or higher and can be compiled with gcc-4.0.x. The rawio patch using libcap has been migrated to cdrtools-2.01.01a05-rawio.patch.bz2 . The patch called cdrtools-2.01.01-scsibuf.patch.bz has become redundant, as this has been integrated inside cdrtools-2.01.01a05.tar.bz2 . RPMS and SRPMS have been updated for mandriva 2006.0. The order of applying patches is now : 1. cdrtools-2.01.01a05-ossdvd.patch.bz2 .ossdvd 2. cdrtools-2.01.01a01-DVD-speed.patch.bz2 .dvd-speed 3. cdrtools-2.01.01a05-rawio.patch.bz2 .rawio 4. cdrtools-2.01.01a01-scanbus.patch.bz2 .scanbus Warly's Cdrecord DVD patch and others can now be found on http://people.mandriva.com/~warly/files/cdrtools/
2006-02-04Quiet pkglint, sync with cdrtools-ossdvd.wiz1-12/+16
2006-02-03depend on sudogdt1-1/+4
PKGREVISION++
2006-02-03descend into ir-accountgdt1-1/+2
2006-02-03ir-account provides scripts to copy accounts among systems, and togdt4-0/+29
grant/revoke sudo privileges. It supports FreeBSD and NetBSD. This is version 0.1.
2006-02-03Workaround a bug that prevents GRUB to load ELF kernels that explicitlyjmmv3-9/+53
specify load addresses in their Multiboot header. (E.g., NetBSD.) This has already been sent to GRUB's bug tracking system: http://savannah.gnu.org/bugs/?func=detailitem&item_id=15590 Bump PKGREVISION to 4.
2006-02-03Add bacula-gnome-console, bacula-tray-monitor and bacula-wx-console packages.ghen1-1/+4
2006-02-03Convert the "tray-monitor" option from sysutils/bacula to a stand-alone package.ghen3-0/+22
Ok with wiz.
2006-02-03Convert the "wx-console" option from sysutils/bacula to a stand-alone package.ghen3-0/+22
Ok with wiz.
2006-02-03Convert the "gnome-console" option from sysutils/bacula to a stand-alone ↵ghen3-0/+23
package. Ok with wiz.
2006-02-03Move some things from Makefile.common to both Makefiles, and remove the optionsghen9-56/+23
for the gnome-console, wx-console and tray-monitor: they will become separate packages in the next minute. Ok with wiz.
2006-02-03Bump PKGREVISION of these packages which affected (fixed) bytaca1-1/+2
fix of REPLACE_RUBY, the impact was big or small.
2006-02-03Fixed pkglint warnings.rillig1-7/+7
2006-02-03Reset maintainer on his request. PR 32699.wiz2-4/+4
2006-02-01Disable the mlockall() call which triggers an assertion on NetBSD'sxtraeme3-8/+30
libpthread (lib/libpthread/pthread.c line 173) and it will give you a precious core dump. Tested by hira@ and by myself@
2006-02-01Add k3b.markd1-1/+2
2006-02-01Initial import of k3b version 0.12.10.markd19-0/+1081
From the pkgsrc-wip package by Martijn van Buul. Updated to 0.12.10 and finished off by me. K3b is a CD and DVD burning application for Linux and BSD systems optimized for KDE. It provides a comfortable user interface to perform most CD/DVD burning tasks like creating an Audio CD from a set of audio files or copying a CD. The actual burning in K3b is done by the command line utilities cdrecord, cdrdao, and growisofs.
2006-01-31Use LDFLAGS to link against librt correctly.xtraeme1-2/+2
2006-01-31Looks like growisofs core dumped because it couldn't run thextraeme4-6/+25
pthread_attr_setscope() function (which is not implemented on NetBSD). Also now it uses sem_* functions for semaphores, so link it to librt on NetBSD. This closes PR pkg/32675 by hira@. Bump PKGREVISION.
2006-01-30Don't hard-code -lpthread. Don't link with -lresolv on DragonFly.joerg2-1/+18
2006-01-30Has BROKEN_GETTEXT_DETECTION.joerg1-1/+2
2006-01-30Added sysutils/pcmanfmxtraeme1-1/+2
2006-01-30Initial import of pcmanfm-0.1.8.9.xtraeme4-0/+50
An extremly fast and lightweight file manager which features tabbed browsing and user-friendly interface. Features: * Extremly fast and lightweight * Can be started in one second on normal machine * Tabbed browsing (Similiar to Firefox) * Drag & Drop support * Files can be dragged among tabs * Load large directories in reasonable time * File association support (Default application) * Basic thumbnail support * Bookmarks support * Handles non-UTF-8 encoded filenames correctly * Provide icon view and detailed list view * Standard compliant (Follows FreeDesktop.org) * Clean and user-friendly interface (GTK+ 2)
2006-01-30Updated rox to 2.4.1.rxg2-7/+6
30-Dec-2005 (Release 2.4.1) ~~~~~~~~~~~ Updated Estonian translation (Teet T\xc3\xa4rno). 29-Dec-2005 ~~~~~~~~~~~ Some .desktop files put ".png" after the icon name, which prevents the icon from being found. Ignore it (Thomass Leonard; reported by Peter). 28-Dec-2005 ~~~~~~~~~~~ Updated Hungarian translation (Andras Mohari). 27-Dec-2005 ~~~~~~~~~~~ If we can't find libc.so.6 for xattr support, try libc.so in case we only have uClib (Lucas Correia Villa Real). 18-Dec-2005 ~~~~~~~~~~~ Allow .desktop files to be used as run actions (Thomas Leonard). 17-Dec-2005 ~~~~~~~~~~~ Bugfix: New detail crashes cleanice theme (reported by Andras Mohari; reported as CleanIce bug #1383457). Try another value... 16-Dec-2005 ~~~~~~~~~~~ Highlight icons using the theme's preferred colour instead of always using blue (Andras Mohari). Bugfix: Don't set style detail to "base" when highlighting items in a Collection, as it confuses GTK's lighthouseblue theme engine (Thomas Leonard). 15-Dec-2005 ~~~~~~~~~~~ Bugfix: Changing the display style crashes the filer with GTK >= 2.8.9 because it sends a selection changed event before the view has finished initialising (Thomas Leonard; reported by Tobias Kieslich). Removed some done entries from the TODO file (Stephen Watson).
2006-01-29Fixed the remaining pkglint -Wall warnings.rillig1-11/+11
2006-01-29Remove rox-{archive, edit, lib, memo, wallpaper, wrappers}.rxg1-7/+1
2006-01-29No need after rox-2.*.rxg5-138/+0
2006-01-29Change category.rxg8-129/+0