aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/uucp.scm
blob: f5d9c700526ba515c2d64becdc495c93b72a5dac (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2014 Ludovic Courtès <ludo@gnu.org>
;;;
;;; This file is part of GNU Guix.
;;;
;;; GNU Guix is free software; you can redistribute it and/or modify it
;;; under the terms of the GNU General Public License as published by
;;; the Free Software Foundation; either version 3 of the License, or (at
;;; your option) any later version.
;;;
;;; GNU Guix is distributed in the hope that it will be useful, but
;;; WITHOUT ANY WARRANTY; without even the implied warranty of
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
;;; GNU General Public License for more details.
;;;
;;; You should have received a copy of the GNU General Public License
;;; along with GNU Guix.  If not, see <http://www.gnu.org/licenses/>.

(define-module (gnu packages uucp)
  #:use-module (guix licenses)
  #:use-module (guix packages)
  #:use-module (guix download)
  #:use-module (guix build-system gnu))

(define-public uucp
  (package
    (name "uucp")
    (version "1.07")
    (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnu/uucp/uucp-"
                                  version ".tar.gz"))
              (sha256
               (base32
                "0b5nhl9vvif1w3wdipjsk8ckw49jj1w85xw1mmqi3zbcpazia306"))))
    (build-system gnu-build-system)
    (arguments
     '(#:phases
       (modify-phases %standard-phases
         (replace 'configure
           (lambda* (#:key outputs #:allow-other-keys)
             ;; The old 'configure' script doesn't support the arguments
             ;; that we pass by default.
             (setenv "CONFIG_SHELL" (which "sh"))
             (let ((out (assoc-ref outputs "out")))
               (zero? (system* "./configure"
                               (string-append "--prefix=" out)
                               (string-append "--infodir=" out
                                              "/share/info")))))))))
    (home-page "https://www.gnu.org/software/uucp/uucp.html")
    (synopsis "UUCP protocol implementation")
    (description
     "Taylor UUCP is the GNU implementation of UUCP (Unix-to-Unix Copy), a
set of utilities for remotely transferring files, email and net news
between computers.")
    (license gpl2+)))
