svn commit: r530948 - in head/graphics: . guile-cairo

Kubilay Kocak koobs at FreeBSD.org
Tue Apr 7 06:24:04 UTC 2020


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 <andrew tao11 riddles org uk>
  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 at 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 <bsd.port.mk>

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


More information about the svn-ports-all mailing list