pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/R-polyclip
Module Name: pkgsrc
Committed By: brook
Date: Sat Aug 1 02:03:53 UTC 2020
Added Files:
pkgsrc/graphics/R-polyclip: DESCR Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/R-polyclip/DESCR \
pkgsrc/graphics/R-polyclip/Makefile pkgsrc/graphics/R-polyclip/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/graphics/R-polyclip/DESCR
diff -u /dev/null pkgsrc/graphics/R-polyclip/DESCR:1.1
--- /dev/null Sat Aug 1 02:03:53 2020
+++ pkgsrc/graphics/R-polyclip/DESCR Sat Aug 1 02:03:53 2020
@@ -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.
Index: pkgsrc/graphics/R-polyclip/Makefile
diff -u /dev/null pkgsrc/graphics/R-polyclip/Makefile:1.1
--- /dev/null Sat Aug 1 02:03:53 2020
+++ pkgsrc/graphics/R-polyclip/Makefile Sat Aug 1 02:03:53 2020
@@ -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"
Index: pkgsrc/graphics/R-polyclip/distinfo
diff -u /dev/null pkgsrc/graphics/R-polyclip/distinfo:1.1
--- /dev/null Sat Aug 1 02:03:53 2020
+++ pkgsrc/graphics/R-polyclip/distinfo Sat Aug 1 02:03:53 2020
@@ -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