[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/20: gnu: Add Apache-LogFormat-Compiler.
From: |
Eric Bavier |
Subject: |
08/20: gnu: Add Apache-LogFormat-Compiler. |
Date: |
Wed, 11 Mar 2015 21:08:52 +0000 |
bavier pushed a commit to branch master
in repository guix.
commit dc1c804a6c4292b4797ef2af4b008f0d566eb0eb
Author: Eric Bavier <address@hidden>
Date: Tue Mar 10 15:21:30 2015 -0500
gnu: Add Apache-LogFormat-Compiler.
* gnu/packages/web.scm (perl-apache-logformat-compiler): New variable.
---
gnu/packages/web.scm | 27 +++++++++++++++++++++++++++
1 files changed, 27 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 07fcc21..e245bc6 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -496,6 +496,33 @@ from streaming URLs. It is a command-line wrapper for the
libquvi library.")
(license l:lgpl2.1+)))
+(define-public perl-apache-logformat-compiler
+ (package
+ (name "perl-apache-logformat-compiler")
+ (version "0.32")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "mirror://cpan/authors/id/K/KA/KAZEBURO/"
+ "Apache-LogFormat-Compiler-" version ".tar.gz"))
+ (sha256
+ (base32
+ "0zyx4r2bxc6d48m70fhcq80nw0q9wnfz6qgn1g0r6bigqgdjq4dw"))))
+ (build-system perl-build-system)
+ (native-inputs
+ `(("perl-http-message" ,perl-http-message)
+ ("perl-test-mocktime" ,perl-test-mocktime)
+ ("perl-try-tiny" ,perl-try-tiny)
+ ("perl-uri" ,perl-uri)))
+ (propagated-inputs
+ `(("perl-posix-strftime-compiler" ,perl-posix-strftime-compiler)))
+ (arguments `(#:tests? #f)) ;TODO: Timezone test failures
+ (home-page "http://search.cpan.org/dist/Apache-LogFormat-Compiler")
+ (synopsis "Compile a log format string to perl-code")
+ (description "This module provides methods to compile a log format string
+to perl-code, for faster generation of access_log lines.")
+ (license (package-license perl))))
+
(define-public perl-encode-locale
(package
(name "perl-encode-locale")
- branch master updated (192b480 -> 5933549), Eric Bavier, 2015/03/11
- 02/20: gnu: Add Time-Local., Eric Bavier, 2015/03/11
- 03/20: gnu: Add Class-Inspector., Eric Bavier, 2015/03/11
- 05/20: gnu: Add File-ShareDir., Eric Bavier, 2015/03/11
- 04/20: gnu: Add File-ShareDir-Install., Eric Bavier, 2015/03/11
- 06/20: gnu: Add Test-MockTime., Eric Bavier, 2015/03/11
- 08/20: gnu: Add Apache-LogFormat-Compiler.,
Eric Bavier <=
- 10/20: gnu: Add Time-Mock., Eric Bavier, 2015/03/11
- 07/20: gnu: Add POSIX-strftime-Compiler., Eric Bavier, 2015/03/11
- 09/20: gnu: Add TimeDate., Eric Bavier, 2015/03/11
- 13/20: gnu: Add HTTP-Tiny., Eric Bavier, 2015/03/11
- 11/20: gnu: Add HTTP-CookieJar., Eric Bavier, 2015/03/11
- 12/20: gnu: Add IO-Socket-IP., Eric Bavier, 2015/03/11
- 14/20: gnu: Add Devel-StackTrace-AsHTML., Eric Bavier, 2015/03/11
- 01/20: gnu: Group and alphabetize perl module packages., Eric Bavier, 2015/03/11
- 15/20: gnu: Add Hash-MultiValue., Eric Bavier, 2015/03/11
- 16/20: gnu: Add HTTP-Body., Eric Bavier, 2015/03/11