summaryrefslogtreecommitdiff
path: root/sysutils
AgeCommit message (Collapse)AuthorFilesLines
2006-06-17Add munin-doc and munin-server.wiz1-1/+3
2006-06-15Pluralize INSTALL_TEMPLATE and DEINSTALL_TEMPLATE variable names as perjlam2-5/+5
the pkglint warning: As {INSTALL,DEINSTALL}_TEMPLATE is modified using "+=", its name should indicate plural. This does make the variables a bit more suggestive of the fact that they hold lists of values.
2006-06-15Split out deinstall portions of INSTALL scripts into DEINSTALL scripts.jlam3-7/+11
This avoids the need for a confusing line of the form: DEINSTALL_TEMPLATE+= path/to/INSTALL in the package Makefile, and actually removes the need to specify it altogether since by convention, the existence of the DEINSTALL script is enough to add it to DEINSTALL_TEMPLATE.
2006-06-15Needs msgfmt.joerg1-1/+2
2006-06-15Drop maintainership, I don't use them any longer.wiz1-2/+2
2006-06-14Needs msgfmt.joerg1-2/+2
2006-06-14base revision has changed, reset PKGREVISIONdrochner1-2/+1
2006-06-14Changes 2.14.0:adam3-10/+9
* Increased version number for GNOME 2.14
2006-06-13Update the Bacula packages to 1.38.10.ghen4-12/+12
Here are the major highlights for 1.38.10: ============= Warning for version 1.38.8 and greater: - The Windows FD no longer automatically folds the case in wild-card comparions. To get the same behavior as before, you must explicitly use "Ignore Case = yes" in your FileSet. - Backslashes are no longer permitted in File directives (typical error for Windows users), unless the string is enclosed in double quotes, in which case, the backslashes must be doubled. Major Changes for 1.38.10: - This is a primarily a bug fix release, with the following bugs being resolved #570, 609, 611, 613, 614, 617 as well as other bugs not reported in the bugs database. See below for details. - The bconsole "reload" command should now work properly in virtually all situations thanks to the efforts of a number of people (Eric, Christopher, and myself). - There is an untested fix to eliminate the scheduling problems (either no job run or the same job run twice) during sudden clock shifts (daylight savings time change). - The manual has been released under the GNU Free Documentation License (FDL). The major difference is that this removes the prior restriction on commercial reproduction of the manual. - Fixed a race condition (thanks to Christopher) on dual processor machines that caused jobs to block when starting with the SD. =========== Please read the ReleaseNotes for more details.
2006-06-13Rework how device locking/ejecting is done. Bump PKGREVISION.markd7-188/+79
2006-06-13Needs msgfmt.joerg1-2/+2
2006-06-12UVM stats don't make much sense on !NetBSD, so mark it asjoerg1-1/+3
ONLY_FOR_PLATFORM. Discussed with wiz@.
2006-06-12Add DragonFly support.joerg3-1/+38
2006-06-11Update to 6.1:wiz6-43/+39
This is essentially minor bug-fix release, which most notably works around "unable to anonymously mmap" failure at startup and fixes typo in -speed interpretation code. Besides bug-fixes this version attempts to obtain exclusive lock on block device under Linux. This opens possibility for safe deployment of automounting/autoplaying facility under Linux 2.6. Keep in mind that it takes two to dance tango, automounters/autoplayers has to play along as well.
2006-06-11Add 915resolution.markd1-1/+2
2006-06-11Initial import of 915resolution version 0.5.2markd6-0/+158
915resolution is a tool to modify the video BIOS of the 800 and 900 series Intel graphics chipsets. This includes the 845G, 855G, and 865G chipsets, as well as 915G, 915GM, and 945G chipsets. This modification is neccessary to allow the display of certain graphics resolutions for an Xorg or XFree86 graphics server. 915resolution's modifications of the BIOS are transient. There is no risk of permanent modification of the BIOS. This also means that 915resolution must be run every time the computer boots in order for it's changes to take effect. 915resolution is derived from the tool 855resolution. However, the code differs substantially. 915resolution's code base is much simpler. 915resolution also allows the modification of bits per pixel.
2006-06-11Needs pkg-config.joerg1-1/+3
2006-06-09USE_TOOLS+=lexminskim1-1/+2
2006-06-09Uh, trim trailing whitespace.he1-5/+5
2006-06-09Show suggested entries for newsyslog.conf.he2-2/+14
Package contents the same, so no revision bump.
2006-06-09Add a message hinting with a sample newsyslog.conf entry.he2-2/+11
Package contents the same, so revision not bumped.
2006-06-09Needs msgfmt.joerg1-1/+2
2006-06-08Uses C++.joerg1-1/+2
2006-06-08Uses C++.joerg1-1/+2
2006-06-08We can now depend on the munin-doc package, where the man pageshe1-2/+2
shared by munin-server and munin-node can be found.
2006-06-08Import a package for the server end of the Munin monitoring system.he9-0/+369
This version has a patch so that it works properly with RRDtool of version 1.2 or newer.
2006-06-08Import a package to install the documentation to munin-node and thehe6-0/+173
soon-to-be-committed munin-server package.
2006-06-08Remove installation of the documentation from this package, to behe4-49/+45
provided by the soon-to-be-committed munin-doc package. Other minor changes: o Remove comented-out bits from package Makefile o Re-ordered variables reported by NetBSD's cpu plugin script o Use shorter legend text in NetBSD's interrupts plugin script Bumped package revision.
2006-06-08Needs libintl. Bump revision.joerg1-2/+3
2006-06-08Kill local strdup completely and also remove the malloc and callocjoerg2-28/+25
definitions. ANSI C is portable enough for us.
2006-06-08Fix errno.joerg9-1/+111
2006-06-08Fix errno. Uses C++ and msgfmt.joerg3-2/+18
2006-06-07Depend on _SC_PAGESIZE alone for DragonFly, _SC_PAGE_SIZE doesn't exist.joerg2-1/+19
2006-06-06Regen patch-ad with pkgdiff.minskim2-7/+8
2006-06-06Skip the interpreter check for webmin-gentoo-init, which is used on Gentoominskim1-1/+3
Linux only.
2006-06-06dbus{,-glib} need msgfmt; add it to USE_TOOLS.minskim1-2/+2
2006-06-06Fixed pkglint warnings.rillig1-3/+2
2006-06-05don't include nfs statistics in the iostats; pointed by Veegochristos2-7/+8
2006-06-05Make this compile again.christos2-1/+77
2006-06-04We don't export struct lockf anymore, thus we cannot print lock info.christos2-1/+43
2006-06-04Add munin-node.he1-1/+2
2006-06-04Import the client version of the Munin system monitoring/graphinghe36-0/+2754
tool -- project homepage is at http://munin.sourceforge.net/ This package has added support for NetBSD, via a number of new plugin scripts where specific steps needs to be taken to collect information. I also modified the ntp_ plugin script to make it possible to not plot the NTP poll delay, leaving just jitter and offset, which IMO produces a more telling graph.
2006-06-04First step to support DragonFly. Bump revision.joerg13-4/+124
2006-06-04Don't go interactive when the OS can't be detected.joerg2-1/+15
2006-06-02Rename all PHP 4 packages to php4-*, all PHP 5 packages to php5-*,joerg1-2/+3
all PEAR packages to php?-pear-* and all Apache packages to ap13-* or ap2-* respectively. Add new variables to simplify the Makefile handling. Add CONFLICTS on the old names. Reset revisions of bumped packages. ap-php will now depend on the default Apache and PHP version. All programs using it have an implicit option of the Apache version as well. OK from jlam@ and adrianp@.
2006-06-02Appease configure by providing a C++ compiler, even though it doesn'tjoerg1-1/+3
actually need it to compile the code.
2006-06-02gcc 4.1 policemartin2-1/+210
2006-06-01Add DragonFly support based on base version.joerg7-8/+917
2006-06-01Install README in share/doc/cpuburn, following the normal convention.joerg2-6/+6
Ensure that the directory exists. Bump revision.
2006-05-31update to 2.14.2drochner3-21/+18
xhanges: * fix timout error string * Use less connections for smb * fix crash on cd eject * ftp: handle anon login failure better * Handle more parameter expansions in desktop files * Hide automountable drives in various places, except in computer:// * ftp: handler files larger than 2 gig better * Fix some locking issues in the mime code