Path to this page:
./
x11/xwd,
Dump X11 display or window to XWD X Window Dump image file
Branch: CURRENT,
Version: 1.0.9,
Package name: xwd-1.0.9,
Maintainer: reedDump an X11 root display or individual window to an XWD X Window
Dump image format file.
This is from the modular X.org project.
Required to build:[
pkgtools/x11-links] [
pkgtools/cwrappers]
Master sites:
Filesize: 138.613 KB
Version history: (Expand)
- (2023-06-03) Updated to version: xwd-1.0.9
- (2021-08-02) Updated to version: xwd-1.0.8
- (2018-03-13) Updated to version: xwd-1.0.7
- (2013-08-09) Updated to version: xwd-1.0.6
- (2012-06-11) Package has been reborn
- (2012-06-11) Package deleted from pkgsrc
CVS history: (Expand)
2023-06-03 20:35:18 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
xwd: update to 1.0.9.
Alan Coopersmith (12):
Fix spelling/wording issues
gitlab CI: add a basic build test
Build xz tarballs instead of bzip2
gitlab CI: stop requiring Signed-off-by in commits
Remove unused macros
Handle -Wcomma warnings from clang
Remove unnecessary casts from malloc() and free() calls
Variable scope reduction as recommended by cppcheck
Delete commented-out local copy of list function prototypes
list.c: Stop building functions that are never called
Make -help & -version work without requiring an open display
xwd 1.0.9
|
2021-10-26 13:35:01 by Nia Alarie | Files touched by this commit (674) |
Log message:
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
|
2021-10-07 17:14:47 by Nia Alarie | Files touched by this commit (675) |
Log message:
x11: Remove SHA1 hashes for distfiles
|
2021-08-02 12:40:01 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
xwd: update to 1.0.8.
Version 1.0.8 of xwd is now available for all your X11 window dumping needs!
It fixes bugs you didn't even know were there and cleans up code you've
never seen!
Alan Coopersmith (7):
Update README for gitlab migration
Update configure.ac bug URL for gitlab migration
Combine options info into a single string in usage()
QueryColorMap() function in multiVis.c may retrieve incorrect colours (#3)
Adopt standard X.Org coding style
Elide empty else
xwd 1.0.8
Jim Rees (1):
Zero out uninitialized memory so as not to write stack garbage to dump file
Stéphane Aulery (1):
Ensure consistency between the manpage and the output of the -help option
|
2020-01-19 00:36:14 by Roland Illig | Files touched by this commit (3046) |
Log message:
all: migrate several HOMEPAGEs to https
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.
|
2018-03-10 23:19:47 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
xwd: update to 1.0.7.
Alan Coopersmith (5):
configure: Drop AM_MAINTAINER_MODE
autogen.sh: Honor NOCONFIGURE=1
Print which option was in error along with usage message
Add -version option to print program version
xwd 1.0.7
Emil Velikov (1):
autogen.sh: use quoted string variables
James Cloos (1):
Fix a vs an typo in the man page.
Mihail Konev (1):
autogen: add default patch prefix
Peter Hutterer (1):
autogen.sh: use exec instead of waiting for configure to finish
|
2015-11-04 04:29:14 by Alistair G. Crooks | Files touched by this commit (670) |
Log message:
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.
|
2013-08-09 11:25:51 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 1.0.6:
This minor maintenance release provides a collection of build configuration
improvements and janitorial cleanups.
Alan Coopersmith (10):
Move Pixel typedef from xwd.c to wsutils.h
Optionally enable existing code to call XkbStdBell from libxkbfile
Fix gcc warnings about discarding const qualifiers
Add printf attributes as suggested by gcc -Wmissing-format-attribute
Rename new_list variable to not shadow new_list function
Remove unused bitmap_unit variable from ReadRegionsInList()
Quiet gcc warnings about potentially uninitialized variables
Fix some clang warnings about integer size/sign conversions
Strip trailing whitespace
xwd 1.0.6
|