pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
R-cairo: Imported into pkgsrc
Module Name: pkgsrc-wip
Committed By: Min Sik Kim <minskim%NetBSD.org@localhost>
Pushed By: minskim
Date: Mon May 21 10:13:23 2018 -0700
Changeset: 702f38a80d34d0527dad9b5f86c2f87d4952df7d
Modified Files:
Makefile
Removed Files:
R-cairo/DESCR
R-cairo/Makefile
R-cairo/distinfo
R-cairo/patches/patch-configure
Log Message:
R-cairo: Imported into pkgsrc
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=702f38a80d34d0527dad9b5f86c2f87d4952df7d
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 -
R-cairo/DESCR | 12 ------------
R-cairo/Makefile | 16 ----------------
R-cairo/distinfo | 7 -------
R-cairo/patches/patch-configure | 26 --------------------------
5 files changed, 62 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index 4327109a17..87bd7059b9 100644
--- a/Makefile
+++ b/Makefile
@@ -39,7 +39,6 @@ SUBDIR+= R-bigmemory
SUBDIR+= R-bigmemory.sri
SUBDIR+= R-bigtabulate
SUBDIR+= R-bnlearn
-SUBDIR+= R-cairo
SUBDIR+= R-doParallel
SUBDIR+= R-entropy
SUBDIR+= R-foreach
diff --git a/R-cairo/DESCR b/R-cairo/DESCR
deleted file mode 100644
index 22d0055f83..0000000000
--- a/R-cairo/DESCR
+++ /dev/null
@@ -1,12 +0,0 @@
-This package provides a Cairo graphics device that can be use to
-create high-quality vector (PDF, PostScript and SVG) and bitmap
-output (PNG,JPEG,TIFF), and high-quality rendering in displays (X11
-and Win32). Since it uses the same back-end for all output, copying
-across formats is WYSIWYG. Files are created without the dependence
-on X11 or other external programs. This device supports alpha
-channel (semi-transparent drawing) and resulting images can contain
-transparent and semi-transparent regions. It is ideal for use in
-server environments (file output) and as a replacement for other
-devices that don't have Cairo's capabilities such as alpha support
-or anti-aliasing. Backends are modular such that any subset of
-backends is supported.
diff --git a/R-cairo/Makefile b/R-cairo/Makefile
deleted file mode 100644
index 2eca119f16..0000000000
--- a/R-cairo/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-# $NetBSD: Makefile,v 1.1 2015/08/18 21:56:49 yhardy Exp $
-
-CATEGORIES= math
-MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= ${R_HOMEPAGE_BASE}/Cairo/
-COMMENT= R graphics device using cairo graphics library f
-LICENSE= gnu-gpl-v2
-
-R_PKGNAME= Cairo
-R_PKGVER= 1.5-9
-
-.include "../../math/R/Makefile.extension"
-.include "../../graphics/cairo/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/R-cairo/distinfo b/R-cairo/distinfo
deleted file mode 100644
index 0827c2d82c..0000000000
--- a/R-cairo/distinfo
+++ /dev/null
@@ -1,7 +0,0 @@
-$NetBSD: distinfo,v 1.1 2015/08/18 21:56:49 yhardy Exp $
-
-SHA1 (R/Cairo_1.5-9.tar.gz) = dff02930b0006e8c0676b0f0d0ac4d5fc8f2551e
-RMD160 (R/Cairo_1.5-9.tar.gz) = 1f988814682593c57806887b207cd3a8ebdd2bdf
-SHA512 (R/Cairo_1.5-9.tar.gz) = bc220436272bb0e144e6bb89df75fc3da26162c763a837cd3e01e76a4d22e225ef9b5215b6655212fa634ff78df5f43b46c1f633903c5e7e9b379a0cba3010b4
-Size (R/Cairo_1.5-9.tar.gz) = 86982 bytes
-SHA1 (patch-configure) = eb4918abf1d80c02afbeea52aeccaa8675ee2021
diff --git a/R-cairo/patches/patch-configure b/R-cairo/patches/patch-configure
deleted file mode 100644
index 7a23380073..0000000000
--- a/R-cairo/patches/patch-configure
+++ /dev/null
@@ -1,26 +0,0 @@
-$NetBSD: patch-configure,v 1.1 2015/08/18 21:56:49 yhardy Exp $
-
-Fix "==" tests.
-
---- configure.orig 2014-06-26 14:50:25.000000000 +0000
-+++ configure
-@@ -3461,7 +3461,7 @@ fi
-
-
- have_cairo=no
--if test "xx$CAIRO_LIBS" == "xx"; then
-+if test "xx$CAIRO_LIBS" = "xx"; then
- if test "xx$PKGCONF" != "xx"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether pkg-config knows about cairo" >&5
- $as_echo_n "checking whether pkg-config knows about cairo... " >&6; }
-@@ -3581,8 +3581,8 @@ fi
- rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
-
--if test "xx${CAIRO_LIBS}" == "xx"; then
-- if test $uses_ats == "yes"; then
-+if test "xx${CAIRO_LIBS}" = "xx"; then
-+ if test $uses_ats = "yes"; then
- CAIRO_LIBS="-lcairo -lpng -lz -framework ApplicationServices"
- else
- CAIRO_LIBs="-lcairo -lpng -lz"
Home |
Main Index |
Thread Index |
Old Index