* [PR PATCH] new package: wpan-tools-0.9
@ 2024-12-14 19:45 paigeadelethompson
2024-12-14 19:50 ` [PR PATCH] [Updated] " paigeadelethompson
` (28 more replies)
0 siblings, 29 replies; 30+ messages in thread
From: paigeadelethompson @ 2024-12-14 19:45 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1270 bytes --]
There is a new pull request by paigeadelethompson against master on the void-packages repository
https://github.com/paigeadelethompson/void-packages wpan-tools
https://github.com/void-linux/void-packages/pull/53523
new package: wpan-tools-0.9
<!-- 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): passes xlint
-->
<!-- 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, (ARCH-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/53523.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-wpan-tools-53523.patch --]
[-- Type: text/x-diff, Size: 1101 bytes --]
From 60c3301270926573b626cff93553eeff32673321 Mon Sep 17 00:00:00 2001
From: Paige Thompson <paige@paige.bio>
Date: Sat, 14 Dec 2024 19:32:31 +0000
Subject: [PATCH] new package: wpan-tools-0.9
---
srcpkgs/wpan-tools/template | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
create mode 100644 srcpkgs/wpan-tools/template
diff --git a/srcpkgs/wpan-tools/template b/srcpkgs/wpan-tools/template
new file mode 100644
index 00000000000000..d4c07e67868ed8
--- /dev/null
+++ b/srcpkgs/wpan-tools/template
@@ -0,0 +1,17 @@
+# Template file for 'wpan-tools'
+pkgname=wpan-tools
+version=0.9
+revision=1
+build_style=gnu-configure
+hostmakedepends="pkg-config libnl3-devel"
+makedepends="libnl3-devel"
+short_desc="Userspace tools for Linux IEEE 802.15.4 stack"
+maintainer="Paige Thompson <paige@paige.bio>"
+license="ISC"
+homepage="https://linux-wpan.org"
+distfiles="https://github.com/linux-wpan/wpan-tools/releases/download/wpan-tools-${version}/wpan-tools-${version}.tar.gz"
+checksum=fa76d9c1874220e4b1f91c226f42baf1e372ea8ccf4b892effaf0d164448f608
+
+post_install() {
+ vlicense LICENSE
+}
^ permalink raw reply related [flat|nested] 30+ messages in thread
* Re: [PR PATCH] [Updated] new package: wpan-tools-0.9
2024-12-14 19:45 [PR PATCH] new package: wpan-tools-0.9 paigeadelethompson
@ 2024-12-14 19:50 ` paigeadelethompson
2024-12-14 19:53 ` paigeadelethompson
` (27 subsequent siblings)
28 siblings, 0 replies; 30+ messages in thread
From: paigeadelethompson @ 2024-12-14 19:50 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1275 bytes --]
There is an updated pull request by paigeadelethompson against master on the void-packages repository
https://github.com/paigeadelethompson/void-packages wpan-tools
https://github.com/void-linux/void-packages/pull/53523
new package: wpan-tools-0.9
<!-- 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): passes xlint
-->
<!-- 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, (ARCH-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/53523.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-wpan-tools-53523.patch --]
[-- Type: text/x-diff, Size: 1805 bytes --]
From 60c3301270926573b626cff93553eeff32673321 Mon Sep 17 00:00:00 2001
From: Paige Thompson <paige@paige.bio>
Date: Sat, 14 Dec 2024 19:32:31 +0000
Subject: [PATCH 1/2] new package: wpan-tools-0.9
---
srcpkgs/wpan-tools/template | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
create mode 100644 srcpkgs/wpan-tools/template
diff --git a/srcpkgs/wpan-tools/template b/srcpkgs/wpan-tools/template
new file mode 100644
index 00000000000000..d4c07e67868ed8
--- /dev/null
+++ b/srcpkgs/wpan-tools/template
@@ -0,0 +1,17 @@
+# Template file for 'wpan-tools'
+pkgname=wpan-tools
+version=0.9
+revision=1
+build_style=gnu-configure
+hostmakedepends="pkg-config libnl3-devel"
+makedepends="libnl3-devel"
+short_desc="Userspace tools for Linux IEEE 802.15.4 stack"
+maintainer="Paige Thompson <paige@paige.bio>"
+license="ISC"
+homepage="https://linux-wpan.org"
+distfiles="https://github.com/linux-wpan/wpan-tools/releases/download/wpan-tools-${version}/wpan-tools-${version}.tar.gz"
+checksum=fa76d9c1874220e4b1f91c226f42baf1e372ea8ccf4b892effaf0d164448f608
+
+post_install() {
+ vlicense LICENSE
+}
From 6085b5566dbdc7f88e973159e84719dc0ca3aa93 Mon Sep 17 00:00:00 2001
From: Paige Thompson <paige@paige.bio>
Date: Sat, 14 Dec 2024 19:49:28 +0000
Subject: [PATCH 2/2] fix filename (COPYING)
---
srcpkgs/wpan-tools/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/wpan-tools/template b/srcpkgs/wpan-tools/template
index d4c07e67868ed8..b41f4d4f8683f2 100644
--- a/srcpkgs/wpan-tools/template
+++ b/srcpkgs/wpan-tools/template
@@ -13,5 +13,5 @@ distfiles="https://github.com/linux-wpan/wpan-tools/releases/download/wpan-tools
checksum=fa76d9c1874220e4b1f91c226f42baf1e372ea8ccf4b892effaf0d164448f608
post_install() {
- vlicense LICENSE
+ vlicense COPYING
}
^ permalink raw reply related [flat|nested] 30+ messages in thread
* Re: new package: wpan-tools-0.9
2024-12-14 19:45 [PR PATCH] new package: wpan-tools-0.9 paigeadelethompson
2024-12-14 19:50 ` [PR PATCH] [Updated] " paigeadelethompson
@ 2024-12-14 19:53 ` paigeadelethompson
2024-12-14 20:21 ` [PR PATCH] [Updated] " paigeadelethompson
` (26 subsequent siblings)
28 siblings, 0 replies; 30+ messages in thread
From: paigeadelethompson @ 2024-12-14 19:53 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 242 bytes --]
New comment by paigeadelethompson on void-packages repository
https://github.com/void-linux/void-packages/pull/53523#issuecomment-2543326636
Comment:
surprised xlint didn't check to see that the file existed, fixed in recent commit though
^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: [PR PATCH] [Updated] new package: wpan-tools-0.9
2024-12-14 19:45 [PR PATCH] new package: wpan-tools-0.9 paigeadelethompson
2024-12-14 19:50 ` [PR PATCH] [Updated] " paigeadelethompson
2024-12-14 19:53 ` paigeadelethompson
@ 2024-12-14 20:21 ` paigeadelethompson
2024-12-17 7:08 ` gmbeard
` (25 subsequent siblings)
28 siblings, 0 replies; 30+ messages in thread
From: paigeadelethompson @ 2024-12-14 20:21 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1275 bytes --]
There is an updated pull request by paigeadelethompson against master on the void-packages repository
https://github.com/paigeadelethompson/void-packages wpan-tools
https://github.com/void-linux/void-packages/pull/53523
new package: wpan-tools-0.9
<!-- 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): passes xlint
-->
<!-- 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, (ARCH-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/53523.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-wpan-tools-53523.patch --]
[-- Type: text/x-diff, Size: 1805 bytes --]
From 60c3301270926573b626cff93553eeff32673321 Mon Sep 17 00:00:00 2001
From: Paige Thompson <paige@paige.bio>
Date: Sat, 14 Dec 2024 19:32:31 +0000
Subject: [PATCH 1/2] new package: wpan-tools-0.9
---
srcpkgs/wpan-tools/template | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
create mode 100644 srcpkgs/wpan-tools/template
diff --git a/srcpkgs/wpan-tools/template b/srcpkgs/wpan-tools/template
new file mode 100644
index 00000000000000..d4c07e67868ed8
--- /dev/null
+++ b/srcpkgs/wpan-tools/template
@@ -0,0 +1,17 @@
+# Template file for 'wpan-tools'
+pkgname=wpan-tools
+version=0.9
+revision=1
+build_style=gnu-configure
+hostmakedepends="pkg-config libnl3-devel"
+makedepends="libnl3-devel"
+short_desc="Userspace tools for Linux IEEE 802.15.4 stack"
+maintainer="Paige Thompson <paige@paige.bio>"
+license="ISC"
+homepage="https://linux-wpan.org"
+distfiles="https://github.com/linux-wpan/wpan-tools/releases/download/wpan-tools-${version}/wpan-tools-${version}.tar.gz"
+checksum=fa76d9c1874220e4b1f91c226f42baf1e372ea8ccf4b892effaf0d164448f608
+
+post_install() {
+ vlicense LICENSE
+}
From 6085b5566dbdc7f88e973159e84719dc0ca3aa93 Mon Sep 17 00:00:00 2001
From: Paige Thompson <paige@paige.bio>
Date: Sat, 14 Dec 2024 19:49:28 +0000
Subject: [PATCH 2/2] fix filename (COPYING)
---
srcpkgs/wpan-tools/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/wpan-tools/template b/srcpkgs/wpan-tools/template
index d4c07e67868ed8..b41f4d4f8683f2 100644
--- a/srcpkgs/wpan-tools/template
+++ b/srcpkgs/wpan-tools/template
@@ -13,5 +13,5 @@ distfiles="https://github.com/linux-wpan/wpan-tools/releases/download/wpan-tools
checksum=fa76d9c1874220e4b1f91c226f42baf1e372ea8ccf4b892effaf0d164448f608
post_install() {
- vlicense LICENSE
+ vlicense COPYING
}
^ permalink raw reply related [flat|nested] 30+ messages in thread
* Re: new package: wpan-tools-0.9
2024-12-14 19:45 [PR PATCH] new package: wpan-tools-0.9 paigeadelethompson
` (2 preceding siblings ...)
2024-12-14 20:21 ` [PR PATCH] [Updated] " paigeadelethompson
@ 2024-12-17 7:08 ` gmbeard
2024-12-17 8:13 ` paigeadelethompson
` (24 subsequent siblings)
28 siblings, 0 replies; 30+ messages in thread
From: gmbeard @ 2024-12-17 7:08 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 277 bytes --]
New comment by gmbeard on void-packages repository
https://github.com/void-linux/void-packages/pull/53523#issuecomment-2547659022
Comment:
Hey @paigeadelethompson, the general convention for updates & additions is one commit per pkg, so you may want to squash your commits.
^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: new package: wpan-tools-0.9
2024-12-14 19:45 [PR PATCH] new package: wpan-tools-0.9 paigeadelethompson
` (3 preceding siblings ...)
2024-12-17 7:08 ` gmbeard
@ 2024-12-17 8:13 ` paigeadelethompson
2024-12-17 8:13 ` paigeadelethompson
` (23 subsequent siblings)
28 siblings, 0 replies; 30+ messages in thread
From: paigeadelethompson @ 2024-12-17 8:13 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 241 bytes --]
New comment by paigeadelethompson on void-packages repository
https://github.com/void-linux/void-packages/pull/53523#issuecomment-2547761700
Comment:
yeah ok I'll see if I can do that Im just heading to bed atm, give me a couple of house
^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: new package: wpan-tools-0.9
2024-12-14 19:45 [PR PATCH] new package: wpan-tools-0.9 paigeadelethompson
` (4 preceding siblings ...)
2024-12-17 8:13 ` paigeadelethompson
@ 2024-12-17 8:13 ` paigeadelethompson
2024-12-18 7:50 ` [PR PATCH] [Updated] " paigeadelethompson
` (22 subsequent siblings)
28 siblings, 0 replies; 30+ messages in thread
From: paigeadelethompson @ 2024-12-17 8:13 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 240 bytes --]
New comment by paigeadelethompson on void-packages repository
https://github.com/void-linux/void-packages/pull/53523#issuecomment-2547761700
Comment:
yeah ok I'll see if I can do that Im just heading to bed atm, give me a couple of hours
^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: [PR PATCH] [Updated] new package: wpan-tools-0.9
2024-12-14 19:45 [PR PATCH] new package: wpan-tools-0.9 paigeadelethompson
` (5 preceding siblings ...)
2024-12-17 8:13 ` paigeadelethompson
@ 2024-12-18 7:50 ` paigeadelethompson
2024-12-18 11:21 ` paigeadelethompson
` (21 subsequent siblings)
28 siblings, 0 replies; 30+ messages in thread
From: paigeadelethompson @ 2024-12-18 7:50 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1275 bytes --]
There is an updated pull request by paigeadelethompson against master on the void-packages repository
https://github.com/paigeadelethompson/void-packages wpan-tools
https://github.com/void-linux/void-packages/pull/53523
new package: wpan-tools-0.9
<!-- 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): passes xlint
-->
<!-- 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, (ARCH-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/53523.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-wpan-tools-53523.patch --]
[-- Type: text/x-diff, Size: 1101 bytes --]
From d12aedd51fe78e5151202b5859e29680a7175082 Mon Sep 17 00:00:00 2001
From: Paige Thompson <paige@paige.bio>
Date: Sat, 14 Dec 2024 19:32:31 +0000
Subject: [PATCH] new package: wpan-tools-0.9
---
srcpkgs/wpan-tools/template | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
create mode 100644 srcpkgs/wpan-tools/template
diff --git a/srcpkgs/wpan-tools/template b/srcpkgs/wpan-tools/template
new file mode 100644
index 00000000000000..b41f4d4f8683f2
--- /dev/null
+++ b/srcpkgs/wpan-tools/template
@@ -0,0 +1,17 @@
+# Template file for 'wpan-tools'
+pkgname=wpan-tools
+version=0.9
+revision=1
+build_style=gnu-configure
+hostmakedepends="pkg-config libnl3-devel"
+makedepends="libnl3-devel"
+short_desc="Userspace tools for Linux IEEE 802.15.4 stack"
+maintainer="Paige Thompson <paige@paige.bio>"
+license="ISC"
+homepage="https://linux-wpan.org"
+distfiles="https://github.com/linux-wpan/wpan-tools/releases/download/wpan-tools-${version}/wpan-tools-${version}.tar.gz"
+checksum=fa76d9c1874220e4b1f91c226f42baf1e372ea8ccf4b892effaf0d164448f608
+
+post_install() {
+ vlicense COPYING
+}
^ permalink raw reply related [flat|nested] 30+ messages in thread
* Re: new package: wpan-tools-0.9
2024-12-14 19:45 [PR PATCH] new package: wpan-tools-0.9 paigeadelethompson
` (6 preceding siblings ...)
2024-12-18 7:50 ` [PR PATCH] [Updated] " paigeadelethompson
@ 2024-12-18 11:21 ` paigeadelethompson
2024-12-19 21:09 ` [PR REVIEW] " Bnyro
` (20 subsequent siblings)
28 siblings, 0 replies; 30+ messages in thread
From: paigeadelethompson @ 2024-12-18 11:21 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 252 bytes --]
New comment by paigeadelethompson on void-packages repository
https://github.com/void-linux/void-packages/pull/53523#issuecomment-2551058781
Comment:
@gmbeard rebased commits I'll remember for next time I'll definitely want to submit some more pkgs
^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: [PR REVIEW] new package: wpan-tools-0.9
2024-12-14 19:45 [PR PATCH] new package: wpan-tools-0.9 paigeadelethompson
` (7 preceding siblings ...)
2024-12-18 11:21 ` paigeadelethompson
@ 2024-12-19 21:09 ` Bnyro
2024-12-19 21:10 ` Bnyro
` (19 subsequent siblings)
28 siblings, 0 replies; 30+ messages in thread
From: Bnyro @ 2024-12-19 21:09 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 302 bytes --]
New review comment by Bnyro on void-packages repository
https://github.com/void-linux/void-packages/pull/53523#discussion_r1893148238
Comment:
That's only a symlink in their repo, it'd probably better to directly vlicense https://github.com/linux-wpan/wpan-tools/blob/master/LICENSES/ISC.txt I think
^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: new package: wpan-tools-0.9
2024-12-14 19:45 [PR PATCH] new package: wpan-tools-0.9 paigeadelethompson
` (8 preceding siblings ...)
2024-12-19 21:09 ` [PR REVIEW] " Bnyro
@ 2024-12-19 21:10 ` Bnyro
2024-12-19 21:12 ` Bnyro
` (18 subsequent siblings)
28 siblings, 0 replies; 30+ messages in thread
From: Bnyro @ 2024-12-19 21:10 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 196 bytes --]
New comment by Bnyro on void-packages repository
https://github.com/void-linux/void-packages/pull/53523#issuecomment-2555780516
Comment:
The commit message should start with an uppercase N btw.
^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: new package: wpan-tools-0.9
2024-12-14 19:45 [PR PATCH] new package: wpan-tools-0.9 paigeadelethompson
` (9 preceding siblings ...)
2024-12-19 21:10 ` Bnyro
@ 2024-12-19 21:12 ` Bnyro
2024-12-20 0:25 ` [PR REVIEW] " paigeadelethompson
` (17 subsequent siblings)
28 siblings, 0 replies; 30+ messages in thread
From: Bnyro @ 2024-12-19 21:12 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 269 bytes --]
New comment by Bnyro on void-packages repository
https://github.com/void-linux/void-packages/pull/53523#issuecomment-2555782760
Comment:
I'm just noticing that the package hadn't been updated since 2018, although it seems like there have been some commits last year.
^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: [PR REVIEW] new package: wpan-tools-0.9
2024-12-14 19:45 [PR PATCH] new package: wpan-tools-0.9 paigeadelethompson
` (10 preceding siblings ...)
2024-12-19 21:12 ` Bnyro
@ 2024-12-20 0:25 ` paigeadelethompson
2024-12-20 0:28 ` paigeadelethompson
` (16 subsequent siblings)
28 siblings, 0 replies; 30+ messages in thread
From: paigeadelethompson @ 2024-12-20 0:25 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 167 bytes --]
New review comment by paigeadelethompson on void-packages repository
https://github.com/void-linux/void-packages/pull/53523#discussion_r1893291771
Comment:
alright
^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: [PR REVIEW] new package: wpan-tools-0.9
2024-12-14 19:45 [PR PATCH] new package: wpan-tools-0.9 paigeadelethompson
` (11 preceding siblings ...)
2024-12-20 0:25 ` [PR REVIEW] " paigeadelethompson
@ 2024-12-20 0:28 ` paigeadelethompson
2024-12-20 0:29 ` paigeadelethompson
` (15 subsequent siblings)
28 siblings, 0 replies; 30+ messages in thread
From: paigeadelethompson @ 2024-12-20 0:28 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1745 bytes --]
New review comment by paigeadelethompson on void-packages repository
https://github.com/void-linux/void-packages/pull/53523#discussion_r1893294205
Comment:
lol dude
```
/Users/paigethompson/wpan-tools-0.9
❯ tree
.
├── COPYING
├── Makefile.am
├── Makefile.in
├── aclocal.m4
├── build-aux
│ ├── compile
│ ├── config.guess
│ ├── config.sub
│ ├── depcomp
│ ├── install-sh
│ ├── ltmain.sh
│ └── missing
├── config.h.in
├── configure
├── configure.ac
├── examples
│ ├── Makefile.am
│ ├── Makefile.in
│ ├── README.examples
│ ├── TODO
│ ├── af_ieee802154_rx.c
│ ├── af_ieee802154_tx.c
│ ├── af_inet6_rx.c
│ ├── af_inet6_tx.c
│ ├── af_packet_rx.c
│ └── af_packet_tx.c
├── m4
│ ├── libtool.m4
│ ├── ltoptions.m4
│ ├── ltsugar.m4
│ ├── ltversion.m4
│ └── lt~obsolete.m4
├── src
│ ├── Makefile.am
│ ├── Makefile.in
│ ├── info.c
│ ├── interface.c
│ ├── iwpan.c
│ ├── iwpan.h
│ ├── mac.c
│ ├── nl802154.h
│ ├── nl_extras.h
│ ├── phy.c
│ └── sections.c
├── wpan-hwsim
│ ├── Makefile.am
│ ├── Makefile.in
│ ├── mac802154_hwsim.h
│ └── wpan-hwsim.c
└── wpan-ping
├── Makefile.am
├── Makefile.in
├── README.wpan-ping
└── wpan-ping.c
```
^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: [PR REVIEW] new package: wpan-tools-0.9
2024-12-14 19:45 [PR PATCH] new package: wpan-tools-0.9 paigeadelethompson
` (12 preceding siblings ...)
2024-12-20 0:28 ` paigeadelethompson
@ 2024-12-20 0:29 ` paigeadelethompson
2024-12-20 0:30 ` paigeadelethompson
` (14 subsequent siblings)
28 siblings, 0 replies; 30+ messages in thread
From: paigeadelethompson @ 2024-12-20 0:29 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 2862 bytes --]
New review comment by paigeadelethompson on void-packages repository
https://github.com/void-linux/void-packages/pull/53523#discussion_r1893294205
Comment:
lol dude its a file
```
/Users/paigethompson/wpan-tools-0.9
❯ tree
.
├── COPYING
├── Makefile.am
├── Makefile.in
├── aclocal.m4
├── build-aux
│ ├── compile
│ ├── config.guess
│ ├── config.sub
│ ├── depcomp
│ ├── install-sh
│ ├── ltmain.sh
│ └── missing
├── config.h.in
├── configure
├── configure.ac
├── examples
│ ├── Makefile.am
│ ├── Makefile.in
│ ├── README.examples
│ ├── TODO
│ ├── af_ieee802154_rx.c
│ ├── af_ieee802154_tx.c
│ ├── af_inet6_rx.c
│ ├── af_inet6_tx.c
│ ├── af_packet_rx.c
│ └── af_packet_tx.c
├── m4
│ ├── libtool.m4
│ ├── ltoptions.m4
│ ├── ltsugar.m4
│ ├── ltversion.m4
│ └── lt~obsolete.m4
├── src
│ ├── Makefile.am
│ ├── Makefile.in
│ ├── info.c
│ ├── interface.c
│ ├── iwpan.c
│ ├── iwpan.h
│ ├── mac.c
│ ├── nl802154.h
│ ├── nl_extras.h
│ ├── phy.c
│ └── sections.c
├── wpan-hwsim
│ ├── Makefile.am
│ ├── Makefile.in
│ ├── mac802154_hwsim.h
│ └── wpan-hwsim.c
└── wpan-ping
├── Makefile.am
├── Makefile.in
├── README.wpan-ping
└── wpan-ping.c
```
`-rw-r--r--@ 1 paigethompson staff 968B Nov 9 2015 COPYING`
its a file
```
❯ cat COPYING
Copyright (c) 2014 Alexander Aring
Copyright (c) 2015 Stefan Schmidt
Code is based on iw tool.
Original Authors:
Copyright (c) 2007, 2008 Johannes Berg
Copyright (c) 2007 Andy Lutomirski
Copyright (c) 2007 Mike Kershaw
Copyright (c) 2008-2009 Luis R. Rodriguez
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
```
^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: new package: wpan-tools-0.9
2024-12-14 19:45 [PR PATCH] new package: wpan-tools-0.9 paigeadelethompson
` (13 preceding siblings ...)
2024-12-20 0:29 ` paigeadelethompson
@ 2024-12-20 0:30 ` paigeadelethompson
2024-12-20 0:31 ` paigeadelethompson
` (13 subsequent siblings)
28 siblings, 0 replies; 30+ messages in thread
From: paigeadelethompson @ 2024-12-20 0:30 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 268 bytes --]
New comment by paigeadelethompson on void-packages repository
https://github.com/void-linux/void-packages/pull/53523#issuecomment-2556015964
Comment:
> The commit message should start with an uppercase N btw.
mmmmmm okie yeah that seems important give me a sec
^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: new package: wpan-tools-0.9
2024-12-14 19:45 [PR PATCH] new package: wpan-tools-0.9 paigeadelethompson
` (14 preceding siblings ...)
2024-12-20 0:30 ` paigeadelethompson
@ 2024-12-20 0:31 ` paigeadelethompson
2024-12-20 0:32 ` [PR PATCH] [Updated] " paigeadelethompson
` (12 subsequent siblings)
28 siblings, 0 replies; 30+ messages in thread
From: paigeadelethompson @ 2024-12-20 0:31 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 323 bytes --]
New comment by paigeadelethompson on void-packages repository
https://github.com/void-linux/void-packages/pull/53523#issuecomment-2556016683
Comment:
> I'm just noticing that the package hadn't been updated since 2018, although it seems like there have been some commits last year.
*shrug* dont know what to tell you
^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: [PR PATCH] [Updated] new package: wpan-tools-0.9
2024-12-14 19:45 [PR PATCH] new package: wpan-tools-0.9 paigeadelethompson
` (15 preceding siblings ...)
2024-12-20 0:31 ` paigeadelethompson
@ 2024-12-20 0:32 ` paigeadelethompson
2024-12-20 0:37 ` [PR REVIEW] " paigeadelethompson
` (11 subsequent siblings)
28 siblings, 0 replies; 30+ messages in thread
From: paigeadelethompson @ 2024-12-20 0:32 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1275 bytes --]
There is an updated pull request by paigeadelethompson against master on the void-packages repository
https://github.com/paigeadelethompson/void-packages wpan-tools
https://github.com/void-linux/void-packages/pull/53523
new package: wpan-tools-0.9
<!-- 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): passes xlint
-->
<!-- 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, (ARCH-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/53523.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-wpan-tools-53523.patch --]
[-- Type: text/x-diff, Size: 1101 bytes --]
From 1cfa173952f10ba22d5be98743573b853f25e657 Mon Sep 17 00:00:00 2001
From: Paige Thompson <paige@paige.bio>
Date: Sat, 14 Dec 2024 19:32:31 +0000
Subject: [PATCH] New package: wpan-tools-0.9
---
srcpkgs/wpan-tools/template | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
create mode 100644 srcpkgs/wpan-tools/template
diff --git a/srcpkgs/wpan-tools/template b/srcpkgs/wpan-tools/template
new file mode 100644
index 00000000000000..b41f4d4f8683f2
--- /dev/null
+++ b/srcpkgs/wpan-tools/template
@@ -0,0 +1,17 @@
+# Template file for 'wpan-tools'
+pkgname=wpan-tools
+version=0.9
+revision=1
+build_style=gnu-configure
+hostmakedepends="pkg-config libnl3-devel"
+makedepends="libnl3-devel"
+short_desc="Userspace tools for Linux IEEE 802.15.4 stack"
+maintainer="Paige Thompson <paige@paige.bio>"
+license="ISC"
+homepage="https://linux-wpan.org"
+distfiles="https://github.com/linux-wpan/wpan-tools/releases/download/wpan-tools-${version}/wpan-tools-${version}.tar.gz"
+checksum=fa76d9c1874220e4b1f91c226f42baf1e372ea8ccf4b892effaf0d164448f608
+
+post_install() {
+ vlicense COPYING
+}
^ permalink raw reply related [flat|nested] 30+ messages in thread
* Re: [PR REVIEW] new package: wpan-tools-0.9
2024-12-14 19:45 [PR PATCH] new package: wpan-tools-0.9 paigeadelethompson
` (16 preceding siblings ...)
2024-12-20 0:32 ` [PR PATCH] [Updated] " paigeadelethompson
@ 2024-12-20 0:37 ` paigeadelethompson
2024-12-20 0:38 ` paigeadelethompson
` (10 subsequent siblings)
28 siblings, 0 replies; 30+ messages in thread
From: paigeadelethompson @ 2024-12-20 0:37 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 2948 bytes --]
New review comment by paigeadelethompson on void-packages repository
https://github.com/void-linux/void-packages/pull/53523#discussion_r1893294205
Comment:
lol dude its a file
```
/Users/paigethompson/wpan-tools-0.9
❯ tree
.
├── COPYING
├── Makefile.am
├── Makefile.in
├── aclocal.m4
├── build-aux
│ ├── compile
│ ├── config.guess
│ ├── config.sub
│ ├── depcomp
│ ├── install-sh
│ ├── ltmain.sh
│ └── missing
├── config.h.in
├── configure
├── configure.ac
├── examples
│ ├── Makefile.am
│ ├── Makefile.in
│ ├── README.examples
│ ├── TODO
│ ├── af_ieee802154_rx.c
│ ├── af_ieee802154_tx.c
│ ├── af_inet6_rx.c
│ ├── af_inet6_tx.c
│ ├── af_packet_rx.c
│ └── af_packet_tx.c
├── m4
│ ├── libtool.m4
│ ├── ltoptions.m4
│ ├── ltsugar.m4
│ ├── ltversion.m4
│ └── lt~obsolete.m4
├── src
│ ├── Makefile.am
│ ├── Makefile.in
│ ├── info.c
│ ├── interface.c
│ ├── iwpan.c
│ ├── iwpan.h
│ ├── mac.c
│ ├── nl802154.h
│ ├── nl_extras.h
│ ├── phy.c
│ └── sections.c
├── wpan-hwsim
│ ├── Makefile.am
│ ├── Makefile.in
│ ├── mac802154_hwsim.h
│ └── wpan-hwsim.c
└── wpan-ping
├── Makefile.am
├── Makefile.in
├── README.wpan-ping
└── wpan-ping.c
```
`-rw-r--r--@ 1 paigethompson staff 968B Nov 9 2015 COPYING`
its a file
```
❯ cat COPYING
Copyright (c) 2014 Alexander Aring
Copyright (c) 2015 Stefan Schmidt
Code is based on iw tool.
Original Authors:
Copyright (c) 2007, 2008 Johannes Berg
Copyright (c) 2007 Andy Lutomirski
Copyright (c) 2007 Mike Kershaw
Copyright (c) 2008-2009 Luis R. Rodriguez
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
```
EDIT: they moved it in the git tree so it will need to get updated for 1.0 I guess
^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: new package: wpan-tools-0.9
2024-12-14 19:45 [PR PATCH] new package: wpan-tools-0.9 paigeadelethompson
` (17 preceding siblings ...)
2024-12-20 0:37 ` [PR REVIEW] " paigeadelethompson
@ 2024-12-20 0:38 ` paigeadelethompson
2024-12-20 18:39 ` paigeadelethompson
` (9 subsequent siblings)
28 siblings, 0 replies; 30+ messages in thread
From: paigeadelethompson @ 2024-12-20 0:38 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 386 bytes --]
New comment by paigeadelethompson on void-packages repository
https://github.com/void-linux/void-packages/pull/53523#issuecomment-2556016683
Comment:
> I'm just noticing that the package hadn't been updated since 2018, although it seems like there have been some commits last year.
*shrug* dont know what to tell you
EDIT: I'll see what their plans are for their next release
^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: new package: wpan-tools-0.9
2024-12-14 19:45 [PR PATCH] new package: wpan-tools-0.9 paigeadelethompson
` (18 preceding siblings ...)
2024-12-20 0:38 ` paigeadelethompson
@ 2024-12-20 18:39 ` paigeadelethompson
2024-12-20 19:31 ` Bnyro
` (8 subsequent siblings)
28 siblings, 0 replies; 30+ messages in thread
From: paigeadelethompson @ 2024-12-20 18:39 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1005 bytes --]
New comment by paigeadelethompson on void-packages repository
https://github.com/void-linux/void-packages/pull/53523#issuecomment-2557531408
Comment:
@Bnyro I went ahead and raised the bar, and confirmed this package is indeed being maintained with the intention of reaching a `1.0` release: https://github.com/linux-wpan/wpan-tools/issues/25#issuecomment-2556386692 I hope that helps. Indeed, they have recent commits in their git repository which includes moving their licensing files around (currently we're looking at 0.9 and in 0.9 is NOT a symlink: https://github.com/linux-wpan/wpan-tools/tree/wpan-tools-0.9.)
Also one thing I was trying to point out for the linter maybe would be a good idea to improve some of it's checks (does the specified license file actually exist exist, is it a regular file) because I noticed that it will succeed without a warning if the specified file name doesn't exist.
Let me know if there's anything else I can do for you here.
Much appreciated,
-P
^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: new package: wpan-tools-0.9
2024-12-14 19:45 [PR PATCH] new package: wpan-tools-0.9 paigeadelethompson
` (19 preceding siblings ...)
2024-12-20 18:39 ` paigeadelethompson
@ 2024-12-20 19:31 ` Bnyro
2025-01-26 21:32 ` paigeadelethompson
` (7 subsequent siblings)
28 siblings, 0 replies; 30+ messages in thread
From: Bnyro @ 2024-12-20 19:31 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 910 bytes --]
New comment by Bnyro on void-packages repository
https://github.com/void-linux/void-packages/pull/53523#issuecomment-2557606144
Comment:
> @Bnyro I went ahead and raised the bar, and confirmed this package is indeed being maintained with the intention of reaching a 1.0 release: https://github.com/linux-wpan/wpan-tools/issues/25#issuecomment-2556386692 I hope that helps. Indeed, they have recent commits in their git repository which includes moving their licensing files around (currently we're looking at 0.9 and in 0.9 is NOT a symlink: https://github.com/linux-wpan/wpan-tools/tree/wpan-tools-0.9.)
>
I think the policy generally is to avoid adding discontinued packages to the repositories, that's why I asked. Looking at that coversation that's not the case for this package though.
I'm not a Void Linux maintainer myself, it's just been something I noticed when looking through their Git repo.
^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: new package: wpan-tools-0.9
2024-12-14 19:45 [PR PATCH] new package: wpan-tools-0.9 paigeadelethompson
` (20 preceding siblings ...)
2024-12-20 19:31 ` Bnyro
@ 2025-01-26 21:32 ` paigeadelethompson
2025-01-27 7:32 ` Bnyro
` (6 subsequent siblings)
28 siblings, 0 replies; 30+ messages in thread
From: paigeadelethompson @ 2025-01-26 21:32 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1035 bytes --]
New comment by paigeadelethompson on void-packages repository
https://github.com/void-linux/void-packages/pull/53523#issuecomment-2614599623
Comment:
> > @Bnyro I went ahead and raised the bar, and confirmed this package is indeed being maintained with the intention of reaching a 1.0 release: [linux-wpan/wpan-tools#25 (comment)](https://github.com/linux-wpan/wpan-tools/issues/25#issuecomment-2556386692) I hope that helps. Indeed, they have recent commits in their git repository which includes moving their licensing files around (currently we're looking at 0.9 and in 0.9 is NOT a symlink: https://github.com/linux-wpan/wpan-tools/tree/wpan-tools-0.9.)
>
> I think the policy generally is to avoid adding discontinued packages to the repositories, that's why I asked. Looking at that coversation that's not the case for this package though.
>
> I'm not a Void Linux maintainer myself, it's just been something I noticed when looking through their Git repo.
You are assigned as a reviewer, but you're not a maintainer?
^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: new package: wpan-tools-0.9
2024-12-14 19:45 [PR PATCH] new package: wpan-tools-0.9 paigeadelethompson
` (21 preceding siblings ...)
2025-01-26 21:32 ` paigeadelethompson
@ 2025-01-27 7:32 ` Bnyro
2025-04-28 2:10 ` github-actions
` (5 subsequent siblings)
28 siblings, 0 replies; 30+ messages in thread
From: Bnyro @ 2025-01-27 7:32 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 173 bytes --]
New comment by Bnyro on void-packages repository
https://github.com/void-linux/void-packages/pull/53523#issuecomment-2615019882
Comment:
Anybody can review pull requests.
^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: new package: wpan-tools-0.9
2024-12-14 19:45 [PR PATCH] new package: wpan-tools-0.9 paigeadelethompson
` (22 preceding siblings ...)
2025-01-27 7:32 ` Bnyro
@ 2025-04-28 2:10 ` github-actions
2025-04-28 21:25 ` paigeadelethompson
` (4 subsequent siblings)
28 siblings, 0 replies; 30+ messages in thread
From: github-actions @ 2025-04-28 2:10 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 305 bytes --]
New comment by github-actions[bot] on void-packages repository
https://github.com/void-linux/void-packages/pull/53523#issuecomment-2833814487
Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that. If this pull request is still relevant bump it or assign it.
^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: new package: wpan-tools-0.9
2024-12-14 19:45 [PR PATCH] new package: wpan-tools-0.9 paigeadelethompson
` (23 preceding siblings ...)
2025-04-28 2:10 ` github-actions
@ 2025-04-28 21:25 ` paigeadelethompson
2025-04-28 21:26 ` [PR PATCH] [Updated] " paigeadelethompson
` (3 subsequent siblings)
28 siblings, 0 replies; 30+ messages in thread
From: paigeadelethompson @ 2025-04-28 21:25 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 231 bytes --]
New comment by paigeadelethompson on void-packages repository
https://github.com/void-linux/void-packages/pull/53523#issuecomment-2836736828
Comment:
yeah this is relevant but it might make sense to bump the version to 0.10 now
^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: [PR PATCH] [Updated] new package: wpan-tools-0.9
2024-12-14 19:45 [PR PATCH] new package: wpan-tools-0.9 paigeadelethompson
` (24 preceding siblings ...)
2025-04-28 21:25 ` paigeadelethompson
@ 2025-04-28 21:26 ` paigeadelethompson
2025-06-02 1:18 ` Duncaen
` (2 subsequent siblings)
28 siblings, 0 replies; 30+ messages in thread
From: paigeadelethompson @ 2025-04-28 21:26 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1275 bytes --]
There is an updated pull request by paigeadelethompson against master on the void-packages repository
https://github.com/paigeadelethompson/void-packages wpan-tools
https://github.com/void-linux/void-packages/pull/53523
new package: wpan-tools-0.9
<!-- 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): passes xlint
-->
<!-- 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, (ARCH-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/53523.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-wpan-tools-53523.patch --]
[-- Type: text/x-diff, Size: 1101 bytes --]
From 1cfa173952f10ba22d5be98743573b853f25e657 Mon Sep 17 00:00:00 2001
From: Paige Thompson <paige@paige.bio>
Date: Sat, 14 Dec 2024 19:32:31 +0000
Subject: [PATCH] New package: wpan-tools-0.9
---
srcpkgs/wpan-tools/template | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
create mode 100644 srcpkgs/wpan-tools/template
diff --git a/srcpkgs/wpan-tools/template b/srcpkgs/wpan-tools/template
new file mode 100644
index 00000000000000..b41f4d4f8683f2
--- /dev/null
+++ b/srcpkgs/wpan-tools/template
@@ -0,0 +1,17 @@
+# Template file for 'wpan-tools'
+pkgname=wpan-tools
+version=0.9
+revision=1
+build_style=gnu-configure
+hostmakedepends="pkg-config libnl3-devel"
+makedepends="libnl3-devel"
+short_desc="Userspace tools for Linux IEEE 802.15.4 stack"
+maintainer="Paige Thompson <paige@paige.bio>"
+license="ISC"
+homepage="https://linux-wpan.org"
+distfiles="https://github.com/linux-wpan/wpan-tools/releases/download/wpan-tools-${version}/wpan-tools-${version}.tar.gz"
+checksum=fa76d9c1874220e4b1f91c226f42baf1e372ea8ccf4b892effaf0d164448f608
+
+post_install() {
+ vlicense COPYING
+}
^ permalink raw reply related [flat|nested] 30+ messages in thread
* Re: [PR PATCH] [Updated] new package: wpan-tools-0.9
2024-12-14 19:45 [PR PATCH] new package: wpan-tools-0.9 paigeadelethompson
` (25 preceding siblings ...)
2025-04-28 21:26 ` [PR PATCH] [Updated] " paigeadelethompson
@ 2025-06-02 1:18 ` Duncaen
2025-08-31 2:10 ` github-actions
2025-09-15 2:09 ` [PR PATCH] [Closed]: " github-actions
28 siblings, 0 replies; 30+ messages in thread
From: Duncaen @ 2025-06-02 1:18 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1264 bytes --]
There is an updated pull request by Duncaen against master on the void-packages repository
https://github.com/paigeadelethompson/void-packages wpan-tools
https://github.com/void-linux/void-packages/pull/53523
new package: wpan-tools-0.9
<!-- 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): passes xlint
-->
<!-- 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, (ARCH-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/53523.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-wpan-tools-53523.patch --]
[-- Type: text/x-diff, Size: 1138 bytes --]
From 289f44979c7b318667973d6369997d34e1684063 Mon Sep 17 00:00:00 2001
From: Paige Thompson <paige@paige.bio>
Date: Sat, 14 Dec 2024 19:32:31 +0000
Subject: [PATCH] New package: wpan-tools-0.10
Co-authored-by: Duncaen <duncaen@voidlinux.org>
---
srcpkgs/wpan-tools/template | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
create mode 100644 srcpkgs/wpan-tools/template
diff --git a/srcpkgs/wpan-tools/template b/srcpkgs/wpan-tools/template
new file mode 100644
index 00000000000000..220e50cc7555d7
--- /dev/null
+++ b/srcpkgs/wpan-tools/template
@@ -0,0 +1,17 @@
+# Template file for 'wpan-tools'
+pkgname=wpan-tools
+version=0.10
+revision=1
+build_style=gnu-configure
+hostmakedepends="pkg-config"
+makedepends="libnl3-devel"
+short_desc="Userspace tools for Linux IEEE 802.15.4 stack"
+maintainer="Paige Thompson <paige@paige.bio>"
+license="ISC"
+homepage="https://linux-wpan.org"
+distfiles="https://github.com/linux-wpan/wpan-tools/releases/download/wpan-tools-${version}/wpan-tools-${version}.tar.gz"
+checksum=301dc7d1f16438154eb0aa0c1bc6c7b0fcacb92ca0dc699de3debbcb205f5f26
+
+post_install() {
+ vlicense COPYING
+}
^ permalink raw reply related [flat|nested] 30+ messages in thread
* Re: new package: wpan-tools-0.9
2024-12-14 19:45 [PR PATCH] new package: wpan-tools-0.9 paigeadelethompson
` (26 preceding siblings ...)
2025-06-02 1:18 ` Duncaen
@ 2025-08-31 2:10 ` github-actions
2025-09-15 2:09 ` [PR PATCH] [Closed]: " github-actions
28 siblings, 0 replies; 30+ messages in thread
From: github-actions @ 2025-08-31 2:10 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 305 bytes --]
New comment by github-actions[bot] on void-packages repository
https://github.com/void-linux/void-packages/pull/53523#issuecomment-3239682204
Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that. If this pull request is still relevant bump it or assign it.
^ permalink raw reply [flat|nested] 30+ messages in thread
* Re: [PR PATCH] [Closed]: new package: wpan-tools-0.9
2024-12-14 19:45 [PR PATCH] new package: wpan-tools-0.9 paigeadelethompson
` (27 preceding siblings ...)
2025-08-31 2:10 ` github-actions
@ 2025-09-15 2:09 ` github-actions
28 siblings, 0 replies; 30+ messages in thread
From: github-actions @ 2025-09-15 2:09 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1094 bytes --]
There's a closed pull request on the void-packages repository
new package: wpan-tools-0.9
https://github.com/void-linux/void-packages/pull/53523
Description:
<!-- 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): passes xlint
-->
<!-- 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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl ✓
- armv7l ✗
- armv6l-musl ✗
-->
^ permalink raw reply [flat|nested] 30+ messages in thread
end of thread, other threads:[~2025-09-15 2:09 UTC | newest]
Thread overview: 30+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-14 19:45 [PR PATCH] new package: wpan-tools-0.9 paigeadelethompson
2024-12-14 19:50 ` [PR PATCH] [Updated] " paigeadelethompson
2024-12-14 19:53 ` paigeadelethompson
2024-12-14 20:21 ` [PR PATCH] [Updated] " paigeadelethompson
2024-12-17 7:08 ` gmbeard
2024-12-17 8:13 ` paigeadelethompson
2024-12-17 8:13 ` paigeadelethompson
2024-12-18 7:50 ` [PR PATCH] [Updated] " paigeadelethompson
2024-12-18 11:21 ` paigeadelethompson
2024-12-19 21:09 ` [PR REVIEW] " Bnyro
2024-12-19 21:10 ` Bnyro
2024-12-19 21:12 ` Bnyro
2024-12-20 0:25 ` [PR REVIEW] " paigeadelethompson
2024-12-20 0:28 ` paigeadelethompson
2024-12-20 0:29 ` paigeadelethompson
2024-12-20 0:30 ` paigeadelethompson
2024-12-20 0:31 ` paigeadelethompson
2024-12-20 0:32 ` [PR PATCH] [Updated] " paigeadelethompson
2024-12-20 0:37 ` [PR REVIEW] " paigeadelethompson
2024-12-20 0:38 ` paigeadelethompson
2024-12-20 18:39 ` paigeadelethompson
2024-12-20 19:31 ` Bnyro
2025-01-26 21:32 ` paigeadelethompson
2025-01-27 7:32 ` Bnyro
2025-04-28 2:10 ` github-actions
2025-04-28 21:25 ` paigeadelethompson
2025-04-28 21:26 ` [PR PATCH] [Updated] " paigeadelethompson
2025-06-02 1:18 ` Duncaen
2025-08-31 2:10 ` github-actions
2025-09-15 2:09 ` [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).