diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-04-22 22:39:01 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-04-22 22:39:01 +0200 |
commit | 090e66936552580359efa800df283e6dbfaa923d (patch) | |
tree | c40944395530d1c54a3a8a5ef92bf6ea8824a28c /sci-geosciences | |
parent | app-editors/jedit: Stabilize 5.4.0 amd64, #783639 (diff) | |
download | gentoo-090e66936552580359efa800df283e6dbfaa923d.tar.gz gentoo-090e66936552580359efa800df283e6dbfaa923d.tar.bz2 gentoo-090e66936552580359efa800df283e6dbfaa923d.zip |
sci-geosciences/gmaptool: new package
The program makes the following operations on map files in Garmin format:
- join several maps into single file.
- split map into files for Mapsource,
- split map into parts,
- write corrections into original files and insert a new unlock code,
- display informations about maps.
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'sci-geosciences')
-rw-r--r-- | sci-geosciences/gmaptool/Manifest | 1 | ||||
-rw-r--r-- | sci-geosciences/gmaptool/gmaptool-08220.ebuild | 22 | ||||
-rw-r--r-- | sci-geosciences/gmaptool/metadata.xml | 16 |
3 files changed, 39 insertions, 0 deletions
diff --git a/sci-geosciences/gmaptool/Manifest b/sci-geosciences/gmaptool/Manifest new file mode 100644 index 000000000000..c168da3c0f05 --- /dev/null +++ b/sci-geosciences/gmaptool/Manifest @@ -0,0 +1 @@ +DIST lgmt08220.zip 272383 BLAKE2B 94746ed28300a1db836993c3bb46def08b7961259d760f9f20c57e132ae5c9e077868dab5f98399d0975f947b78dbc602a5ec3393d01ba63998853c348628f22 SHA512 fba72ea07bdef216f7397a77c1918000492f79f66699aa0b1dda4d154638108237172a85651516c457b8ab7859ed1c5110e9d34247ebf74597329a0ab920c69f diff --git a/sci-geosciences/gmaptool/gmaptool-08220.ebuild b/sci-geosciences/gmaptool/gmaptool-08220.ebuild new file mode 100644 index 000000000000..54e37f3f938a --- /dev/null +++ b/sci-geosciences/gmaptool/gmaptool-08220.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Program for splitting and merging maps in Garmin format" +HOMEPAGE="https://www.gmaptool.eu/" +SRC_URI="https://www.gmaptool.eu/sites/default/files/lgmt${PV}.zip" +S="${WORKDIR}" + +LICENSE="CC-BY-SA-3.0 LGPL-2.1+" +SLOT="0" +KEYWORDS="-* ~amd64 ~x86" + +BDEPEND="app-arch/unzip" + +QA_PREBUILT="usr/bin/gmt" + +src_install() { + dobin gmt + dodoc readme.txt +} diff --git a/sci-geosciences/gmaptool/metadata.xml b/sci-geosciences/gmaptool/metadata.xml new file mode 100644 index 000000000000..263a3db75259 --- /dev/null +++ b/sci-geosciences/gmaptool/metadata.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>conikost@gentoo.org</email> + <name>Conrad Kostecki</name> + </maintainer> + <longdescription> + The program makes the following operations on map files in Garmin format: + - join several maps into single file. + - split map into files for Mapsource, + - split map into parts, + - write corrections into original files and insert a new unlock code, + - display informations about maps. + </longdescription> +</pkgmetadata> |