pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/libICE Import libICE-1.0.1 from pkgsrc-wip, the In...
details: https://anonhg.NetBSD.org/pkgsrc/rev/d10f75034391
branches: trunk
changeset: 520989:d10f75034391
user: joerg <joerg%pkgsrc.org@localhost>
date: Fri Nov 03 17:27:30 2006 +0000
description:
Import libICE-1.0.1 from pkgsrc-wip, the Inter Client Exchange
(ICE) library.
diffstat:
x11/libICE/DESCR | 5 +++++
x11/libICE/Makefile | 25 +++++++++++++++++++++++++
x11/libICE/PLIST | 11 +++++++++++
x11/libICE/buildlink3.mk | 22 ++++++++++++++++++++++
x11/libICE/distinfo | 5 +++++
5 files changed, 68 insertions(+), 0 deletions(-)
diffs (88 lines):
diff -r 50b9639d1314 -r d10f75034391 x11/libICE/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/libICE/DESCR Fri Nov 03 17:27:30 2006 +0000
@@ -0,0 +1,5 @@
+This package contains library and header files for the ICE
+extension for X. This is the Inter Client Exchange library.
+
+This is part of modular X.org project.
+
diff -r 50b9639d1314 -r d10f75034391 x11/libICE/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/libICE/Makefile Fri Nov 03 17:27:30 2006 +0000
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/11/03 17:27:30 joerg Exp $
+#
+
+DISTNAME= libICE-1.0.1
+CATEGORIES= x11 devel
+MASTER_SITES= http://xorg.freedesktop.org/releases/individual/lib/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= joerg%NetBSD.org@localhost
+HOMEPAGE= http://xorg.freedesktop.org/
+COMMENT= Inter Client Exchange (ICE) library for X
+
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_LIBTOOL= yes
+GNU_CONFIGURE= yes
+USE_TOOLS+= pkg-config
+
+PKGCONFIG_OVERRIDE+= ice.pc.in
+
+.include "../../x11/xproto/buildlink3.mk"
+.include "../../x11/xtrans/buildlink3.mk"
+
+.include "../../mk/bsd.pkg.mk"
diff -r 50b9639d1314 -r d10f75034391 x11/libICE/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/libICE/PLIST Fri Nov 03 17:27:30 2006 +0000
@@ -0,0 +1,11 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/11/03 17:27:30 joerg Exp $
+include/X11/ICE/ICE.h
+include/X11/ICE/ICEconn.h
+include/X11/ICE/ICElib.h
+include/X11/ICE/ICEmsg.h
+include/X11/ICE/ICEproto.h
+include/X11/ICE/ICEutil.h
+lib/libICE.la
+lib/pkgconfig/ice.pc
+@dirrm include/X11/ICE
+@comment @dirrm include/X11
diff -r 50b9639d1314 -r d10f75034391 x11/libICE/buildlink3.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/libICE/buildlink3.mk Fri Nov 03 17:27:30 2006 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: buildlink3.mk,v 1.1.1.1 2006/11/03 17:27:30 joerg Exp $
+#
+# This Makefile fragment is included by packages that use libICE.
+#
+# This file was created automatically using createbuildlink-3.0.
+#
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
+LIBICE_BUILDLINK3_MK:= ${LIBICE_BUILDLINK3_MK}+
+
+.if !empty(BUILDLINK_DEPTH:M+)
+BUILDLINK_DEPENDS+= libICE
+.endif
+
+.if !empty(LIBICE_BUILDLINK3_MK:M+)
+BUILDLINK_PACKAGES+= libICE
+BUILDLINK_API_DEPENDS.libICE+= libICE>=0.99.1
+BUILDLINK_PKGSRCDIR.libICE?= ../../x11/libICE
+
+.endif # LIBICE_BUILDLINK3_MK
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
diff -r 50b9639d1314 -r d10f75034391 x11/libICE/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/libICE/distinfo Fri Nov 03 17:27:30 2006 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2006/11/03 17:27:30 joerg Exp $
+
+SHA1 (libICE-1.0.1.tar.bz2) = 2b7b19c4cb46eba5e2079fb00ef223c4cdd2b341
+RMD160 (libICE-1.0.1.tar.bz2) = 436b60c554a10581167137e5bf588b449a95defe
+Size (libICE-1.0.1.tar.bz2) = 254145 bytes
Home |
Main Index |
Thread Index |
Old Index