summaryrefslogtreecommitdiff
path: root/x11/xfontsel
AgeCommit message (Collapse)AuthorFilesLines
2022-11-09Reset MAINTAINERjoerg1-2/+2
2022-07-11xfontsel: update to 1.1.0.wiz3-9/+11
This release adds two small new features - a "Reset" button to reset all the selections back to the initial values, and when given the "-scaled" option fetch the actual screen resolution and add that to the list of available resolutions for the resX and resY menus. Alan Coopersmith (11): Update README for gitlab migration Update configure.ac bug URL for gitlab migration gitlab CI: add a basic build test Build xz tarballs instead of bzip2 man page: remove out-of-date COPYRIGHT section const cleanup Fix -Wsign-compare warning from gcc Clean up variable scoping in GetFontNames() mark Quit() & QuitAction() as noreturn gitlab CI: stop requiring Signed-off-by in commits xfontsel 1.1.0 Alexander Gromnitsky (1): Add 'reset' button Greg A. Woods (1): include actual screen resolution in the resX & resY menus Thomas Kuehne (1): Fixed -Wmissing-field-initializers warning
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.
2018-03-10xfontsel: update to 1.0.6.wiz2-7/+7
Alan Coopersmith (7): Drop CRAY/WORD64 support (unifdef -UCRAY -UWORD64) Replace TXT16 with XChar2b inline config: Add missing AC_CONFIG_SRCDIR configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 Get rid of some extraneous ; at the end of C source lines xfontsel 1.0.6 Emil Velikov (1): autogen.sh: use quoted string variables Mihail Konev (1): autogen: add default patch prefix Peter Hutterer (1): autogen.sh: use exec instead of waiting for configure to finish
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.
2013-05-18Update to 1.0.5:wiz2-7/+6
This minor bugfix release finally fixes my long-festering pet peeve with this tool - when a font fails to load, it will now continue to update the text sample area instead of letting it accumulate menu images and other failed repaint turds. There's a few other small changes too, but no one will notice them. Alan Coopersmith (6): Combine usage message strings Prevent memory leak in GetFontNames if no fonts are matched Remove extraneous braces left from commit 1d6970a838d4ed42a When font fails to load, grey out text instead of unmapping text widget Use C99 struct initializer for parseRec in GetFontNames() xfontsel 1.0.5
2012-10-29Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-06-03Update to 1.0.4.wiz2-7/+6
1.0.4: Alan Coopersmith (4): Convert sprintf calls to snprintf Strip trailing whitespace Add const attribute to fieldP fix a gcc -Wwrite-strings warning xfontsel 1.0.4 Gaetan Nadon (5): config: replace deprecated AC_HELP_STRING with AS_HELP_STRING config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS man: remove trailing spaces and tabs man: replace hard coded man page section with substitution strings config: move man pages into their own directory Jesse Adkins (2): Purge cvs tags. Remove USE_TEXT_WIDGET (bug 8966) 1.0.3: This release includes several years worth of build improvements and cleanups, including fixes for builds on case-insensitive filesystems, builds without the Xaw8 macros, and other fixes needed for building on various platforms.
2011-10-23Fix wrong COMMENT; PKGREVISION -> 2dholland1-3/+3
2011-09-24Override appdefaultdir inherited from pkg-config, so that e.g. withjoerg1-1/+3
native X11R7 on NetBSD, the files don't end up in /usr/X111R7.
2008-11-10Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal.wiz1-1/+2
2008-05-24Switch master site to MASTER_SITE_XORG.tnn1-2/+2
2007-04-12Import xfontsel-1.0.2.joerg4-0/+32
This package provides xfontsel, a program to query and display X11 fonts. This is from the modular X.org X11 project.