dev-R/isoband: new

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2021-05-31 23:33:15 +02:00
parent 44345c1c7b
commit 303fa97582
3 changed files with 21 additions and 0 deletions

1
dev-R/isoband/Manifest Normal file
View File

@@ -0,0 +1 @@
DIST isoband_0.2.4.tar.gz 2010708 BLAKE2B 34f805cc3f7cd27109580c772cc6491adaf9baf1e199fd9bbfdbea64a7a3b673a4358e36214bb26c963cba208c7bd9f8666064dd712ff7ba731a7d50b27cf095 SHA512 8d83afd3b5cecc33721e52b9241fd7cb1fde6b8d9e35da6ca8afbda63e603f71d4208fdb22777d6a992bf26eb66680d85d44ad267cdf89a2a6007afbe2ee8cde

View File

@@ -0,0 +1,10 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit R-packages
DESCRIPTION='Generate Isolines and Isobands from regularky spaced elevation grids'
KEYWORDS="~amd64"
LICENSE='MIT'

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<longdescription>
Generate Isolines and Isobands from Regularly Spaced Elevation
Grids // A fast C++ implementation to generate contour lines
(isolines) and contour polygons (isobands) from regularly
spaced grids containing elevation data.
</longdescription>
</pkgmetadata>