Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: fend-1.1.5
@ 2023-04-02 12:06 tranzystorek-io
  2023-04-03  8:05 ` [PR PATCH] [Updated] " tranzystorek-io
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: tranzystorek-io @ 2023-04-02 12:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages fend
https://github.com/void-linux/void-packages/pull/43203

New package: fend-1.1.5
<!-- 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, (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/43203.patch is attached

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

From 5c56f349e09cbc29bb646066f9153a0c1899ef95 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Sat, 1 Apr 2023 14:56:13 +0200
Subject: [PATCH] New package: fend-1.1.5

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

diff --git a/srcpkgs/fend/template b/srcpkgs/fend/template
new file mode 100644
index 000000000000..90bae782ab5d
--- /dev/null
+++ b/srcpkgs/fend/template
@@ -0,0 +1,17 @@
+# Template file for 'fend'
+pkgname=fend
+version=1.1.5
+revision=1
+build_style=cargo
+make_install_args="--path cli"
+short_desc="Arbitrary-precision unit-aware calculator"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
+license="MIT"
+homepage="https://printfn.github.io/fend/"
+changelog="https://raw.githubusercontent.com/printfn/fend/main/CHANGELOG.md"
+distfiles="https://github.com/printfn/fend/archive/refs/tags/v${version}.tar.gz"
+checksum=4b9c8056c3e45bcfb068b4536b037eb9986b75fa2f86f561ea3ddd87946b7127
+
+post_install() {
+	vlicense LICENSE.md
+}

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

* Re: [PR PATCH] [Updated] New package: fend-1.1.5
  2023-04-02 12:06 [PR PATCH] New package: fend-1.1.5 tranzystorek-io
@ 2023-04-03  8:05 ` tranzystorek-io
  2023-04-03 11:45 ` tranzystorek-io
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: tranzystorek-io @ 2023-04-03  8:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages fend
https://github.com/void-linux/void-packages/pull/43203

New package: fend-1.1.5
<!-- 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, (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/43203.patch is attached

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

From cb34df2733e3d6df3c7c64440bdca635cf539131 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Sat, 1 Apr 2023 14:56:13 +0200
Subject: [PATCH] New package: fend-1.1.5

---
 srcpkgs/fend/patches/test-error.patch | 35 +++++++++++++++++++++++++++
 srcpkgs/fend/template                 | 17 +++++++++++++
 2 files changed, 52 insertions(+)
 create mode 100644 srcpkgs/fend/patches/test-error.patch
 create mode 100644 srcpkgs/fend/template

diff --git a/srcpkgs/fend/patches/test-error.patch b/srcpkgs/fend/patches/test-error.patch
new file mode 100644
index 000000000000..15f92309b94f
--- /dev/null
+++ b/srcpkgs/fend/patches/test-error.patch
@@ -0,0 +1,35 @@
+From 00aff244f9072afb7bec5f68a2ea29c32484caff Mon Sep 17 00:00:00 2001
+From: printfn <printfn@users.noreply.github.com>
+Date: Sun, 2 Apr 2023 19:44:05 +0000
+Subject: [PATCH] Fix test failures on 32-bit systems
+
+---
+ core/tests/integration_tests.rs | 11 +++--------
+ 1 file changed, 3 insertions(+), 8 deletions(-)
+
+diff --git a/core/tests/integration_tests.rs b/core/tests/integration_tests.rs
+index 7aa6517..e4b3e82 100644
+--- a/core/tests/integration_tests.rs
++++ b/core/tests/integration_tests.rs
+@@ -5432,18 +5432,13 @@ fn test_invalid_dice_syntax_3() {
+ 
+ #[test]
+ fn test_invalid_dice_syntax_4() {
+-    expect_error(
+-        "d30000000000000000",
+-        Some("invalid dice syntax, try e.g. `4d6`"),
+-    );
++    expect_error("d30000000000000000", None);
+ }
+ 
+ #[test]
+ fn test_invalid_dice_syntax_5() {
+-    expect_error(
+-        "30000000000000000d2",
+-        Some("invalid dice syntax, try e.g. `4d6`"),
+-    );
++    // this produces different error messages on 32-bit vs 64-bit platforms
++    expect_error("30000000000000000d2", None);
+ }
+ 
+ #[test]
diff --git a/srcpkgs/fend/template b/srcpkgs/fend/template
new file mode 100644
index 000000000000..90bae782ab5d
--- /dev/null
+++ b/srcpkgs/fend/template
@@ -0,0 +1,17 @@
+# Template file for 'fend'
+pkgname=fend
+version=1.1.5
+revision=1
+build_style=cargo
+make_install_args="--path cli"
+short_desc="Arbitrary-precision unit-aware calculator"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
+license="MIT"
+homepage="https://printfn.github.io/fend/"
+changelog="https://raw.githubusercontent.com/printfn/fend/main/CHANGELOG.md"
+distfiles="https://github.com/printfn/fend/archive/refs/tags/v${version}.tar.gz"
+checksum=4b9c8056c3e45bcfb068b4536b037eb9986b75fa2f86f561ea3ddd87946b7127
+
+post_install() {
+	vlicense LICENSE.md
+}

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

* Re: [PR PATCH] [Updated] New package: fend-1.1.5
  2023-04-02 12:06 [PR PATCH] New package: fend-1.1.5 tranzystorek-io
  2023-04-03  8:05 ` [PR PATCH] [Updated] " tranzystorek-io
