[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/27: gnu: Add Config-General.
From: |
Eric Bavier |
Subject: |
01/27: gnu: Add Config-General. |
Date: |
Tue, 17 Mar 2015 18:15:15 +0000 |
bavier pushed a commit to branch master
in repository guix.
commit 1846b423e29571a20733999b14b59511ab367469
Author: Eric Bavier <address@hidden>
Date: Mon Mar 16 22:09:56 2015 -0500
gnu: Add Config-General.
* gnu/packages/perl.scm (perl-config-general): New variable.
---
gnu/packages/perl.scm | 24 ++++++++++++++++++++++++
1 files changed, 24 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index fdb1c82..e1eb088 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -682,6 +682,30 @@ supports XML, YAML, JSON, Apache-style configuration, and
Perl code.")
opportunities to Perl developers as GNU Autoconf does for Shell developers.")
(license (package-license perl))))
+(define-public perl-config-general
+ (package
+ (name "perl-config-general")
+ (version "2.56")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "mirror://cpan/authors/id/T/TL/TLINDEN/"
+ "Config-General-" version ".tar.gz"))
+ (sha256
+ (base32
+ "0szxxaihz71pr0r2jp9wvbrfc3hrsxi9xrd9vnyrxlrax8sci5h9"))))
+ (build-system perl-build-system)
+ (home-page "http://search.cpan.org/dist/Config-General")
+ (synopsis "Generic Config Module")
+ (description "This module opens a config file and parses its contents for
+you. The format of config files supported by Config::General is inspired by
+the well known Apache config format and is 100% compatible with Apache
+configs, but you can also just use simple name/value pairs in your config
+files. In addition to the capabilities of an Apache config file it supports
+some enhancements such as here-documents, C-style comments, and multiline
+options.")
+ (license (package-license perl))))
+
(define-public perl-context-preserve
(package
(name "perl-context-preserve")
- branch master updated (a29bfc2 -> 708155d), Eric Bavier, 2015/03/17
- 01/27: gnu: Add Config-General.,
Eric Bavier <=
- 03/27: gnu: Add MooseX-MarkAsMethods., Eric Bavier, 2015/03/17
- 04/27: gnu: Add MooseX-NonMoose., Eric Bavier, 2015/03/17
- 06/27: gnu: Add Class-Unload., Eric Bavier, 2015/03/17
- 08/27: gnu: Add Lingua-EN-FindNumber., Eric Bavier, 2015/03/17
- 07/27: gnu: Add Lingua-EN-Words2Nums., Eric Bavier, 2015/03/17
- 11/27: gnu: Add Lingua-EN-Number-IsOrdinal., Eric Bavier, 2015/03/17
- 12/27: gnu: Add Memoize-ExpireLRU., Eric Bavier, 2015/03/17
- 13/27: gnu: Add Lingua-PT-Stemmer., Eric Bavier, 2015/03/17
- 14/27: gnu: Add Lingua-Stem-Fr., Eric Bavier, 2015/03/17
- 02/27: gnu: Add DBIx-Class-IntrospectableM2M., Eric Bavier, 2015/03/17