news: Fix 'de' translation typo....Florian Pelz 2019-11-15news: Add entry for "guix time-machine"....Konrad Hinsen 2019-11-09news: Add Spanish translation....Miguel Ángel Arruga Vivas 2019-11-08news: Add 'de' translation....Florian Pelz 2019-11-07news: Add entry for package transformation options in "guix graph"....Ludovic Courtès 2019-11-02news: Add 'de' translation....Florian Pelz 2019-10-28news: Fix typo....Tobias Geerinckx-Rice 2019-10-27news: Add entry for /etc/guix/channels.scm....Ludovic Courtès 2019-10-18news: Add CVE ID....Ludovic Courtès 2019-10-17news: Fix 'de' translation....Florian Pelz 2019-10-16news: Fix ‘nl’ translation typo....Tobias Geerinckx-Rice 2019-10-16news: Add 'de' translation....Florian Pelz 2019-10-16news: Add 'fr' translation....Julien Lepiller 2019-10-16news: Add 'nl' translation....Tobias Geerinckx-Rice 2019-10-16news: Add entry for security issue with /var/guix/profiles/per-user....Ludovic Courtès 2019-09-28nls: Add ‘nl’ translation of news entries....Tobias Geerinckx-Rice 2019-09-27nls: Update 'de' translation of news entries....Florian Pelz 2019-09-27nls: Update 'de' translation of news entries....Florian Pelz 2019-09-26nls: Update 'fr' translation of news entries....Julien Lepiller 2019-09-24nls: Update 'de' translation of news entries....Florian Pelz 2019-09-24news: Add entry for the glibc upgrade....Ludovic Courtès 2019-09-24news: Add entry for the reduced binary seed bootstrap....Ludovic Courtès 2019-09-23etc: Add channel news file....Ludovic Courtès as set to #f. * gnu/packages/commencement.scm (perl-boot0): Likewise. * gnu/packages/fontutils.scm (graphite2/fixed): Likewise. * gnu/packages/ghostscript.scm (ghostscript/fixed): Likewise. * gnu/packages/gnupg.scm (libgcrypt-1.7.8): Likewise. * gnu/packages/guile.scm (guile-2.0/fixed, guile-2.2): Likewise. * gnu/packages/icu4c.scm (icu4c/fixed): Likewise. * gnu/packages/image.scm (libpng-apng): Likewise. * gnu/packages/make-bootstrap.scm (%guile-static): Likewise. * gnu/packages/pcre.scm (pcre/fixed): Likewise. * gnu/packages/perl.scm (perl/fixed): Likewise. * gnu/packages/ruby.scm (ruby-2.3, ruby-2.2, ruby-2.1) (ruby-1.8): Likewise. * gnu/packages/tls.scm (gnutls-3.5.13, gnutls/guile-2.2): Likewise. * gnu/packages/xml.scm (expat-2.2.1): Likewise. 2017-06-30gnu: Add libebml.Gregor Giesen * gnu/packages/xml.scm (libebml): New variable. Signed-off-by: Leo Famulari <leo@famulari.name> 2017-06-26Merge branch 'master' into core-updatesMark H Weaver 2017-06-20gnu: Move contents of zip module into compression module.Arun Isaac * gnu/packages/zip.scm (zip, unzip, zziplib, perl-zip): Move to... * gnu/packages/compression.scm: ...here. * gnu/packages/zip.scm: Delete file. * gnu/local.mk (GNU_SYSTEM_MODULES): Unregister deleted file. * po/packages/POTFILES.in: Unregister deleted file. * gnu/packages/{audio, avr, bioinformatics, busybox, cdrom, ci, compression, docbook, documentation, fonts, fpga, game-development, games, gl, gnome, gnuzilla, graphics, guile, haskell, image, java, kodi, ldc, libreoffice, markup, maths, mc, monitoring, music, php, pretty-print, python, scheme, smalltalk, statistics, synergy, tex, textutils, video, web-browsers, xml, zip}.scm, guix/build-system/{ant, font}.scm, guix/{download, packages}.scm: Adapt module import. 2017-06-18gnu: expat: Eliminate graft.Mark H Weaver * gnu/packages/xml.scm (expat): Update to 2.2.1. [source]: Remove patch. [replacement]: Remove field. (expat-2.2.1): Remove variable. * gnu/packages/patches/expat-CVE-2016-0718-fix-regression.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. 2017-06-18gnu: expat: Replace with 2.2.1 [fixes CVE-2017-9233, CVE-2016-9063].Mark H Weaver * gnu/packages/xml.scm (expat)[replacement]: New field. (expat-2.2.1): New variable. 2017-05-15gnu: Add java-simple-xml.Ricardo Wurmus * gnu/packages/xml.scm (java-simple-xml): New variable. 2017-05-07gnu: Fix attributions for Adriano Peluso.Adriana Peluso * gnu/packages/emacs.scm, gnu/packages/perl.scm, gnu/packages/python.scm, gnu/packages/xml.scm: Update copyright attributions for Adriano Peluso. Signed-off-by: Leo Famulari <leo@famulari.name> 2017-05-06gnu: minixml: Update to 2.10.Ricardo Wurmus * gnu/packages/xml.scm (minixml): Update to 2.10. [home-page]: Update to new home page. 2017-05-02gnu: Avoid circular dependencies by Perl license.Petter * guix/licenses.scm (perl-license): New variable. * gnu/packages/bioinformatics.scm: Change (package-license perl) to perl-license. * gnu/packages/compression.scm: Same. * gnu/packages/databases.scm: Same. * gnu/packages/gd.scm: Same. * gnu/packages/language.scm: Same. * gnu/packages/libevent.scm: Same. * gnu/packages/mail.scm: Same. * gnu/packages/messaging.scm: Same. * gnu/packages/ncurses.scm: Same. * gnu/packages/networking.scm: Same. * gnu/packages/photo.scm: Same. * gnu/packages/tcl.scm: Same. * gnu/packages/tex.scm: Same. * gnu/packages/tls.scm: Same. * gnu/packages/web.scm: Same. * gnu/packages/wm.scm: Same. * gnu/packages/xml.scm: Same. * gnu/packages/xorg.scm: Same. * gnu/packages/zip.scm: Same. Signed-off-by: Ludovic Courtès <ludo@gnu.org> 2017-04-28gnu: Add xerces-c.Ricardo Wurmus * gnu/packages/xml.scm (xerces-c): New variable. 2017-04-25gnu: Add freexl.Catonano * gnu/packages/xml.scm (freexl): New variable.