* [PATCH] gnu: Add libnfsidmap
@ 2016-08-28 5:44 John Darrington
2016-08-29 16:27 ` Ludovic Courtès
0 siblings, 1 reply; 2+ messages in thread
From: John Darrington @ 2016-08-28 5:44 UTC (permalink / raw)
To: guix-devel
* gnu/packages/linux.scm (libnfsidmap): New variable.
---
gnu/packages/linux.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 1fd792d..1173550 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -14,6 +14,7 @@
;;; Copyright © 2016 Nicolas Goaziou <mail@nicolasgoaziou.fr>
;;; Copyright © 2016 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2016 David Craven <david@craven.ch>
+;;; Copyright © 2016 John Darrington <jmd@gnu.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -196,6 +197,30 @@
`insmod', `lsmod', and more.")
(license license:gpl2+)))
+(define-public libnfsidmap
+ (package
+ (name "libnfsidmap")
+ (version "0.25")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append
+ "http://www.citi.umich.edu/projects/nfsv4/linux/"
+ name "/" name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "1kzgwxzh83qi97rblcm9qj80cdvnv8kml2plz0q103j0hifj8vb5"))))
+ (build-system gnu-build-system)
+ (home-page
+ "http://www.citi.umich.edu/projects/nfsv4/crossrealm/libnfsidmap_config.html")
+ (synopsis
+ "A library for mapping between names and ids; Mainly intended for NFSv4")
+ (description "Libnfsidmap is a library holding mulitiple methods of
+mapping names to ids and visa versa, mainly for NFSv4. It provides an
+extensible array of mapping functions, currently consisting of two choices;
+the default nsswitch and the experimental umich_ldap.")
+ (license (license:non-copyleft "file://COPYING"
+ "See COPYING in the distribution."))))
+
(define %boot-logo-patch
;; Linux-Libre boot logo featuring Freedo and a gnu.
(origin
--
2.1.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] gnu: Add libnfsidmap
2016-08-28 5:44 [PATCH] gnu: Add libnfsidmap John Darrington
@ 2016-08-29 16:27 ` Ludovic Courtès
0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2016-08-29 16:27 UTC (permalink / raw)
To: John Darrington; +Cc: guix-devel
Hi John!
John Darrington <john@darrington.wattle.id.au> skribis:
> * gnu/packages/linux.scm (libnfsidmap): New variable.
[...]
> + (synopsis
> + "A library for mapping between names and ids; Mainly intended for NFSv4")
Rather something like “NFSv4 support library for name/ID mapping”?
> + (description "Libnfsidmap is a library holding mulitiple methods of
> +mapping names to ids and visa versa, mainly for NFSv4. It provides an
> +extensible array of mapping functions, currently consisting of two choices;
Should be colon instead of semicolon.
> +the default nsswitch and the experimental umich_ldap.")
^ ^
Probably @code here.
> + (license (license:non-copyleft "file://COPYING"
> + "See COPYING in the distribution."))))
OK with these changes, thank you!
Ludo’.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-08-29 16:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-28 5:44 [PATCH] gnu: Add libnfsidmap John Darrington
2016-08-29 16:27 ` Ludovic Courtès
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).