summaryrefslogtreecommitdiff
path: root/sysutils
AgeCommit message (Collapse)AuthorFilesLines
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
2008-03-12update to 2.20.2drochner2-7/+6
mostly cosmetical, just fix a linux specific issue
2008-03-10Add CONFLICTS line for previous PKGNAME versions.wiz1-1/+3
Suggested by Alan Barrett.
2008-03-08Back out previous change on patch-cc: setting the pty slave to raw is stillbouyer2-3/+11
required for pgrub. Ride the previous PKGREVISION bump.
2008-03-08On NetBSD, the pseudo-tty attributes are reset when the slave is openbouyer4-13/+63
for the first time. This cause a race between xenconsole and xenconsoled, where the later start writing to the master pty before the former has switched it back to raw, causing some lines to be echoed back to the domU. Fix this by keeping the slave open in xenconsoled, so that when xenconsole opens it attributes are not reset. Hint provided by fvdl@, thanks ! Because of this we no longer need to set the slave to raw in xenconsole, so shorten patch-cc. Bump PKGREVISION.
2008-03-08* Major changes in release 4.2.33, 2008-02-13tnn4-15/+16
New and updated translations * Major changes in release 4.2.32, 2008-01-25 Moved to GPLv3. Bugfixes: #19596: -printf %b should be compared with %s/512, not %s/1024. #20970: Trailing slash on directory arguments breaks -name. "find foo/ -name foo" now correctly matches foo and printf foo/. See POSIX interp http://www.opengroup.org/austin/interps/uploads/40/14959/AI-186.txt #20751: Avoid memory corruption in find -ls that has been present since 4.2.28. #20662: Avoid memory leak in find -name and other places affected by gnulib dirname module. The leak had been present since 4.2.28. #20273: When xargs is successful without consuming all of stdin (for example, with the -E option), and stdin is seekable, xargs now correctly restores the file position, even on platforms where exit() does not follow the POSIX rules of doing likewise. Likewise for find (for example, with the -ok action). #15384: Find misbehaves when parent directory is not readable.
2008-03-08Need -lrt on NetBSD-current for sched_*.obache1-1/+7
Fixes PR 38150.
2008-03-08Changes 2.0.0:adam9-59/+52
* ntfsmount (and libntfs) now has full basic read/write support. * Cryptographic code is now integrated into libntfs, thus ntfscat and ntfsmount now can read encrypted files. See "man 8 libntfs" for details. * ntfsresize (and the entirety of ntfsprogs/libntfs in fact) now have full support for Windows Vista. * ntfsprogs and libntfs are now entirely endian safe and more over now we have checks that automatically reports endian errors. * mkntfs now creates a DCE compliant GUID for the volume and does a few other things to be more compliant with Windows Vista.
2008-03-08Mac OS X compatibility fix from Nick Goffee.gdt3-2/+22
2008-03-08Conflict with sysutils/mktemp iff ${GNU_PROGRAM_PREFIX} == ""tnn1-2/+3
2008-03-08Update to coreutils-6.10.tnn6-43/+41
New tools: * gmktemp - GNU implementation of mktemp(1) * gchcon - change the SELinux security context of a file * gruncon - run a program in a different SELinux security context Programs now default disabled by upstream (thus not installed): * ghostname * gsu (XXX: could make this a PKG_OPTION if requested) Also assorted bugfixes.
2008-03-08Add new package.reed1-1/+2
2008-03-08Use PKGNAME_NOREV instead for WRKSRC. (Thank you pkglint!)reed1-2/+2
2008-03-08Import new package from pkgsrc-wip: liloreed9-0/+165
LILO is the Linux boot loader. It includes combined boot sector, generic chain loader, map installer, and a simple boot partition setter. LILO allows booting from multiple disks, and can have menus for choosing different boot images. LILO is also able to pass command-line options to the Linux kernel. LILO does not depend on a specific file system, can boot Linux kernel images from floppy disks and from hard disks, and can even act as a "boot manager" for other operating systems. LILO should be ran whenever any part of the system that it knows about changes, e.g. after installing a new kernel.
2008-03-07Update "e2fsprogs" to version 1.40.7. Changes since version 1.39:tron9-157/+53
- a lot of bug fixes - security fix for CVE-2007-5497 - uuid support
2008-03-07Update to 2.01.01a38:wiz3-16/+16
All: - The Schily Makefile system has been enhanced to install the profiled version of the archives in a sub-directory "profiled". This is done via a new macro SUBINSDIR= - New autoconf test checks sizeof(time_t) - New autoconf test for the existence of stack_t and siginfo_t in signal.h - In order to allow better dealing with Solaris linker Mapfiles, a getfp() function (calling abort(3)) is created when it is not possible to implement this function because of compiler constraints. - Many other enhancements of the autoconfiguration have been a result of porting the Bourne Shell into the Schily Makefilesystem. Libschily: - The schily *printf routines now correctly support the %j format (intmax_t) - getargs now first checks whether an argument can be a combination of several singlechar flags before starting to set values. Libfind: - libfind (used by sfind, bsh, star, mkisofs) fixed the -exec {} + implementation. Before the fix, it could core dump if the built-in xargs(1) would exactly fill up args to the size of ARG_MAX. Libsiconv: - libsiconv/sic_nls.c modified to allow compilation with older GCC versions. Cdrecord: - cdrecord/readcd/cdda2wav now support an enhanced /etc/default/cdrecord file with an additional parameter to specify the max. transfer size for a device. - CDR_FORCESPEED=any now works for cdrecord to switch off DMA speed test results - Make cdrecord compile again with a K&R compiler - Add a "blank emulation" layer to the BluRay driver too. Cdda2wav (Maintained/enhanced by Jörg Schilling, originated by Heiko Eißfeldt heiko@hexco.de): - cdrecord/readcd/cdda2wav now support an enhanced /etc/default/cdrecord file with an additional parameter to specify the max. transfer size for a device. Readcd: - cdrecord/readcd/cdda2wav now support an enhanced /etc/default/cdrecord file with an additional parameter to specify the max. transfer size for a device. Mkisofs (Maintained/enhanced by Jörg Schilling since 1997, originated by Eric Youngdale): - Fixed a typo unides -> inodes - Mkisofs now gives better warning for files > 4 GB in hope it will no direct people to read the documentation. - superfluous definition for memmove() on memmove()-less platforms removed
2008-03-06Keep xbattbar from dumping core when the battery reportshubertf3-8/+17
>100% full. Patch submitted by kre@munnari.OZ.AU in PR 38148.
2008-03-06Recursive PKGREVISION bump for gnutls-2.2.2 update with shlib major bump.wiz20-33/+40
2008-03-05Fix PKGNAME.wiz1-2/+2
2008-03-05Honor CFLAGS and LDFLAGS, and include termcap.buildlink3.mk to get thejlam1-2/+7
correct library to use for the t*() termcap functions. Bump the PKGREVISION to 1.
2008-03-05Add full DESTDIR support.jlam1-2/+4
2008-03-04Update to 0.15:wiz2-6/+6
============ Version 0.15 ============ o make the extension check for Icon key a warning instead of an error for now (Ray Strode) o Fix a crash in update-desktop-database when there's no group (Vincent) o Fix a crash in the validator happening for very small lines (Vincent)
2008-03-04Resign from maintaining a lot of packages, so everyone is free to updaterillig3-6/+6
them at will.
2008-03-04New mklivecd's site URL: http://www.netbsd.org/~xtraeme/mklivecd/xtraeme1-2/+2
I'll be moving home in some weeks and old site will not be accessible.
2008-03-03Fix python interpreter path in some python files.xtraeme1-11/+10
2008-03-03Enable the build of pygrub.hannken20-25/+482
Ok: Manuel Bouyer <bouyer@netbsd.org>
2008-03-02add a patch from upstream to fix a possible security bypassdrochner3-3/+54
(CVE-2008-0595), bump PKGREVISION