5d3228203f
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
13 lines
299 B
Text
13 lines
299 B
Text
@comment $NetBSD: PLIST,v 1.1 2014/12/30 13:55:01 bsiegert Exp $
|
|
bin/augparse
|
|
bin/augtool
|
|
bin/fadot
|
|
include/augeas.h
|
|
include/fa.h
|
|
lib/libaugeas.la
|
|
lib/libfa.la
|
|
lib/pkgconfig/augeas.pc
|
|
man/man1/augparse.1
|
|
man/man1/augtool.1
|
|
share/vim/vimfiles/ftdetect/augeas.vim
|
|
share/vim/vimfiles/syntax/augeas.vim
|