summaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Collapse)AuthorFilesLines
2019-12-25ruby-sprockets no longer supports Ruby 2.4. Mark as incompatible andjoerg2-2/+4
recurse to reverse dependencies.
2019-12-22Add missing TeX dependencies.joerg1-1/+7
2019-12-21Don't build header files.joerg2-10/+10
2019-12-19Force extraction with bsdtar, pax-as-tar leaves around too much garbage.joerg1-1/+3
2019-12-19Uses backtrace(3), so pull in libexecinfo. Add missing network headers.joerg4-2/+27
2019-12-15Bump PKGREVISION by change of default Ruby versiontaca2-3/+4
Bump PKGREVISION by change of default Ruby version from 2.4.x to 2.6.x. These packages are depends on Ruby in some ways.
2019-12-15rhash: updated to 1.3.9adam2-7/+7
Version 1.3.9: * add uk translations * change project license to BSD Zero Clause License * new printf-format modifier '%u' to print url-encoded filename, path or hash * Bugfix: btih in magnet links shall be hex-encoded * correctly align UTF8 file paths, while printing verification results * respect UTF8 BOM when updating or verifying a hash file * print a new-line after ed2k link, when --ed2k-link option is passed * exit on output errors with exit_code = 2 * change option --update=<file> to update the specified file * make short option '-P' to be an alias for --percents * change %{mtime} format to 'YYYY-MM-DD hh:mm:ss' * Bugfix: --sysconfdir was ignored while searching for config on Linux * support verification of base64-formated hash sums * add formatting options: --hex, --base32, -b/--base64 * Bugfix: properly handle symlinks on the command line
2019-12-15(sysutils/coreutils, misc/gnuls) Updated from 8.29 to 8.31mef1-2/+1
---------------------------------------------------------------- * Noteworthy changes in release 8.31 (2019-03-10) [stable] ** Bug fixes 'base64 a b' now correctly diagnoses 'b' as the extra operand, not 'a'. [bug introduced in coreutils-5.3.0] When B already exists, 'cp -il A B' no longer immediately fails after asking the user whether to proceed. [This bug was present in "the beginning".] df no longer corrupts displayed multibyte characters on macOS. [bug introduced with coreutils-8.18] seq no longer outputs inconsistent decimal point characters for the last number, when locales are misconfigured. [bug introduced in coreutils-7.0] shred, sort, and split no longer falsely report ftruncate errors when outputting to less-common file types. For example, the shell command 'sort /dev/null -o /dev/stdout | cat' no longer fails with an "error truncating" diagnostic. [bug was introduced with coreutils-8.18 for sort and split, and (for shared memory objects only) with fileutils-4.1 for shred] sync no longer fails for write-only file arguments. [bug introduced with argument support to sync in coreutils-8.24] 'tail -f file | filter' no longer exits immediately on AIX. [bug introduced in coreutils-8.28] 'tail -f file | filter' no longer goes into an infinite loop if filter exits and SIGPIPE is ignored. [bug introduced in coreutils-8.28] ** Changes in behavior cksum, dd, hostid, hostname, link, logname, sleep, tsort, unlink, uptime, users, whoami, yes: now always process --help and --version options, regardless of any other arguments present before any optional '--' end-of-options marker. nohup now processes --help and --version as first options even if other parameters follow. 'yes a -- b' now outputs 'a b' instead of including the end-of-options marker as before: 'a -- b'. echo now always processes backslash escapes when the POSIXLY_CORRECT environment variable is set. When possible 'ln A B' now merely links A to B and reports an error if this fails, instead of statting A and B before linking. This uses fewer system calls and avoids some races. The old statting approach is still used in situations where hard links to directories are allowed (e.g., NetBSD when superuser). ls --group-directories-first will also group symlinks to directories. 'test -a FILE' is not supported anymore. Long ago, there were concerns about the high probability of humans confusing the -a primary with the -a binary operator, so POSIX changed this to 'test -e FILE'. Scripts using it were already broken and non-portable; the -a unary operator was never documented. wc now treats non breaking space characters as word delimiters unless the POSIXLY_CORRECT environment variable is set. ** New features id now supports specifying multiple users. 'date' now supports the '+' conversion specification flag, introduced in POSIX.1-2017. printf, seq, sleep, tail, and timeout now accept floating point numbers in either the current or the C locale. For example, if the current locale's decimal point is ',', 'sleep 0,1' and 'sleep 0.1' now mean the same thing. Previously, these commands accepted only C-locale syntax with '.' as the decimal point. The new behavior is more compatible with other implementations in non-C locales. test now supports the '-N FILE' unary operator (like e.g. bash) to check whether FILE exists and has been modified since it was last read. env now supports '--default-signal[=SIG]', '--ignore-signal[=SIG]', and '--block-signal[=SIG], to setup signal handling before executing a program. env now supports '--list-signal-handling' to indicate non-default signal handling before executing a program. ** New commands basenc is added to complement existing base64,base32 commands, and encodes and decodes printable text using various common encodings: base64,base64url,base32,base32hex,base16,base2,z85. ** Improvements ls -l now better aligns abbreviated months containing digits, which is common in Asian locales. stat and tail now know about the "sdcardfs" file system on Android. stat -f -c%T now reports the file system type, and tail -f uses inotify. stat now prints file creation time when supported by the file system, on GNU Linux systems with glibc >= 2.28 and kernel >= 4.11. ---------------------------------------------------------------- * Noteworthy changes in release 8.30 (2018-07-01) [stable] ** Bug fixes 'cp --symlink SRC DST' will again correctly validate DST. If DST is a regular file and SRC is a symlink to DST, then cp will no longer allow that operation to clobber DST. Also with -d, if DST is a symlink, then it can always be replaced, even if it points to SRC on a separate device. [bugs introduced with coreutils-8.27] 'cp -n -u' and 'mv -n -u' now consistently ignore the -u option. Previously, this option combination suffered from race conditions that caused -u to sometimes override -n. [bug introduced with coreutils-7.1] 'cp -a --no-preserve=mode' now sets appropriate default permissions for non regular files like fifos and character device nodes etc., and leaves mode bits of existing files unchanged. Previously it would have set executable bits on created special files, and set mode bits for existing files as if they had been created. [bug introduced with coreutils-8.20] 'cp --remove-destination file symlink' now removes the symlink even if it can't be traversed. [bug introduced with --remove-destination in fileutils-4.1.1] ls no longer truncates the abbreviated month names that have a display width between 6 and 12 inclusive. Previously this would have output ambiguous months for Arabic or Catalan locales. 'ls -aA' is now equivalent to 'ls -A', since -A now overrides -a. [bug introduced in coreutils-5.3.0] 'mv -n A B' no longer suffers from a race condition that can overwrite a simultaneously-created B. This bug fix requires platform support for the renameat2 or renameatx_np syscalls, found in recent Linux and macOS kernels. As a side effect, ‘mv -n A A’ now silently does nothing if A exists. [bug introduced with coreutils-7.1] ** Changes in behavior 'cp --force file symlink' now removes the symlink even if it is self referential. ls --color now matches file extensions case insensitively. ** New features cp --reflink now supports --reflink=never to enforce a standard copy. env supports a new -v/--debug option to show verbose information about each processing step. env supports a new -S/--split-string=S option to split a single argument string into multiple arguments. Used to pass multiple arguments in scripts (shebang lines). md5sum accepts a new option: --zero (-z) to delimit the output lines with a NUL instead of a newline character. This also disables file name escaping. This also applies to sha*sum and b2sum. rm --preserve-root now supports the --preserve-root=all option to reject any command line argument that is mounted to a separate file system. ** Improvements cut supports line lengths up to the max file size on 32 bit systems. Previously only offsets up to SIZE_MAX-1 were supported. stat and tail now know about the "exfs" file system, which is a version of XFS. stat -f --format=%T now reports the file system type, and tail -f uses inotify. wc avoids redundant processing of ASCII text in multibyte locales, which is especially significant on macOS.
2019-12-13Revbump all Go packages after Go 1.12.14 update.bsiegert2-4/+4
2019-12-10Make sure xygrib does not create a bundle on MacOSXnros2-1/+15
Make sure xygrib does not create a bundle on MacOSX.
2019-12-05Fix xygrib on OSXnros2-7/+14
Don't create app bundles on osx since this breaks installation as seen in MacOSX bulk builds.
2019-12-03py-tqdm: updated to 4.40.0adam3-8/+11
tqdm v4.40.0 stable officially support float for n and total notebook: use FloatProgress <= IntProgress allow imprecision (n <= total + epsilon) fix unicode bar format arguments add contrib submodule add wrapattr, utils.CallbackIOWrapper, contrib.DummyTqdmFile update tests update documentation tidy automatic snap deployments minor doc update tqdm v4.39.0 stable add pandas builtin operations check avoid unnecessary dedent remove unneeded bar logic misc code tidy update documentation document default argument overriding add missing isatty() update badges add code of conduct update framework clean CI stages update CI default py3.6 => py3.7 automate snap releases
2019-12-01Fix build with native X.org under NetBSDryoon1-1/+4
* Detect builtin (X11_TYPE=native) freetype2 correctly.
2019-11-30misc: add khelpcentermarkd1-1/+2
2019-11-30khelpcenter: add version 19.08.3markd4-0/+480
The Plasma help system is designed to make accessing the common UNIX help systems (man and info) simple, as well as the native Plasma and applications documentation (XML).
2019-11-30kalzium: update to 19.08.3 qt5/kf5 versionmarkd3-404/+1039
2019-11-27If the python3 symlinks already exists in buildlink/bin, do not trymartin1-2/+2
to create it again.
2019-11-25kmousetool: update to 19.08.3 qt5/kf5 versionmarkd3-20/+109
2019-11-25kmouth: update to 19.08.3 qt5/kf5 versionmarkd3-84/+188
2019-11-25gok: remove libXevie dependencywiz1-8/+2
It is optional, and the X server stopped supporting the extension a long time ago. Bump PKGREVISION.
2019-11-24kteatime: update to 19.08.3 qt5/kf5 versionmarkd3-20/+99
2019-11-24libkgeomap: update to 19.08.3 qt5/kf5 versionmarkd4-91/+138
2019-11-24marble: update to 19.08.3 qt5/kf5 versionmarkd6-952/+1844
2019-11-23kdeplasma-addons4: disable marble dependencymarkd2-6/+6
also explicitly add cln dependency as qalculate no longer does
2019-11-22misc: Spell libkeduvocdocument correctly.jperkin1-2/+2
2019-11-21rocs: update to 19.08.3 qt5/kf5 versionmarkd6-260/+237
2019-11-21kturtle: update to 19.08.3 qt5/kf5 versionmarkd3-28/+241
2019-11-21ktouch: update to 19.08.3 qt5/kf5 versionmarkd3-204/+311
2019-11-21klettres: update to 19.08.3 qt5/kf5 versionmarkd3-167/+2003
2019-11-21kiten: update to 19.08.3 qt5/kf5 versionmarkd3-46/+134
2019-11-21kig: update to 19.08.3 qt5/kf5 versionmarkd4-338/+536
2019-11-21kgeography: update to 19.08.3 qt5/kf5 versionmarkd3-1004/+1187
2019-11-21kbruch: update to 19.08.3 qt5/kf5 versionmarkd3-49/+195
2019-11-21kwordquiz: update to 19.08.3 qt5/kf5 versionmarkd3-196/+341
2019-11-21misc: add kdeedu-data, libkeduvocdocumentmarkd1-1/+3
2019-11-21libkeduvocdocument: add version 19.08.3markd5-0/+134
libKEduVocDocument is a library for reading and writing vocabulary files used by Parley, Kanagram, KHangman and KWordQuiz.
2019-11-21kdeedu-data: add version 19.08.3markd4-0/+441
Common data for KDE Edu applications.
2019-11-21step: fix install of xdg filemarkd2-2/+13
2019-11-20step: update to 19.08.3 qt5/kf5 versionmarkd3-98/+295
2019-11-20wandio: added version 4.2.2adam6-1/+72
WANDIO is a library for reading from, and writing to, files. Depending on libraries available at compile time, WANDIO provides transparent compression/decompression for the following formats: - zlib (gzip) - bzip2 - lzo (write-only) - lzma - zstd - lz4 - Intel QAT (write-only) - http (read-only) WANDIO also improves IO performance by performing compression/decompression in a separate thread (if pthreads are available).
2019-11-19ansiweather: update to 1.15.0.fcambus2-7/+7
AnsiWeather 1.15.0 (2019-11-14) - Use HTTPS for performing weather API calls
2019-11-18Remove USE_RAKEtaca1-3/+1
Remove USE_RAKE. It was used to control dependency to ruby-rake package befor ruby 2.0 days. Now all ruby*-base package contains rake command and USE_RAKE is already not used in any where.
2019-11-18misc/py-anita: update to 2.1.gson2-7/+7
Changes from 2.0: Add support for the newly added rescue set. Deal with the sysinst changes of 2019-11-16. Add support for macppc targets, based on a patch from Joerg Sonnenberger. Fix failure to install the sharesrc set due to curses optimization.
2019-11-17libkvkontakte: update to 5.0.0 qt5/kf5 versionmarkd5-82/+90
2019-11-17misc: add kidentitymanagementmarkd1-1/+2
2019-11-17kidentitymanagement: add version 19.08.3markd5-0/+110
Library for managing identitites.
2019-11-17misc: add kdavmarkd1-1/+2
2019-11-17kdav: add version 19.08.3markd5-0/+124
This is an DAV protocol implemention with KJobs. Calendars and todos are supported, using either GroupDAV or CalDAV, and contacts are supported using GroupDAV or CardDAV.
2019-11-17kmag: update to 19.08.3 qt5/kf5 versionmarkd3-24/+117
2019-11-17kcharselect: update to 19.08.3 qt5/kf5 versionmarkd3-19/+113