pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/cairomm



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon May 31 20:06:41 UTC 2021

Modified Files:
        pkgsrc/graphics/cairomm: DESCR Makefile

Log Message:
cairomm: mention 1.0 API in DESCR and COMMENT


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/graphics/cairomm/DESCR
cvs rdiff -u -r1.49 -r1.50 pkgsrc/graphics/cairomm/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/cairomm/DESCR
diff -u pkgsrc/graphics/cairomm/DESCR:1.1.1.1 pkgsrc/graphics/cairomm/DESCR:1.2
--- pkgsrc/graphics/cairomm/DESCR:1.1.1.1       Wed Sep  6 19:56:40 2006
+++ pkgsrc/graphics/cairomm/DESCR       Mon May 31 20:06:41 2021
@@ -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.

Index: pkgsrc/graphics/cairomm/Makefile
diff -u pkgsrc/graphics/cairomm/Makefile:1.49 pkgsrc/graphics/cairomm/Makefile:1.50
--- pkgsrc/graphics/cairomm/Makefile:1.49       Mon May 24 19:52:20 2021
+++ pkgsrc/graphics/cairomm/Makefile    Mon May 31 20:06:41 2021
@@ -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 @@ EXTRACT_SUFX=   .tar.xz
 
 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