NOTICE: This package has been removed from pkgsrc

./graphics/xpm, The X Pixmap library

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 3.4knb7, Package name: xpm-3.4knb7, Maintainer: pkgsrc-users

XPM (X PixMap) is a format for storing/retrieving X pixmaps to/from
files.

Here is provided a library containing a set of four functions, similar
to the X bitmap functions as defined in the Xlib: XpmCreatePixmapFromData,
XpmCreateDataFromPixmap, XpmReadFileToPixmap and XpmWriteFileFromPixmap
for respectively including, storing, reading and writing this format,
plus four other: XpmCreateImageFromData, XpmCreateDataFromImage,
XpmReadFileToImage and XpmWriteFileFromImage for working with images
instead of pixmaps.


Required to build:
[pkgtools/xpkgwedge] [pkgtools/x11-links] [x11/inputproto] [x11/xextproto]

Master sites: (Expand)

SHA1: a8eac19e5772bf7b3b177353686c1401fbf334bd
RMD160: 65a2e58f97724a48a6834aab991341771c5a1faf
Filesize: 145.397 KB

Version history: (Expand)


CVS history: (Expand)


   2009-12-16 21:07:33 by Joerg Sonnenberger | Files touched by this commit (25) | Package removed
Log message:
Retire old xpm package. Replaced by x11/libXpm.
   2009-10-14 22:06:41 by Zafer Aydogan | Files touched by this commit (1)
Log message:
remove broken master_site.
   2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252)
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
   2008-10-05 23:36:36 by Quentin Garnier | Files touched by this commit (117)
Log message:
Merge cube-native-xorg, so that pkgsrc-current can be used with the native
X.Org found in NetBSD-current.

Thanks a lot to all who helped, especially Matthias Scheler who did
repeated tests on Mac OS X and older versions of NetBSD to make sure the
support for those platforms wouldn't be broken (or at least, not fatally,
as I would still expect a few hiccups here and there, because there is
only so much one can test in such limited time).

On the infrastructure side, this branch brings pkgconfig-builtin.mk, in
order to write very easily new builtin.mk files.  It can actually handle
more than just pkgconfig files, but it will provide a version if it finds
such a file.  x11.builtin.mk has also been made more useful and now all
existing (and future!) native-X11-related builtin.mk files should include
it.
   2008-07-14 14:56:20 by Joerg Sonnenberger | Files touched by this commit (563)
Log message:
Mark as destdir ready.
   2008-03-11 19:47:41 by Tobias Nygren | Files touched by this commit (14)
Log message:
Put back a couple of IRIX conditionals the way they used to behave,
e.g. match IRIX 5.x but not 6.x. Some of these may indeed apply to 6.x
too, but let's be conservative. PR pkg/38224.
   2007-10-17 01:49:02 by Tobias Nygren | Files touched by this commit (29)
Log message:
Fix abusers of LOWER_OPSYS to check OPSYS or MACHINE_PLATFORM instead.
   2007-09-25 12:03:54 by Kouichirou Hiratsuka | Files touched by this commit (19)
Log message:
Back out previous.  Pointed out by uebayasi@ and martti@.