Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New Package: gmt-6.1_1
@ 2021-04-18 16:14 nezos
  2021-04-18 16:19 ` [PR PATCH] [Closed]: " nezos
                   ` (23 more replies)
  0 siblings, 24 replies; 25+ messages in thread
From: nezos @ 2021-04-18 16:14 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1565 bytes --]

There is a new pull request by nezos against master on the void-packages repository

https://github.com/nezos/void-packages master
https://github.com/void-linux/void-packages/pull/30299

New Package: gmt-6.1_1
<!-- Mark items with [x] where applicable -->

#### General
- [X] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [X] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->

#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [X] I built this PR locally for my native architecture, (x86_64-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
- [ ] aarch64-musl
- [ ] armv7l
- [ ] armv6l-musl


A patch file from https://github.com/void-linux/void-packages/pull/30299.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-30299.patch --]
[-- Type: text/x-diff, Size: 5207 bytes --]

From fe8853c0b4360696426c05c7f33deca4fdd2fed5 Mon Sep 17 00:00:00 2001
From: Vassilios Grigoriadis <nezos@hotmail.com>
Date: Sun, 18 Apr 2021 19:00:13 +0300
Subject: [PATCH 1/3] New package: gmt-6.1

New package: gmt-6.1_1
---
 common/shlibs        |  2 ++
 srcpkgs/gmt-devel    |  1 +
 srcpkgs/gmt/template | 25 +++++++++++++++++++++++++
 3 files changed, 28 insertions(+)
 create mode 120000 srcpkgs/gmt-devel
 create mode 100644 srcpkgs/gmt/template

diff --git a/common/shlibs b/common/shlibs
index 001fcd56590d..65ea740b1179 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3959,3 +3959,5 @@ libldacBT_enc.so.2 ldacBT-2.0.2.3_1
 libgumbo.so.1 gumbo-parser-0.10.1_2
 libmariadb.so.3 libmariadbclient-10.5.9_1
 libmariadbd.so.19 libmariadbclient-10.5.9_1
+libpostscriptlight.so.6 gmt-6.1_1
+libgmt.so.6 gmt-6.1_1
diff --git a/srcpkgs/gmt-devel b/srcpkgs/gmt-devel
new file mode 120000
index 000000000000..08f7b8d70c77
--- /dev/null
+++ b/srcpkgs/gmt-devel
@@ -0,0 +1 @@
+gmt
\ No newline at end of file
diff --git a/srcpkgs/gmt/template b/srcpkgs/gmt/template
new file mode 100644
index 000000000000..6b247f09eb10
--- /dev/null
+++ b/srcpkgs/gmt/template
@@ -0,0 +1,25 @@
+# Template file for 'gmt'
+pkgname=gmt
+version=6.1
+revision=1
+build_style=cmake
+configure_args="-DGSHHG_ROOT=usr/share/gshhg-gmt -DDCW_ROOT=usr/share/dcw-gmt -DGMT_DATADIR=usr/share/gmt -DGMT_DOCDIR=usr/share/doc/gmt -DLICENSE_RESTRICTED=LGPL"
+makedepends="git ghostscript-devel netcdf-devel libcurl-devel libgdal-devel pcre2-devel fftw-devel lapack-devel blas-devel dcw-gmt gshhg-gmt"
+depends="ghostscript netcdf libcurl libgdal dcw-gmt gshhg-gmt pcre2 libfftw lapack blas"
+short_desc="Generic Mapping Tools"
+maintainer="Vassilios Grigoriadis <nezos@hotmail.com>"
+license="LGPL-3.0-or-later"
+homepage="https://www.generic-mapping-tools.org/"
+checksum="fea0a94d4b605894f3e2d5572e3f96e4413bcad3a085aae7367c2cf07908b2ff"
+
+do_fetch() {
+	git clone https://github.com/GenericMappingTools/gmt.git gmt-6.1
+}
+
+gmt-devel_package() {
+		short_desc+=" - development files"
+		depends="${sourcepkg}>=${version}_${revision}"
+		pkg_install() {
+		vmove usr/include
+	}
+}

From af1dfeef4ee8e5cbfccf46a8232442646f15f6a7 Mon Sep 17 00:00:00 2001
From: Vassilios Grigoriadis <nezos@hotmail.com>
Date: Sun, 18 Apr 2021 19:05:22 +0300
Subject: [PATCH 2/3] New package: gshhg-gmt-2.3.7

New package: gshhg-gmt-2.3.7_1
---
 srcpkgs/gshhg-gmt/template | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)
 create mode 100644 srcpkgs/gshhg-gmt/template

