* [PR PATCH] New package: qodem-1.0.1
@ 2022-10-13 2:45 drichline
2022-10-13 13:51 ` [PR REVIEW] " abenson
` (16 more replies)
0 siblings, 17 replies; 22+ messages in thread
From: drichline @ 2022-10-13 2:45 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1172 bytes --]
There is a new pull request by drichline against master on the void-packages repository
https://github.com/drichline/void-packages qodem-branch
https://github.com/void-linux/void-packages/pull/39922
New package: qodem-1.0.1
<!-- Uncomment relevant sections and delete options which are not applicable -->
I apologize for the second pull-request; this is my first time contributing to Void
#### Testing the changes
- I tested the changes in this PR: **YES**
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
A patch file from https://github.com/void-linux/void-packages/pull/39922.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-qodem-branch-39922.patch --]
[-- Type: text/x-diff, Size: 1200 bytes --]
From 9938b26ff39a5aa897a271e0db1f51e5e37efc48 Mon Sep 17 00:00:00 2001
From: Dakota Richline <43507179+drichline@users.noreply.github.com>
Date: Wed, 12 Oct 2022 22:41:02 -0400
Subject: [PATCH] New package: qodem-1.0.1
---
srcpkgs/qodem/template | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
create mode 100644 srcpkgs/qodem/template
diff --git a/srcpkgs/qodem/template b/srcpkgs/qodem/template
new file mode 100644
index 000000000000..9507db5377bb
--- /dev/null
+++ b/srcpkgs/qodem/template
@@ -0,0 +1,19 @@
+# Template file for 'qodem'
+pkgname=qodem
+version=1.0.1
+revision=1
+build_style=gnu-makefile
+make_build_args="-f ./build/Makefile.generic"
+make_build_target="clean qodem"
+makedepends="ncurses-devel gpm-devel"
+short_desc="Qodem is a re-implementation of the Qmodem serial communication package"
+maintainer="Dakota Richline <drichline@protonmail.com>"
+license="Public Domain"
+homepage=https://qodem.sourceforge.net/
+distfiles=https://sourceforge.net/projects/qodem/files/qodem/${version}/qodem-${version}.tar.gz
+checksum=dedc73bfa73ced5c6193f1baf1ffe91f7accaad55a749240db326cebb9323359
+
+do_install(){
+ vbin ${wrksrc}/bin/qodem
+ vman ${wrksrc}/docs/qodem.1
+}
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [PR REVIEW] New package: qodem-1.0.1
2022-10-13 2:45 [PR PATCH] New package: qodem-1.0.1 drichline
@ 2022-10-13 13:51 ` abenson
2022-10-13 13:52 ` abenson
` (15 subsequent siblings)
16 siblings, 0 replies; 22+ messages in thread
From: abenson @ 2022-10-13 13:51 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 164 bytes --]
New review comment by abenson on void-packages repository
https://github.com/void-linux/void-packages/pull/39922#discussion_r994674400
Comment:
s/Qodem is a r/R/
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [PR REVIEW] New package: qodem-1.0.1
2022-10-13 2:45 [PR PATCH] New package: qodem-1.0.1 drichline
2022-10-13 13:51 ` [PR REVIEW] " abenson
@ 2022-10-13 13:52 ` abenson
2022-10-13 16:36 ` drichline
` (14 subsequent siblings)
16 siblings, 0 replies; 22+ messages in thread
From: abenson @ 2022-10-13 13:52 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 218 bytes --]
New review comment by abenson on void-packages repository
https://github.com/void-linux/void-packages/pull/39922#discussion_r994675072
Comment:
As `xlint` says, just add the space between the function and the brace.
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [PR REVIEW] New package: qodem-1.0.1
2022-10-13 2:45 [PR PATCH] New package: qodem-1.0.1 drichline
2022-10-13 13:51 ` [PR REVIEW] " abenson
2022-10-13 13:52 ` abenson
@ 2022-10-13 16:36 ` drichline
2022-10-13 16:42 ` [PR PATCH] [Updated] " drichline
` (13 subsequent siblings)
16 siblings, 0 replies; 22+ messages in thread
From: drichline @ 2022-10-13 16:36 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 213 bytes --]
New review comment by drichline on void-packages repository
https://github.com/void-linux/void-packages/pull/39922#discussion_r994881843
Comment:
> s/Qodem is a r/R/
Sorry, I'm not sure what you mean by this
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [PR PATCH] [Updated] New package: qodem-1.0.1
2022-10-13 2:45 [PR PATCH] New package: qodem-1.0.1 drichline
` (2 preceding siblings ...)
2022-10-13 16:36 ` drichline
@ 2022-10-13 16:42 ` drichline
2022-10-13 16:53 ` drichline
` (12 subsequent siblings)
16 siblings, 0 replies; 22+ messages in thread
From: drichline @ 2022-10-13 16:42 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1177 bytes --]
There is an updated pull request by drichline against master on the void-packages repository
https://github.com/drichline/void-packages qodem-branch
https://github.com/void-linux/void-packages/pull/39922
New package: qodem-1.0.1
<!-- Uncomment relevant sections and delete options which are not applicable -->
I apologize for the second pull-request; this is my first time contributing to Void
#### Testing the changes
- I tested the changes in this PR: **YES**
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
A patch file from https://github.com/void-linux/void-packages/pull/39922.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-qodem-branch-39922.patch --]
[-- Type: text/x-diff, Size: 1200 bytes --]
From 6cef05fc6cf8613a97354b146e3088760776d22f Mon Sep 17 00:00:00 2001
From: Dakota Richline <43507179+drichline@users.noreply.github.com>
Date: Wed, 12 Oct 2022 22:41:02 -0400
Subject: [PATCH] New package: qodem-1.0.1
---
srcpkgs/qodem/template | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
create mode 100644 srcpkgs/qodem/template
diff --git a/srcpkgs/qodem/template b/srcpkgs/qodem/template
new file mode 100644
index 000000000000..9507db5377bb
--- /dev/null
+++ b/srcpkgs/qodem/template
@@ -0,0 +1,19 @@
+# Template file for 'qodem'
+pkgname=qodem
+version=1.0.1
+revision=1
+build_style=gnu-makefile
+make_build_args="-f ./build/Makefile.generic"
+make_build_target="clean qodem"
+makedepends="ncurses-devel gpm-devel"
+short_desc="Qodem is a re-implementation of the Qmodem serial communication package"
+maintainer="Dakota Richline <drichline@protonmail.com>"
+license="Public Domain"
+homepage=https://qodem.sourceforge.net/
+distfiles=https://sourceforge.net/projects/qodem/files/qodem/${version}/qodem-${version}.tar.gz
+checksum=dedc73bfa73ced5c6193f1baf1ffe91f7accaad55a749240db326cebb9323359
+
+do_install(){
+ vbin ${wrksrc}/bin/qodem
+ vman ${wrksrc}/docs/qodem.1
+}
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [PR PATCH] [Updated] New package: qodem-1.0.1
2022-10-13 2:45 [PR PATCH] New package: qodem-1.0.1 drichline
` (3 preceding siblings ...)
2022-10-13 16:42 ` [PR PATCH] [Updated] " drichline
@ 2022-10-13 16:53 ` drichline
2022-10-13 19:25 ` [PR REVIEW] " classabbyamp
` (11 subsequent siblings)
16 siblings, 0 replies; 22+ messages in thread
From: drichline @ 2022-10-13 16:53 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1177 bytes --]
There is an updated pull request by drichline against master on the void-packages repository
https://github.com/drichline/void-packages qodem-branch
https://github.com/void-linux/void-packages/pull/39922
New package: qodem-1.0.1
<!-- Uncomment relevant sections and delete options which are not applicable -->
I apologize for the second pull-request; this is my first time contributing to Void
#### Testing the changes
- I tested the changes in this PR: **YES**
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
A patch file from https://github.com/void-linux/void-packages/pull/39922.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-qodem-branch-39922.patch --]
[-- Type: text/x-diff, Size: 1215 bytes --]
From 19f4cec3f9b57d10b1965300b5b624b3051f10c5 Mon Sep 17 00:00:00 2001
From: Dakota Richline <43507179+drichline@users.noreply.github.com>
Date: Wed, 12 Oct 2022 22:41:02 -0400
Subject: [PATCH] New package: qodem-1.0.1
---
srcpkgs/qodem/template | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
create mode 100644 srcpkgs/qodem/template
diff --git a/srcpkgs/qodem/template b/srcpkgs/qodem/template
new file mode 100644
index 000000000000..83b7405dad69
--- /dev/null
+++ b/srcpkgs/qodem/template
@@ -0,0 +1,21 @@
+# Template file for 'qodem'
+pkgname=qodem
+version=1.0.1
+revision=1
+build_style=gnu-makefile
+make_build_args="-f ./build/Makefile.generic"
+make_build_target="clean qodem"
+makedepends="ncurses-devel gpm-devel"
+short_desc="Qodem is a re-implementation of the Qmodem serial communication package"
+maintainer="Dakota Richline <drichline@protonmail.com>"
+license="CC0-1.0"
+homepage=https://qodem.sourceforge.net/
+distfiles=https://sourceforge.net/projects/qodem/files/qodem/${version}/qodem-${version}.tar.gz
+checksum=dedc73bfa73ced5c6193f1baf1ffe91f7accaad55a749240db326cebb9323359
+
+do_install() {
+ vbin bin/qodem
+ vman docs/qodem.1
+ vlicense COPYING
+ vlicense CREDITS
+}
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [PR REVIEW] New package: qodem-1.0.1
2022-10-13 2:45 [PR PATCH] New package: qodem-1.0.1 drichline
` (4 preceding siblings ...)
2022-10-13 16:53 ` drichline
@ 2022-10-13 19:25 ` classabbyamp
2022-10-13 19:47 ` classabbyamp
` (10 subsequent siblings)
16 siblings, 0 replies; 22+ messages in thread
From: classabbyamp @ 2022-10-13 19:25 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 226 bytes --]
New review comment by classabbyamp on void-packages repository
https://github.com/void-linux/void-packages/pull/39922#discussion_r995038216
Comment:
remove the "Qodem is a" from the line (it's written as a sed substitution)
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [PR REVIEW] New package: qodem-1.0.1
2022-10-13 2:45 [PR PATCH] New package: qodem-1.0.1 drichline
` (5 preceding siblings ...)
2022-10-13 19:25 ` [PR REVIEW] " classabbyamp
@ 2022-10-13 19:47 ` classabbyamp
2022-10-13 19:47 ` classabbyamp
` (9 subsequent siblings)
16 siblings, 0 replies; 22+ messages in thread
From: classabbyamp @ 2022-10-13 19:47 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 291 bytes --]
New review comment by classabbyamp on void-packages repository
https://github.com/void-linux/void-packages/pull/39922#discussion_r995044435
Comment:
this allows for setting the mirror and some other things
```suggestion
distfiles="${SOURCEFORGE_SITE}/qodem/qodem-${version}.tar.gz"
```
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [PR REVIEW] New package: qodem-1.0.1
2022-10-13 2:45 [PR PATCH] New package: qodem-1.0.1 drichline
` (6 preceding siblings ...)
2022-10-13 19:47 ` classabbyamp
@ 2022-10-13 19:47 ` classabbyamp
2022-10-13 19:47 ` classabbyamp
` (8 subsequent siblings)
16 siblings, 0 replies; 22+ messages in thread
From: classabbyamp @ 2022-10-13 19:47 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 279 bytes --]
New review comment by classabbyamp on void-packages repository
https://github.com/void-linux/void-packages/pull/39922#discussion_r995050829
Comment:
```suggestion
makedepends="ncurses-devel gpm-devel miniupnpc-devel SDL-devel"
```
based on the output of the configure stage
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [PR REVIEW] New package: qodem-1.0.1
2022-10-13 2:45 [PR PATCH] New package: qodem-1.0.1 drichline
` (7 preceding siblings ...)
2022-10-13 19:47 ` classabbyamp
@ 2022-10-13 19:47 ` classabbyamp
2022-10-13 19:47 ` classabbyamp
` (7 subsequent siblings)
16 siblings, 0 replies; 22+ messages in thread
From: classabbyamp @ 2022-10-13 19:47 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 319 bytes --]
New review comment by classabbyamp on void-packages repository
https://github.com/void-linux/void-packages/pull/39922#discussion_r995051034
Comment:
now that we're using the proper build style, we shouldn't override `do_install` and we don't need to install the bin/man manually
```suggestion
post_install() {
```
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [PR REVIEW] New package: qodem-1.0.1
2022-10-13 2:45 [PR PATCH] New package: qodem-1.0.1 drichline
` (8 preceding siblings ...)
2022-10-13 19:47 ` classabbyamp
@ 2022-10-13 19:47 ` classabbyamp
2022-10-14 1:22 ` abenson
` (6 subsequent siblings)
16 siblings, 0 replies; 22+ messages in thread
From: classabbyamp @ 2022-10-13 19:47 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 293 bytes --]
New review comment by classabbyamp on void-packages repository
https://github.com/void-linux/void-packages/pull/39922#discussion_r995050558
Comment:
the source has a configure script in it, so we can use the `gnu-configure` build style instead
```suggestion
build_style=gnu-configure
```
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [PR REVIEW] New package: qodem-1.0.1
2022-10-13 2:45 [PR PATCH] New package: qodem-1.0.1 drichline
` (9 preceding siblings ...)
2022-10-13 19:47 ` classabbyamp
@ 2022-10-14 1:22 ` abenson
2022-10-14 21:48 ` [PR PATCH] [Updated] " drichline
` (5 subsequent siblings)
16 siblings, 0 replies; 22+ messages in thread
From: abenson @ 2022-10-14 1:22 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 243 bytes --]
New review comment by abenson on void-packages repository
https://github.com/void-linux/void-packages/pull/39922#discussion_r995251222
Comment:
Sorry, right. It should read as "Re-implementation of the Qmodem serial communication package".
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [PR PATCH] [Updated] New package: qodem-1.0.1
2022-10-13 2:45 [PR PATCH] New package: qodem-1.0.1 drichline
` (10 preceding siblings ...)
2022-10-14 1:22 ` abenson
@ 2022-10-14 21:48 ` drichline
2022-10-14 21:55 ` [PR REVIEW] " classabbyamp
` (4 subsequent siblings)
16 siblings, 0 replies; 22+ messages in thread
From: drichline @ 2022-10-14 21:48 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1177 bytes --]
There is an updated pull request by drichline against master on the void-packages repository
https://github.com/drichline/void-packages qodem-branch
https://github.com/void-linux/void-packages/pull/39922
New package: qodem-1.0.1
<!-- Uncomment relevant sections and delete options which are not applicable -->
I apologize for the second pull-request; this is my first time contributing to Void
#### Testing the changes
- I tested the changes in this PR: **YES**
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
A patch file from https://github.com/void-linux/void-packages/pull/39922.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-qodem-branch-39922.patch --]
[-- Type: text/x-diff, Size: 1099 bytes --]
From 913bc65a94eefc6d1049ba16a94d30c3d68348ff Mon Sep 17 00:00:00 2001
From: Dakota Richline <43507179+drichline@users.noreply.github.com>
Date: Wed, 12 Oct 2022 22:41:02 -0400
Subject: [PATCH] New package: qodem-1.0.1
---
srcpkgs/qodem/template | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
create mode 100644 srcpkgs/qodem/template
diff --git a/srcpkgs/qodem/template b/srcpkgs/qodem/template
new file mode 100644
index 000000000000..e1527db506a6
--- /dev/null
+++ b/srcpkgs/qodem/template
@@ -0,0 +1,18 @@
+# Template file for 'qodem'
+pkgname=qodem
+version=1.0.1
+revision=1
+build_style=gnu-configure
+makedepends="ncurses-devel gpm-devel miniupnpc-devel SDL-devel"
+short_desc="Re-implementation of the Qmodem serial communication package"
+maintainer="Dakota Richline <drichline@protonmail.com>"
+license="CC0-1.0"
+homepage=https://qodem.sourceforge.net/
+distfiles="${SOURCEFORGE_SITE}/qodem/qodem-${version}.tar.gz"
+checksum=dedc73bfa73ced5c6193f1baf1ffe91f7accaad55a749240db326cebb9323359
+
+post_install() {
+ vman docs/qodem.1
+ vlicense COPYING
+ vlicense CREDITS
+}
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [PR REVIEW] New package: qodem-1.0.1
2022-10-13 2:45 [PR PATCH] New package: qodem-1.0.1 drichline
` (11 preceding siblings ...)
2022-10-14 21:48 ` [PR PATCH] [Updated] " drichline
@ 2022-10-14 21:55 ` classabbyamp
2022-10-14 22:00 ` drichline
` (3 subsequent siblings)
16 siblings, 0 replies; 22+ messages in thread
From: classabbyamp @ 2022-10-14 21:55 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 207 bytes --]
New review comment by classabbyamp on void-packages repository
https://github.com/void-linux/void-packages/pull/39922#discussion_r996183887
Comment:
when I built it locally, it installed this file already
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [PR REVIEW] New package: qodem-1.0.1
2022-10-13 2:45 [PR PATCH] New package: qodem-1.0.1 drichline
` (12 preceding siblings ...)
2022-10-14 21:55 ` [PR REVIEW] " classabbyamp
@ 2022-10-14 22:00 ` drichline
2022-10-14 22:01 ` [PR PATCH] [Updated] " drichline
` (2 subsequent siblings)
16 siblings, 0 replies; 22+ messages in thread
From: drichline @ 2022-10-14 22:00 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 270 bytes --]
New review comment by drichline on void-packages repository
https://github.com/void-linux/void-packages/pull/39922#discussion_r996185764
Comment:
In the future, I'll verify whether docs/licenses are installed by `configure` before doing it manually. Thank you again!!
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [PR PATCH] [Updated] New package: qodem-1.0.1
2022-10-13 2:45 [PR PATCH] New package: qodem-1.0.1 drichline
` (13 preceding siblings ...)
2022-10-14 22:00 ` drichline
@ 2022-10-14 22:01 ` drichline
2022-10-14 22:07 ` [PR REVIEW] " classabbyamp
2022-10-15 7:09 ` [PR PATCH] [Merged]: " classabbyamp
16 siblings, 0 replies; 22+ messages in thread
From: drichline @ 2022-10-14 22:01 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1177 bytes --]
There is an updated pull request by drichline against master on the void-packages repository
https://github.com/drichline/void-packages qodem-branch
https://github.com/void-linux/void-packages/pull/39922
New package: qodem-1.0.1
<!-- Uncomment relevant sections and delete options which are not applicable -->
I apologize for the second pull-request; this is my first time contributing to Void
#### Testing the changes
- I tested the changes in this PR: **YES**
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
A patch file from https://github.com/void-linux/void-packages/pull/39922.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-qodem-branch-39922.patch --]
[-- Type: text/x-diff, Size: 1078 bytes --]
From 4cbb2453e9605278eb4719630c86d91646f44a1e Mon Sep 17 00:00:00 2001
From: Dakota Richline <43507179+drichline@users.noreply.github.com>
Date: Wed, 12 Oct 2022 22:41:02 -0400
Subject: [PATCH] New package: qodem-1.0.1
---
srcpkgs/qodem/template | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
create mode 100644 srcpkgs/qodem/template
diff --git a/srcpkgs/qodem/template b/srcpkgs/qodem/template
new file mode 100644
index 000000000000..d1b74cabc048
--- /dev/null
+++ b/srcpkgs/qodem/template
@@ -0,0 +1,17 @@
+# Template file for 'qodem'
+pkgname=qodem
+version=1.0.1
+revision=1
+build_style=gnu-configure
+makedepends="ncurses-devel gpm-devel miniupnpc-devel SDL-devel"
+short_desc="Re-implementation of the Qmodem serial communication package"
+maintainer="Dakota Richline <drichline@protonmail.com>"
+license="CC0-1.0"
+homepage=https://qodem.sourceforge.net/
+distfiles="${SOURCEFORGE_SITE}/qodem/qodem-${version}.tar.gz"
+checksum=dedc73bfa73ced5c6193f1baf1ffe91f7accaad55a749240db326cebb9323359
+
+post_install() {
+ vlicense COPYING
+ vlicense CREDITS
+}
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [PR REVIEW] New package: qodem-1.0.1
2022-10-13 2:45 [PR PATCH] New package: qodem-1.0.1 drichline
` (14 preceding siblings ...)
2022-10-14 22:01 ` [PR PATCH] [Updated] " drichline
@ 2022-10-14 22:07 ` classabbyamp
2022-10-15 7:09 ` [PR PATCH] [Merged]: " classabbyamp
16 siblings, 0 replies; 22+ messages in thread
From: classabbyamp @ 2022-10-14 22:07 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 499 bytes --]
New review comment by classabbyamp on void-packages repository
https://github.com/void-linux/void-packages/pull/39922#discussion_r996188581
Comment:
what I like to do is `xbps-src install pkgname` (which runs everything up to `post_install()`, then look at what's in `masterdir/destdir/pkgname-version/` (`tree` is useful for this), then `xbps-src pkg pkgname` to finish building
alternatively, there's `xls pkgname` from the `xtools` package if you want to list files from the finished result
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [PR PATCH] [Merged]: New package: qodem-1.0.1
2022-10-13 2:45 [PR PATCH] New package: qodem-1.0.1 drichline
` (15 preceding siblings ...)
2022-10-14 22:07 ` [PR REVIEW] " classabbyamp
@ 2022-10-15 7:09 ` classabbyamp
16 siblings, 0 replies; 22+ messages in thread
From: classabbyamp @ 2022-10-15 7:09 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1012 bytes --]
There's a merged pull request on the void-packages repository
New package: qodem-1.0.1
https://github.com/void-linux/void-packages/pull/39922
Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->
I apologize for the second pull-request; this is my first time contributing to Void
#### Testing the changes
- I tested the changes in this PR: **YES**
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [PR PATCH] [Updated] New package: qodem-1.0.1
2022-10-11 19:55 [PR PATCH] " drichline
` (2 preceding siblings ...)
2022-10-11 20:40 ` drichline
@ 2022-10-12 2:17 ` drichline
3 siblings, 0 replies; 22+ messages in thread
From: drichline @ 2022-10-12 2:17 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1179 bytes --]
There is an updated pull request by drichline against master on the void-packages repository
https://github.com/drichline/void-packages qodem-branch
https://github.com/void-linux/void-packages/pull/39894
New package: qodem-1.0.1
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
A patch file from https://github.com/void-linux/void-packages/pull/39894.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-qodem-branch-39894.patch --]
[-- Type: text/x-diff, Size: 1093 bytes --]
From b450a52c0cee8300a6f794fa9b5bac264b70d0b3 Mon Sep 17 00:00:00 2001
From: Dakota Richline <43507179+drichline@users.noreply.github.com>
Date: Tue, 11 Oct 2022 15:42:07 -0400
Subject: [PATCH] New package: qodem-1.0.1
---
srcpkgs/qodem/template | 13 +++++++++++++
1 file changed, 13 insertions(+)
create mode 100644 srcpkgs/qodem/template
diff --git a/srcpkgs/qodem/template b/srcpkgs/qodem/template
new file mode 100644
index 000000000000..a5911d96b499
--- /dev/null
+++ b/srcpkgs/qodem/template
@@ -0,0 +1,13 @@
+# Template file for 'qodem'
+pkgname=qodem
+version=1.0.1
+revision=1
+build_style=gnu-configure
+configure_args="disable-sdl disable-upnp disable-ssh"
+makedepends="ncurses-devel gpm-devel"
+short_desc="Qodem is a re-implementation of the Qmodem serial communication package"
+maintainer="Dakota Richline <drichline@protonmail.com>"
+license="CC-PDDC"
+homepage="https://qodem.sourceforge.net/"
+distfiles="https://sourceforge.net/projects/qodem/files/qodem/${version}/qodem-${version}.tar.gz"
+checksum="dedc73bfa73ced5c6193f1baf1ffe91f7accaad55a749240db326cebb9323359"
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [PR PATCH] [Updated] New package: qodem-1.0.1
2022-10-11 19:55 [PR PATCH] " drichline
2022-10-11 20:21 ` [PR PATCH] [Updated] " drichline
2022-10-11 20:24 ` drichline
@ 2022-10-11 20:40 ` drichline
2022-10-12 2:17 ` drichline
3 siblings, 0 replies; 22+ messages in thread
From: drichline @ 2022-10-11 20:40 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1179 bytes --]
There is an updated pull request by drichline against master on the void-packages repository
https://github.com/drichline/void-packages qodem-branch
https://github.com/void-linux/void-packages/pull/39894
New package: qodem-1.0.1
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
A patch file from https://github.com/void-linux/void-packages/pull/39894.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-qodem-branch-39894.patch --]
[-- Type: text/x-diff, Size: 1037 bytes --]
From 13ce629e5b89914e4bb498d2a67677c73f99cbc8 Mon Sep 17 00:00:00 2001
From: Dakota Richline <43507179+drichline@users.noreply.github.com>
Date: Tue, 11 Oct 2022 15:42:07 -0400
Subject: [PATCH] New package: qodem-1.0.1
---
srcpkgs/qodem/template | 12 ++++++++++++
1 file changed, 12 insertions(+)
create mode 100644 srcpkgs/qodem/template
diff --git a/srcpkgs/qodem/template b/srcpkgs/qodem/template
new file mode 100644
index 000000000000..8e2670463ead
--- /dev/null
+++ b/srcpkgs/qodem/template
@@ -0,0 +1,12 @@
+# Template file for 'qodem'
+pkgname=qodem
+version=1.0.1
+revision=1
+build_style=gnu-configure
+makedepends="ncurses-devel gpm-devel"
+short_desc="Qodem is a re-implementation of the Qmodem serial communication package"
+maintainer="Dakota Richline <drichline@protonmail.com>"
+license="CC-PDDC"
+homepage="https://qodem.sourceforge.net/"
+distfiles="https://sourceforge.net/projects/qodem/files/qodem/${version}/qodem-${version}.tar.gz"
+checksum="dedc73bfa73ced5c6193f1baf1ffe91f7accaad55a749240db326cebb9323359"
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [PR PATCH] [Updated] New package: qodem-1.0.1
2022-10-11 19:55 [PR PATCH] " drichline
2022-10-11 20:21 ` [PR PATCH] [Updated] " drichline
@ 2022-10-11 20:24 ` drichline
2022-10-11 20:40 ` drichline
2022-10-12 2:17 ` drichline
3 siblings, 0 replies; 22+ messages in thread
From: drichline @ 2022-10-11 20:24 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1179 bytes --]
There is an updated pull request by drichline against master on the void-packages repository
https://github.com/drichline/void-packages qodem-branch
https://github.com/void-linux/void-packages/pull/39894
New package: qodem-1.0.1
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
A patch file from https://github.com/void-linux/void-packages/pull/39894.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-qodem-branch-39894.patch --]
[-- Type: text/x-diff, Size: 1033 bytes --]
From 7035b18244b9f57671dcfa392ce8dc79b278b3b7 Mon Sep 17 00:00:00 2001
From: Dakota Richline <43507179+drichline@users.noreply.github.com>
Date: Tue, 11 Oct 2022 15:42:07 -0400
Subject: [PATCH] New package: qodem-1.0.1
---
srcpkgs/qodem/template | 12 ++++++++++++
1 file changed, 12 insertions(+)
create mode 100644 srcpkgs/qodem/template
diff --git a/srcpkgs/qodem/template b/srcpkgs/qodem/template
new file mode 100644
index 000000000000..3f178812d5c8
--- /dev/null
+++ b/srcpkgs/qodem/template
@@ -0,0 +1,12 @@
+# Template file for 'qodem'
+pkgname=qodem
+version=1.0.1
+revision=1
+build_style=gnu-configure
+makedepends="ncurses-devel gpm-devel"
+short_desc="Qodem is a re-implementation of the Qmodem serial communication package"
+maintainer="Dakota Richline <drichline@protonmail.com>"
+license="CC-PDDC"
+homepage="https://qodem.sourceforge.net/"
+distfiles="${SOURCEFORGE_SITE}/projects/qodem/files/qodem/${version}/qodem-${version}.tar.gz"
+checksum="dedc73bfa73ced5c6193f1baf1ffe91f7accaad55a749240db326cebb9323359"
^ permalink raw reply [flat|nested] 22+ messages in thread
* Re: [PR PATCH] [Updated] New package: qodem-1.0.1
2022-10-11 19:55 [PR PATCH] " drichline
@ 2022-10-11 20:21 ` drichline
2022-10-11 20:24 ` drichline
` (2 subsequent siblings)
3 siblings, 0 replies; 22+ messages in thread
From: drichline @ 2022-10-11 20:21 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1179 bytes --]
There is an updated pull request by drichline against master on the void-packages repository
https://github.com/drichline/void-packages qodem-branch
https://github.com/void-linux/void-packages/pull/39894
New package: qodem-1.0.1
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
A patch file from https://github.com/void-linux/void-packages/pull/39894.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-qodem-branch-39894.patch --]
[-- Type: text/x-diff, Size: 1052 bytes --]
From bd1a56932370a8ac3bf42013b8d354d333357e0b Mon Sep 17 00:00:00 2001
From: Dakota Richline <43507179+drichline@users.noreply.github.com>
Date: Tue, 11 Oct 2022 15:42:07 -0400
Subject: [PATCH] New package: qodem-1.0.1
---
srcpkgs/qodem/template | 13 +++++++++++++
1 file changed, 13 insertions(+)
create mode 100644 srcpkgs/qodem/template
diff --git a/srcpkgs/qodem/template b/srcpkgs/qodem/template
new file mode 100644
index 000000000000..97580bfd1a02
--- /dev/null
+++ b/srcpkgs/qodem/template
@@ -0,0 +1,13 @@
+# Template file for 'qodem'
+pkgname=qodem
+version=1.0.1
+revision=1
+build_style=gnu-configure
+makedepends="ncurses-devel gpm-devel"
+depends="libgpm"
+short_desc="Qodem is a re-implementation of the Qmodem serial communication package"
+maintainer="Dakota Richline <drichline@protonmail.com>"
+license="CC-PDDC"
+homepage="https://qodem.sourceforge.net/"
+distfiles="${SOURCEFORGE_SITE}/projects/qodem/files/qodem/${version}/qodem-${version}.tar.gz"
+checksum="dedc73bfa73ced5c6193f1baf1ffe91f7accaad55a749240db326cebb9323359"
^ permalink raw reply [flat|nested] 22+ messages in thread
end of thread, other threads:[~2022-10-15 7:09 UTC | newest]
Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-13 2:45 [PR PATCH] New package: qodem-1.0.1 drichline
2022-10-13 13:51 ` [PR REVIEW] " abenson
2022-10-13 13:52 ` abenson
2022-10-13 16:36 ` drichline
2022-10-13 16:42 ` [PR PATCH] [Updated] " drichline
2022-10-13 16:53 ` drichline
2022-10-13 19:25 ` [PR REVIEW] " classabbyamp
2022-10-13 19:47 ` classabbyamp
2022-10-13 19:47 ` classabbyamp
2022-10-13 19:47 ` classabbyamp
2022-10-13 19:47 ` classabbyamp
2022-10-14 1:22 ` abenson
2022-10-14 21:48 ` [PR PATCH] [Updated] " drichline
2022-10-14 21:55 ` [PR REVIEW] " classabbyamp
2022-10-14 22:00 ` drichline
2022-10-14 22:01 ` [PR PATCH] [Updated] " drichline
2022-10-14 22:07 ` [PR REVIEW] " classabbyamp
2022-10-15 7:09 ` [PR PATCH] [Merged]: " classabbyamp
-- strict thread matches above, loose matches on Subject: below --
2022-10-11 19:55 [PR PATCH] " drichline
2022-10-11 20:21 ` [PR PATCH] [Updated] " drichline
2022-10-11 20:24 ` drichline
2022-10-11 20:40 ` drichline
2022-10-12 2:17 ` drichline
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).