Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: wsjtx-2.1.0
@ 2019-09-02 18:54 voidlinux-github
  2019-09-07  7:41 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: voidlinux-github @ 2019-09-02 18:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/bra1nwave/void-packages wsjtx
https://github.com/void-linux/void-packages/pull/14170

New package: wsjtx-2.1.0


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

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

From cd8e208acc22cf5fbd81193287f2b283f70cf96a Mon Sep 17 00:00:00 2001
From: bra1nwave <brainwave@openmailbox.org>
Date: Mon, 2 Sep 2019 20:35:06 +0200
Subject: [PATCH] New package: wsjtx-2.1.0

---
 srcpkgs/wsjtx/template | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)
 create mode 100644 srcpkgs/wsjtx/template

diff --git a/srcpkgs/wsjtx/template b/srcpkgs/wsjtx/template
new file mode 100644
index 00000000000..763be9629b4
--- /dev/null
+++ b/srcpkgs/wsjtx/template
@@ -0,0 +1,32 @@
+# Template file for 'wsjtx'
+pkgname=wsjtx
+version=2.1.0
+revision=1
+build_wrksrc="wsjtx"
+build_style=cmake
+configure_args="-DRIGCTLCOM_EXE= -Dhamlib_LIBRARY_DIRS=/usr/lib"
+hostmakedepends="pkg-config gcc-fortran ruby-asciidoctor asciidoc"
+makedepends="boost-devel fftw-devel libgomp-devel hamlib-devel libusb-devel qt5-devel
+ qt5-multimedia-devel qt5-tools-devel qt5-serialport-devel qt5-plugin-mysql
+ qt5-plugin-odbc qt5-plugin-pgsql qt5-plugin-sqlite qt5-plugin-tds"
+short_desc="Weak-signal Amateur Radio communication program"
+maintainer="bra1nwave <brainwave@openmailbox.org>"
+license="GPL-3.0-or-later"
+homepage="https://www.physics.princeton.edu/pulsar/K1JT/wsjtx.html"
+distfiles="http://www.physics.princeton.edu/pulsar/K1JT/wsjtx-${version}.tgz"
+checksum=9e6c5424b2c84534b9ae6b7cc8e014c9da6540a7c50df8f3b25636c09d87d411
+
+if [ "$CROSS_BUILD" ]; then
+	hostmakedepends+=" qt5-qmake qt5-host-tools"
+	configure_args+=" -DBoost_INCLUDE_DIR=${XBPS_CROSS_BASE}/usr/include
+	 -DRIGCTL_EXE= -DRIGCTLD_EXE="
+fi
+
+post_extract() {
+	tar xf src/wsjtx.tgz
+}
+
+post_install() {
+	rm -f ${DESTDIR}/usr/bin/rigctl{,d}-wsjtx
+	rm -f ${DESTDIR}/usr/share/man/man1/rigctl{,d,com}-wsjtx.1.gz
+}

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

* Re: [PR PATCH] [Updated] New package: wsjtx-2.1.0
  2019-09-02 18:54 [PR PATCH] New package: wsjtx-2.1.0 voidlinux-github
@ 2019-09-07  7:41 ` voidlinux-github
  2019-09-07  7:41 ` voidlinux-github
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-09-07  7:41 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by bra1nwave against master on the void-packages repository

https://github.com/bra1nwave/void-packages wsjtx
https://github.com/void-linux/void-packages/pull/14170

New package: wsjtx-2.1.0


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

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

From bffbc3e0225471253662f9f2e03adc73abeccaaf Mon Sep 17 00:00:00 2001
From: bra1nwave <brainwave@openmailbox.org>
Date: Mon, 2 Sep 2019 20:35:06 +0200
Subject: [PATCH] New package: wsjtx-2.1.0

---
 srcpkgs/wsjtx/template | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)
 create mode 100644 srcpkgs/wsjtx/template

