summaryrefslogtreecommitdiff
path: root/sysutils
AgeCommit message (Collapse)AuthorFilesLines
2007-07-19Override the auto detection of a "thread-safe mkdir -p" (whatever that is)tron1-1/+2
to "${MKDIR}". "configure" will otherwise decide to use "gmkdir -p" if an older version of the "coreutils" package is already installed. But during the install stage the old "gmkdir" binary will have been removed by "pkg_delete" and the installation fails.
2007-07-18Update to the latest firmware released from Inteldegroote2-6/+6
2007-07-18Update to coreutils-6.9 and reset maintainer to tech-pkg@tnn18-315/+89
This is a major update from 5.2.1 and the ChangeLog is far too long to include here. The update includes many bugfixes, POSIX.1 conformance fixes, various GNU extensions to command line syntax, translations and some new tools: gbase64, gsha224sum, gsha256sum, gsha384sum, gsha512sum, gshuf.
2007-07-17Update to 1.00:xtraeme3-16/+607
This release mainly adds support of copy/cut/paste files between different Xfe windows, and between Xfe and other desktops (GNOME, KDE, XFCE are supported). A lot of bugs have been fixed and many features have been polished. Swedish and Chinese translation have been added.
2007-07-16Fix some pathes in the default configuration. Bump revision.joerg3-2/+31
2007-07-16Update master site to reflect move of my server.joerg3-6/+6
2007-07-13update to 2.18.3drochner3-8/+9
changes: * Fix leaks * Fix keyboard shortcuts in preferences dialog * Build fixes * Added alpha support for icon frames * Better handling of unicode search terms
2007-07-13remove unneeded dependency on popt, bump PKGREVISIONdrochner1-2/+2
2007-07-12oops - actually update the base pkg:drochner3-8/+8
update to 2.18.3 relevant changes: translation updates
2007-07-12-sync with base pkg, this fixes a possible crash due to uninitializeddrochner2-10/+9
data -take maintainership (per PM from jmmv) -it needs at least Python-2.3 now
2007-07-12Update sysutils/install-sh to 20070712. Changes from previous versionjlam2-33/+39
include: * Drop support for "-b=..." and "-t=..." which are transformation options that are not supported by BSD install. * Add support for "-b" and "-B fmt" to allow backing up existing files. Only specifying "-b" yields a backup suffix of ".old" and "-B fmt" allows for sprintf(3)-style backup suffices. Number backups are supported using awk(1).
2007-07-12Update clex to 3.16.obache5-24/+24
Patch provided by maintainer, Bartosz Kuzma by PR 36634. 3.16 24-APR-2007 Problems fixed: - filter in the file panel could leave the counter of selected files in an inconsistent state. This could lead to problems in other functions that were using the counter. The problem existed only on some systems 3.15 14-AUG-2006 Problems fixed: - the tilde expansion in the internal cd (change directory) command did not work in CLEX 3.14, the problem has been corrected - the usage of the <del> key in the history panel has been corrected: press <del> to delete the character from the command line and press <esc> <del> to delete the entry from the panel - the situation when some external command crashes and leaves the non-blocking flag set on standard input is now properly handled New/improved functionality: - the locate file function was replaced by a more efficient panel filter mechanism. The filtering is available in several panel types (ctrl-F) - some key bindings has been redefined for compatibility reasons: old new move cursor left to next word ctrl-B --> alt-B move cursor right to next word ctrl-W --> alt-F delete word ctrl-D --> alt-D directory panel alt-D --> alt-W bookmark panel alt-B --> alt-K delete until the end of the line ctrl-Y -> ctrl-K complete from the command history ctrl-K --> alt-P main function menu ctrl-G --> alt-M insert the full filename <esc> <tab> -> ctrl-A - (for emacs users) ctrl-G has now the same meaning as ctrl-C (cancel) - user and group names longer than 8 characters were silently truncated in the file panel, such names are now displayed using the '>' mark - user (alt-U) and group (alt-G) information panels have been added - new panel (<esc> <tab>) that summarizes all completion and insertion functions has been added. Type of the completion can be specified using this panel - completion of commands from the history utilizes the same user interface as the name completion - changes made in the bookmark manager can be cancelled - the input line of the directory panel has no longer precedence over the panel contents. You can switch the focus (indicated by cursor bar's visibility) from the input line to the panel and back - it is no longer possible to execute commands directly from within the history panel. It was easy to make a mistake there and execute other command than intended (panel vs input line) - characters '!' and ':' are automatically quoted only if your shell is a C-shell - there is yet another new option in the directory compare panel - configuration parameter SHELLPROG: standard option -c <COMMAND> is appended automatically if it is not specified - configuration parameters CMD_Fn: command parameters $c and $S have been added (cursor position and selected files) - configuration parameters LAYOUTn: there are two new fields: $S and $P (alternative forms of file size and permissions)
2007-07-09Drop maintainership.xtraeme1-2/+2
2007-07-09Add an entry for wpi-firmware2degroote1-1/+2
2007-07-09Initial import of the new firmware for wpi(4). degroote4-0/+38
2007-07-08Use sysctl() when sysctlbyname() is unavailable. Patch from OpenBSD ports.minskim5-18/+30
This fixes PR 36346.
2007-07-08Make this package build on platforms that don't define MNT_UNION.minskim2-5/+7
2007-07-06update to 0.74drochner3-8/+8
changes: Init threading first to stop a warning from new GLib. Remove the XML documentation support in configure Fix typo in _dbus_gvalue_signals_error (#10837) (Thanks to Peter Kjellerstedt) Update GLib requirement (Closes #10889). Document dbus-gtype-specialized Add simple test suite for peer objects. Support peer-to-peer proxies. (Closes #10233). Add dbus_connection_get_g_connection. Stop compiler warnings (Closes #10374). Handle dbus errors which are not name has no owner Update abstract socket test from DBus, which now cross-compiles Rename the error quark to be unique Update AUTHORS
2007-07-04Make it easier to build and install packages "unprivileged", wherejlam9-18/+27
the owner of all installed files is a non-root user. This change affects most packages that require special users or groups by making them use the specified unprivileged user and group instead. (1) Add two new variables PKG_GROUPS_VARS and PKG_USERS_VARS to unprivileged.mk. These two variables are lists of other bmake variables that define package-specific users and groups. Packages that have user-settable variables for users and groups, e.g. apache and APACHE_{USER,GROUP}, courier-mta and COURIER_{USER,GROUP}, etc., should list these variables in PKG_USERS_VARS and PKG_GROUPS_VARS so that unprivileged.mk can know to set them to ${UNPRIVILEGED_USER} and ${UNPRIVILEGED_GROUP}. (2) Modify packages to use PKG_GROUPS_VARS and PKG_USERS_VARS.
2007-07-04Ensure that nonexistent intermediate directories are created with thejlam1-2/+3
default mode (${PKGDIRMODE}) even if -m <mode> is provided on the command line. Bump the package version to 20070704.
2007-07-03Update to 0.13:wiz3-13/+13
============ Version 0.13 ============ o rewrite validator, and update it for desktop entry specification 1.0. The validator should be stricter and report more useful messages. (Vincent) o add --warn-kde and --no-warn-deprecated command line options to desktop-file-validate (Vincent) o port desktop-file-install to GKeyFile (Vincent) o don't require --vendor for desktop-file-install (Vincent) o some general module cleanup (Vincent)
2007-07-03Update to 0.15.3:xtraeme3-8/+8
Remove -nobak from MKISOFS_ARGS, which is not available on newer cdrtools versions. Pointed out by Zafer Aydogan, thanks.
2007-07-03Override CHECK_PERMS for checkperms and its dependency digest.joerg1-1/+4
This allows making it a real dependency for bulk builds.
2007-07-03Fix build problem with modular Xorg.obache1-1/+3
Problem reported and fix confirmed by Pierre Pronchery in PR 36597.
2007-07-02Make the NetBSD CVS ID go before the custom one so that ident picksjoerg1-1/+1
it up first.
2007-07-02Sort NetBSD ID before DragonFly ID to ensure it getting picked up first.joerg1-2/+1
2007-07-02Needs pkg-config.joerg1-1/+3
2007-07-01Update sysutils/top to 3.6.1. Ok'd by agc@tnn5-35/+34
Changelog mentions many bugfixes and improvements for Linux 2.6, FreeBSD, Solaris, DEC OSF/1, NetBSD, AIX and IRIX. Note that it also says: "Support for MacOS X is officially withdrawn although the macosx module is still part of the distribution. Hopefully this is a temporary situation."
2007-07-01Restrict to Linux-2.[46]*-i386 NetBSD-*-i386. Suggested by Hauke Fath.bouyer2-2/+6
2007-07-01+ cdrkit.wiz1-1/+2
2007-07-01Initial import of cdrkit-1.1.6 (from my package in pkgsrc-wip):wiz7-0/+98
cdrkit is a suite of programs for recording CDs and DVDs, blanking CD-RW media, creating ISO-9660 filesystem images, extracting audio CD data, and more. The programs included in the cdrkit package were originally derived from several sources, most notably mkisofs by Eric Youngdale and others, cdda2wav by Heiko Eissfeldt, and cdrecord by Joerg Schilling. However, cdrkit is not affiliated with any of these authors; it is now an independent project. Tested by Blair Sadewitz.
2007-06-30DragonFly support and fix detection of modular Xorg.joerg5-2/+120
2007-06-30Add untested DragonFly support.joerg4-1/+57
2007-06-30Add untested DragonFly support.joerg2-9/+36
2007-06-27Fix build on DragonFly.joerg3-2/+20
2007-06-25Fix build on DragonFly 1.8+.joerg5-65/+87
2007-06-25Fix build problems with GCC 4.x if netboot support is enabled.tron5-3/+63
Patches provided by Dieter Roelants in PR pkg/36549.
2007-06-21Fix PR 35481 for cdrtools too.wiz5-25/+53
Patches provided by Sergey Svishchev in private mail.
2007-06-21Add a comment before the MAINTAINER line explaining that peoplextraeme1-1/+3
committing to that package should ask me first.
2007-06-21Bump to 0.15.2 because a fix for MULTIPLE_KERNELS (there was a typo:xtraeme1-2/+2
-f rather than ! -f, so the test was inverted) was done by hauke.
2007-06-21Only complain about a missing kernel config file if we did actuallyhauke1-3/+3
_not_ find it.
2007-06-20* Honor PKG_SYSCONFDIR.jlam18-19/+293
* Simplify the PLISTs by merging them. This makes it easier to handle future platforms that want to install fsck. * Don't compress the info files during installation. The plist module can handle that automatically. * Install the example mke2fs.conf file into the right place. This should fix the latest bulk build error for e2fsprogs. Bump PKGREVISION to 1.
2007-06-20Update sysutils/install-sh to 20070620. Changes from the previousjlam2-69/+62
version include modifications to the script to pass the regression test suite in regress/bootstrap-install-sh. This makes the installed install-sh script more closely match NetBSD's /usr/bin/install.
2007-06-19Properly handle config files in $PREFIX/etc. Not sure how this worked withbouyer5-4/+80
the previous version of the package ... Pointed out by Bernd Ernesti.
2007-06-18correct build for modular-xorg. no functional changes.dogcow1-1/+2
2007-06-16Oops, add missing backslash.taca1-2/+2
2007-06-16Trying to fix bulk build problem again.taca1-3/+4
2007-06-15Use a more up-to-date config file as examplebouyer7-385/+100
Add rc.d keywords to the startup script both suggested by Bernd Ernesti.
2007-06-15Update to 3.14.1, based on patches sent in PR pkg/35594 and pkg/36246.bouyer8-19071/+443
As a side effect this should make apcupsd build on netbsd-4 and current. pkgsrc changes: cgi and snmp are now enabled by default. Relevant changes since 3.12.4: Unreliable MASTER/SLAVE networking mode is removed PowerChute Network Shutdown driver (protocol available in the AP9617 family of smart slot modules) New configuration directives to set paths at runtime
2007-06-15* Change some instances of ROOT_USER and ROOT_GROUP to BINOWN and BINGRPjlam3-6/+6
in SPECIAL_PERMS usage. * Consistently use 4555 for setuid and 2555 for setgid programs.