./x11/bitmap, Bitmap editor and conversion utilities

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.1.1, Package name: bitmap-1.1.1, Maintainer: pkgsrc-users

The bitmap program is a rudimentary tool for creating or editing
rectangular images made up of 1's and 0's. Bitmaps are used in X for
defining clipping regions, cursor shapes, icon shapes, and tile and
stipple patterns.

The bmtoa and atobm filters convert bitmap files to and from ASCII
strings. They are most commonly used to quickly print out bitmaps and
to generate versions for including in text.

This is from the modular X.org X11 project.


Required to build:
[pkgtools/x11-links] [x11/xbitmaps] [pkgtools/cwrappers]

Master sites:

Filesize: 165.699 KB

Version history: (Expand)


CVS history: (Expand)


   2024-02-09 21:50:40 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
bitmap: update to 1.1.1.

This release adds -help and -version options to all three programs.

For those building for 32-bit platforms, it also enables use of the
"large file" APIs - though no file processed by these programs should ever
be anywhere near 2GB in size, it may be stored on a filesystem which uses
large inode numbers not supported by the original 32-bit APIs.
Since this release was generated using the new GNU autoconf 2.72, this
also adds a --enable-year2038 configure flag which may allow imake to
work with files whose timestamps are later than January 19, 2038, but
this has not been tested.

Alan Coopersmith (6):
      configure: Use AC_SYS_LARGEFILE to enable large file support
      Ensure all *.c files include config.h before any other headers
      atobm, bmtoa, bitmap: Add -help and -version options
      bitmap: Print which option was in error along with usage message
      Remove "All rights reserved" from Oracle copyright notices
      bitmap 1.1.1
   2022-11-09 14:14:32 by Joerg Sonnenberger | Files touched by this commit (223)
Log message:
Reset MAINTAINER
   2022-05-03 15:17:24 by Tobias Nygren | Files touched by this commit (1)
Log message:
bitmap: add CHECK_PORTABILITY_SKIP
   2022-04-30 23:15:33 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
bitmap: update to 1.1.0.

Alan Coopersmith (10):
      Use _CONST_X_STRING to make libXt declare String as const char *
      Fix spelling/wording issues
      gitlab CI: add a basic build test
      Build xz tarballs instead of bzip2
      Move bitmaps into a new bitmaps directory
      test: add round-trip-test for atobm & bmtoa
      atobm: accept single character lines
      atobm: close memory leaks
      gitlab CI: stop requiring Signed-off-by in commits
      bitmap 1.1.0

Jeremy Mates (1):
      bitmap: Fix a crash with underspecified dimensions
   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
   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.
   2019-02-11 00:30:57 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
bitmap: update to 1.0.9.

This release fixes a long standing bug in the bitmap editor where
operations would not work properly when NumLock was on.

Alan Coopersmith (3):
      Update README for gitlab migration
      Update configure.ac bug URL for gitlab migration
      bitmap 1.0.9

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

Walter Harms (1):
      same time ago the user Frederic Baldit complained (on xorg) that