pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/cdrtools
Module Name: pkgsrc
Committed By: wiz
Date: Sun May 2 10:45:50 UTC 2010
Modified Files:
pkgsrc/sysutils/cdrtools: Makefile distinfo
Log Message:
Update to 2.01.01a78:
All:
- New autoconf test checks whether fnmatch() has a working FNM_IGNORECASE
- New autoconf test for strlcat() wcslcat() strnlen() wcsnlen()
Libschily:
- Schily fnmatch() now supports FNM_IGNORECASE
- New files strlcat.c wcslcat.c strnlen.c wcsnlen.c
Libfind:
- libfind bumped to version 1.5
- New file libfind/find_tok.h to separate the token names from the rest
of the implementation.
- Moved token definitions from find.c to find_tok.h
- The primary -perm now implements a new feature:
-perm +mode will evaluate as true if any of the bits set in mode are
set in the
permission bits fro a file.
- A bug with -exec introduced with using vfork() instead of fork() was
fixed.
The replacement of the string "{}" now works correctly again even if
the location
of the path in memory was changed during a realloc().
- New primary operators:
-amin deprecated - only for GNU find
compatibility
-cmin deprecated - only for GNU find
compatibility
-mmin deprecated - only for GNU find
compatibility
-empty TRUE zero sized plain file or empty
directory
-execdir program [argument ...] \\;
-fls file list files similar to 'ls -ilds' into
'file' (always TRUE)
-fprint file print file names line separated into
'file' (always TRUE)
-fprint0 file print file names nul separated into
'file' (always TRUE)
-fprintnnl file print file names space separated into
'file' (always TRUE)
-ilname glob TRUE if symlink name matches shell glob
-ilpat pattern TRUE if symlink name matches pattern
-iname glob TRUE if path component matches shell
glob
-ipat pattern TRUE if path component matches pattern
-ipath glob TRUE if full path matches shell glob
-ippat pattern TRUE if full path matches pattern
-okdir program [argument ...] \\;
-print0 print file names nul separated to
stdout (always TRUE)
-executable TRUE if file is executable by real user
id of process
-readable TRUE if file is readable by real user
id of process
-writable TRUE if file is writable by real user
id of process
Mkisofs (Maintained/enhanced by J
- Do no longer archive the output file if it is part of the archives
directory
tree.
- New option -data-change-warn allows to prevent mkisofs from aborting
when
a file changes size.
-data-change-warn is implemented via errctl="WARN|GROW|SHRINK *"
- Print a hint to the option -data-change-warn if a shrunk/grown file is
detected.
- Print a hint to the option -no-limit-pathtables in case that there are
more
than 65535 parent directories in the target filesystem.
- Print hints on using -joliet-long or on avoiding -J in case that there
are
file names that do not fit into 64 chars.
To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 pkgsrc/sysutils/cdrtools/Makefile
cvs rdiff -u -r1.50 -r1.51 pkgsrc/sysutils/cdrtools/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index