2014-01-13 18:53:26 +01:00
|
|
|
;;; GNU Guix --- Functional package management for GNU
|
gnu: Move Kerberos implemetations to (gnu packages kerberos).
* gnu/packages/mit-krb5.scm: Remove.
* gnu/packages/shishi.scm: Remove.
* gnu/packages/kerberos.scm: New file, from the concatenation of these
two.
* gnu/local.mk (GNU_SYSTEM_MODULES): Adjust accordingly.
* gnu/packages/admin.scm, gnu/packages/cyrus-sasl.scm,
gnu/packages/gnome.scm, gnu/packages/gnuzilla.scm,
gnu/packages/gsasl.scm, gnu/packages/java.scm,
gnu/packages/networking.scm, gnu/packages/nfs.scm,
gnu/packages/onc-rpc.scm, gnu/packages/ssh.scm,
gnu/packages/web.scm: Adjust accordingly.
2017-01-18 09:57:43 +01:00
|
|
|
;;; Copyright © 2014, 2017 Ludovic Courtès <ludo@gnu.org>
|
2016-09-01 11:30:52 +02:00
|
|
|
;;; Copyright © 2016 John Darrington <jmd@gnu.org>
|
2014-01-13 18:53:26 +01:00
|
|
|
;;;
|
|
|
|
;;; 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 onc-rpc)
|
|
|
|
#:use-module (guix licenses)
|
|
|
|
#:use-module (guix packages)
|
|
|
|
#:use-module (guix download)
|
gnu: Move Kerberos implemetations to (gnu packages kerberos).
* gnu/packages/mit-krb5.scm: Remove.
* gnu/packages/shishi.scm: Remove.
* gnu/packages/kerberos.scm: New file, from the concatenation of these
two.
* gnu/local.mk (GNU_SYSTEM_MODULES): Adjust accordingly.
* gnu/packages/admin.scm, gnu/packages/cyrus-sasl.scm,
gnu/packages/gnome.scm, gnu/packages/gnuzilla.scm,
gnu/packages/gsasl.scm, gnu/packages/java.scm,
gnu/packages/networking.scm, gnu/packages/nfs.scm,
gnu/packages/onc-rpc.scm, gnu/packages/ssh.scm,
gnu/packages/web.scm: Adjust accordingly.
2017-01-18 09:57:43 +01:00
|
|
|
#:use-module (gnu packages kerberos)
|
2016-09-01 11:30:52 +02:00
|
|
|
#:use-module (gnu packages pkg-config)
|
2014-01-13 18:53:26 +01:00
|
|
|
#:use-module (guix build-system gnu))
|
|
|
|
|
|
|
|
(define-public libtirpc
|
|
|
|
(package
|
|
|
|
(name "libtirpc")
|
|
|
|
(version "0.2.4")
|
|
|
|
(source (origin
|
|
|
|
(method url-fetch)
|
2016-07-21 08:35:30 +02:00
|
|
|
(uri (string-append "mirror://sourceforge/libtirpc/libtirpc/"
|
2014-01-13 18:53:26 +01:00
|
|
|
version "/libtirpc-"
|
|
|
|
version ".tar.bz2"))
|
|
|
|
(sha256
|
|
|
|
(base32
|
|
|
|
"18a337wa4amf0k21wnimp3yzs5l3cxqndz4x3x8bm993zhfy5hs5"))))
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
(arguments
|
2016-08-28 18:58:16 +02:00
|
|
|
`(#:phases
|
|
|
|
(modify-phases %standard-phases
|
|
|
|
(add-after 'unpack 'remote-dangling-symlink
|
|
|
|
(lambda _
|
2016-12-07 15:23:52 +01:00
|
|
|
(substitute* '("man/netconfig.5"
|
|
|
|
"man/getnetconfig.3t"
|
|
|
|
"man/getnetpath.3t"
|
|
|
|
"man/rpc.3t"
|
|
|
|
"src/getnetconfig.c"
|
|
|
|
"tirpc/netconfig.h")
|
|
|
|
(("/etc/netconfig") (string-append %output "/etc/netconfig")))
|
|
|
|
|
2016-08-28 18:58:16 +02:00
|
|
|
;; Remove the dangling symlinks since it breaks the
|
|
|
|
;; 'patch-source-shebangs' file tree traversal.
|
|
|
|
(delete-file "INSTALL"))))))
|
2016-08-27 19:57:22 +02:00
|
|
|
(inputs `(("mit-krb5" ,mit-krb5)))
|
gnu: Use HTTPS for all sourceforge.net home pages.
* gnu/packages/admin.scm (mingetty, clusterssh)[home-page]: Use HTTPS.
* gnu/packages/audio.scm (libbs2b, soxr)[home-page]: Likewise.
* gnu/packages/bioinformatics.scm (bless)[home-page]: Likewise.
* gnu/packages/display-managers.scm (slim)[home-page]: Likewise.
* gnu/packages/games.scm (extremetuxracer)[home-page]: Likewise.
* gnu/packages/ghostscript.scm (gs-fonts)[home-page]: Likewise.
* gnu/packages/haskell.scm (ghc-regex-base, ghc-regex-posix,
ghc-regex-compat)[home-page]: Likewise.
* gnu/packages/image.scm (imlib2)[home-page]: Likewise.
* gnu/packages/libreoffice.scm (librevenge, libcmis, libodfgen, libmwaw)
[home-page]: Likewise.
* gnu/packages/linux.scm (hdparm, acpid, libavc1394, rng-tools)
[home-page]: Likewise.
* gnu/packages/mail.scm (esmtp)[home-page]: Likewise.
* gnu/packages/mp3.scm (ripperx)[home-page]: Likewise.
* gnu/packages/onc-rpc.scm (libtirpc)[home-page]: Likewise.
* gnu/packages/perl.scm (perl-czplib)[home-page]: Likewise.
* gnu/packages/python.scm (python-pyasn1-modules)[home-page]: Likewise.
* gnu/packages/xdisorg.scm (xosd)[home-page]: Likewise.
2017-01-04 01:30:46 +01:00
|
|
|
(home-page "https://sourceforge.net/projects/libtirpc/")
|
2014-01-13 18:53:26 +01:00
|
|
|
(synopsis "Transport-independent Sun/ONC RPC implementation")
|
|
|
|
(description
|
|
|
|
"This package provides a library that implements the Sun/ONC RPC (remote
|
|
|
|
procedure calls) protocol in a transport-independent manner. It supports both
|
|
|
|
IPv4 and IPv6. ONC RPC is notably used by the network file system (NFS).")
|
|
|
|
(license bsd-3)))
|
2016-09-01 11:30:52 +02:00
|
|
|
|
|
|
|
(define-public rpcbind
|
|
|
|
(package
|
|
|
|
(name "rpcbind")
|
|
|
|
(version "0.2.3")
|
|
|
|
(source
|
|
|
|
(origin
|
|
|
|
(method url-fetch)
|
|
|
|
(uri (string-append "mirror://sourceforge/" name "/" name "/"
|
|
|
|
version "/"
|
|
|
|
name "-" version ".tar.bz2"))
|
|
|
|
(sha256
|
|
|
|
(base32
|
|
|
|
"0yyjzv4161rqxrgjcijkrawnk55rb96ha0pav48s03l2klx855wq"))))
|
|
|
|
(build-system gnu-build-system)
|
|
|
|
(arguments
|
|
|
|
`(#:configure-flags
|
2016-09-03 18:00:25 +02:00
|
|
|
`("--with-systemdsystemunitdir=no" "--enable-warmstarts")))
|
2016-09-01 11:30:52 +02:00
|
|
|
(inputs
|
|
|
|
`(("libtirpc" ,libtirpc)))
|
|
|
|
(native-inputs
|
|
|
|
`(("pkg-config" ,pkg-config)))
|
|
|
|
(home-page "http://rpcbind.sourceforge.net/")
|
|
|
|
(synopsis "Server to convert RPC program numbers into universal addresses")
|
|
|
|
(description
|
|
|
|
"@command{Rpcbind} is a server that converts RPC program numbers into
|
|
|
|
universal addresses.")
|
|
|
|
(license bsd-3)))
|
|
|
|
|