pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/libXpm Import libXpm-3.5.6 from pkgsrc-wip:
details: https://anonhg.NetBSD.org/pkgsrc/rev/bd992a5675f7
branches: trunk
changeset: 521028:bd992a5675f7
user: joerg <joerg%pkgsrc.org@localhost>
date: Fri Nov 03 21:06:54 2006 +0000
description:
Import libXpm-3.5.6 from pkgsrc-wip:
XPM (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.
diffstat:
x11/libXpm/DESCR | 7 +++++++
x11/libXpm/Makefile | 29 +++++++++++++++++++++++++++++
x11/libXpm/PLIST | 8 ++++++++
x11/libXpm/buildlink3.mk | 22 ++++++++++++++++++++++
x11/libXpm/distinfo | 5 +++++
5 files changed, 71 insertions(+), 0 deletions(-)
diffs (91 lines):
diff -r bdaaf977f428 -r bd992a5675f7 x11/libXpm/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/libXpm/DESCR Fri Nov 03 21:06:54 2006 +0000
@@ -0,0 +1,7 @@
+XPM (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.
diff -r bdaaf977f428 -r bd992a5675f7 x11/libXpm/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/libXpm/Makefile Fri Nov 03 21:06:54 2006 +0000
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/11/03 21:06:54 joerg Exp $
+#
+
+DISTNAME= libXpm-3.5.6
+CATEGORIES= graphics x11
+MASTER_SITES= http://xorg.freedesktop.org/releases/individual/lib/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= joerg%NetBSD.xorg@localhost
+HOMEPAGE= http://xorg.freedesktop.org/
+COMMENT= X PixMap Library from modular Xorg X11
+
+CONFLICTS+= xpm-[0-9]*
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_LIBTOOL= yes
+USE_TOOLS+= pkg-config
+PKGCONFIG_OVERRIDE+= xpm.pc.in
+GNU_CONFIGURE= yes
+CONFIGURE_ENV+= APP_MAN_SUFFIX=1
+
+.include "../../x11/libX11/buildlink3.mk"
+.include "../../x11/libXext/buildlink3.mk"
+.include "../../x11/libXt/buildlink3.mk"
+.include "../../x11/xextproto/buildlink3.mk"
+.include "../../x11/xproto/buildlink3.mk"
+
+.include "../../mk/bsd.pkg.mk"
diff -r bdaaf977f428 -r bd992a5675f7 x11/libXpm/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/libXpm/PLIST Fri Nov 03 21:06:54 2006 +0000
@@ -0,0 +1,8 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/11/03 21:06:54 joerg Exp $
+bin/cxpm
+bin/sxpm
+include/X11/xpm.h
+lib/libXpm.la
+lib/pkgconfig/xpm.pc
+man/man1/cxpm.1
+man/man1/sxpm.1
diff -r bdaaf977f428 -r bd992a5675f7 x11/libXpm/buildlink3.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/libXpm/buildlink3.mk Fri Nov 03 21:06:54 2006 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: buildlink3.mk,v 1.1.1.1 2006/11/03 21:06:54 joerg Exp $
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
+LIBXPM_BUILDLINK3_MK:= ${LIBXPM_BUILDLINK3_MK}+
+
+.if ${BUILDLINK_DEPTH} == "+"
+BUILDLINK_DEPENDS+= libXpm
+.endif
+
+BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:NlibXpm}
+BUILDLINK_PACKAGES+= libXpm
+BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}libXpm
+
+.if ${LIBXPM_BUILDLINK3_MK} == "+"
+BUILDLINK_API_DEPENDS.libXpm+= libXpm>=3.5.4.2
+BUILDLINK_PKGSRCDIR.libXpm?= ../../x11/libXpm
+.endif # LIBXPM_BUILDLINK3_MK
+
+.include "../../x11/libX11/buildlink3.mk"
+.include "../../x11/xproto/buildlink3.mk"
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
diff -r bdaaf977f428 -r bd992a5675f7 x11/libXpm/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/libXpm/distinfo Fri Nov 03 21:06:54 2006 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2006/11/03 21:06:54 joerg Exp $
+
+SHA1 (libXpm-3.5.6.tar.bz2) = 870e29be101e9063963a31feab4adb662bd1ead9
+RMD160 (libXpm-3.5.6.tar.bz2) = f74ab2c72752e34355b01aebea83f4a3c3a8f218
+Size (libXpm-3.5.6.tar.bz2) = 371577 bytes
Home |
Main Index |
Thread Index |
Old Index