pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/cairomm cairomm is a C++ wrapper for the cair...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a0a8973b9bc5
branches: trunk
changeset: 518322:a0a8973b9bc5
user: adam <adam%pkgsrc.org@localhost>
date: Wed Sep 06 19:56:40 2006 +0000
description:
cairomm is a C++ wrapper for the cairo graphics library. It offers all the
power of cairo with an interface familiar to C++ developers, including use of
the Standard Template Library where it makes sense.
diffstat:
graphics/cairomm/DESCR | 3 +++
graphics/cairomm/Makefile | 20 ++++++++++++++++++++
graphics/cairomm/PLIST | 16 ++++++++++++++++
graphics/cairomm/buildlink3.mk | 21 +++++++++++++++++++++
graphics/cairomm/distinfo | 5 +++++
5 files changed, 65 insertions(+), 0 deletions(-)
diffs (85 lines):
diff -r e2fac420d2eb -r a0a8973b9bc5 graphics/cairomm/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/cairomm/DESCR Wed Sep 06 19:56:40 2006 +0000
@@ -0,0 +1,3 @@
+cairomm is a C++ wrapper for the cairo graphics library. It offers all the
+power of cairo with an interface familiar to C++ developers, including use of
+the Standard Template Library where it makes sense.
diff -r e2fac420d2eb -r a0a8973b9bc5 graphics/cairomm/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/cairomm/Makefile Wed Sep 06 19:56:40 2006 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/09/06 19:56:40 adam Exp $
+
+DISTNAME= cairomm-1.2.2
+CATEGORIES= graphics
+MASTER_SITES= http://cairographics.org/releases/
+
+MAINTAINER= adam%NetBSD.org@localhost
+HOMEPAGE= http://cairographics.org/cairomm/
+COMMENT= C++ API for cairo
+
+USE_LANGUAGES= c c++
+USE_LIBTOOL= yes
+USE_PKGLOCALEDIR= yes
+USE_TOOLS+= pkg-config
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --disable-docs
+PKGCONFIG_OVERRIDE+= cairomm-1.0.pc.in
+
+.include "../../graphics/cairo/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r e2fac420d2eb -r a0a8973b9bc5 graphics/cairomm/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/cairomm/PLIST Wed Sep 06 19:56:40 2006 +0000
@@ -0,0 +1,16 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/09/06 19:56:40 adam Exp $
+include/cairomm-1.0/cairomm/cairomm.h
+include/cairomm-1.0/cairomm/context.h
+include/cairomm-1.0/cairomm/enums.h
+include/cairomm-1.0/cairomm/exception.h
+include/cairomm-1.0/cairomm/fontface.h
+include/cairomm-1.0/cairomm/fontoptions.h
+include/cairomm-1.0/cairomm/path.h
+include/cairomm-1.0/cairomm/pattern.h
+include/cairomm-1.0/cairomm/refptr.h
+include/cairomm-1.0/cairomm/scaledfont.h
+include/cairomm-1.0/cairomm/surface.h
+include/cairomm-1.0/cairomm/win32_surface.h
+include/cairomm-1.0/cairomm/xlib_surface.h
+lib/libcairomm-1.0.la
+lib/pkgconfig/cairomm-1.0.pc
diff -r e2fac420d2eb -r a0a8973b9bc5 graphics/cairomm/buildlink3.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/cairomm/buildlink3.mk Wed Sep 06 19:56:40 2006 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: buildlink3.mk,v 1.1.1.1 2006/09/06 19:56:40 adam Exp $
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
+CAIROMM_BUILDLINK3_MK:= ${CAIROMM_BUILDLINK3_MK}+
+
+.if ${BUILDLINK_DEPTH} == "+"
+BUILDLINK_DEPENDS+= cairomm
+.endif
+
+BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Ncairomm}
+BUILDLINK_PACKAGES+= cairomm
+BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}cairomm
+
+.if ${CAIROMM_BUILDLINK3_MK} == "+"
+BUILDLINK_API_DEPENDS.cairomm+= cairomm>=1.2.2
+BUILDLINK_PKGSRCDIR.cairomm?= ../../graphics/cairomm
+.endif # CAIROMM_BUILDLINK3_MK
+
+.include "../../graphics/cairo/buildlink3.mk"
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
diff -r e2fac420d2eb -r a0a8973b9bc5 graphics/cairomm/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/cairomm/distinfo Wed Sep 06 19:56:40 2006 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2006/09/06 19:56:40 adam Exp $
+
+SHA1 (cairomm-1.2.2.tar.gz) = 78b1f39cd4430b84e9bafd49f80f9d428f25dc85
+RMD160 (cairomm-1.2.2.tar.gz) = 1e7d7f45ac3f9284b8e0b33369c178ebef89d8cc
+Size (cairomm-1.2.2.tar.gz) = 582629 bytes
Home |
Main Index |
Thread Index |
Old Index