Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: psfiles 0.1.0
@ 2024-02-09 14:13 mukovnin
  2024-02-09 18:26 ` [PR REVIEW] " Chocimier
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: mukovnin @ 2024-02-09 14:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mukovnin/void-packages psfiles-branch
https://github.com/void-linux/void-packages/pull/48624

New package: psfiles 0.1.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### 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-libc)
-->


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

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

From 041e9fa21b5202be6d08f56652cc52e24669059e Mon Sep 17 00:00:00 2001
From: Alexey Mukovnin <alexey.1983@gmail.com>
Date: Fri, 9 Feb 2024 17:08:40 +0300
Subject: [PATCH] New package: psfiles 0.1.0

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

diff --git a/srcpkgs/psfiles/template b/srcpkgs/psfiles/template
new file mode 100644
index 0000000000000..890eaf32e9e06
--- /dev/null
+++ b/srcpkgs/psfiles/template
@@ -0,0 +1,11 @@
+pkgname=psfiles
+version=0.1.0
+revision=1
+archs="x86_64"
+build_style=cmake
+short_desc="A CLI tool to monitor file system activity of a Linux process"
+maintainer="Alexey Mukovnin <alexey.1983@gmail.com>"
+license="MIT"
+homepage="https://github.com/mukovnin/psfiles"
+distfiles="https://github.com/mukovnin/${pkgname}/archive/v${version}.tar.gz"
+checksum=0302cd086f14c3bf06a6794e3730a4741a2531c2249cba6fc29afbceb9ea36bf

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

* Re: [PR REVIEW] New package: psfiles 0.1.0
  2024-02-09 14:13 [PR PATCH] New package: psfiles 0.1.0 mukovnin
@ 2024-02-09 18:26 ` Chocimier
  2024-02-09 18:28 ` Chocimier
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Chocimier @ 2024-02-09 18:26 UTC (permalink / raw)
  To: ml

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

New review comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/48624#discussion_r1484667664

Comment:
remove archs restriction even if you can't test, let CI build it.

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

* Re: [PR REVIEW] New package: psfiles 0.1.0
  2024-02-09 14:13 [PR PATCH] New package: psfiles 0.1.0 mukovnin
  2024-02-09 18:26 ` [PR REVIEW] " Chocimier
@ 2024-02-09 18:28 ` Chocimier
  2024-02-09 18:36 ` [PR PATCH] [Updated] " mukovnin
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Chocimier @ 2024-02-09 18:28 UTC (permalink / raw)
  To: ml

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

New review comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/48624#discussion_r1484670001

Comment:
Upstream support only x86_64. Okay, enable musl by changing to x86_64* and leave comment.

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

* Re: [PR PATCH] [Updated] New package: psfiles 0.1.0
  2024-02-09 14:13 [PR PATCH] New package: psfiles 0.1.0 mukovnin
  2024-02-09 18:26 ` [PR REVIEW] " Chocimier
  2024-02-09 18:28 ` Chocimier
@ 2024-02-09 18:36 ` mukovnin
  2024-02-09 18:37 ` [PR REVIEW] " mukovnin
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: mukovnin @ 2024-02-09 18:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mukovnin/void-packages psfiles-branch
https://github.com/void-linux/void-packages/pull/48624

New package: psfiles 0.1.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### 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-libc)
-->


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

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

From 00f2dc122298a015c8bf6258fde99eeaaec51102 Mon Sep 17 00:00:00 2001
From: Alexey Mukovnin <alexey.1983@gmail.com>
Date: Fri, 9 Feb 2024 17:08:40 +0300
Subject: [PATCH] New package: psfiles 0.1.0

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

diff --git a/srcpkgs/psfiles/template b/srcpkgs/psfiles/template
new file mode 100644
index 0000000000000..9d8e328160799
--- /dev/null
+++ b/srcpkgs/psfiles/template
@@ -0,0 +1,11 @@
+pkgname=psfiles
+version=0.1.0
+revision=1
+archs="x86_64*"
+build_style=cmake
+short_desc="A CLI tool to monitor file system activity of a Linux process"
+maintainer="Alexey Mukovnin <alexey.1983@gmail.com>"
+license="MIT"
+homepage="https://github.com/mukovnin/psfiles"
+distfiles="https://github.com/mukovnin/${pkgname}/archive/v${version}.tar.gz"
+checksum=0302cd086f14c3bf06a6794e3730a4741a2531c2249cba6fc29afbceb9ea36bf

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

* Re: [PR REVIEW] New package: psfiles 0.1.0
  2024-02-09 14:13 [PR PATCH] New package: psfiles 0.1.0 mukovnin
                   ` (2 preceding siblings ...)
  2024-02-09 18:36 ` [PR PATCH] [Updated] " mukovnin
@ 2024-02-09 18:37 ` mukovnin
  2024-02-09 18:50 ` [PR PATCH] [Updated] " mukovnin
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: mukovnin @ 2024-02-09 18:37 UTC (permalink / raw)
  To: ml

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