diff --git a/srcpkgs/wsjtx/template b/srcpkgs/wsjtx/template
new file mode 100644
index 00000000000..91f01046a43
--- /dev/null
+++ b/srcpkgs/wsjtx/template
@@ -0,0 +1,32 @@
+# Template file for 'wsjtx'
+pkgname=wsjtx
+version=2.1.0
+revision=1
+build_wrksrc="wsjtx"
+build_style=cmake
+configure_args="-Dhamlib_LIBRARY_DIRS=/usr/lib -DRIGCTLCOM_EXE=
+ -DRIGCTL_EXE= -DRIGCTLD_EXE="
+hostmakedepends="pkg-config gcc-fortran ruby-asciidoctor asciidoc"
+makedepends="boost-devel fftw-devel libgomp-devel hamlib-devel libusb-devel qt5-devel
+ qt5-multimedia-devel qt5-tools-devel qt5-serialport-devel qt5-plugin-mysql
+ qt5-plugin-odbc qt5-plugin-pgsql qt5-plugin-sqlite qt5-plugin-tds"
+short_desc="Weak-signal Amateur Radio communication program"
+maintainer="bra1nwave <brainwave@openmailbox.org>"
+license="GPL-3.0-or-later"
+homepage="https://www.physics.princeton.edu/pulsar/K1JT/wsjtx.html"
+distfiles="http://www.physics.princeton.edu/pulsar/K1JT/wsjtx-${version}.tgz"
+checksum=9e6c5424b2c84534b9ae6b7cc8e014c9da6540a7c50df8f3b25636c09d87d411
+
+if [ "$CROSS_BUILD" ]; then
+	hostmakedepends+=" qt5-qmake qt5-host-tools"
+	configure_args+=" -DBoost_INCLUDE_DIR=${XBPS_CROSS_BASE}/usr/include"
+fi
+
+post_extract() {
+	tar xf src/wsjtx.tgz
+}
+
+post_install() {
+	rm -f ${DESTDIR}/usr/bin/rigctl{,d}-wsjtx
+	rm -f ${DESTDIR}/usr/share/man/man1/rigctl{,d,com}-wsjtx.1.gz
+}

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

* Re: [PR PATCH] [Updated] New package: wsjtx-2.1.0
  2019-09-02 18:54 [PR PATCH] New package: wsjtx-2.1.0 voidlinux-github
  2019-09-07  7:41 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-09-07  7:41 ` voidlinux-github
  2019-10-29  7:19 ` voidlinux-github
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-09-07  7:41 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by bra1nwave against master on the void-packages repository

https://github.com/bra1nwave/void-packages wsjtx
https://github.com/void-linux/void-packages/pull/14170

New package: wsjtx-2.1.0


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

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

From bffbc3e0225471253662f9f2e03adc73abeccaaf Mon Sep 17 00:00:00 2001
From: bra1nwave <brainwave@openmailbox.org>
Date: Mon, 2 Sep 2019 20:35:06 +0200
Subject: [PATCH] New package: wsjtx-2.1.0

---
 srcpkgs/wsjtx/template | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)
 create mode 100644 srcpkgs/wsjtx/template

diff --git a/srcpkgs/wsjtx/template b/srcpkgs/wsjtx/template
new file mode 100644
index 00000000000..91f01046a43
--- /dev/null
+++ b/srcpkgs/wsjtx/template
@@ -0,0 +1,32 @@
+# Template file for 'wsjtx'
+pkgname=wsjtx
+version=2.1.0
+revision=1
+build_wrksrc="wsjtx"
+build_style=cmake
+configure_args="-Dhamlib_LIBRARY_DIRS=/usr/lib -DRIGCTLCOM_EXE=
+ -DRIGCTL_EXE= -DRIGCTLD_EXE="
+hostmakedepends="pkg-config gcc-fortran ruby-asciidoctor asciidoc"
+makedepends="boost-devel fftw-devel libgomp-devel hamlib-devel libusb-devel qt5-devel
+ qt5-multimedia-devel qt5-tools-devel qt5-serialport-devel qt5-plugin-mysql
+ qt5-plugin-odbc qt5-plugin-pgsql qt5-plugin-sqlite qt5-plugin-tds"
+short_desc="Weak-signal Amateur Radio communication program"
+maintainer="bra1nwave <brainwave@openmailbox.org>"
+license="GPL-3.0-or-later"
+homepage="https://www.physics.princeton.edu/pulsar/K1JT/wsjtx.html"
+distfiles="http://www.physics.princeton.edu/pulsar/K1JT/wsjtx-${version}.tgz"
+checksum=9e6c5424b2c84534b9ae6b7cc8e014c9da6540a7c50df8f3b25636c09d87d411
+
+if [ "$CROSS_BUILD" ]; then
+	hostmakedepends+=" qt5-qmake qt5-host-tools"
+	configure_args+=" -DBoost_INCLUDE_DIR=${XBPS_CROSS_BASE}/usr/include"
+fi
+
+post_extract() {
+	tar xf src/wsjtx.tgz
+}
+
+post_install() {
+	rm -f ${DESTDIR}/usr/bin/rigctl{,d}-wsjtx
+	rm -f ${DESTDIR}/usr/share/man/man1/rigctl{,d,com}-wsjtx.1.gz
+}

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

