unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: ludo@gnu.org (Ludovic Courtès)
To: Andreas Enge <andreas@enge.fr>
Cc: bug-guix@gnu.org
Subject: Re: Texlive
Date: Tue, 05 Feb 2013 22:03:29 +0100	[thread overview]
Message-ID: <87pq0eh3ry.fsf@gnu.org> (raw)
In-Reply-To: <201302051804.13252.andreas@enge.fr> (Andreas Enge's message of "Tue, 5 Feb 2013 18:04:13 +0100")

Andreas Enge <andreas@enge.fr> skribis:

> Am Sonntag, 3. Februar 2013 schrieb Ludovic Courtès:

[...]

>> Yes, or we could just export the ‘license’ constructor from (guix
>> licenses).  That would allow us to make a custom <license> objects when
>> needed, like here.
>
> Or we could leave it empty in some way; just call it "free"? It is clear 
> that we will only package free software; so a license field that can only 
> state "a collection of free licenses, for details, see the source" conveys 
> really no information at all. So I do not see what to construct here. My 
> suggestion:
>
> (define fsf
>   (license "fsf"
>            "http://www.gnu.org/licenses/"
>            "A collection of free licenses according to the FSF, see the 
> source for details."))

Well, for licenses that we fail to classify, I think we should at least
provide a URL or file name to look at, along with an indication of
whether it’s copyleft.

Similar to ‘bsd-style’, what about adding:

  (define (copyleft url #:optional (comment "")) ...)
  (define (fsf-free url #:optional (comment "")) ...)

For TeX Live, we’d use

  (fsf-free "http://tug.org/texlive/copying.html")

WDYT?

>> > (define-public texlive
>> > 
>> >   (package
>> >   
>> >    (name "texlive")
>> >    (version "2012")
>> Should be 20120701 no?
>
> There is one edition per year, commonly refered to as "TeX Live 20YY"; so 
> there is no reason to go into more datails.

OK (I was wondering because the tarball name contains additional digits.)

Thanks,
Ludo’.

  parent reply	other threads:[~2013-02-05 21:03 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-03 16:56 Texlive Andreas Enge
2013-02-03 18:30 ` Texlive Ludovic Courtès
2013-02-05 17:04   ` Texlive Andreas Enge
2013-02-05 17:11     ` Texlive Andreas Enge
2013-02-05 21:03     ` Ludovic Courtès [this message]
2013-02-05 22:03       ` Texlive Andreas Enge
2013-02-05 22:51         ` Texlive Ludovic Courtès
2013-02-05 19:30   ` Texlive Andreas Enge
2013-02-05 21:11     ` Texlive Ludovic Courtès

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=87pq0eh3ry.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=andreas@enge.fr \
    --cc=bug-guix@gnu.org \
    /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).