summaryrefslogtreecommitdiff
path: root/sci-geosciences/dcw-gmt
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-02-17 01:16:38 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-02-17 01:16:38 +0000
commit53cba99042fa967e2a93da9f8db806fe2d035543 (patch)
tree9780d3b87dfc6bdebc6b7b7d15af1ecb813c6853 /sci-geosciences/dcw-gmt
parent71deace00d1a2b091313fe137ab7092418c6f87c (diff)
gentoo resync : 17.02.2020
Diffstat (limited to 'sci-geosciences/dcw-gmt')
-rw-r--r--sci-geosciences/dcw-gmt/Manifest3
-rw-r--r--sci-geosciences/dcw-gmt/dcw-gmt-1.1.4.ebuild18
-rw-r--r--sci-geosciences/dcw-gmt/metadata.xml18
3 files changed, 39 insertions, 0 deletions
diff --git a/sci-geosciences/dcw-gmt/Manifest b/sci-geosciences/dcw-gmt/Manifest
new file mode 100644
index 000000000000..21b53b84bbdd
--- /dev/null
+++ b/sci-geosciences/dcw-gmt/Manifest
@@ -0,0 +1,3 @@
+DIST dcw-gmt-1.1.4.tar.gz 21117179 BLAKE2B d5aebb5251ddcb82a6df28a9ac0a8e37ad45a8ef48bdf5e777c85f7194af7710e83e7ff3a204a9325d7b9c62ad3e3d41008f106c127a8d710f29a4b9bcb10c13 SHA512 3ea64ce9cc162030b40da859e8617e6c724c3529a57d2e6ae8dc311b4397532d8946aac7f66f49707dc85d046e892faa77bf1293a66c949fdf0473028dc4beeb
+EBUILD dcw-gmt-1.1.4.ebuild 453 BLAKE2B c65415c1cbe6ad511dea13007408b72b98a3026cf363729cbcad84ee83b06559acbd2f169e17e9dc08b01961c4e5c1cc6cbf873c4545159277c3a5108e308c47 SHA512 2d3806348301209b6723277b0b9933d004b7576ef5e6c1f5efe502df0288abb800ad956f4c061b8f63c21f766de9b0dc82a6b6fa4224bad8c8f0ca3987aaa3ec
+MISC metadata.xml 834 BLAKE2B 910f79b5689fa225893efbfbb480174ccf45af11386a2a895674ff7f82b67c89b27b6c6167211c81ab15dc73da99cbe08c044f10d7a505cd66852655fff174f5 SHA512 c76481284ec83209a6768cc867d2199678780dda888b699d56e5ebba68c90d0a0d246fff8cbbe1dc03199df23fe5aa68210320c46ebda90de0b6389a8eafe2cf
diff --git a/sci-geosciences/dcw-gmt/dcw-gmt-1.1.4.ebuild b/sci-geosciences/dcw-gmt/dcw-gmt-1.1.4.ebuild
new file mode 100644
index 000000000000..c012e922f1bb
--- /dev/null
+++ b/sci-geosciences/dcw-gmt/dcw-gmt-1.1.4.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Digital Chart of the World for GMT 5 or later"
+HOMEPAGE="https://www.soest.hawaii.edu/wessel/dcw/"
+SRC_URI="https://www.soest.hawaii.edu/pwessel/dcw/${P}.tar.gz"
+
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+src_install() {
+ dodoc README.TXT ChangeLog
+ insinto /usr/share/dcw-gmt
+ doins *.nc dcw-{countries,states}.txt
+}
diff --git a/sci-geosciences/dcw-gmt/metadata.xml b/sci-geosciences/dcw-gmt/metadata.xml
new file mode 100644
index 000000000000..ee1e16a0a999
--- /dev/null
+++ b/sci-geosciences/dcw-gmt/metadata.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>sci-geosciences@gentoo.org</email>
+ <name>Gentoo Geosciences Project</name>
+ </maintainer>
+ <longdescription lang="en">
+ The Digital Chart of the World (DCW) is a comprehensive 1:1,000,000
+ scale vector basemap of the world. The charts were designed to meet
+ the needs of pilots and air crews in medium-and low-altitude
+ en route navigation and to support military operational planning,
+ intelligence briefings, and other needs. DCW-GMT is an enhancement
+ to DCW in a few ways: (1) it contains more state boundaries,
+ and (2) the data have been reformatted to save space and are
+ distributed as a single deflated netCDF-4 file.
+ </longdescription>
+</pkgmetadata>