summaryrefslogtreecommitdiff
path: root/sysutils
AgeCommit message (Collapse)AuthorFilesLines
2008-04-25Update PYTHON_VERSIONS_COMPATIBLEjoerg8-16/+10
- assume that Python 2.4 and 2.5 are compatible and allow checking for fallout. - remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+ default. Modify the others to deal with the removals.
2008-04-25- Supports DESTDIRtnn1-2/+4
- Accept Python 2.5
2008-04-25Accept Python 2.5.tnn1-2/+2
2008-04-25Update to py-dbus-0.82.4.tnn2-7/+9
- Supports DESTDIR - Accept Python 2.5 News: * supplying reply_handler but not error_handler raises MissingReplyHandlerException instead of MissingErrorHandlerException, and vice versa (fd.o #12304, patch from Rene Neumann) * Using non-recursive make for dbus/ directory should fix builds in some environments (fd.o #12741)
2008-04-25Accept Python 2.5.tnn1-2/+2
2008-04-25+ndesk-dbuskefren1-1/+3
+ndesk-dbus-glib
2008-04-25Initial import of ndesk-dbus-glib 0.4.1kefren5-0/+63
This module provides GLib integration for sysutils/ndesk-dbus
2008-04-25Initial import of ndesk-dbus 0.6.1akefren5-0/+58
ndesk-dbus is a C# implementation of D-Bus. It's often referred to as dbus-sharp, or "managed D-Bus" to avoid confusion with existing bindings (which wrap libdbus).
2008-04-23Update to 1.40:wiz2-6/+6
1.40 Sat 23 Feb 2008 - Dev release looks good, changing to production release 1.39_01 Wed 20 Feb 2008 (Adam Kennedy) - Fixed rt.cpan.org #30251 "removing dirs enclosed by curly braces" - remove now ignores globbing if -e is true BEFORE globbing (This should fix numerous possible failures where people are trying delete strangely named files, but globbing is kicking in and expanding the names incorrectly) - Moving to a production-grade version to indicate module stability - Adding explicit 5.005 dependency (Primarily for the benefit of automated quality/anaylsis tools)
2008-04-23Update to 7.1:wiz4-20/+20
Sense codes are now transcribed into human-readable representation. The -F/-free-space option was added. Solaris compatibility was increased. Building on Mac OS X 10.5 was fixed. A workaround for missing direct I/O on Linux 2.4 was implemented. SCSI devices are now locked more aggressively on Linux. Error handling was improved. Several other fixes and enhancements were made.
2008-04-22+ acpica-utilsxtraeme6-152/+2
- acpi-iasl
2008-04-22Import acpica-utils 20080321. The acpi-iasl pkg didn't build somextraeme5-0/+166
useful tools provided in the acpica-unix package, so this package will install all them. This package provides the ACPICA user-space utilities built upon the same kernel code. The following utilities are provided: * ASL Compiler & Disassembler * ACPI Simulator (AcpiExec) * ACPI Table Extractor
2008-04-22Update to 20080321 (for real, the latest one).xtraeme2-8/+8
Bugfixes and some other stuff, please review the CHANGES.txt file for more info.
2008-04-19Old MASTER_SITES does not have a archive anymore.obache1-2/+3
set gatekeeper.hp, it have version 3.2 (and newer 4.0). (primary site is ftp://ftp.isc.org/isc/rtty/ ?)
2008-04-17PYTHON_VERSIONS_ACCEPTED+=25abs1-2/+2
2008-04-16explicitely require libxklavier>=3.3, in response to PR pkg/38441drochner1-1/+3
by dieter roelants
2008-04-15sync w/ base pkgdrochner3-16/+14
2008-04-15update to 2.22.1drochner3-13/+13
This switches to the gnome-2.22 release branch.
2008-04-15update to 2.22.2drochner5-30/+12
This switches to the gnome-2.22 release branch.
2008-04-15update to 2.22.1drochner4-14/+12
This switches to the gnome-2.22 release branch.
2008-04-15add a runtime library search path for samba, bump PKGREVISION.drochner3-4/+14
(smb access works now)
2008-04-12Convert to use PLIST_VARS instead of manually passing "@comment "jlam14-63/+53
through PLIST_SUBST to the plist module.
2008-04-11+gnome-settings-daemon,gvfsdrochner1-1/+3
2008-04-11add gvfs-0.2.3, a userland virtual file system implementation whichdrochner6-0/+235
ought to replace gnome-vfs, starting with gnome-2.22 pkgsrc note: It would be great to have this split into modules to limit dependencies, but as the code is structured this is hard to do. So I've basically selected functions which are provided by gnome-vfs plus gnome-vfs-samba. Unfortunately, the samba part doesn't work for me - mount attempts just hang. So this is a work-in-progress, help welcome.
2008-04-11add gnome-settings-daemon-2.22.1, a program to manage preferences etc,drochner7-0/+224
used to be part of gnome-control-center but was split out in gnome-2.22
2008-04-10+ Use the options framework instead of using MTOOLS_ENABLE_FLOPPYD.jlam3-22/+30
+ Convert to use PLIST_VARS instead of manually passing "@comment " to the plist module. Bump the PKGREVISION to 1 due to the options changes.
2008-04-10update to 2.22.0drochner5-23/+36
This switches to the gnome-2.22 release branch.
2008-04-10reset PKGREVISION foe base pkg updatedrochner1-2/+1
2008-04-07Fix DESTDIR.joerg1-3/+2
2008-04-06The package supports installation to DESTDIR.heinz1-1/+3
2008-04-04Add and enable new ruby-* packages.jlam1-1/+3
2008-04-04Install as a gem using the pkgsrc rubygem.mk framework instead ofjlam4-26/+53
directly into site_ruby.
2008-04-04Initial import of ruby18-directory-watcher-1.1.1 asjlam4-0/+39
sysutils/ruby-directory-watcher. The directory watcher operates by scanning a directory at some interval and generating a list of files based on a user-supplied glob pattern. As the file list changes from one interval to the next, events are generated and dispatched to registered observers. Three types of events are supported -- added, modified, and removed.
2008-04-04Update puppet to version 0.24.4. Changes from verison 0.22.4 include:jlam9-449/+771
+ Install as a Ruby gem. - Better caching of external lookups. - Many bug fixes. - External node commands can specify an environment and Puppet will now use it. - Always duplicating resource defaults in the parser, so that stacked metaparameter values do not result in all resources that receive a given default also getting those stacked values. - Puppet's parser no longer changes the order in which statements are evaluated, which means that case statements can now set variables that are used by other variables. - Clients should now fail to install files whose checksums do not match the checksum from the server. - Autoloading now searches the plugins directory in each module, in addition to the lib directory. - Virtual defined types are no longer evaluated. NOTE: This introduces a behaviour change, in that you previously could realize a resource within a virtual defined resource, and now you must realize the entire defined resource, rather than just the contained resource. - Added builtin support for Nagios types using Naginator to parse and generate the files. - Modifying the behaviour of the certdnsnames setting. It now defaults to an empty string, and will only be used if it is set to something else. - External node support now requires that you set the 'node_terminus' setting to 'exec'. - You now must specify an environment and you are required to specify the valid environments for your site. - The --use-nodes and --no-nodes options are now obsolete. Puppet automatically detects when nodes are defined, and if they are defined it will require that a node be found, else it will not look for a node nor will it fail if it fails to find one. - Added support for managing interfaces. - Puppet clients now have http proxy support. - Adding module autoloading. - Significantly reworked external node support, in a way that's NOT backward-compatible: Only ONE node source can be used -- you can use LDAP, code, or an external node program, but not more than one. LDAP node support has two changes: First, the "ldapattrs" attribute is now used for setting the attributes to retrieve from the server (in addition to required attriutes), and second, all retrieved attributes are set as variables in the top scope. This means you can set attributes on your LDAP nodes and they will automatically appear as variables in your configurations. External node support has been completely rewritten. These programs must now generate a YAML dump of a hash, with "classes" and "parameters" keys. The classes should be an array, and the parameters should be a hash. The external node program has no support for parent nodes -- the script must handle that on its own. - Replaced the obsolete RRD ruby library with the maintained RubyRRDtool library - Significantly reworking configuration parsing. Executables all now look for 'puppet.conf', although they will parse the old-style configuration files if they are present, although they throw a deprecation warning. Also, file parameters (owner, mode, group) are now set on the same line as the parameter, in brackets.
2008-04-04Initial import of capistrano-2.2.0 as sysutils/capistrano.jlam4-0/+152
Capistrano is a tool for automating tasks on one or more remote servers. It executes commands in parallel on all targeted machines, and provides a mechanism for rolling back changes across multiple machines.
2008-04-01remove some DISABLE_DEPRECATED to fix build against newer glib2 versionsdrochner3-6/+24
2008-03-28Update to 20061109 source: (leaf package)xtraeme2-6/+6
Fixed a problem where the presence of the _OSI predefined control method within complex expressions could cause an internal compiler error. AcpiExec: Implemented full region support for multiple address spaces. SpaceId is now part of the REGION object. BZ 429 Ported the -g option (get local ACPI tables) to the new ACPICA Table Manager to restore original behavior. Fixed a compilation problem with the pre-defined Resource Descriptor field names where an "object does not exist" error could be incorrectly generated if the parent ResourceTemplate pathname places the template within a different namespace scope than the current scope. (BZ 7212) Fixed a problem where the compiler could hang after syntax errors detected in an ElseIf construct. (BZ 453) Fixed a problem with the AmlFilename parameter to the DefinitionBlock() operator. An incorrect output filename was produced when this parameter was a null string (""). Now, the original input filename is used as the AML output filename, with an ".aml" extension. Implemented a generic batch command mode for the AcpiExec utility (execute any AML debugger command) (Valery Podrezov). Fixed a problem with the implementation of the Switch() operator where the temporary variable was declared too close to the actual Switch, instead of at method level. This could cause a problem if the Switch() operator is within a while loop, causing an error on the second iteration. (BZ 460) Disassembler - fix for error emitted for unknown type for target of scope operator. Now, ignore it and continue. Disassembly of an FADT now verifies the input FADT and reports any errors found. Fix for proper disassembly of full-sized (ACPI 2.0) FADTs. ... and more, please review the changes.txt file for more info.
2008-03-27Remove the hidden stage files only if the iso image was createdxtraeme1-2/+6
successfully.
2008-03-27Update to 0.16 (leaf package):xtraeme3-110/+170
* Introduce the MOUNT_{PACKAGES,PKGSRC,PKGSRCDIST}_DIR options in the configuration file, to use null mounts for them. By default neither of these directories will be mounted by default. * Introduce the concept of 'targets done'. If the user tries to issue a 'base' target before the 'kernel' target an error message will be printed and an appropiate error code returned (just an example, it is done for all required targets). This is useful to avoid silly things like: [mklivecd kernel target was skipped here] $ mklivecd base $ mklivecd chroot $ mklivecd iso Obviously the 'iso' target failed because it couldn't find some required files.
2008-03-25Drop unnecessary devel/binutils dependency.tnn1-2/+1
2008-03-25Distfile has changed on master site.tnn2-6/+8
- bump PKGREVISION and use DIST_SUBDIR. - Drop dependency on devel/binutils. The cvs log says that it was only needed on NetBSD<1.5Y
2008-03-18remove a check which allows only selected NetBSD archs tu build.drochner1-14/+1
There is no machine dependency in the NetBSD support code, and even if there is some left, a compiler error message is more helpful than "make" rejecting it from the beginnng. in response to PR pkg/38252 by Stuart Shelton
2008-03-15py-gtk2 needs Python 2.4joerg1-2/+2
2008-03-14Use INSTALLATION_DIRS to create directories.reed1-3/+5
Noticed in cheusov's bulk build that it created plain file as /usr/pkg/man/man8.
2008-03-13Various style improvements as suggested by Joerg:tonnerre5-74/+66
- Don't use variables that contain EXAMPLESDIR - Eliminate PLIST_SUBST - Use SUBST instead of post-patch target - Use INSTALLATION_DIRS instead of INSTALL_DATA_DIR - Use proper English capitalization in patch files
2008-03-13Cleanup.joerg1-8/+5
2008-03-13Add Puppet subdirectory to list of subdirectoriestonnerre1-1/+2
2008-03-13Add Puppet version 0.22.4tonnerre9-0/+565
Approved-by: jlam, gdt
2008-03-12Add sysutils/ruby-facter to the Makefiletonnerre1-1/+2
2008-03-12Add Facter Ruby module in version 1.3.8 to prepare addition of Puppettonnerre4-0/+43