summaryrefslogtreecommitdiff
path: root/sysutils
AgeCommit message (Collapse)AuthorFilesLines
2006-03-16Fix build error on Solaris with SunStudio compilers (symbol referencing error),ghen2-1/+18
provided by PR pkg/33077.
2006-03-14Drop maintainership for packages that I no longer have time to maintain.jlam2-4/+4
2006-03-14Updated xosview to 1.8.3. All our patches have been applied upstream.rillig10-181/+11
2006-03-14Don't declare a number of POSIX functions. Esp. chmod breaks compilationjoerg2-10/+15
with GCC 3.4+.
2006-03-14Modify the pkginstall framework so that it manages all aspects ofjlam4-11/+7
INSTALL/DEINSTALL script creation within pkgsrc. If an INSTALL or DEINSTALL script is found in the package directory, it is automatically used as a template for the pkginstall-generated scripts. If instead, they should be used simply as the full scripts, then the package Makefile should set INSTALL_SRC or DEINSTALL_SRC explicitly, e.g.: INSTALL_SRC= ${PKGDIR}/INSTALL DEINSTALL_SRC= # emtpy As part of the restructuring of the pkginstall framework internals, we now *always* generate temporary INSTALL or DEINSTALL scripts. By comparing these temporary scripts with minimal INSTALL/DEINSTALL scripts formed from only the base templates, we determine whether or not the INSTALL/DEINSTALL scripts are actually needed by the package (see the generate-install-scripts target in bsd.pkginstall.mk). In addition, more variables in the framework have been made private. The *_EXTRA_TMPL variables have been renamed to *_TEMPLATE, which are more sensible names given the very few exported variables in this framework. The only public variables relating to the templates are: INSTALL_SRC INSTALL_TEMPLATE DEINSTALL_SRC DEINSTALL_TEMPLATE HEADER_TEMPLATE The packages in pkgsrc have been modified to reflect the changes in the pkginstall framework.
2006-03-13Added ipmitool.heinz1-1/+2
2006-03-13Initial import of ipmitool 1.8.6.heinz7-0/+105
Ipmitool is a utility for managing and configuring devices that support the "Intelligent Platform Management Interface". IPMI is an open standard for monitoring, logging, recovery, inventory, and control of hardware that is implemented independent of the main CPU, BIOS, and OS. The service processor (or Baseboard Management Controller, BMC) is the brain behind platform management and its primary purpose is to handle the autonomous sensor monitoring and event logging features. The ipmitool program provides a simple command-line interface to this BMC. It features the ability to read the sensor data repository (SDR) and print sensor values, display the contents of the System Event Log (SEL), print Field Replaceable Unit (FRU) inventory information, read and set LAN configuration parameters, and perform remote chassis power control.
2006-03-13Unmask k3b for DragonFly.joerg1-2/+2
2006-03-13Mark as not for NetBSD<3.99.16.wiz1-1/+4
2006-03-12Update k3b to 0.12.14markd2-6/+6
Changes 0.12.14: Fixed the data project verification once and for all Changes 0.12.13: Bug fixes.
2006-03-12update to 20060217 versionkochi2-7/+6
2006-03-12pkglint cleanup. Fix CONFLICTS pattern to include [0-9] at the end.wiz1-4/+4
2006-03-12Fix graphviz CONFLICTS line -- gpr was renamed towiz1-2/+2
gvpr in 1.12. Closes PR 33093 by Joern Clausen.
2006-03-11Include x11.bl3.mk and set USE_PKGLOCALEDIR. Fixes bulk build.wiz1-1/+3
2006-03-11Fix duplicate string in fr.po.wiz2-1/+16
2006-03-11Use MAKE_FLAGS.kim1-7/+7
2006-03-11Convert all packages using REPLACE_INTERPRETER to the new variable namesghen2-8/+8
without underscores (REPLACE.*.old, REPLACE.*.new, and REPLACE_FILES.*). Also convert REPLACE.*.new= ${SH:Q} back to ${SH}, as it should not be quoted here, if at all. Ok with rillig.
2006-03-11Uppercase first letter of sentence.reed1-1/+1
2006-03-10Tell the package explicitly where to find file(1) and sh(1).rillig1-5/+5
Removed BROKEN_IN. Fixes PR 33053.
2006-03-10Fixed spelling of NetBSD.org.heinz1-2/+2
2006-03-10Updated sysutils/xfce4-xkb-plugin to 0.3.3martti4-12/+12
* bug fixes * translation updates
2006-03-09Replace references to ossaudio.buildlink3.mk with oss.buildlink3.mk.jlam5-10/+10
Remove deprecated ossaudio.buildlink3.mk.
2006-03-09Update ups-nut to 2.0.3:abs3-9/+17
Over 700 lines of changes omitted, but four new drivers added: bcmxcp gamatronic solis upscode2
2006-03-09Use REPLACE_INTERPRETER instead of a patch.ghen3-10/+9
2006-03-09Use REPLACE_INTERPRETER instead of a patch.ghen3-11/+13
2006-03-08add etcmanagegdt1-1/+2
2006-03-08etcmanage is used to update files in /etc on a BSD systemgdt4-0/+26
automatically. The essential concept is that a file which was installed automatically and has not been changed will be updated with new versions, and modified files will not be changed. This is 0.2
2006-03-08Readd -lkvm handling which got lost in the last commit.joerg2-10/+91
2006-03-08Add sysutils/dd_rhelp.ghen1-1/+2
2006-03-08Import dd_rhelp, a helper script for sysutils/dd_rescue. ghen4-0/+43
dd_rhelp is a bash script that handles a very useful program written in C by Kurt Garloff which is called dd_rescue, which roughly acts as the dd(1) command with the characteristic to NOT stop when it falls on read/write errors. But using it is quite time consuming. This is where dd_rhelp come to help. In short, it'll use dd_rescue on your entire disc, but will try to gather the maximum valid data before trying for ages on bad sectors. So if you leave dd_rhelp work for infinite time, it'll have the same effect as a simple dd_rescue. But because you might not have this infinite time (this could indeed take really long in some cases...), dd_rhelp will jump over bad sectors and rescue valid data. In the long run, it'll parse all your device with dd_rescue. You can Ctrl-C it whenever you want, and rerun-it at will, it'll resume its job as it depends on the log files dd_rescue creates.
2006-03-08Add sysutils/dd_rescue.ghen1-1/+2
2006-03-08Import dd_rescue, a dd(1)-like tool for rescuing data from media with errors.ghen5-0/+54
Like dd, dd_rescue does copy data from one file or block device to another. You can specify file positions (called seek and Skip in dd). There are several differences: * dd_rescue does not provide character conversions. * The command syntax is different. Call dd_rescue -h. * dd_rescue does not abort on errors on the input file, unless you specify a maximum error number. Then dd_rescue will abort when this number is reached. * dd_rescue does not truncate the output file, unless asked to. * You can tell dd_rescue to start from the end of a file and move backwards. * It uses two block sizes, a large (soft) block size and a small (hard) block size. In case of errors, the size falls back to the small one and is promoted again after a while without errors.
2006-03-07Don't give people a false sense of security.christos1-2/+19
2006-03-06The previous commit to fix the include path didn't worked so well onpeter7-60/+85
NetBSD 2 + pflkm, because the path was substituted by "__nonexistent__". So to fix this properly, add a patch with CPP conditional which fixes the path for __DragonFly__.
2006-03-06Don't hard-code /dev/sound or /dev/dsp, use DEVOSSAUDIO instead.joerg5-25/+37
Add DragonFly support.
2006-03-06Belatedly bump PKGREVISION for all libtasn1 dependencies, sincewiz14-26/+28
libtasn1 had a shlib major bump. Also update dependencies in bl3.mk files. Addresses PR 32998 by Robert Elz.
2006-03-05* Teach the tools framework how to supply the pkgsrc version ofjlam3-8/+6
makeinfo if no native makeinfo executable exists. Honor TEXINFO_REQD when determining whether the native makeinfo can be used. * Remove USE_MAKEINFO and replace it with USE_TOOLS+=makeinfo. * Get rid of all the "split" argument deduction for makeinfo since the PLIST module already handles varying numbers of split info files correctly. NOTE: Platforms that have "makeinfo" in the base system should check that the makeinfo entries of pkgsrc/mk/tools.${OPSYS}.mk are correct.
2006-03-05Add strace.wiz1-1/+2
2006-03-05make this more pkgsrc-friendly (thanks to agc for educating me)christos3-15/+5
2006-03-05move strace to sysutils and merge package changeschristos2-5/+9
2006-03-05delete a stray printfchristos2-25/+17
2006-03-05add strace. This only works for NetBSD/i386 thus far.christos22-0/+6828
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam88-176/+176
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-03-03One bracket too many - fixadam2-4/+4
2006-03-03Changes 1.13.0:adam15-282/+45
* mkntfs now creates NTFS 3.1 (Windows XP) volumes by default * ntfsmount can deal with symbolic links and device files * bug fixes and improvements
2006-03-01Fix build on -current.wiz1-2/+4
2006-03-01Fix build on NetBSD statvfs systems.wiz2-1/+17
2006-03-01Set BUILD_TARGET, remove BROKEN_IN.wiz1-2/+2
2006-03-01regen patch-ad with correct line offsets.wiz2-6/+6
2006-03-01update for changes in <dev/scsipi/scsi*.h> headers in NetBSD-3 and later;drochner2-10/+11
now this is for NetBSD>=3 only (until the next header change...), but as I'm appearently the only person who has bought that crap I don't feel bad about it