New review comment by mukovnin on void-packages repository

https://github.com/void-linux/void-packages/pull/48624#discussion_r1484677280

Comment:
@Chocimier fixed

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

* Re: [PR PATCH] [Updated] New package: psfiles 0.1.0
  2024-02-09 14:13 [PR PATCH] New package: psfiles 0.1.0 mukovnin
                   ` (3 preceding siblings ...)
  2024-02-09 18:37 ` [PR REVIEW] " mukovnin
@ 2024-02-09 18:50 ` mukovnin
  2024-02-09 18:55 ` mukovnin
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: mukovnin @ 2024-02-09 18:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mukovnin/void-packages psfiles-branch
https://github.com/void-linux/void-packages/pull/48624

New package: psfiles 0.1.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### 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-libc)
-->


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

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

From 90263b072875c64bf430e11727aa46e2294b6fd6 Mon Sep 17 00:00:00 2001
From: Alexey Mukovnin <alexey.1983@gmail.com>
Date: Fri, 9 Feb 2024 17:08:40 +0300
Subject: [PATCH] New package: psfiles 0.1.0

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

diff --git a/srcpkgs/psfiles/template b/srcpkgs/psfiles/template
new file mode 100644
index 0000000000000..d39a67defaaaa
--- /dev/null
+++ b/srcpkgs/psfiles/template
@@ -0,0 +1,17 @@
+# Template file for 'psfiles'
+pkgname=psfiles
+version=0.1.0
+revision=1
+archs="x86_64*"
+build_style=cmake
+short_desc="CLI tool to monitor file system activity of a Linux process"
+maintainer="Alexey Mukovnin <alexey.1983@gmail.com>"
+license="MIT"
+homepage="https://github.com/mukovnin/psfiles"
+distfiles="https://github.com/mukovnin/${pkgname}/archive/v${version}.tar.gz"
+checksum=0302cd086f14c3bf06a6794e3730a4741a2531c2249cba6fc29afbceb9ea36bf
+
+post_install() {
+	vdoc README.md
+	vlicense LICENSE
+}

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

* Re: New package: psfiles 0.1.0
  2024-02-09 14:13 [PR PATCH] New package: psfiles 0.1.0 mukovnin
                   ` (4 preceding siblings ...)
  2024-02-09 18:50 ` [PR PATCH] [Updated] " mukovnin
@ 2024-02-09 18:55 ` mukovnin
  2024-02-10 20:32 ` [PR PATCH] [Closed]: " mukovnin
  2024-02-13 16:25 ` melroy89
  7 siblings, 0 replies; 9+ messages in thread
From: mukovnin @ 2024-02-09 18:55 UTC (permalink / raw)
  To: ml

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

New comment by mukovnin on void-packages repository

https://github.com/void-linux/void-packages/pull/48624#issuecomment-1936445069

Comment:
xlint warnings fixed

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

* Re: [PR PATCH] [Closed]: New package: psfiles 0.1.0
  2024-02-09 14:13 [PR PATCH] New package: psfiles 0.1.0 mukovnin
                   ` (5 preceding siblings ...)
  2024-02-09 18:55 ` mukovnin
@ 2024-02-10 20:32 ` mukovnin
  2024-02-13 16:25 ` melroy89
  7 siblings, 0 replies; 9+ messages in thread
From: mukovnin @ 2024-02-10 20:32 UTC (permalink / raw)
  To: ml

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

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

New package: psfiles 0.1.0
https://github.com/void-linux/void-packages/pull/48624

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### 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-libc)
-->


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

* Re: New package: psfiles 0.1.0
  2024-02-09 14:13 [PR PATCH] New package: psfiles 0.1.0 mukovnin
                   ` (6 preceding siblings ...)
  2024-02-10 20:32 ` [PR PATCH] [Closed]: " mukovnin
@ 2024-02-13 16:25 ` melroy89
  7 siblings, 0 replies; 9+ messages in thread
From: melroy89 @ 2024-02-13 16:25 UTC (permalink / raw)
  To: ml

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

New comment by melroy89 on void-packages repository

https://github.com/void-linux/void-packages/pull/48624#issuecomment-1941944614

Comment:
Why close it?

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

end of thread, other threads:[~2024-02-13 16:25 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-09 14:13 [PR PATCH] New package: psfiles 0.1.0 mukovnin
2024-02-09 18:26 ` [PR REVIEW] " Chocimier
2024-02-09 18:28 ` Chocimier
2024-02-09 18:36 ` [PR PATCH] [Updated] " mukovnin
2024-02-09 18:37 ` [PR REVIEW] " mukovnin
2024-02-09 18:50 ` [PR PATCH] [Updated] " mukovnin
2024-02-09 18:55 ` mukovnin
2024-02-10 20:32 ` [PR PATCH] [Closed]: " mukovnin
2024-02-13 16:25 ` melroy89

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