* Re: [PR PATCH] [Updated] New package: wsjtx-2.1.0
  2019-09-02 18:54 [PR PATCH] New package: wsjtx-2.1.0 voidlinux-github
  2019-09-07  7:41 ` [PR PATCH] [Updated] " voidlinux-github
  2019-09-07  7:41 ` voidlinux-github
@ 2019-10-29  7:19 ` voidlinux-github
  2019-10-29  7:19 ` voidlinux-github
  2019-11-12 14:26 ` [PR PATCH] [Merged]: " voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-10-29  7:19 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by bra1nwave against master on the void-packages repository

https://github.com/bra1nwave/void-packages wsjtx
https://github.com/void-linux/void-packages/pull/14170

New package: wsjtx-2.1.0


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

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

From 3162a863fa7ada31cf29da84fe152bbd35a8cd15 Mon Sep 17 00:00:00 2001
From: bra1nwave <bra1nwave@protonmail.com>
Date: Mon, 2 Sep 2019 20:35:06 +0200
Subject: [PATCH] New package: wsjtx-2.1.0

---
 srcpkgs/wsjtx/template | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)
 create mode 100644 srcpkgs/wsjtx/template

diff --git a/srcpkgs/wsjtx/template b/srcpkgs/wsjtx/template
new file mode 100644
index 00000000000..2c7a51cbbe5
--- /dev/null
+++ b/srcpkgs/wsjtx/template
@@ -0,0 +1,32 @@
+# Template file for 'wsjtx'
+pkgname=wsjtx
+version=2.1.0
+revision=1
+build_wrksrc="wsjtx"
+build_style=cmake
+configure_args="-Dhamlib_LIBRARY_DIRS=/usr/lib -DRIGCTLCOM_EXE=
+ -DRIGCTL_EXE= -DRIGCTLD_EXE="
+hostmakedepends="pkg-config gcc-fortran ruby-asciidoctor asciidoc"
+makedepends="boost-devel fftw-devel libgomp-devel hamlib-devel libusb-devel qt5-devel
+ qt5-multimedia-devel qt5-tools-devel qt5-serialport-devel qt5-plugin-mysql
+ qt5-plugin-odbc qt5-plugin-pgsql qt5-plugin-sqlite qt5-plugin-tds"
+short_desc="Weak-signal Amateur Radio communication program"
+maintainer="bra1nwave <bra1nwave@protonmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://www.physics.princeton.edu/pulsar/K1JT/wsjtx.html"
+distfiles="http://www.physics.princeton.edu/pulsar/K1JT/wsjtx-${version}.tgz"
+checksum=9e6c5424b2c84534b9ae6b7cc8e014c9da6540a7c50df8f3b25636c09d87d411
+
+if [ "$CROSS_BUILD" ]; then
+	hostmakedepends+=" qt5-qmake qt5-host-tools"
+	configure_args+=" -DBoost_INCLUDE_DIR=${XBPS_CROSS_BASE}/usr/include"
+fi
+
+post_extract() {
+	tar xf src/wsjtx.tgz
+}
+
+post_install() {
+	rm -f ${DESTDIR}/usr/bin/rigctl{,d}-wsjtx
+	rm -f ${DESTDIR}/usr/share/man/man1/rigctl{,d,com}-wsjtx.1.gz
+}

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

* Re: [PR PATCH] [Updated] New package: wsjtx-2.1.0
  2019-09-02 18:54 [PR PATCH] New package: wsjtx-2.1.0 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-10-29  7:19 ` voidlinux-github
