pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/cairomm cairomm: mention 1.0 API in DESCR and...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b61a7a398668
branches:  trunk
changeset: 453582:b61a7a398668
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon May 31 20:06:41 2021 +0000

description:
cairomm: mention 1.0 API in DESCR and COMMENT

diffstat:

 graphics/cairomm/DESCR    |  2 ++
 graphics/cairomm/Makefile |  4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r 3b7ed1dea1af -r b61a7a398668 graphics/cairomm/DESCR
--- a/graphics/cairomm/DESCR    Mon May 31 20:04:34 2021 +0000
+++ b/graphics/cairomm/DESCR    Mon May 31 20:06:41 2021 +0000
@@ -1,3 +1,5 @@
 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.
+
+This package follows the 1.0 API.
diff -r 3b7ed1dea1af -r b61a7a398668 graphics/cairomm/Makefile
--- a/graphics/cairomm/Makefile Mon May 31 20:04:34 2021 +0000
+++ b/graphics/cairomm/Makefile Mon May 31 20:06:41 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.49 2021/05/24 19:52:20 wiz Exp $
+# $NetBSD: Makefile,v 1.50 2021/05/31 20:06:41 wiz Exp $
 
 DISTNAME=      cairomm-1.14.2
 PKGREVISION=   1
@@ -8,7 +8,7 @@
 
 MAINTAINER=    adam%NetBSD.org@localhost
 HOMEPAGE=      https://cairographics.org/cairomm/
-COMMENT=       C++ API for cairo
+COMMENT=       C++ API for cairo (1.0 API)
 LICENSE=       gnu-lgpl-v2
 
 USE_LANGUAGES=         c c++



Home | Main Index | Thread Index | Old Index