summaryrefslogtreecommitdiff
path: root/graphics/cairomm
diff options
context:
space:
mode:
authoradam <adam>2006-09-06 19:56:40 +0000
committeradam <adam>2006-09-06 19:56:40 +0000
commit03597b8b26245605c4571c1c26af34a2c4c9e210 (patch)
tree85c852a3b2389e617b7e7049f63eb2c088273475 /graphics/cairomm
parent2aaabd8d08d574457a1863a9fd03ea8a95cf5dde (diff)
downloadpkgsrc-03597b8b26245605c4571c1c26af34a2c4c9e210.tar.gz
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 (limited to 'graphics/cairomm')
-rw-r--r--graphics/cairomm/DESCR3
-rw-r--r--graphics/cairomm/Makefile20
-rw-r--r--graphics/cairomm/PLIST16
-rw-r--r--graphics/cairomm/buildlink3.mk21
-rw-r--r--graphics/cairomm/distinfo5
5 files changed, 65 insertions, 0 deletions
diff --git a/graphics/cairomm/DESCR b/graphics/cairomm/DESCR
new file mode 100644
index 00000000000..f680098819b
--- /dev/null
+++ b/graphics/cairomm/DESCR
@@ -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 --git a/graphics/cairomm/Makefile b/graphics/cairomm/Makefile
new file mode 100644
index 00000000000..4f9a8a65395
--- /dev/null
+++ b/graphics/cairomm/Makefile
@@ -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
+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 --git a/graphics/cairomm/PLIST b/graphics/cairomm/PLIST
new file mode 100644
index 00000000000..eb4a8cc80d7
--- /dev/null
+++ b/graphics/cairomm/PLIST
@@ -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 --git a/graphics/cairomm/buildlink3.mk b/graphics/cairomm/buildlink3.mk
new file mode 100644
index 00000000000..97919cbb172
--- /dev/null
+++ b/graphics/cairomm/buildlink3.mk
@@ -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 --git a/graphics/cairomm/distinfo b/graphics/cairomm/distinfo
new file mode 100644
index 00000000000..e1efe88409f
--- /dev/null
+++ b/graphics/cairomm/distinfo
@@ -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