@ 2019-10-29  7:19 ` voidlinux-github
  2019-11-12 14:26 ` [PR PATCH] [Merged]: " voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-10-29  7:19 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by bra1nwave against master on the void-packages repository

https://github.com/bra1nwave/void-packages wsjtx
https://github.com/void-linux/void-packages/pull/14170

New package: wsjtx-2.1.0


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

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

From 3162a863fa7ada31cf29da84fe152bbd35a8cd15 Mon Sep 17 00:00:00 2001
From: bra1nwave <bra1nwave@protonmail.com>
Date: Mon, 2 Sep 2019 20:35:06 +0200
Subject: [PATCH] New package: wsjtx-2.1.0

---
 srcpkgs/wsjtx/template | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)
 create mode 100644 srcpkgs/wsjtx/template

diff --git a/srcpkgs/wsjtx/template b/srcpkgs/wsjtx/template
new file mode 100644
index 00000000000..2c7a51cbbe5
--- /dev/null
+++ b/srcpkgs/wsjtx/template
@@ -0,0 +1,32 @@
+# Template file for 'wsjtx'
+pkgname=wsjtx
+version=2.1.0
+revision=1
+build_wrksrc="wsjtx"
+build_style=cmake
+configure_args="-Dhamlib_LIBRARY_DIRS=/usr/lib -DRIGCTLCOM_EXE=
+ -DRIGCTL_EXE= -DRIGCTLD_EXE="
+hostmakedepends="pkg-config gcc-fortran ruby-asciidoctor asciidoc"
+makedepends="boost-devel fftw-devel libgomp-devel hamlib-devel libusb-devel qt5-devel
+ qt5-multimedia-devel qt5-tools-devel qt5-serialport-devel qt5-plugin-mysql
+ qt5-plugin-odbc qt5-plugin-pgsql qt5-plugin-sqlite qt5-plugin-tds"
+short_desc="Weak-signal Amateur Radio communication program"
+maintainer="bra1nwave <bra1nwave@protonmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://www.physics.princeton.edu/pulsar/K1JT/wsjtx.html"
+distfiles="http://www.physics.princeton.edu/pulsar/K1JT/wsjtx-${version}.tgz"
+checksum=9e6c5424b2c84534b9ae6b7cc8e014c9da6540a7c50df8f3b25636c09d87d411
+
+if [ "$CROSS_BUILD" ]; then
+	hostmakedepends+=" qt5-qmake qt5-host-tools"
+	configure_args+=" -DBoost_INCLUDE_DIR=${XBPS_CROSS_BASE}/usr/include"
+fi
+
+post_extract() {
+	tar xf src/wsjtx.tgz
+}
+
+post_install() {
+	rm -f ${DESTDIR}/usr/bin/rigctl{,d}-wsjtx
+	rm -f ${DESTDIR}/usr/share/man/man1/rigctl{,d,com}-wsjtx.1.gz
+}

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

* Re: [PR PATCH] [Merged]: New package: wsjtx-2.1.0
  2019-09-02 18:54 [PR PATCH] New package: wsjtx-2.1.0 voidlinux-github
                   ` (3 preceding siblings ...)
  2019-10-29  7:19 ` voidlinux-github
@ 2019-11-12 14:26 ` voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-11-12 14:26 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

New package: wsjtx-2.1.0
https://github.com/void-linux/void-packages/pull/14170

Description:


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

end of thread, other threads:[~2019-11-12 14:26 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-02 18:54 [PR PATCH] New package: wsjtx-2.1.0 voidlinux-github
2019-09-07  7:41 ` [PR PATCH] [Updated] " voidlinux-github
2019-09-07  7:41 ` voidlinux-github
2019-10-29  7:19 ` voidlinux-github
2019-10-29  7:19 ` voidlinux-github
2019-11-12 14:26 ` [PR PATCH] [Merged]: " voidlinux-github

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).