Age | Commit message (Collapse) | Author | Files | Lines |
|
Over 700 lines of changes omitted, but four new drivers added:
bcmxcp gamatronic solis upscode2
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
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.
|
|
|
|
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.
|
|
|
|
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__.
|
|
Add DragonFly support.
|
|
libtasn1 had a shlib major bump.
Also update dependencies in bl3.mk files.
Addresses PR 32998 by Robert Elz.
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
* mkntfs now creates NTFS 3.1 (Windows XP) volumes by default
* ntfsmount can deal with symbolic links and device files
* bug fixes and improvements
|
|
|
|
|
|
|
|
|
|
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
|
|
installing of the backend daemon as kmem, but I don't want to make
it the default, since almost all operations work without it.
|
|
Reported-by: Alexander Botero-Lowry
|
|
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.
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
O_FSYNC on DragonFly for O_SYNC.
|
|
|
|
changes:
-bugfixes
-Try harder to determine media type
-translation updates
|
|
|
|
|
|
insterested.
|
|
|
|
|
|
|
|
This package provides the Python D-BUS bindings.
Oked by wiz.
|