summaryrefslogtreecommitdiff
path: root/x11/xmodmap
AgeCommit message (Collapse)AuthorFilesLines
2022-11-09Reset MAINTAINERjoerg1-2/+2
2022-07-11xmodmap: update to 1.0.11.wiz3-9/+10
Alan Coopersmith (5): gitlab CI: add a basic build test Build xz tarballs instead of bzip2 handle.c: avoid leaks when realloc() fails PrintModifierMapping: stop leaking the map returned by XGetKeyboardMapping xmodmap 1.0.11 Karl Fogel (1): Fix warning about number of mouse buttons
2021-10-26x11: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
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
2021-10-07x11: Remove SHA1 hashes for distfilesnia1-2/+1
2020-01-18all: migrate several HOMEPAGEs to httpsrillig1-2/+2
pkglint --only "https instead of http" -r -F With manual adjustments afterwards since pkglint 19.4.4 fixed a few indentations in unrelated lines. This mainly affects projects hosted at SourceForce, as well as freedesktop.org, CTAN and GNU.
2019-02-21xmodmap: update to 1.0.10.wiz3-9/+10
This release provides a man page update and some small build fixes & janitorial cleanups. Alan Coopersmith (4): Change fall through comment in xmodmap.c to match gcc's requirements Update README for gitlab migration Update configure.ac bug URL for gitlab migration xmodmap 1.0.10 Emil Velikov (1): autogen.sh: use quoted string variables Matthew Green (1): Properly hide config.h behind HAVE_CONFIG_H. Mihail Konev (1): autogen: add default patch prefix Peter Hutterer (1): autogen.sh: use exec instead of waiting for configure to finish Wolfgang Pfeiffer (1): man: remove reference to the XKeysymDB
2015-11-04Add SHA512 digests for distfiles for x11 categoryagc1-1/+2
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.
2015-04-17Update to 1.0.9:wiz2-6/+6
Alan Coopersmith (7): configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 Add -version option to print program version Print which option was in error along with usage message Avoid null pointer use if malloc() fails Remove unneeded casts on malloc, realloc, and free calls xmodmap 1.0.9
2013-09-09Update to 1.0.8:wiz2-7/+6
This minor maintenance release corrects build issues on some platforms and improves the man page & help output. Alan Coopersmith (4): include config.h before stdio.h & other system headers Allow printing -help & -grammar messages without a valid DISPLAY Add missing copyright dates from xmodmap.man to COPYING xmodmap 1.0.8 Jon TURNEY (1): Include X11/Xwindows.h on WIN32 Stéphane Aulery (1): error in manpage example about swapping Control_L/Caps_Lock keys
2012-10-29Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-06-03Update to 1.0.7.wiz2-6/+6
1.0.7: This quick fix release solves build problems on systems that need definitions such as _GNU_SOURCE to expose asprintf() in their headers. 1.0.6: Alan Coopersmith (4): Fix gcc -Wwrite-strings warnings Free copy of input line at end of process_line instead of leaking it Replace chk_malloc + sprintf with asprintf xmodmap 1.0.6 Gaetan Nadon (2): config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS man: replace hard coded section with __appmansuffix__ Jeremy Huddleston (4): Dead code removal Improve error handling in copy_to_scratch Include strings.h for strcasecmp Add missing _X_NORETURN to functions that need it Jesse Adkins (1): Purge cvs tags. 1.0.5: This minor maintenance release features improvements to the man page, as well as the usual recent rounds of build configuration improvements and janitorial cleanups.
2009-11-09Update to xmodmap-1.0.4. Changes:tnn2-6/+6
Bug 21675 xmodmap manpage states the wrong path to XKeysymDB Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS Add pointers to mailing lists, bugzilla, & git to README Skip whitespace for virtual button '0'. Correct make distcheck.
2008-05-24Switch master site to MASTER_SITE_XORG.tnn1-2/+2
2007-08-15Update to xmodmap-1.0.3: sprinkle const, use strncasecmp if present,joerg2-6/+6
fix a memory leak.
2006-11-07Import xmodmap-1.0.2:joerg4-0/+30
The xmodmap tool is used to modify keymaps and pointer button mappings in X. This is from modular Xorg.