unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: ng0 <ng0@we.make.ritual.n0.is>
To: Leo Famulari <leo@famulari.name>
Cc: guix-devel@gnu.org
Subject: Re: [PATCH 1/2] gnu: Add perl-net-psyc.
Date: Tue, 13 Sep 2016 19:34:37 +0000	[thread overview]
Message-ID: <87twdjmw4y.fsf@we.make.ritual.n0.is> (raw)
In-Reply-To: <20160913191644.GC5986@jasmine>

Leo Famulari <leo@famulari.name> writes:

> On Tue, Sep 13, 2016 at 11:32:36AM +0000, ng0 wrote:
>> * gnu/packages/psyc.scm: New file.
>> * gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
>
> This package looks pretty good to me!
>
>> +         (replace 'install
>> +           (lambda* (#:key outputs #:allow-other-keys)
>> +             (let* ((out (assoc-ref outputs "out"))
>> +                    (doc (string-append out "/share/doc/perl-net-psyc"))
>> +                    (man (string-append out "/share/man"))
>> +                    (bin (string-append out "/bin"))
>> +                    (libpsyc (string-append out "/lib/psyc/ion"))
>> +                    (libperl (string-append out "/lib/perl5/site_perl/"
>> +                                            ,(package-version perl))))
>> +
>> +               (copy-recursively "lib/perl5" libperl)
>> +               (copy-recursively "lib/psycion" libpsyc)
>> +               (copy-recursively "bin" bin)
>> +               (install-file "cgi/psycpager" (string-append doc "/cgi"))
>> +               (copy-recursively "contrib" (string-append doc "/contrib"))
>> +               (copy-recursively "hooks" (string-append doc "/hooks"))
>> +               (copy-recursively "sdj" (string-append doc "/sdj"))
>> +               (install-file "README.txt" doc)
>> +               (install-file "TODO.txt" doc)
>> +               (copy-recursively "share/man/man1" (string-append man "/man1"))
>> +               (copy-recursively "share/man/man3" (string-append man "/man3"))
>> +               #t)))
>
> But, there aren't any man pages in the built package.

Oh? Then the change I applied before submitting it broke it. There are
manpages, I just thought I could save a line by using
(let (man (string-append out "/share/man"))
  (copy-recursively "share/man/man1" (string-append man "/man1"))
  (copy-recursively "share/man/man3" (string-append man "/man3"))

and not 

(let (man1 (string-append out "/share/man/man1"))
     (man3 (string-append out "/share/man/man3"))
  (copy-recursively "share/man/man1" man1))
  (copy-recursively "share/man/man3" man3))

>> +    (description
>> +     "@code{Net::PSYC} with support for TCP, UDP, Event.pm, @code{IO::Select} and
>> +Gtk2 event loops.  This package includes 12 applications and additional scripts:
>> +psycion, a @uref{http://about.psyc.eu,PSYC} chat client, remotor, a control console
>> +for @uref{https://torproject.org,tor} router, and many more.")
>
> Also, I don't know this word "remotor". Is it related to PSYC?

Then I need to restructur my sentence. If you take a look at the website
you will see that it is one of the many applications perlpsyc has.

-- 
              ng0

  reply	other threads:[~2016-09-13 19:34 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-13 11:32 [PATCH 1/2] gnu: Add perl-net-psyc ng0
2016-09-13 11:32 ` [PATCH 2/2] gnu: Add libpsyc ng0
2016-09-13 19:17   ` Leo Famulari
2016-09-13 19:16 ` [PATCH 1/2] gnu: Add perl-net-psyc Leo Famulari
2016-09-13 19:34   ` ng0 [this message]
2016-09-13 20:55     ` ng0
2016-09-21  9:17       ` ng0
2016-09-21 10:34         ` ng0
2016-09-21 18:46           ` ng0
2016-09-27 16:56             ` Leo Famulari
2016-09-27 21:41               ` ng0
2016-09-28 14:03               ` ng0
2016-09-29  8:58               ` [PATCH 1/2] gnu: Add perl-net-psyc. [pcre] ng0
2016-10-02  1:50                 ` Adding packages with vulnerabilities (was Re: [PATCH 1/2] gnu: Add perl-net-psyc. [pcre]) Leo Famulari
2016-10-02 10:30                   ` ng0
2016-10-02 10:40                     ` ng0
2016-10-03 15:44                   ` Ludovic Courtès
2016-10-03 21:06                     ` ng0
2016-09-27 16:49           ` [PATCH 1/2] gnu: Add perl-net-psyc Leo Famulari
2016-09-28 15:47             ` [PATCH] Add psyc* suite ng0

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87twdjmw4y.fsf@we.make.ritual.n0.is \
    --to=ng0@we.make.ritual.n0.is \
    --cc=guix-devel@gnu.org \
    --cc=leo@famulari.name \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).