pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Tue Dec 30 13:55:01 UTC 2014

Modified Files:
        pkgsrc/sysutils: Makefile
Added Files:
        pkgsrc/sysutils/augeas: DESCR Makefile PLIST distinfo

Log Message:
Add a package for augeas-1.3.0. From DESCR:

Augeas is a configuration editing tool. It parses configuration files in
their native formats and transforms them into a tree. Configuration
changes are made by manipulating this tree and saving it back into
native config files.

Augeas is:
- An API provided by a C library
- A command line tool to manipulate configuration from the shell (and
  shell scripts)
- Language bindings to do the same from your favorite scripting language
- Canonical tree representations of common configuration files
- A domain-specific language to describe configuration file formats

Augeas goals:
- Manipulate configuration files safely, safer than the ad-hoc
  techniques generally used with grep, sed, awk and similar mechanisms
  in scripting languages
- Provide a local configuration API for Linux
- Make it easy to integrate new config files into the Augeas tree


To generate a diff of this commit:
cvs rdiff -u -r1.619 -r1.620 pkgsrc/sysutils/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/sysutils/augeas/DESCR \
    pkgsrc/sysutils/augeas/Makefile pkgsrc/sysutils/augeas/PLIST \
    pkgsrc/sysutils/augeas/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index