summaryrefslogtreecommitdiff
path: root/sysutils
AgeCommit message (Collapse)AuthorFilesLines
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
2006-02-28Add support for DragonFly. There are some minor issues left, e.g.joerg18-81/+725
installing of the backend daemon as kmem, but I don't want to make it the default, since almost all operations work without it.
2006-02-27Don't declare UriType as common symbol. Fixes build issues on Darwin.joerg2-1/+16
Reported-by: Alexander Botero-Lowry
2006-02-26The Python modules tries to parse the output of cpp and generatejoerg2-1/+18
type tables from it. It is too stupid to understand the GCC extension used for (u)int64_t on FreeBSD and DragonFly by the default code. Use -Dlint on those platforms and hope that FreeBSD 10 will arrive after the upstream is fixed.
2006-02-22Do not try removing man/ru/*, they are now in mk/platforms/*dist.wiz1-3/+1
2006-02-22Fix BUILDLINK_DEPENDS and BUILDLINK_RECOMMENDED lines.wiz1-3/+3
2006-02-20Do not touch /sbin during installation.wiz2-1/+14
2006-02-20Install some documentation. Bump PKGREVISION.wiz2-3/+9
2006-02-20Update k3b to 0.12.12markd3-8/+8
Changes in 0.12.12 * Fixed another bug in the iso options code which sometimes resulted in a failed verification. * Properly close the reading device when copying VideoDVDs. This bug resulted in a blocked device. * Fixed handling of filenames in libdvdcss backend (this fixes VideoDVD copy). Changes in 0.12.11 * Fixed selection in the audio CD ripping window. * Fixed info block handling in WAVE audio file decoder: no more clicks at the end. * Introduced a hack which fixes the "Wav detected as Mpeg file" bug. * Fixed Auto multisession mode for DVD+RW and DVD-RW in restricted overwrite mode in case a previous session was imported. * Fixed a crash with HAL >= 0.5 when exiting K3b. * Allow copying of double layer DVDs with a size below 4.3 GB to single layer media. * Support for the ring buffer in growisofs 6.0. * Use .iso extension for images instead of .img * Properly remove the image file in case verification failed. * Ignore mounting state of a medium when showing its contents. * Fixed a bug in the iso options code which sometimes resulted in a failed verification. * Properly handle cue files withan image file name like image.bin.cue + image.bin * Write a proper Xing header when encoding VBR mp3 files.
2006-02-18The patches have been applied upstream.rillig9-17/+33
2006-02-17Fixed pkglint warnings.rillig1-6/+5
2006-02-17Fixed warnings found by pkglint -Wall.martti2-20/+20
2006-02-17Fixed warnings found by pkglint -Wall.martti13-26/+26
2006-02-16Fix errno. Fix label at end of compound statement. Fallback tojoerg5-3/+57
O_FSYNC on DragonFly for O_SYNC.
2006-02-15Fixed pkglint warnings.rillig1-5/+5
2006-02-15update to 2.12.3drochner3-8/+8
changes: -bugfixes -Try harder to determine media type -translation updates
2006-02-15Fixed pkglint warnings.rillig1-3/+2
2006-02-14Make this build on Darwin. Fix PR 32796.yyamano21-53/+186
2006-02-12ENOTIME to mantain these packages, feel free to pick it up if you arextraeme1-2/+2
insterested.
2006-02-11Removed rox-session.rxg1-2/+1
2006-02-11Moved rox-session into x11/.rxg8-136/+0
2006-02-11Add & enable py-dbus.rxg1-1/+2
2006-02-11Intial import py-dbus-0.23.4nb2.rxg4-0/+63
This package provides the Python D-BUS bindings. Oked by wiz.