pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/cuisine



Module Name:    pkgsrc
Committed By:   imil
Date:           Sun Apr 21 21:31:34 UTC 2013

Added Files:
        pkgsrc/sysutils/cuisine: DESCR Makefile PLIST distinfo

Log Message:
Initial import of cuisine, version 0.5.8, into the NetBSD Packages Collection.

Fabric is an incredible tool to automate administration of remote machines.
As Fabric's functions are rather low-level, you'll probably quickly see a need
for more high-level functions such as add/remove users and groups,
install/upgrade packages, etc.

Cuisine is a small set of functions that sit on top of Fabric, to abstract
common administration operations such as file/dir operations, user/group
creation, package install/upgrade, making it easier to write portable
administration and deployment scripts.

Cuisine's features are:

* Small, easy to read, a single file API:
  <object>_<operation>() e.g. dir_exists(location) tells if there is a
  remote directory at the given location.
* Covers file/dir operations, user/group operations, package operations
* Text processing and template functions
* All functions are lazy: they will actually only do things when the change
  is required.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/sysutils/cuisine/DESCR \
    pkgsrc/sysutils/cuisine/Makefile pkgsrc/sysutils/cuisine/PLIST \
    pkgsrc/sysutils/cuisine/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