Up to [cvs.NetBSD.org] / pkgsrc / x11 / xkbprint
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
xkbprint: update to 1.0.7. This release provides some code cleanups and compiler warning fixes. For those building for 32-bit platforms, it also enables use of the "large file" APIs - though no file processed by this program should ever be anywhere near 2GB in size, it is a prerequisite for post-y2038 support. Since this release was generated using the new GNU autoconf 2.72, this also adds a --enable-year2038 configure flag which may allow it to work with files whose timestamps are later than January 19, 2038, but this has not been tested. Alan Coopersmith (7): unifdef -Usgi configure: Use AC_SYS_LARGEFILE to enable large file support ClearFontStuff: avoid NULL pointer dereference FindKeysymsByName: avoid NULL pointer dereference Variable scope reductions Use C99 struct initializers xkbprint 1.0.7
xkbprint: update to 1.0.6. Alan Coopersmith (6): gitlab CI: add a basic build test Build xz tarballs instead of bzip2 man page: remove out-of-date COPYRIGHT section Stop leaking XkbAtomGetString allocations gitlab CI: stop requiring Signed-off-by in commits xkbprint 1.0.6
x11: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes Unfetchable distfiles (fetched conditionally?): ./x11/py-qt4/distinfo PyQt4_gpl_mac-4.12.3.tar.gz
x11: Remove SHA1 hashes for distfiles
xkbprint: update to 1.0.5. Alan Coopersmith (3): Update README for gitlab migration Update configure.ac bug URL for gitlab migration xkbprint(1): Some (typographical) corrections to the manual Emil Velikov (1): autogen.sh: use quoted string variables Matt Turner (1): xkbprint 1.0.5 Mihail Konev (1): autogen: add default patch prefix Peter Hutterer (1): autogen.sh: use exec instead of waiting for configure to finish
Add SHA512 digests for distfiles for x11 category Problems found locating distfiles: Package modular-xorg-server: missing distfile xorg-server-1.17.4.tar.bz2 Package py-qt4: missing distfile PyQt-mac-gpl-4.11.1.tar.gz Package xservers: missing distfile xservers-3.3.6.5.tar.bz2 Package xview-clients: missing distfile xview3.2p1-X11R6.tar.gz Package xview-lib: missing distfile xview3.2p1-X11R6.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
Update to 1.0.4: This minor maintenance release provides the recent round of build configuration improvements and janitorial cleanups. Alan Coopersmith (26): Convert sources to X.Org standard coding style unifdef -Unotyet -UNOTYET Fix many const char * warnings Remove unused uASSERT macro Remove unused debugging & function tracing frameworks Remove unused uStrCasePrefix fallback for strncasecmp Remove unused uRealloc & uRecalloc functions Remove unused uTmpAlloc & uTmpFree fallbacks for alloca Replace sole call to uFree() with direct call to free() Replace custom uAlloc/uCalloc with plain malloc/calloc Replace uStringDup() with direct calls to strdup() Replace uStrCaseCmp() with direct calls to strcasecmp() Add printf & noreturn attributes recommended by gcc Replace several malloc+sprintf pairs with asprintf() calls Replace remaining sprintf calls with snprintf() Combine repeated sequences of fprintf() calls into single calls Replace calls to index() with calls to strchr() Combine IsoKeyCaps array of strings into a single string Move some local variables to the scope in which they live Remove unused INPUT_* definitions Fix some sign/size conversion warnings from clang Add -version option to print program version Remove old CVS id tags configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 xkbprint 1.0.4 Gaetan Nadon (3): man: remove trailing spaces and tabs man: replace hard coded man page section with substitution strings config: move man pages into their own directory
Import xkbprint-1.0.3: xkbprint generates a printable or encapsulated PostScript description of an XKB keyboard description.