update cairomm to 1.4.2
ok wilfried@ (MAINTAINER)
This commit is contained in:
parent
4596a7761d
commit
88d8ffafd4
@ -1,10 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2007/04/30 11:02:07 wilfried Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2007/07/17 08:14:35 jasper Exp $
|
||||
|
||||
COMMENT= "C++ interface for cairo"
|
||||
COMMENT= C++ interface for cairo
|
||||
|
||||
DISTNAME= cairomm-1.2.4
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
SHARED_LIBS= cairomm-1.0 1.0
|
||||
DISTNAME= cairomm-1.4.2
|
||||
SHARED_LIBS= cairomm-1.0 2.0
|
||||
CATEGORIES= graphics
|
||||
|
||||
HOMEPAGE= http://cairographics.org/cairomm/
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (cairomm-1.2.4.tar.gz) = XYYvrPvQCYybrmGLYffI5g==
|
||||
RMD160 (cairomm-1.2.4.tar.gz) = HnuEx3ohRPhmUZXgf2vVIzd5QjM=
|
||||
SHA1 (cairomm-1.2.4.tar.gz) = 3KEvfU+QgSqcwchdzFZS7CTF7u8=
|
||||
SHA256 (cairomm-1.2.4.tar.gz) = oTfM1KbN5snpVTlmU0cC0uf29Ex1Xf4SjZ+ybtJpf+c=
|
||||
SIZE (cairomm-1.2.4.tar.gz) = 580871
|
||||
MD5 (cairomm-1.4.2.tar.gz) = Htk/f5hE+ndw7mMf2r3oLg==
|
||||
RMD160 (cairomm-1.4.2.tar.gz) = 0/bFIyVgsFauGlUZAZQFPfqbvKQ=
|
||||
SHA1 (cairomm-1.4.2.tar.gz) = Nf6Rd33tgjMvcxpNkzyfPutXVwc=
|
||||
SHA256 (cairomm-1.4.2.tar.gz) = fdrs5RjAEMZlAdhN0hYSDhNBVwMx4Vso3VBzQP6f9nU=
|
||||
SIZE (cairomm-1.4.2.tar.gz) = 626946
|
||||
|
@ -1,3 +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,
|
||||
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.
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/04/25 10:23:26 wilfried Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2007/07/17 08:14:35 jasper Exp $
|
||||
%%SHARED%%
|
||||
include/cairomm-1.0/
|
||||
include/cairomm-1.0/cairomm/
|
||||
@ -10,6 +10,7 @@ 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/quartz_surface.h
|
||||
include/cairomm-1.0/cairomm/refptr.h
|
||||
include/cairomm-1.0/cairomm/scaledfont.h
|
||||
include/cairomm-1.0/cairomm/surface.h
|
||||
|
Loading…
Reference in New Issue
Block a user