summaryrefslogtreecommitdiff
path: root/sysutils
AgeCommit message (Collapse)AuthorFilesLines
2012-05-22Update to 1.15 (not really tested), on the theory that there's nogdt3-7/+10
reason to run old upstream code. Changes in version 1.15: The new option "-a, --min-read-rate" has been added. The new option "-I, --verify-input-size" has been added. The new option "-x, --extend-outfile" has been added. Ddrescue now verifies that infile, outfile and logfile are all different. Non-tried blocks are now read aligned to cluster-size sectors. The "split or skip" algorithm of the split pass has been improved. A spurious warning about "-D" being ignored in fill mode has been removed. Ddrescuelog, a tool for manipulation, display, conversion, comparison and testing of ddrescue logfiles, has been added.
2012-05-22sysutils/heirloom-shl: mark NOT FOR *BSD or DragonFlymarino1-2/+3
According to the install file, this package is not for any BSD, not just NetBSD (also not for AIX or HP-UX, but I didn't mark those).
2012-05-21update to BlueZ hcidump 2.4plunky8-29/+43
This release adds support for A2MP, L2CAP create/move channel, SAP and additional AVRCP decoding.
2012-05-21Convert AMANDA_SMB and AMANDA_DUMP_SNAP build defines to pkg options.sbd1-11/+14
2012-05-21Use += to set pkg supported/suggested options.sbd1-3/+3
2012-05-20Add runtime dependency on mail.sbd1-2/+3
2012-05-20If /usr/bin/ssh doesn't exist add openssh depenedance.sbd1-1/+8
2012-05-20Convert AMANDA_SSH and AMANFA_FQDN to pkg options and enable amanda-ssh.sbd2-13/+15
2012-05-19sysutils/storage-manager: Mark NOT-FOR-DRAGONFLYmarino1-1/+5
Source unavailable, see policy: <http://leaf.dragonflybsd.org/mailarchive/users/2012-05/msg00066.html> Note: This is a manual fetch which is considered "available", but in this case, the file is no longer at the indicated location.
2012-05-19sysutils/iwi-firmware3: Mark NOT-FOR-DRAGONFLYmarino1-1/+4
Source unavailable, see policy: <http://leaf.dragonflybsd.org/mailarchive/users/2012-05/msg00066.html>
2012-05-19sysutils/iwi-firmware: Mark NOT-FOR-DRAGONFLYmarino1-1/+4
Source unavailable, see policy: <http://leaf.dragonflybsd.org/mailarchive/users/2012-05/msg00066.html>
2012-05-19sysutils/ipw-firmware: Mark NOT-FOR-DRAGONFLYmarino1-1/+4
Source unavailable, see policy: <http://leaf.dragonflybsd.org/mailarchive/users/2012-05/msg00066.html>
2012-05-19sysutils/xfce4-thunar: Fix unwanted directory removalmarino1-4/+1
xfce4-thunar depends on x11/xfce4-panel which takes care of creating the plugins directory. Remove the redundant directory creation which can lead to directories being removed prematurely.
2012-05-14Fix "xm list" with Python 2.7 (which is the default now). Without these ↵manu6-2/+90
patches,you get a traceback and a crashing xend. copied from similar patch on xentools33 from bsiegert
2012-05-14glib2 now only allows glib.h to be included.sbd14-1/+183
2012-05-14If this finds xsltproc, it tries to use it to build man pages, and thendholland2-4/+12
croaks. Because man pages are good, add the necessary build depends and update the PLIST. PKGREVISION -> 4.
2012-05-13DESTDIR support and build fix for SunOS > 5.6 and !sparc.hans4-8/+83
2012-05-13add & enable conkyimil1-1/+2
2012-05-13Initial import of conky, version 1.9.0, into the NetBSD Packages Collection.imil15-0/+1630
Conky is a system monitor for X originally based on torsmo. Since its inception, Conky has changed significantly from its predecessor, while maintaining simplicity and configurability. Conky can display just about anything, either on your root desktop or in its own window. Not only does Conky have many built-in objects, it can also display just about any piece of information by using scripts and other external programs. Conky has more than 250 built in objects, including support for a plethora of OS stats (uname, uptime, CPU usage, mem usage, disk usage, "top" like process stats, and network monitoring, just to name a few), built in IMAP and POP3 support, built in support for many popular music players (MPD, XMMS2, BMPx, Audacious), and much much more. Conky can display this info either as text, or using simple progress bars and graph widgets, with different fonts and colours.
2012-05-13If the WEBMIN_OSVERSION_cmd output is empty then a pair of quotes must besbd1-2/+2
used so that copyconfig.pl has the correct number of arguments.
2012-05-12Fix build on netbsd-6 and up.dholland3-24/+369
2012-05-12Mark this as NOT_FOR_PLATFORM on netbsd-6 and up. It is based on thedholland1-1/+6
historical quota API and has no internal abstractions, so it would require pretty much a total rewrite for the new quota API. This could be done, of course. Contact me if there's any interest.
2012-05-12Bring back patch-RULES_rules.man as the fix in it is still needed.sbd2-1/+15
2012-05-10Correctly handle PKG_SYSCONFDIR - bump pkgrevisionabs3-3/+20
2012-05-09Updated fscd from 1.0 to 1.0.1jdf2-6/+6
1.0.1 fixes a bug that made fscd segfault when removing a killed process and being in debug mode.
2012-05-08Updated to 0.5imil2-8/+8
* Fix bug introduced in rev:a3a710f720dd with passwd arguments. * Backout the additional objectClasses patch for mkdir: same behavior can be acheived with 'touch', less complex to leave it as is. * Add a --version flag. * Small documentation fixes, add better verbosity when saving connection cache data. * Make sure the hasSubordinates attribute is defined before checking its value. * fix 'ls -R' output, minor style cleanup * Repair broken path behavior, remove unneeded #path_to_dn 'relative' flag.
2012-05-07Proofread apccontrol's messages. Raise syslog severity for 'emergency'shattered3-18/+18
message to 'crit'.
2012-05-07Set BUILDLINK_API_DEPENDS correctly (with +=, not ?=)dholland1-2/+2
2012-05-07Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)dholland29-58/+58
It turns out there were a lot of these.
2012-05-07Build fixes for new glib2.dholland10-6/+132
2012-05-06sysutils/gkrellm: Fix indirect linking on DragonFly againmarino1-1/+1
2012-05-04Fix a number of C issues.joerg5-4/+90
2012-05-03Added entries for sysutils/fscd in Makefile and CHANGES.jdf1-1/+2
2012-05-03Added the freebsd service check daemon.jdf5-0/+72
Originally developed by Tom Rhodes for FreeBSD, it's ported to NetBSD now and maintained by me. https://vcs.in-berlin.de/schrank21_fscd
2012-05-03Drop dependency on libXp (from Imake)obache3-10/+6
* libXp was used by Xaw8, but it had been obsolated, and in pkgsrc, x11/libXaw/buildlink3.mk had been switched to pick up Xaw7 by default. * With x11/xorg-cf-files, libXp was offered with XawClientLibs, but updated to 1.0.4, it was removed. * And pkgsrc had been switched to use always xorg-cf-files and imake from pkgsrc, so all platforms should not require libXp from libXaw with Imake. Bump PKGREVISION.
2012-05-01Changes 2.32.2:adam2-6/+19
* GApplication: can now have a NULL application ID * g_clear_object: fix warnings when using it on C++ (due to lack of ability to implicitly cast void*) * GDBus: - add our own implementation of the message bus for use on Windows only - fix up a few bugs that use of this bus uncovered in GDBus - escape nonce files in dbus addressess (think 'c:\') - support initial underscores in dbus codegen namespace (for private) * Fix misdetection of GNUstep as Cocoa (for the MacOS GSettings backend) * make sure configure fails if AC_CHECK_ALIGNOF cannot detect the alignment * GAppInfo: overwrite the DISPLAY only if it is set in the launch context * glib/tests/date: force US locale running the GDateTime tests * GSocketControlMessage: Don't warn about unknown messages * Resources: - fix broken use of GVDB on big endian machines - set a 'display name' so that pretty file names appear in Gtk CSS warning messages * GMainContext: - block child sources when blocking the parent - introduce more testcases for child sources * Translations updates: Brazilian Portuguese French Galician Italian Lithuanian Polish Polish Serbian Simplified Chinese Spanish * Bug fixed: 619026 avoid warning in gutils.h when using gcc with -Wconversion 669260 Open/Save dialog hangs waiting for data with libsoup 671249 GApplication: Allow a null application_id? 672786 goa-daemon: action in notification doesn't work 673409 g_resource_lookup_data may return stale data pointer 674172 glib-2.32.1 misdetects GNUstep as Cocoa 674345 cssprovider: Make sure to print out file name in css warnings 674483 broken configure results when cross-compiling with gcc >= 4.5
2012-04-29Update ruby-fssm to 0.2.9.taca3-9/+7
From commit log. * completely remove rubycocoa backend, as it hasn't worked correctly since 10.6 and rb-fsevent is a better solution regardless * mention guard/listen on require
2012-04-29Update ruby-facter package to 1.6.8.taca3-7/+9
1.6.8 === b86fe4c (#12831) Add rspec tests to have_which method in Resolution 70be957 (#12831) Fix recursion on first kernel fact resolution 1.6.7 === ab9e26c Updating CHANGELOG and lib/facter.rb for Facter 1.6.7rc1 bdbf332 (#12720) Add Solaris CPU info to 'processorN' fact. a7f5924 (#12813) Redirect lspci output to /dev/null 6ec2863 (#12669) Preserve timestamps when installing files
2012-04-27Recursive bump from icu shlib major bumped to 49.obache11-22/+22
2012-04-27Update sysutils/ruby-rb-appscript to 0.6.1.taca3-12/+21
2010-03-19 -- 0.6.1 * removed 32-bit only AE.run_application_event_loop, AE.quit_application_event_loop * updated AE.launch_application to use LSOpenApplication * minor documentation fixes 2010-12-17 -- 0.6.0 * added UTF-8 Encoding support in Ruby 1.9+; added AEMCodecs::Codecs#use_ascii_8bit for optionally disabling it * AEM::Codecs#pack now accepts Date, DateTime instances; added AEM::Codecs#use_date_time method for unpacking typeLongDateTime descriptors as DateTime instead of Time instances * removed AE.get_app_terminology() as it relied on deprecated Carbon APIs * added AE.copy_scripting_definition() * the OSAX module now now uses OSACopyScriptingDefinition() to obtain scripting addition terminology, so works in both 32- and 64-bit Ruby. Note that in addition to limitations of OSACopyScriptingDefinition (e.g. aete-to-sdef conversion is not 100% reliable), the SdefParser is limited in capability (no support for xi:include, class-extension, synonym elements), but should suffice for parsing relatively simple osax dictionaries. * modified Terminology.dump() to retrieve aete resources via 'ascrgdte' events; added OSAX.dump() method * added workaround for transaction id bug in some versions of OS X 10.6 * renamed AEMReference::Base class to AEMReference::Query * renamed Send::CommandError class to Send::EventError; note that AEM re-exports it as AEM::EventError and [for backwards compatibilty] AEM::CommandError 2009-07-18 -- 0.5.3 * fixed pALL code in defaultterminology * fixed OSAX module initialisation code (previously didn't initialise if ScriptingAddition.new was called directly) * fixed out-of-date URLs in appscript manual 2009-07-05 -- 0.5.2 * removed deprecated AEM::Application.is_running? method * added #dont_cache_unpacked_specifiers, #pack_strings_as_type compatibility options to AEM::Codecs * added default definitions for 'item' type, 'items' elements, 'properties' property as Apple have removed the 'item' class definition from skeleton.sdef (the default terminology for Cocoa apps) * property and elements methods now raise ArgumentError if passed arguments; previously, malformed elements selectors, e.g. app('TextEdit').documents(1).text, would be silently ignored, resulting in unexpected behaviour * Codecs#unpack now tries to coerce descriptors of typeVersion to unicode text (works on 10.4+) c.f. AppleScript (note: itunes.version.get returns the wrong version number otherwise; this appears to be an iTunes bug, but is masked by current AppleScript behaviour) * #process_exists_for_url?, #remote_app in connect.rb now raise error if URL string doesn't contain a colon (process will crash otherwise due to an OS bug) * improved error reporting in Reference#[] when a malformed generic reference containing a command expands to a non-reference value. e.g. its.name.get() would previously expand the the value of the object's 'name' property, typically a string, resulting in a cryptic NoMethodError; this now raises a descriptive ArgumentError. * fixed bug where Terminology module would error on zero-length keywords in problem dictionaries (e.g. MS Word 12.1.7) * AEM::Codecs now correctly unpacks AEDescs of typeBoolean whose data >1 byte * fixed inconsistent escaping of application-defined property/element names that overlap built-in type/enum/property names but uses different codes. e.g. Adobe Illustrator defines 'rotation' as 'SxRx' - this overlaps built-in definition ('rotation' = 'trot'), so is escaped as 'rotation_'. Previously only the Keyword was escaped (i.e. :rotation_ but ref.rotation) now both are escaped (i.e. :rotation_, ref.rotation_). Users should update existing code as needed. * restructured defaultterminology.rb to make it easier to maintain * changed default terminology mapping for :data from KAE::CRawData ('rdat') to KAE::TypeData ('tdta') * the OSAX module now obtains list of installed scripting additions on first use instead of import (the .osax scanning code uses System Events via AEM, and sending Apple events in event loop-based application before the event loop is started can disrupt the process's handling of incoming Apple events)
2012-04-22Set LICENSE.wiz1-1/+2
2012-04-22Update to 3.1.9:wiz4-21/+21
2012-01-14 Martin Mares <mj@ucw.cz> * Released as 3.1.9. * Updated README. * Whereever we mention the PCI ID database, we now refer to http://pci-ids.ucw.cz/ and the sf.net site is mentioned only as a mirror. This includes update-pciids. * Decode PCIe Gen 3 speeds and link status fields. * Various minor bug fixes. * Updated pci.ids to the today's snapshot of the database. 2011-10-02 Martin Mares <mj@ucw.cz> * Released as 3.1.8. * More capabilities: Transaction Processing Hints, Latency Tolerance Reporting. Thanks to Jesse Barnes. * Added BeOS and Haiku ports. Contributed by Francois Revol. * pciutils.pc now uses Libs.private properly. * When we format a name and it does not fit in the buffer, we truncate it instead of returning "buffer too small" instead. This works on all platforms with sane (i.e., C99-compatible) snprintf(). * Various minor bug fixes. * Updated pci.ids to the today's snapshot of the database. 2010-01-31 Martin Mares <mj@ucw.cz> * Released as 3.1.7. * Minor improvements and bug fixes in decoding of the Virtual Channel capability. 2010-01-24 Martin Mares <mj@ucw.cz> * Released as 3.1.6. * More capabilities decoded: Virtual Channel (except arbitration tables), Root Complex Link, Vendor-Specific (header only), SATA HBA. * All extended capabilities have their version displayed (-vv or more). 2010-01-19 Martin Mares <mj@ucw.cz> * Released as 3.1.5. * Updated pci.ids to the today's snapshot of the database. * When scanning extended capabilities, properly mask the lowest 2 bits, which are currently reserved. This avoids unaligned access errors on broken hardware (see tests/broken-ecaps). * Large bar sizes are displayed in human-readable format (with units). Thanks to Matthew Wilcox. * Physical slot information is displayed correctly for multi-function cards. Fixed by Matthew Wilcox. * Fixed a couple of typos everywhere. * Library: Fixed bugs in freeing of capabilities. * Windows back-end compiles again. 2009-08-14 Martin Mares <mj@ucw.cz> * Released as 3.1.4. (sorry that I have missed 22/7 and released it later :-)) * Updated pci.ids to the today's snapshot of the database. * Fixed memory and file descriptor leak in the dump back-end. * The SR-IOV capability decoder now prints the VF BAR's. Patch by Chris Wright, cleaned up by me. * On request of certain company's lawyers, we now include a copy of the GPL with our package. It seems that the pciutils are getting mature if the most important bug of the month was this one ;-)
2012-04-18Update to 0.8.2.gdt2-6/+6
New in Version 0.8.2 Branches netbsd-6, netbsd-6-0 and netbsd-5-1 are supported. New in Version 0.8.1 INSTALL-NetBSD now installs the tests set, in NetBSD 5, and the modules set, to be in NetBSD 6.
2012-04-17Don't override user optimizer settings with mythical GCC optimizerjoerg2-4/+4
levels.
2012-04-17Fix "return;" in non-void function.joerg2-6/+15
2012-04-17Add clang to the stdbuf list.joerg1-2/+6
XXX This is still completely broken as check
2012-04-15Reset maintainer, developer has left the buildingwiz3-6/+6
2012-04-15Update to 0.20:wiz2-7/+6
============ Version 0.20 ============ desktop-file-install - fix list of locale strings without trailing slash (Matthias Clasen) desktop-file-validate - add MATE and Razor to list of registered environments (Vincent) - validate Desktop Actions (Giovanni Campagna, Vincent)
2012-04-15Update KDE SC to 4.8.2markd3-12/+12
bugfixes.
2012-04-14Update sysutils/capistrano to 2.12.0gls3-7/+8
Upstream changes: ----------------- ## 2.12.0 / April 13 2012 This release revserts the very verbose logging introduced in the previous version, it also enables a handful of power-user features which are largely un-documented, but shouldn't be important unless you are looking for them. Undocumented code shouldn't scare you, simply read through deploy.rb in the Gem if you want to know how a new feature works! * Update mapped commands to remove symlink deprecation warning. Despo Pentara (despo) * Add the "rpm" remote dependency. Nick Hoffman (nickhoffman) * Add commented deploy:cleanup task to default recipe. Jean-Philippe Doyle (j15e) * Teach deploy:web:enable to fail gracefully. Lee Marlow (lmarlow) * Ticket 193 alias task show wrong name when it is not overridden. Rafa García (rgo) * Allow configuration of which roles assets are precompiled on. Frederick Cheung (fcheung) * Fix transfer action to honor dry-run flag. Serg Podtynnyi (shtirlic) * Changed single to double quotes for Windows, fixes a Windows bug in the HG module. Matthew J Morrison (mattjmorrison) * Add UnsharedRemoteCache (copied from eycap gem). Ben Symonds (bensymonds) As ever, a sincere thanks to all contributors, and do not hesitate to contact me if this release causes problems for you.