summaryrefslogtreecommitdiff
path: root/sysutils
AgeCommit message (Collapse)AuthorFilesLines
2008-12-21Rework platform logic to fall back properly to dummy backend.ahoka1-9/+9
2008-12-21PR# pkg/40147: sysutils/hal fails to build on Linuxjmcneill4-2/+61
2008-12-21Negative option name "nox11" should not be used, use "-x11" instead.obache1-6/+6
2008-12-21regen checksum for patch-abwiz1-2/+2
2008-12-20# used by audio/gnome-vfs-cdda/Makefilejmcneill1-1/+4
# used by net/gnome-vfs-dns-sd/Makefile # used by net/gnome-vfs-smb/Makefile
2008-12-20PR# pkg/40230: "libvolume_id" doesn't build under Mac OS Xjmcneill7-26/+40
Fix HAL build on OS X. Tested on 10.5.6 powerpc.
2008-12-20Add avahi and cdda support, bump PKGREVISION.jmcneill2-5/+25
2008-12-20PR/38967: Yamamoto Takashi: Honor NETBSDSRCDIR.christos1-8/+11
2008-12-20Also mention PowerNow in the COMMENT. But because of length removed "enabled".reed1-2/+2
2008-12-20Add further explanation of acpica.reed1-1/+2
2008-12-20PR/39956: Kamel: copy perl syscalls generation script to the netbsd directory.christos1-1/+6
2008-12-20Enhance NetBSD hal support to at least be able to write files to opticalreinoud3-7/+262
media. No support for mounting yet.
2008-12-20Add missing entries to PLIST. Bump PKGREVISION.hira2-2/+20
2008-12-19Fix PR pkg/40227. Add missing entries to PLIST. Bump PKGREVISION.hira3-5/+9
2008-12-19PR# pkg/40230: "libvolume_id" doesn't build under Mac OS Xjmcneill1-2/+4
HAL uses the dummy backend on OSX, so no need to pull in libvolume_id.
2008-12-19fix previous, this time also update checksumsmacallan2-10/+9
2008-12-19fix botched NetBSD version check so we can use the getifdata() method tomacallan1-5/+24
collect interface statistics. Also gracefully deal with NULL if_data. Now this works again on sparc64. OKed by cube
2008-12-18Bump BUILDLINK_{API,ABI}_DEPENDS.hira4-7/+8
Bump PKGREVISION (some packages ride the previous PKGREVISION bump).
2008-12-18If PREFIX/bin/esdcompat is found, prefer it over PREFIX/bin/esd.jmcneill3-6/+41
Bump PKGREVISION.
2008-12-18Add missing entries to PLIST. Bump PKGREVISION.hira2-4/+21
2008-12-18DESTDIR support. Fix build with netbsd-5+joerg1-11/+9
2008-12-18Add missing entries to PLIST. Bump PKGREVISION.hira2-2/+7
2008-12-17Update to 0.5.1.hira3-17/+16
* Apply patch to fix compilation with kfreebsd (Bug #3040). * Apply patch to make the plugin work with newer kernels (Bug #3190).
2008-12-17Update Xfce to 4.4.3. This is bug fix release.hira9-36/+45
Changes since 4.4.2: x11/xfce4-panel: * Quite a bit code changed in the dnd code. Mostly to fix a segfault in FreeBSD-amd64, but more problems were discovered and a lot of code was simplified. * Don't respond the uri drags, we don't use it and it only causes problems like hiding the panel when a file was dragged over the panel (Bug #3815). * Fix crash with xrandr 1.2 (Bug #3620) x11/xfce4-desktop: * Make menu panel plugin honor CustomizeDesktopMenu kiosk setting (Bug #1026). * Fix incorrect initial desktop font size when setting custom font size if a custom font was never set before (Bug #3957). wm/xfce4-wm: * Fix automaximize on move * Remove trailing \0 in UTF-8 strings, that causes libwnck to rightfully complain that NET_WM_NAME contains invalid UTF-8 * Exit on SelectionClear event so that xfwm4 exits even with WM who do not send a ClientMessage event such as Openbox (Bug #2374) * Backport overlay and compositor support from trunk (Bug #3849) * Filter out grab/ungrab events so we don't end up redrawing the frame twice * Set monitor when positionning menu (Bug #4162) * Reduce flickering during resize (Bug #4283) * Fix NET_WM_STATE claiming maximization vertical and horizontal even if only horizontal of vertical is actually set (Should fix Bug #3969) * Loosen the rule that prevents an application from iconifying itself when skip_taskbar is set (Bug #4434) * Rework visual depth selection of the frame window (Bug #4452) * Add support for NET_MOVERESIZE_WINDOW * Take gravity bit into account in configure resize only requests to comply with standard (Bug #3634) * Add client windows to save set to avoid loosing all windows in case of crash * Use guint32 instead of Time internally to avoid potential issues in 64bits * Add a "--replace" command line option to replace ICCCM2 compliant window managers (Bug #3731) x11/libxfce4gui: * Fix format-string vulnerability in dialog code x11/xfce4-terminal: * Update to latest trunk translations. sysutils/xfce4-thunar: * Update to latest trunk translations. editors/xfce4-mousepad: * Sort recent items by most recently used. x11/xfce4-utils: * Fix missing translated chars (Bug #3543) Updated translations: * Basque * Brazilian Portuguese * Catalan * Chinese Traditional * Danish * Estonian * Finnish * French * Galician * German * Indonesian * Japanese * Korean * Kurdish * Latvian * Norwegian * Polish * Sinhala * Slovak * Slovene * Spanish * Turkish * Urdu
2008-12-17+ fdupesobache1-1/+2
2008-12-17Import fdupes-1.40 as sysutils/fdupes.obache7-0/+93
Based on PR 39977 by Edgar Fuss. FDUPES is a program for identifying or deleting duplicate files residing within specified directories.
2008-12-16Unbreak the build in DragonFly again.hasso1-1/+2
2008-12-14Mention that this package also supports DVDs and Blu-ray.wiz2-10/+10
Requested by Greg Troxel.
2008-12-12* Since PLIST.${OPSYS} is automatically included in PLIST_SRC,taca1-3/+2
there is no need to explicitly set. * Contrastly, if PLIST_SRC includes only PLIST, you need to set PLIST explicitly. Fix build problem on NetBSD 4.1_STABLE (maybe NetBSD < 5).
2008-12-11Fix typoreinoud4-3/+445
2008-12-11Add rudementary cdrom HAL info. Probing and volume management needs to bereinoud5-9/+16
implemented still.
2008-12-10consolekit wants (requires) libz, so pull it in. Fixes build on some ↵dsainty1-1/+2
(Linux) systems.
2008-12-09Enable HAL support.ahoka3-3/+26
2008-12-09Added xfce4-volman.ahoka1-1/+2
2008-12-09Import xfce4-volman-0.2.0 as sysutils/xfce4-volman.ahoka4-0/+50
HAL backed volume manager for Thunar and Xfce.
2008-12-08Honour PKG_SYSCONFBASE when installing dbus policy.ahoka1-3/+3
2008-12-07pkg/40112: don't hardcode "netbsd" in RCD_SCRIPT_SRC.apcupsdbouyer1-2/+3
bump PKGREVISION
2008-12-07Fix includes. Bump version.wiz1-6/+7
2008-12-07Fix path to xauth executable. Bump PKGREVISION.wiz1-1/+8
2008-12-07Back out new-style BSD makefile, as older NetBSD mk files do notbjs4-28/+21
support PROGS. Ensure that we install the usbgen(8) manual page, though. No PKGREVISION bump as no change in installed files from previous revision.
2008-12-07Renamed option 'openssl' to 'ssl', which is more compatible with pkgsrc env.adam1-3/+3
2008-12-06Update dmidecode to 2.10.obache2-6/+6
Patch provided by Sergey Svishchev via PR 40104. dmidecode: * Support for Solaris (x86 only, of course). * Possibility to dump the SMBIOS/DMI table to a small binary file (option --dump-bin). * Possibility to read the SMBIOS/DMI table from such binary files (option --from-dump). * Support for SMBIOS 2.6. This includes new chassis types, new processor family names, new processor family upgrade names, bus address for system slots, and a new entry type for on-board devices, amongst many other minor changes. * Support for DMI entry type 31 (Boot integrity services). * Many processor family names taken from the CIM Schema document. vpddecode: * No longer ask users to report broken records. * Fix --quiet option.
2008-12-04hald-netbsd: clear charge rate when charge state is normal, reportjmcneill2-3/+11
measurement type when envstat provides Ah readings. Bump PKGREVISION.
2008-12-03the later -> the latterminskim1-2/+2
2008-12-03DESTDIR ready.hasso1-1/+2
2008-12-02Add buildlink3.mk file for nautilus-cd-burner.wiz1-0/+26
2008-12-02Update to 2.24.0 (probably doesn't really work, help very welcome).wiz9-167/+59
=============== Version 2.24 =============== =============== Version 2.23.90 =============== - Add ability to inhibit the SessionManager =============== Version 2.22.1 ============== - Fixed #524467, Right-click menu of DVD writer does not have "Copy Disk" option (William Jon McCann) Translations: - Updated be: Alexander Nyakhaychyk - Updated nn: Eskild Hustvedt - Updated el: Nikos Charonitakis - Updated ml: Ani Peter - Updated da: Kenneth Nielsen - Updated sk: Marcel Telka Help Manual Translations: None =============== Version 2.22.0 =============== Translators - Updated it: Luca Ferretti - Updated as: Amitakhya Phukan - Updated ar: Djihed Afifi <djihed@gmail.com> - Updated cs: Petr Kovar - Updated gl: Ignacio Casal Quinteiro - Updated es: Jorge Gonzalez <jorgegonz@svn.gnome.org> - Updated bn_IN: Runa Bhattacharjee - Updated ru: Vasiliy Faronov - Updated nl: Wouter Bolsterlee - Updated pt: Duarte Loreto - Updated tr: Baris Cicek - Updated ne: Pawan Chitrakar - Updated lv: Djihed Afifi <djihed@gmail.com> - Updated lt: Gintautas Miliauskas - Updated th: Theppitak Karoonboonyanan - Updated en_GB: Philip Withnall - Updated ta: I. Felix - Updated fr: Claude Paroz - Updated zh_HK: Hong Kong - Updated pt_BR: Jonh Wendell - Updated hr: Djihed Afifi <djihed@gmail.com> - Updated zh_TW: Taiwan - Updated hu: Gabor Kelemen - Updated fi: Ilkka Tuohela - Updated da: Kenneth Nielsen - Updated ja: Takeshi AIHANA - Updated ka: Djihed Afifi <djihed@gmail.com> - Updated be@latin: Ihar Hrachyshka - Updated ko: Changwoo Ryu - Updated kn: Runa Bhattacharjee, kn - Updated mk: Arangel Angov, Djihed Afifi <djihed@gmail.com> - Updated de: Hendrik Brandt - Updated pl: Artur Flinta - Updated uk: Maxim Dziumanenko - Updated mr: Rahul Bhalerao =============== Version 2.21.6 =============== * Get HAL udi from GIO for disc copy function. * Remove some straggling gnome-vfs references. =============== Version 2.21.5 =============== * Inihibit power management while burning (Martin Schoen) * Add support for creating DVD Video (Fabio Bonelli) * Updated CD spin icons (Denis Washington) * Add nautilus_burn_drive_can_eject * Add x-content support (Matthias Clasen) * Initial port to GIO * Use pkg-config to determine nautilus extension dir =============== Version 2.20.0 =============== Translators * Updated el: Simos Xenitellis * Updated bg: Alexander Shopov * Updated tr: Baris Cicek * Updated sk: Andre Klapper * Updated ar: Djihed Afifi <djihed@gmail.com> * Updated lv: Subhransu Behera * Updated cs: Jakub Friedl * Updated ro: Mugurel Tudor * Updated or: Subhransu Behera =============== Version 2.19.6 =============== nautilus-cd-burner * Fixed #433730, [Patch] Run gtk-update-icon-cache in install-hook and uninstall-hook (William Jon McCann) * Fixed #435025, Direct copy of audio CD results in white noise CD (William Jon McCann) Translators * Updated fi: Ilkka Tuohela * Updated ta: I. Felix =============== Version 2.19.1 =============== libnautilus-burn * Pass environment to gnome-eject so it works with ConsoleKit =============== Version 2.18.1 =============== Translators * Updated lv: Raivis Dejus * Updated dz: Pema Geyleg * Updated sl: Matic Zgur * Updated eu: Inaki Larranaga Murgoitio * Updated gl: Ignacio Casal Quinteiro * Updated es: Claudio Saavedra =============== Version 2.18.0 =============== Translators * Updated ru: Nickolay V. Shmyrev * Updated gu: Ankit Patel * Updated zh_HK: Hong Kong * Updated sr.po, sr@Latn: Goran Raki%Gć%@ * Updated ca: Josep Puigdemont i Casamaj * Updated zh_TW: Taiwan * Updated mk: Jovan Naumovski <jovan@lugola.net> * Updated lt: Gintautas Miliauskas * Updated dz: Pema Geyleg * Updated uk: Maxim Dziumanenko * Updated ja: Takeshi AIHANA =============== Version 2.17.8 =============== Translators * Updated pt: Duarte Loreto * Updated pt_BR: Raphael Higino * Updated zh_CN: Abel Cheung * Updated vi: Nguy%Gễ%@n Th * Updated it: Luca Ferretti * Updated da: Peter Bach * Updated hu: Gabor Kelemen * Updated he: Yair Hershkovitz =============== Version 2.17.7 =============== nautilus-cd-burner * Fixed #406333, crash in Computer: attempting to eject CD (William Jon McCann) Translators * Updated be: Ihar Hrachyshka * Updated fr: Stéphane Raimbault * Updated bg: Alexander Shopov * Updated nl: Wouter Bolsterlee * Updated nb: Kjartan Maraas * Updated de: Hendrik Richter * Updated ko: Changwoo Ryu * Updated sv: Daniel Nylander * Updated ar: Changwoo Ryu * Updated en_GB: British * Updated th: Theppitak Karoonboonyanan * Updated et: Priit Laes * Updated fi: Ilkka Tuohela * Updated pl: Artur Flinta =============== Version 2.17.6 =============== nautilus-cd-burner * Fixed #332615, Nautilus cdburner gives wrong error on missing discspace (William Jon McCann) * Fixed #385382, Update description and label for menu entry in Places menu (Luca Ferretti) * Fixed #395079, ejects the CD after copying to image (William Jon McCann) Translators * Updated ca: Josep Puigdemont i Casamajó * Updated de: Hendrik Richter =============== Version 2.17.5 =============== nautilus-cd-burner * Fixed #355979, No copy disc option Translators * Updated ca: Josep Puigdemont i Casamajó * Updated lv: Raivis Dejus * Updated ar: Yair Hershkovitz, Djihed Afifi <djihed@gmail.com> * Updated ku: Erdal Ronahi * Updated fi: Ilkka Tuohela * Updated et: Priit Laes * Updated en_GB: British * Updated he: Yair Hershkovitz ============== Version 2.17.4 ============== nautilus-cd-burner * Fix a possible double free Translators * Djihed Afifi (ar) * Ihar Hrachyshka (be) * Francisco Javier F. Serrador (es) * Kjartan Maraas (nb) * Daniel Nylander (sv) * Theppitak Karoonboonyanan (th) ============== Version 2.17.3 ============== nautilus-cd-burner * Rename invalid filenames (Fabio Bonelli) * Support x-cdrdao-toc mime types (Sven Arvidsson) * Fix cancellation warning when erasing DVD * Fix create from ISO in burn:// Translators * Yuval Tanny (he) * Luca Ferretti (it) * Taya (ka) ============== Version 2.17.2 ============== nautilus-cd-burner * Eject discs by default * Fix test for joliet on DVD writes * Don't use g_date_set_time Translators * Ivar Smolin (et) * Kjartan Maraas (nb) ============== Version 2.17.1 ============== Translators * Ivar Smolin (et) * Ignacio Casal Quinteiro (gl) ============== Version 2.16.1 ============== libnautilus-burn * Don't show every kbps speed available * Drop locks when re-entering main loop * Fixes for Solaris (Brian Cameron) nautilus extension * Remove read_watch before dispatching request * Don't loop under Solaris Translators * Abdulaziz Al-Arfaj (ar) * M%Gə%@tin %GƏ%@mirov (az) * Rostislav \"zbrox\" Raykov (bg) * Runa Bhattacharjee (bn_IN) * Senad Uka (bs) * "Last-Translator: Mindu Dorji\n" (dz) * Kostas Papadimas (el) * David Lodge (en_GB) * Francisco Javier F. Serrador (es) * Robert-Andr * Paul Duffy (ga) * Ankit Patel (gu) * Rajesh Ranjan (hi) * "Last-Translator: auto\n" (hr) * Imam Musthaqim (id) * Luca Ferretti (it) * Satoru SATOH (ja) * Taya (ka) * Raivis Dejus (lv) * Badral (mn) * Hasbullah Bin Pit (ms) * Wouter Bolsterlee (nl) * A S Alam (pa) * Evandro Fernandes Giovanini (pt_BR) * Duarte Loreto (pt) * Leonid Kanter (ru) * Steve Murphy (rw) * Daniel Nylander (sv) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) ============== Version 2.16.0 ============== Translators * Runa Bhattacharjee (bn_IN) * Jordi Mallach (ca) * Meelad Zakaria (fa) * Robert-Andr * Gabor Kelemen (hu) * %GŽ%@ygimantas Beru%Gč%@ka (lt) * Ani Peter (ml) * Wouter Bolsterlee (nl) * Subhransu Behera (or) * Duarte Loreto (pt) * Felix (ta) * Theppitak Karoonboonyanan (th) * Emrah * Maxim Dziumanenko (uk) * Liu Songhe (zh_CN) * Woodman Tuen (zh_HK) * Woodman Tuen (zh_TW) ============== Version 2.15.7 ============== nautilus extension * Improve the communication protocol libnautilus-burn * Do ref counting of init/shutdown Translators * Mate ORY (hu) * Satoru SATOH (ja) * Badral (mn) & Leonid Kanter (ru) * Matic %GŽ%@gur (sl) * Clytie Siddall (vi) * Liu Songhe (zh_CN) ============== Version 2.15.6 ============== nautilus extension * Don't show copy disc option when drive is empty Translators * Runa Bhattacharjee (bn_IN) * Priit Laes (et) * I * Imam Musthaqim (id) * Kjartan Maraas (nb) * Tino Meinen (nl) ============== Version 2.15.5 ============== nautilus-cd-burner * Display drive speeds as floating point (Fabio Bonelli) * Install a desktop file to handle iso files (Fabio Bonelli) Translators * Hendrik Richter (de) * Francisco Javier F. Serrador (es) * Jovan Naumovski (mk) * Daniel Nylander (sv) ============== Version 2.15.4 ============== nautilus extension * Set sensitivity of Write to disc menu item. nautilus-cd-burner * New icons libnautilus-burn * Populate drive selection list correctly Translators * Rostislav \"zbrox\" Raykov (bg) * Mahay Alam Khan (bn_IN) * Hendrik Richter (de) * Kostas Papadimas (el) * Francisco Javier F. Serrador (es) * Priit Laes (et) * I * Ilkka Tuohela (fi) * Christophe Bliard (fr) * Ankit Patel (gu) * Rajesh Ranjan (hi) * Changwoo Ryu (ko) * Raivis Dejus (lv) * Thierry Randrianiriana (mg) * A S Alam (pa) * Leonid Kanter (ru) * Felix (ta) * Theppitak Karoonboonyanan (th) * Woodman Tuen (zh_HK) * Woodman Tuen (zh_TW) ============== Version 2.15.3 ============== nautilus-cd-burner * Fix some temp file leaks * Only allow editing label when burning from burn:// (Fabio Bonelli) * Only ask for the types of media on which data will fit (Fabio) libnautilus-burn * Require HAL > 0.5.7 * Catch more growisofs errors * Add a NautilusBurnDriveMonitor singleton to manage drives * Rename drive_get_media_size to get_media_capacity (Fabio) * Fix NAUTILUS_BURN_DRIVE_SIZE_TO_TIME (Fabio) * Support adding and removing drives from selection automatically * Add nautilus_burn_drive_media_is_appendable to API (Philippe Rouquier) Translators * Francisco Javier F. Serrador (es) * Priit Laes (et) * I * Ignacio Casal Quinteiro (gl) * Ankit Patel (gu) * Kjartan Maraas (nb) * Leonid Kanter (ru) * Daniel Nylander (sv) * Theppitak Karoonboonyanan (th) * Clytie Siddall (vi) * Liu Songhe (zh_CN) ============== Version 2.15.2 ============== nautilus-cd-burner * Refactor code * Save writing device * Prompt for disc before creating ISO * Add some error checking for CUE files * Support writing DVDs on the fly (without ISO) * Display sizes using most appropriate units libnautilus-burn * Catch more cdrecord errors * Consolidate sub-proc handling in new class * Add new GRAFT_LIST recorder track type Translators * Francisco Javier F. Serrador (es) * Priit Laes (et) * Ankit Patel (gu) * Yuval Tanny (he) * Kjartan Maraas (nb) ============== Version 2.15.1 ============== nautilus-cd-burner * Support relative paths from command line * Report incorrectly encoded filenames (Mads Chr. Olesen) * Use window icon to report progress (Fabio Bonelli) libnautilus-burn * Show DVD speeds in speed selection when appropriate (Fabio Bonelli) Translators * Priit Laes (et) * Ilkka Tuohela (fi) * Ignacio Casal Quinteiro (gl) * Ankit Patel (gu) * Clytie Siddall (vi)
2008-12-02Update to 2.24.1:wiz2-7/+6
============== Version 2.24.1 ============== - don't reset the rotation setting when the systray menu is opened (Eric Piel) (#554951) - make Toggle Keys work in the keyboard settings dialog (Jens Granseuer, #555009) - fix picking up the GDM keyboard layout (Matthias Clasen) (#554525, #555873) - show the shutdown dialog instead of the logout dialog when the power button is pressed (Matthias Clasen) (#556307) - fix sound volume keys if the setup is initially invalid (Jens Granseuer) (#552383) - correctly reinitialize hot-plugged mice (William Grant, Jens Granseuer) (#549267, #55987, #560618) - Updated translations: - ar (Djihed Afifi) - dz (Pema Geyleg) - et (Priit Laes) - it (Luca Ferretti) - mk (Jovan Naumovski) - pt_BR (Leonardo Ferreira Fontanelle) - sk (Marcel Telka)
2008-12-02Update to 2.24.2:wiz3-7/+8
============== Version 2.24.2 ============== Translators * Mikel González (ast)
2008-12-02conflict between cdrkit and cdrtools. PR 40074.obache2-3/+5