GNU bug report logs - #32168
[PATCH] gnu: Add pscircle.

Previous Next

Package: guix-patches;

Reported by: Oleg Pykhalov <go.wigust <at> gmail.com>

Date: Mon, 16 Jul 2018 05:28:01 UTC

Severity: normal

Tags: patch

Done: Oleg Pykhalov <go.wigust <at> gmail.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 32168 in the body.
You can then email your comments to 32168 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#32168; Package guix-patches. (Mon, 16 Jul 2018 05:28:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Oleg Pykhalov <go.wigust <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 16 Jul 2018 05:28:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Oleg Pykhalov <go.wigust <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Oleg Pykhalov <go.wigust <at> gmail.com>
Subject: [PATCH] gnu: Add pscircle.
Date: Mon, 16 Jul 2018 08:27:11 +0300
* gnu/packages/admin.scm (pscircle): New variable.
---
 gnu/packages/admin.scm | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index e80436e95..b413d63fb 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -46,6 +46,7 @@
   #:use-module (guix git-download)
   #:use-module (guix build-system cmake)
   #:use-module (guix build-system gnu)
+  #:use-module (guix build-system meson)
   #:use-module (guix build-system perl)
   #:use-module (guix build-system python)
   #:use-module (guix build-system trivial)
@@ -2740,3 +2741,30 @@ support forum.  It runs with the @code{/exec} command in most IRC clients.")
        ;; perl-xml-dumper
        ;; ipmitool
        ,@(package-inputs inxi-minimal)))))
+
+(define-public pscircle
+  (package
+    (name "pscircle")
+    (version "1.1.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append
+             "https://gitlab.com/mildlyparallel/pscircle/-/archive/v"
+             version "/pscircle-v" version ".tar.gz"))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32
+         "1k757yf2bmgfrjd417l6kpcf83hlvi0z1791vz967mwcklrsb3fj"))))
+    (build-system meson-build-system)
+    (native-inputs
+     `(("pkg-config" ,pkg-config)))
+    (inputs
+     `(("cairo" ,cairo)
+       ("libpng" ,libpng)
+       ("libx11" ,libx11)))
+    (home-page "https://gitlab.com/mildlyparallel/pscircle")
+    (synopsis "Visualize Linux processes in a form of radial tree")
+    (description
+     "@code{pscircle} visualizes Linux processes in a form of radial tree")
+    (license license:gpl2+)))
-- 
2.18.0





Information forwarded to guix-patches <at> gnu.org:
bug#32168; Package guix-patches. (Wed, 18 Jul 2018 18:13:01 GMT) Full text and rfc822 format available.

Message #8 received at 32168 <at> debbugs.gnu.org (full text, mbox):

From: Leo Famulari <leo <at> famulari.name>
To: Oleg Pykhalov <go.wigust <at> gmail.com>
Cc: 32168 <at> debbugs.gnu.org
Subject: Re: [bug#32168] [PATCH] gnu: Add pscircle.
Date: Wed, 18 Jul 2018 14:12:04 -0400
[Message part 1 (text/plain, inline)]
On Mon, Jul 16, 2018 at 08:27:11AM +0300, Oleg Pykhalov wrote:
> * gnu/packages/admin.scm (pscircle): New variable.

> +    (description
> +     "@code{pscircle} visualizes Linux processes in a form of radial tree")

How about, "@code{pscircle} visualizes Linux processes in the form of a
radial tree."?

Otherwise LGTM!
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#32168; Package guix-patches. (Wed, 25 Jul 2018 11:57:02 GMT) Full text and rfc822 format available.

Message #11 received at 32168 <at> debbugs.gnu.org (full text, mbox):

From: Oleg Pykhalov <go.wigust <at> gmail.com>
To: Leo Famulari <leo <at> famulari.name>
Cc: 32168 <at> debbugs.gnu.org, 32168-done <at> debbugs.gnu.org
Subject: Re: [bug#32168] [PATCH] gnu: Add pscircle.
Date: Wed, 25 Jul 2018 14:56:32 +0300
[Message part 1 (text/plain, inline)]
Hello Leo,

Thank you for review.

Leo Famulari <leo <at> famulari.name> writes:

> On Mon, Jul 16, 2018 at 08:27:11AM +0300, Oleg Pykhalov wrote:
>> * gnu/packages/admin.scm (pscircle): New variable.
>
>> +    (description
>> +     "@code{pscircle} visualizes Linux processes in a form of radial tree")
>
> How about, "@code{pscircle} visualizes Linux processes in the form of a
> radial tree."?
>
> Otherwise LGTM!

Pushed with your suggestions as b19f3337eae86ad0cd910da45b9d45e3866c98fd

Oleg.
[signature.asc (application/pgp-signature, inline)]

Reply sent to Oleg Pykhalov <go.wigust <at> gmail.com>:
You have taken responsibility. (Wed, 25 Jul 2018 11:57:02 GMT) Full text and rfc822 format available.

Notification sent to Oleg Pykhalov <go.wigust <at> gmail.com>:
bug acknowledged by developer. (Wed, 25 Jul 2018 11:57:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 23 Aug 2018 11:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 6 years and 303 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.