@ 2023-04-03 11:45 ` tranzystorek-io
  2023-04-21  9:14 ` [PR PATCH] [Updated] New package: fend-1.1.6 tranzystorek-io
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: tranzystorek-io @ 2023-04-03 11:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages fend
https://github.com/void-linux/void-packages/pull/43203

New package: fend-1.1.5
<!-- 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, (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/43203.patch is attached

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

From e7ec159d5430a8889cd77217c1db201cd4a17c3c Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Sat, 1 Apr 2023 14:56:13 +0200
Subject: [PATCH] New package: fend-1.1.6

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

diff --git a/srcpkgs/fend/template b/srcpkgs/fend/template
new file mode 100644
index 000000000000..90a2c6fdbe30
--- /dev/null
+++ b/srcpkgs/fend/template
@@ -0,0 +1,21 @@
+# Template file for 'fend'
+pkgname=fend
+version=1.1.6
+revision=1
+build_style=cargo
+make_install_args="--path cli"
+short_desc="Arbitrary-precision unit-aware calculator"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
+license="MIT"
+homepage="https://printfn.github.io/fend/"
+changelog="https://raw.githubusercontent.com/printfn/fend/main/CHANGELOG.md"
+distfiles="https://github.com/printfn/fend/archive/refs/tags/v${version}.tar.gz
+ https://github.com/printfn/fend/releases/download/v${version}/fend.1"
+checksum="2bf2c1ac0716db91134b5862192a3c42d1b38612b7a3fd8ea3980fe884ae5ad7
+ 6e7f4b48f5ef66a7432cfe0035f3c24fe875f0f7662b8c0300f2306328a6381b"
+skip_extraction="fend.1"
+
+post_install() {
+	vlicense LICENSE.md
+	vman ${XBPS_SRCDISTDIR}/${pkgname}-${version}/fend.1
+}

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

* Re: [PR PATCH] [Updated] New package: fend-1.1.6
  2023-04-02 12:06 [PR PATCH] New package: fend-1.1.5 tranzystorek-io
  2023-04-03  8:05 ` [PR PATCH] [Updated] " tranzystorek-io
  2023-04-03 11:45 ` tranzystorek-io
@ 2023-04-21  9:14 ` tranzystorek-io
  2023-04-21 10:55 ` tranzystorek-io
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: tranzystorek-io @ 2023-04-21  9:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages fend
https://github.com/void-linux/void-packages/pull/43203

New package: fend-1.1.6
<!-- 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, (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/43203.patch is attached

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

From f6c96420dd58c286644798c9bfb5cda2c12e871f Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Sat, 1 Apr 2023 14:56:13 +0200
Subject: [PATCH] New package: fend-1.1.6

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

diff --git a/srcpkgs/fend/template b/srcpkgs/fend/template
new file mode 100644
index 000000000000..90a2c6fdbe30
--- /dev/null
+++ b/srcpkgs/fend/template
@@ -0,0 +1,21 @@
+# Template file for 'fend'
+pkgname=fend
+version=1.1.6
+revision=1
+build_style=cargo
+make_install_args="--path cli"
+short_desc="Arbitrary-precision unit-aware calculator"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
+license="MIT"
+homepage="https://printfn.github.io/fend/"
+changelog="https://raw.githubusercontent.com/printfn/fend/main/CHANGELOG.md"
+distfiles="https://github.com/printfn/fend/archive/refs/tags/v${version}.tar.gz
+ https://github.com/printfn/fend/releases/download/v${version}/fend.1"
+checksum="2bf2c1ac0716db91134b5862192a3c42d1b38612b7a3fd8ea3980fe884ae5ad7
+ 6e7f4b48f5ef66a7432cfe0035f3c24fe875f0f7662b8c0300f2306328a6381b"
+skip_extraction="fend.1"
+
+post_install() {
+	vlicense LICENSE.md
+	vman ${XBPS_SRCDISTDIR}/${pkgname}-${version}/fend.1
+}

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

* Re: [PR PATCH] [Updated] New package: fend-1.1.6
  2023-04-02 12:06 [PR PATCH] New package: fend-1.1.5 tranzystorek-io
                   ` (2 preceding siblings ...)
  2023-04-21  9:14 ` [PR PATCH] [Updated] New package: fend-1.1.6 tranzystorek-io
@ 2023-04-21 10:55 ` tranzystorek-io
  2023-06-02 13:37 ` tranzystorek-io
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: tranzystorek-io @ 2023-04-21 10:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages fend
https://github.com/void-linux/void-packages/pull/43203

New package: fend-1.1.6
<!-- 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, (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/43203.patch is attached

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

From 4d0bf2e90772a0d54ae405293d14e6e059a07f09 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Sat, 1 Apr 2023 14:56:13 +0200
Subject: [PATCH] New package: fend-1.1.6

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

diff --git a/srcpkgs/fend/template b/srcpkgs/fend/template
new file mode 100644
index 000000000000..90a2c6fdbe30
--- /dev/null
+++ b/srcpkgs/fend/template
@@ -0,0 +1,21 @@
+# Template file for 'fend'
+pkgname=fend
+version=1.1.6
+revision=1
+build_style=cargo
+make_install_args="--path cli"
+short_desc="Arbitrary-precision unit-aware calculator"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
+license="MIT"
+homepage="https://printfn.github.io/fend/"
+changelog="https://raw.githubusercontent.com/printfn/fend/main/CHANGELOG.md"
+distfiles="https://github.com/printfn/fend/archive/refs/tags/v${version}.tar.gz
+ https://github.com/printfn/fend/releases/download/v${version}/fend.1"
+checksum="2bf2c1ac0716db91134b5862192a3c42d1b38612b7a3fd8ea3980fe884ae5ad7
+ 6e7f4b48f5ef66a7432cfe0035f3c24fe875f0f7662b8c0300f2306328a6381b"
+skip_extraction="fend.1"
+
+post_install() {
+	vlicense LICENSE.md
+	vman ${XBPS_SRCDISTDIR}/${pkgname}-${version}/fend.1
+}

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

* Re: [PR PATCH] [Updated] New package: fend-1.1.6
  2023-04-02 12:06 [PR PATCH] New package: fend-1.1.5 tranzystorek-io
                   ` (3 preceding siblings ...)
  2023-04-21 10:55 ` tranzystorek-io
@ 2023-06-02 13:37 ` tranzystorek-io
  2023-06-09 21:57 ` [PR PATCH] [Updated] New package: fend-1.2.0 tranzystorek-io
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: tranzystorek-io @ 2023-06-02 13:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages fend
https://github.com/void-linux/void-packages/pull/43203

New package: fend-1.1.6
<!-- 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, (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/43203.patch is attached

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

From c72cb1c57b44f5af05717ab7787942fdbef30d62 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Sat, 1 Apr 2023 14:56:13 +0200
Subject: [PATCH] New package: fend-1.2.0

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

diff --git a/srcpkgs/fend/template b/srcpkgs/fend/template
new file mode 100644
index 000000000000..328a33b2e494
--- /dev/null
+++ b/srcpkgs/fend/template
@@ -0,0 +1,21 @@
+# Template file for 'fend'
+pkgname=fend
+version=1.2.0
+revision=1
+build_style=cargo
+make_install_args="--path cli"
+short_desc="Arbitrary-precision unit-aware calculator"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
+license="MIT"
+homepage="https://printfn.github.io/fend/"
+changelog="https://raw.githubusercontent.com/printfn/fend/main/CHANGELOG.md"
+distfiles="https://github.com/printfn/fend/archive/refs/tags/v${version}.tar.gz
+ https://github.com/printfn/fend/releases/download/v${version}/fend.1"
+checksum="d2781dfdbaed22b38fabea6897ff2249ac804f9021c921cd67603f3b609994e2
+ 160310c64fa39ed677d22e905b6f6358dff2526e2f60dad6821be6517512d35f"
+skip_extraction="fend.1"
+
+post_install() {
+	vlicense LICENSE.md
+	vman ${XBPS_SRCDISTDIR}/${pkgname}-${version}/fend.1
+}

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

* Re: [PR PATCH] [Updated] New package: fend-1.2.0
  2023-04-02 12:06 [PR PATCH] New package: fend-1.1.5 tranzystorek-io
                   ` (4 preceding siblings ...)
  2023-06-02 13:37 ` tranzystorek-io
@ 2023-06-09 21:57 ` tranzystorek-io
  2023-06-09 22:37 ` tranzystorek-io
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: tranzystorek-io @ 2023-06-09 21:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages fend
https://github.com/void-linux/void-packages/pull/43203

New package: fend-1.2.0
<!-- 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, (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/43203.patch is attached

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

From c52db2cc61825dafe92e23240f6d10557c3c68b1 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Sat, 1 Apr 2023 14:56:13 +0200
Subject: [PATCH] New package: fend-1.2.0

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

diff --git a/srcpkgs/fend/template b/srcpkgs/fend/template
new file mode 100644
index 000000000000..328a33b2e494
--- /dev/null
+++ b/srcpkgs/fend/template
@@ -0,0 +1,21 @@
+# Template file for 'fend'
+pkgname=fend
+version=1.2.0
+revision=1
+build_style=cargo
+make_install_args="--path cli"
+short_desc="Arbitrary-precision unit-aware calculator"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
+license="MIT"
+homepage="https://printfn.github.io/fend/"
+changelog="https://raw.githubusercontent.com/printfn/fend/main/CHANGELOG.md"
+distfiles="https://github.com/printfn/fend/archive/refs/tags/v${version}.tar.gz
+ https://github.com/printfn/fend/releases/download/v${version}/fend.1"
+checksum="d2781dfdbaed22b38fabea6897ff2249ac804f9021c921cd67603f3b609994e2
+ 160310c64fa39ed677d22e905b6f6358dff2526e2f60dad6821be6517512d35f"
+skip_extraction="fend.1"
+
+post_install() {
+	vlicense LICENSE.md
+	vman ${XBPS_SRCDISTDIR}/${pkgname}-${version}/fend.1
+}

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

* Re: [PR PATCH] [Updated] New package: fend-1.2.0
  2023-04-02 12:06 [PR PATCH] New package: fend-1.1.5 tranzystorek-io
                   ` (5 preceding siblings ...)
  2023-06-09 21:57 ` [PR PATCH] [Updated] New package: fend-1.2.0 tranzystorek-io
@ 2023-06-09 22:37 ` tranzystorek-io
  2023-06-27 12:01 ` tranzystorek-io
  2023-06-28 19:50 ` [PR PATCH] [Merged]: " Duncaen
  8 siblings, 0 replies; 10+ messages in thread
From: tranzystorek-io @ 2023-06-09 22:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages fend
https://github.com/void-linux/void-packages/pull/43203

New package: fend-1.2.0
<!-- 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, (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/43203.patch is attached

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

From 219591228644efcd95e5872446854623247d4f43 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Sat, 1 Apr 2023 14:56:13 +0200
Subject: [PATCH] New package: fend-1.2.0

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

diff --git a/srcpkgs/fend/template b/srcpkgs/fend/template
new file mode 100644
index 000000000000..328a33b2e494
--- /dev/null
+++ b/srcpkgs/fend/template
@@ -0,0 +1,21 @@
+# Template file for 'fend'
+pkgname=fend
+version=1.2.0
+revision=1
+build_style=cargo
+make_install_args="--path cli"
+short_desc="Arbitrary-precision unit-aware calculator"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
+license="MIT"
+homepage="https://printfn.github.io/fend/"
+changelog="https://raw.githubusercontent.com/printfn/fend/main/CHANGELOG.md"
+distfiles="https://github.com/printfn/fend/archive/refs/tags/v${version}.tar.gz
+ https://github.com/printfn/fend/releases/download/v${version}/fend.1"
+checksum="d2781dfdbaed22b38fabea6897ff2249ac804f9021c921cd67603f3b609994e2
+ 160310c64fa39ed677d22e905b6f6358dff2526e2f60dad6821be6517512d35f"
+skip_extraction="fend.1"
+
+post_install() {
+	vlicense LICENSE.md
+	vman ${XBPS_SRCDISTDIR}/${pkgname}-${version}/fend.1
+}

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

* Re: [PR PATCH] [Updated] New package: fend-1.2.0
  2023-04-02 12:06 [PR PATCH] New package: fend-1.1.5 tranzystorek-io
                   ` (6 preceding siblings ...)
  2023-06-09 22:37 ` tranzystorek-io
@ 2023-06-27 12:01 ` tranzystorek-io
  2023-06-28 19:50 ` [PR PATCH] [Merged]: " Duncaen
  8 siblings, 0 replies; 10+ messages in thread
From: tranzystorek-io @ 2023-06-27 12:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages fend
https://github.com/void-linux/void-packages/pull/43203

New package: fend-1.2.0
<!-- 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, (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/43203.patch is attached

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

From 55d7b0bcb4992f79a0920bb33f5cc5ca00ba3d4e Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Sat, 1 Apr 2023 14:56:13 +0200
Subject: [PATCH] New package: fend-1.2.0

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

diff --git a/srcpkgs/fend/template b/srcpkgs/fend/template
new file mode 100644
index 000000000000..328a33b2e494
--- /dev/null
+++ b/srcpkgs/fend/template
@@ -0,0 +1,21 @@
+# Template file for 'fend'
+pkgname=fend
+version=1.2.0
+revision=1
+build_style=cargo
+make_install_args="--path cli"
+short_desc="Arbitrary-precision unit-aware calculator"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
+license="MIT"
+homepage="https://printfn.github.io/fend/"
+changelog="https://raw.githubusercontent.com/printfn/fend/main/CHANGELOG.md"
+distfiles="https://github.com/printfn/fend/archive/refs/tags/v${version}.tar.gz
+ https://github.com/printfn/fend/releases/download/v${version}/fend.1"
+checksum="d2781dfdbaed22b38fabea6897ff2249ac804f9021c921cd67603f3b609994e2
+ 160310c64fa39ed677d22e905b6f6358dff2526e2f60dad6821be6517512d35f"
+skip_extraction="fend.1"
+
+post_install() {
+	vlicense LICENSE.md
+	vman ${XBPS_SRCDISTDIR}/${pkgname}-${version}/fend.1
+}

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

* Re: [PR PATCH] [Merged]: New package: fend-1.2.0
  2023-04-02 12:06 [PR PATCH] New package: fend-1.1.5 tranzystorek-io
                   ` (7 preceding siblings ...)
  2023-06-27 12:01 ` tranzystorek-io
@ 2023-06-28 19:50 ` Duncaen
  8 siblings, 0 replies; 10+ messages in thread
From: Duncaen @ 2023-06-28 19:50 UTC (permalink / raw)
  To: ml

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

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

New package: fend-1.2.0
https://github.com/void-linux/void-packages/pull/43203

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): **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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2023-06-28 19:50 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-02 12:06 [PR PATCH] New package: fend-1.1.5 tranzystorek-io
2023-04-03  8:05 ` [PR PATCH] [Updated] " tranzystorek-io
2023-04-03 11:45 ` tranzystorek-io
2023-04-21  9:14 ` [PR PATCH] [Updated] New package: fend-1.1.6 tranzystorek-io
2023-04-21 10:55 ` tranzystorek-io
2023-06-02 13:37 ` tranzystorek-io
2023-06-09 21:57 ` [PR PATCH] [Updated] New package: fend-1.2.0 tranzystorek-io
2023-06-09 22:37 ` tranzystorek-io
2023-06-27 12:01 ` tranzystorek-io
2023-06-28 19:50 ` [PR PATCH] [Merged]: " Duncaen

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