* [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/gmaptool/
@ 2021-04-22 20:40 Conrad Kostecki
0 siblings, 0 replies; only message in thread
From: Conrad Kostecki @ 2021-04-22 20:40 UTC (permalink / raw
To: gentoo-commits
commit: 090e66936552580359efa800df283e6dbfaa923d
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 22 20:39:01 2021 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Thu Apr 22 20:39:01 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=090e6693
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 <AT> gentoo.org>
sci-geosciences/gmaptool/Manifest | 1 +
sci-geosciences/gmaptool/gmaptool-08220.ebuild | 22 ++++++++++++++++++++++
sci-geosciences/gmaptool/metadata.xml | 16 ++++++++++++++++
3 files changed, 39 insertions(+)
diff --git a/sci-geosciences/gmaptool/Manifest b/sci-geosciences/gmaptool/Manifest
new file mode 100644
index 00000000000..c168da3c0f0
--- /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 00000000000..54e37f3f938
--- /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 00000000000..263a3db7525
--- /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>
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2021-04-22 20:40 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-22 20:40 [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/gmaptool/ Conrad Kostecki
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox