Path to this page:
./
x11/libXpm,
X PixMap Library from modular Xorg X11
Branch: CURRENT,
Version: 3.5.8,
Package name: libXpm-3.5.8,
Maintainer: joergXPM (X PixMap) is a format for storing and retrieving X pixmaps
to and from files.
This libXpm is from the modular Xorg X11.
This package includes the cxpm(1) tool for checking XPM files
and the sxpm(1) tool for viewing and conversions of XPM files.
Required to build:[
pkgtools/x11-links] [
devel/libtool-base] [
devel/pkg-config] [
x11/xproto] [
x11/inputproto] [
x11/xextproto]
Master sites: (Expand)
SHA1: 3bfc833ed4527f74b1c66c386da62271d0313413
RMD160: 3b2bd291c0037d646042cb502dfffa1ee62c237e
Filesize: 382.833 KB
Version history: (Expand)
- (2010-01-15) Updated to version: libXpm-3.5.8
- (2008-02-24) Updated to version: libXpm-3.5.7nb1
- (2008-02-24) Updated to version: libXpm-3.5.7nb1
- (2008-01-18) Updated to version: libXpm-3.5.7
- (2008-01-16) Updated to version: libXpm-3.5.7
- (2006-11-04) Package added to pkgsrc.se, version libXpm-3.5.6 (created)
CVS history: (Expand)
2010-01-15 19:39:00 by Tobias Nygren | Files touched by this commit (3) |  |
Log message:
Update to libXpm-3.5.8. Changes:
Bug 14171: sxpm/Makefile.am:21: SED was already defined
Add README with pointers to mailing list, bugzilla & git repos
Update AC_DEFINE_DIR to latest version from Autoconf Archive
Replace AC_DEFINE_DIR with AX_DEFINE_DIR from Autoconf Archive
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
libXpm 3.5.8
Use libtools SED check rather than autoconf's SED check.
Replace static ChangeLog with dist-hook to generate from git log
nuke RCS Ids
Janitor: ansification, make distcheck, .gitignore
X.Org Bug 17944: avoid gcc warning for libXpm
|
| 2009-12-16 20:57:47 by Joerg Sonnenberger | Files touched by this commit (3) |
Log message:
Allow buildling x11/libXpm with old X11_TYPE=native to replace
graphics/xpm.
|
| 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-05-24 23:45:22 by Tobias Nygren | Files touched by this commit (201) |
Log message:
Switch master site to MASTER_SITE_XORG.
|
| 2008-02-24 03:26:33 by Johnny C. Lam | Files touched by this commit (5) |
Log message:
+ Don't allow the configure script to find libintl.so or else the resulting
libXpm will be linked against it, which is not necessary. Instead, just
pass down INTLLIBS in the build environment for use by the [cs]xpm
Makefiles, which are the only programs that use gettext().
Bump the PKGREVISION to 1.
|
| 2008-02-06 15:03:41 by Roland Illig | Files touched by this commit (1) |
Log message:
+ BROKEN_GETTEXT_DETECTION, needed on Solaris.
|
| 2008-01-18 16:36:34 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Also depend on xgettext. Fixes PR 37798.
|
| 2008-01-16 00:53:01 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Prepare for localisation by including gettext dependency.
|