guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/08: gnu: neon: Use @enumerate mark-up.


From: Tobias Geerinckx-Rice
Subject: 02/08: gnu: neon: Use @enumerate mark-up.
Date: Fri, 21 Apr 2017 06:34:21 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 35ad6b2e959b2d69deab2c35b5c02a22e7754e32
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Apr 20 07:09:46 2017 +0200

    gnu: neon: Use @enumerate mark-up.
    
    * gnu/packages/version-control.scm (neon)[description]: Use @enumerate.
---
 gnu/packages/version-control.scm | 36 ++++++++++++++++++++----------------
 1 file changed, 20 insertions(+), 16 deletions(-)

diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 4c84759..5e6ad3c 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -11,6 +11,7 @@
 ;;; Copyright © 2015 Ricardo Wurmus <address@hidden>
 ;;; Copyright © 2016 Leo Famulari <address@hidden>
 ;;; Copyright © 2016, 2017 ng0 <address@hidden>
+;;; Copyright © 2017 Tobias Geerinckx-Rice <address@hidden>
 ;;; Copyright © 2017 Vasile Dumitrascu <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
@@ -713,22 +714,25 @@ and offers an easy and intuitive interface.")
                            "--with-ssl=openssl")))
     (home-page "http://www.webdav.org/neon/";)
     (synopsis "HTTP and WebDAV client library")
-    (description "Neon is an HTTP and WebDAV client library, with a
-C interface.  Features:
-High-level wrappers for common HTTP and WebDAV operations (GET, MOVE,
-DELETE, etc.);
-low-level interface to the HTTP request/response engine, allowing the use
-of arbitrary HTTP methods, headers, etc.;
-authentication support including Basic and Digest support, along with
-GSSAPI-based Negotiate on Unix, and SSPI-based Negotiate/NTLM on Win32;
-SSL/TLS support using OpenSSL or GnuTLS, exposing an abstraction layer for
-verifying server certificates, handling client certificates, and examining
-certificate properties, smartcard-based client certificates are also
-supported via a PKCS#11 wrapper interface;
-abstract interface to parsing XML using libxml2 or expat, and wrappers for
-simplifying handling XML HTTP response bodies;
-WebDAV metadata support, wrappers for PROPFIND and PROPPATCH to simplify
-property manipulation.")
+    (description
+     "Neon is an HTTP and WebDAV client library, with a C interface and the
+following features:
address@hidden
address@hidden High-level wrappers for common HTTP and WebDAV operations (GET, 
MOVE,
+  DELETE, etc.);
address@hidden low-level interface to the HTTP request/response engine, 
allowing the use
+  of arbitrary HTTP methods, headers, etc.;
address@hidden authentication support including Basic and Digest support, along 
with
+  GSSAPI-based Negotiate on Unix, and SSPI-based Negotiate/NTLM on Win32;
address@hidden SSL/TLS support using OpenSSL or GnuTLS, exposing an abstraction 
layer for
+  verifying server certificates, handling client certificates, and examining
+  certificate properties, smartcard-based client certificates are also
+  supported via a PKCS#11 wrapper interface;
address@hidden abstract interface to parsing XML using libxml2 or expat, and 
wrappers for
+  simplifying handling XML HTTP response bodies;
address@hidden WebDAV metadata support, wrappers for PROPFIND and PROPPATCH to 
simplify
+  property manipulation.
address@hidden enumerate\n")
     (license license:gpl2+))) ; for documentation and tests; source under 
lgpl2.0+
 
 (define-public subversion



reply via email to

[Prev in Thread] Current Thread [Next in Thread]