Bug 146743 - New port: textproc/augeas A configuration editing tool
Summary: New port: textproc/augeas A configuration editing tool
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-20 02:40 UTC by Russell Jackson
Modified: 2010-06-02 17:50 UTC (History)
1 user (show)

See Also:


Attachments
file.shar (11.60 KB, text/plain)
2010-05-20 02:40 UTC, Russell Jackson
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Russell Jackson 2010-05-20 02:40:01 UTC
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.
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2010-05-20 07:10:03 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-06-02 17:48:50 UTC
miwi        2010-06-02 16:48:12 UTC

  FreeBSD ports repository

  Modified files:
    textproc             Makefile 
  Added files:
    textproc/augeas      Makefile distinfo pkg-descr pkg-plist 
    textproc/augeas/files patch-configure.ac 
                          patch-gnulib::lib::Makefile.am 
                          rcconf.aug test_rcconf.aug 
  Log:
  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.
  
  WWW:    http://augeas.net
  
  PR:             ports/146743
  Submitted by:   Russell Jackson <raj at csub.edu>
  
  Revision  Changes    Path
  1.1465    +1 -0      ports/textproc/Makefile
  1.1       +39 -0     ports/textproc/augeas/Makefile (new)
  1.1       +3 -0      ports/textproc/augeas/distinfo (new)
  1.1       +12 -0     ports/textproc/augeas/files/patch-configure.ac (new)
  1.1       +11 -0     ports/textproc/augeas/files/patch-gnulib::lib::Makefile.am (new)
  1.1       +21 -0     ports/textproc/augeas/files/rcconf.aug (new)
  1.1       +24 -0     ports/textproc/augeas/files/test_rcconf.aug (new)
  1.1       +3 -0      ports/textproc/augeas/pkg-descr (new)
  1.1       +165 -0    ports/textproc/augeas/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2010-06-02 17:49:56 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!