Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/R-polyclip graphics/R-polyclip: import R-poly...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f7fd8f070450
branches: trunk
changeset: 436364:f7fd8f070450
user: brook <brook%pkgsrc.org@localhost>
date: Sat Aug 01 02:03:53 2020 +0000
description:
graphics/R-polyclip: import R-polyclip-1.10.0
R port of Angus Johnson's open source library Clipper. Performs
polygon clipping operations (intersection, union, set minus, set
difference) for polygonal regions of arbitrary complexity, including
holes. Computes offset polygons (spatial buffer zones, morphological
dilations, Minkowski dilations) for polygonal regions and polygonal
lines. Computes Minkowski Sum of general polygons. There is a function
for removing self-intersections from polygon data.
diffstat:
graphics/R-polyclip/DESCR | 7 +++++++
graphics/R-polyclip/Makefile | 17 +++++++++++++++++
graphics/R-polyclip/distinfo | 6 ++++++
3 files changed, 30 insertions(+), 0 deletions(-)
diffs (42 lines):
diff -r 81f40c56d216 -r f7fd8f070450 graphics/R-polyclip/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/R-polyclip/DESCR Sat Aug 01 02:03:53 2020 +0000
@@ -0,0 +1,7 @@
+R port of Angus Johnson's open source library Clipper. Performs
+polygon clipping operations (intersection, union, set minus, set
+difference) for polygonal regions of arbitrary complexity, including
+holes. Computes offset polygons (spatial buffer zones, morphological
+dilations, Minkowski dilations) for polygonal regions and polygonal
+lines. Computes Minkowski Sum of general polygons. There is a function
+for removing self-intersections from polygon data.
diff -r 81f40c56d216 -r f7fd8f070450 graphics/R-polyclip/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/R-polyclip/Makefile Sat Aug 01 02:03:53 2020 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2020/08/01 02:03:53 brook Exp $
+
+CATEGORIES= graphics
+MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= ${R_HOMEPAGE_BASE}/polyclip/
+COMMENT= Polygon Clipping
+LICENSE= boost-license
+
+R_PKGNAME= polyclip
+R_PKGVER= 1.10-0
+
+USE_LANGUAGES+= c c++
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff -r 81f40c56d216 -r f7fd8f070450 graphics/R-polyclip/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/R-polyclip/distinfo Sat Aug 01 02:03:53 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/08/01 02:03:53 brook Exp $
+
+SHA1 (R/polyclip_1.10-0.tar.gz) = b87d61ecd6887755f07e1428625e490392a7773e
+RMD160 (R/polyclip_1.10-0.tar.gz) = 4fde6c4845dc95708529699814ff7a1833bc3cc2
+SHA512 (R/polyclip_1.10-0.tar.gz) = 53a1ab0eca17178da415bc9a40b661ab2d5d3341de92a72b02c848ca636a7abc29b66ed9e78c929ec76685a698ef1b83524aaf90d83d4b41b4a1ed2c3e083d03
+Size (R/polyclip_1.10-0.tar.gz) = 79619 bytes
Home |
Main Index |
Thread Index |
Old Index