From owner-svn-ports-all@freebsd.org Tue Apr 7 06:24:04 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2DEB62AAC49; Tue, 7 Apr 2020 06:24:04 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48xHRm0SPbz48vv; Tue, 7 Apr 2020 06:24:04 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0AE2F53B5; Tue, 7 Apr 2020 06:24:04 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0376O31P071581; Tue, 7 Apr 2020 06:24:03 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0376O3q4071574; Tue, 7 Apr 2020 06:24:03 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <202004070624.0376O3q4071574@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Tue, 7 Apr 2020 06:24:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r530948 - in head/graphics: . guile-cairo X-SVN-Group: ports-head X-SVN-Commit-Author: koobs X-SVN-Commit-Paths: in head/graphics: . guile-cairo X-SVN-Commit-Revision: 530948 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Apr 2020 06:24:04 -0000 Author: koobs Date: Tue Apr 7 06:24:02 2020 New Revision: 530948 URL: https://svnweb.freebsd.org/changeset/ports/530948 Log: [NEW] graphics/guile-cairo: Wrapper for using the Cairo graphics library from Guile Guile-Cairo wraps the Cairo graphics library for Guile Scheme. WWW: http://www.nongnu.org/guile-cairo/ PR: 241731 Submitted by: Andrew Differential Revision: D22189 Added: head/graphics/guile-cairo/ head/graphics/guile-cairo/Makefile (contents, props changed) head/graphics/guile-cairo/distinfo (contents, props changed) head/graphics/guile-cairo/pkg-descr (contents, props changed) head/graphics/guile-cairo/pkg-plist (contents, props changed) Modified: head/graphics/Makefile Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Tue Apr 7 06:22:45 2020 (r530947) +++ head/graphics/Makefile Tue Apr 7 06:24:02 2020 (r530948) @@ -322,6 +322,7 @@ SUBDIR += gtkam SUBDIR += gts SUBDIR += guetzli + SUBDIR += guile-cairo SUBDIR += guilib SUBDIR += gwenview SUBDIR += hdr_tools Added: head/graphics/guile-cairo/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/guile-cairo/Makefile Tue Apr 7 06:24:02 2020 (r530948) @@ -0,0 +1,29 @@ +# $FreeBSD$ + +PORTNAME= guile-cairo +DISTVERSION= 1.10.0 +CATEGORIES= graphics +MASTER_SITES= SAVANNAH + +MAINTAINER= andrew@tao11.riddles.org.uk +COMMENT= Wrapper for using the Cairo graphics library from Guile + +LICENSE= LGPL3+ + +LIB_DEPENDS= libguile-2.2.so:lang/guile2 \ + libgc-threaded.so:devel/boehm-gc-threaded +BUILD_DEPENDS= guile2>=2.2:lang/guile2 + +USES= gmake gnome libtool pkgconfig +USE_GNOME= cairo +USE_LDCONFIG= yes + +GNU_CONFIGURE= yes + +INFO= guile-cairo + +INSTALL_TARGET= install-strip + +MAKE_JOBS_UNSAFE=yes + +.include Added: head/graphics/guile-cairo/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/guile-cairo/distinfo Tue Apr 7 06:24:02 2020 (r530948) @@ -0,0 +1,3 @@ +TIMESTAMP = 1572341723 +SHA256 (guile-cairo-1.10.0.tar.gz) = ae3d7e0f0a8ae93d0a15c692514eb30f2478d407052064976fc59a291cccdd5c +SIZE (guile-cairo-1.10.0.tar.gz) = 633917 Added: head/graphics/guile-cairo/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/guile-cairo/pkg-descr Tue Apr 7 06:24:02 2020 (r530948) @@ -0,0 +1,3 @@ +Guile-Cairo wraps the Cairo graphics library for Guile Scheme. + +WWW: http://www.nongnu.org/guile-cairo/ Added: head/graphics/guile-cairo/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/guile-cairo/pkg-plist Tue Apr 7 06:24:02 2020 (r530948) @@ -0,0 +1,12 @@ +include/guile-cairo/guile-cairo-enum-types.h +include/guile-cairo/guile-cairo-smob-types.h +include/guile-cairo/guile-cairo-vector-types.h +include/guile-cairo/guile-cairo.h +lib/libguile-cairo.so +lib/libguile-cairo.so.0 +lib/libguile-cairo.so.0.0.0 +libdata/pkgconfig/guile-cairo.pc +share/guile/site/cairo.scm +share/guile/site/cairo/cairo-procedures.txt +share/guile/site/cairo/config.scm +share/guile/site/cairo/vector-types.scm