diff --git a/srcpkgs/gshhg-gmt/template b/srcpkgs/gshhg-gmt/template
new file mode 100644
index 000000000000..ea18480ecfaa
--- /dev/null
+++ b/srcpkgs/gshhg-gmt/template
@@ -0,0 +1,26 @@
+pkgname=gshhg-gmt
+version=2.3.7
+revision=1
+build_style=fetch
+short_desc="Global Self-consistent Hierarchical High-resolution Geography for Generic Mapping Tools"
+hostmakedepends="tar"
+maintainer="Vassilios Grigoriadis <nezos@hotmail.com>"
+license="LGPL-3.0-or-later"
+homepage="https://github.com/GenericMappingTools/gshhg-gmt"
+distfiles="https://github.com/GenericMappingTools/gshhg-gmt/releases/download/${version}/gshhg-gmt-$version.tar.gz"
+checksum=9bb1a956fca0718c083bef842e625797535a00ce81f175df08b042c2a92cfe7f
+ 
+#do_extract() {
+#  tar -xf "gshhg-gmt-${version}.tar.gz"
+#}
+ 
+do_install() {
+  tar -xf "gshhg-gmt-${version}.tar.gz"
+  rm "gshhg-gmt-${version}.tar.gz"
+  vmkdir usr/share/gshhg-gmt
+  vcopy "gshhg-gmt-${version}/*.nc" usr/share/gshhg-gmt
+  vcopy "gshhg-gmt-${version}/README.TXT" usr/share/gshhg-gmt
+  vlicense "gshhg-gmt-${version}/LICENSE.TXT"
+  vlicense "gshhg-gmt-${version}/COPYING.LESSERv3"
+  vlicense "gshhg-gmt-${version}/COPYINGv3"
+}

From bd494057b647e8cb2698ac58ff73584c71413fa4 Mon Sep 17 00:00:00 2001
From: Vassilios Grigoriadis <nezos@hotmail.com>
Date: Sun, 18 Apr 2021 19:05:32 +0300
Subject: [PATCH 3/3] New package: dcw-gmt-2.0.0

New package: dcw-gmt-2.0.0_1
---
 srcpkgs/dcw-gmt/template | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)
 create mode 100644 srcpkgs/dcw-gmt/template

diff --git a/srcpkgs/dcw-gmt/template b/srcpkgs/dcw-gmt/template
new file mode 100644
index 000000000000..c86fadb7d960
--- /dev/null
+++ b/srcpkgs/dcw-gmt/template
@@ -0,0 +1,26 @@
+pkgname=dcw-gmt
+version=2.0.0
+revision=1
+build_style=fetch
+short_desc="DCW-GMT: The Digital Chart of the World for GMT"
+hostmakedepends="tar"
+maintainer="Vassilios Grigoriadis <nezos@hotmail.com>"
+license="LGPL-3.0-or-later"
+homepage="https://github.com/GenericMappingTools/dcw-gmt"
+distfiles="https://github.com/GenericMappingTools/dcw-gmt/releases/download/${version}/dcw-gmt-${version}.tar.gz"
+checksum=d71d209c837a805fed0773c03fadbb26e8c90eb6b68e496ac4a1298c3246cc7a
+ 
+#do_extract() {
+#  tar -xf "dcw-gmt-${version}.tar.gz"
+#}
+ 
+do_install() {
+  tar -xf "dcw-gmt-${version}.tar.gz"
+  rm "dcw-gmt-${version}.tar.gz"
+  vmkdir usr/share/dcw-gmt
+  vcopy "dcw-gmt-${version}/*.nc" usr/share/dcw-gmt
+  vcopy "dcw-gmt-${version}/*.txt" usr/share/dcw-gmt 
+  vcopy "dcw-gmt-${version}/README.md" usr/share/dcw-gmt
+  vcopy "dcw-gmt-${version}/ChangeLog" usr/share/dcw-gmt
+  vlicense "dcw-gmt-${version}/LICENSE"
+}

^ permalink raw reply	[flat|nested] 25+ messages in thread

end of thread, other threads:[~2022-06-01  2:14 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-18 16:14 [PR PATCH] New Package: gmt-6.1_1 nezos
2021-04-18 16:19 ` [PR PATCH] [Closed]: " nezos
2021-04-18 16:36 ` [PR PATCH] [Updated] " nezos
2021-04-18 17:41 ` [PR PATCH] [Closed]: " nezos
2021-04-18 18:05 ` [PR PATCH] [Updated] " nezos
2021-04-18 18:07 ` nezos
2021-04-18 19:06 ` nezos
2021-04-18 19:14 ` nezos
2021-04-18 20:24 ` ericonr
2021-04-18 20:27 ` Duncaen
2021-04-18 21:27 ` [PR PATCH] [Updated] " nezos
2021-04-18 22:08 ` nezos
2021-04-18 22:20 ` nezos
2021-04-20 14:09 ` nezos
2021-04-21 15:31 ` [PR REVIEW] " ericonr
2021-04-21 20:36 ` [PR PATCH] [Closed]: " nezos
2021-04-21 20:36 ` [PR PATCH] [Updated] " nezos
2021-04-21 20:55 ` nezos
2021-04-21 20:58 ` [PR PATCH] [Closed]: " nezos
2021-04-21 20:58 ` [PR PATCH] [Updated] " nezos
2021-04-21 21:11 ` nezos
2021-04-21 21:18 ` nezos
2021-04-26 18:02 ` [PR PATCH] [Updated] " nezos
2022-05-18  2:09 ` github-actions
2022-06-01  2:14 ` [PR PATCH] [Closed]: " github-actions

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).