diff options
author | Michael Uleysky <uleysky@gmail.com> | 2018-08-21 14:09:02 +1000 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-02-16 18:07:06 +0100 |
commit | 793f31b70d70d467a13644c1f7c18c642dfd4507 (patch) | |
tree | c54be387e88b04e0ac1d2230098229d7bf41e770 /sci-geosciences/dcw-gmt | |
parent | net-misc/youtube-dl: Version 2020.02.16 (diff) | |
download | gentoo-793f31b70d70d467a13644c1f7c18c642dfd4507.tar.gz gentoo-793f31b70d70d467a13644c1f7c18c642dfd4507.tar.bz2 gentoo-793f31b70d70d467a13644c1f7c18c642dfd4507.zip |
sci-geosciences/dcw-gmt: New package
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sci-geosciences/dcw-gmt')
-rw-r--r-- | sci-geosciences/dcw-gmt/Manifest | 1 | ||||
-rw-r--r-- | sci-geosciences/dcw-gmt/dcw-gmt-1.1.4.ebuild | 22 | ||||
-rw-r--r-- | sci-geosciences/dcw-gmt/metadata.xml | 18 |
3 files changed, 41 insertions, 0 deletions
diff --git a/sci-geosciences/dcw-gmt/Manifest b/sci-geosciences/dcw-gmt/Manifest new file mode 100644 index 000000000000..d39bab76351e --- /dev/null +++ b/sci-geosciences/dcw-gmt/Manifest @@ -0,0 +1 @@ +DIST dcw-gmt-1.1.4.tar.gz 21117179 BLAKE2B d5aebb5251ddcb82a6df28a9ac0a8e37ad45a8ef48bdf5e777c85f7194af7710e83e7ff3a204a9325d7b9c62ad3e3d41008f106c127a8d710f29a4b9bcb10c13 SHA512 3ea64ce9cc162030b40da859e8617e6c724c3529a57d2e6ae8dc311b4397532d8946aac7f66f49707dc85d046e892faa77bf1293a66c949fdf0473028dc4beeb 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..b1db0955736a --- /dev/null +++ b/sci-geosciences/dcw-gmt/dcw-gmt-1.1.4.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="The 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 ~amd64-linux ~x86-linux" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND}" + +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> |