2014-06-12 02:58:38 +02:00
|
|
|
@comment $NetBSD: PLIST,v 1.2 2014/06/12 00:58:38 gls Exp $
|
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.
2013-04-21 23:31:34 +02:00
|
|
|
${PYSITELIB}/${PKGNAME}-py2.7.egg-info/PKG-INFO
|
|
|
|
${PYSITELIB}/${PKGNAME}-py2.7.egg-info/SOURCES.txt
|
|
|
|
${PYSITELIB}/${PKGNAME}-py2.7.egg-info/dependency_links.txt
|
|
|
|
${PYSITELIB}/${PKGNAME}-py2.7.egg-info/requires.txt
|
|
|
|
${PYSITELIB}/${PKGNAME}-py2.7.egg-info/top_level.txt
|
|
|
|
${PYSITELIB}/cuisine.py
|
|
|
|
${PYSITELIB}/cuisine.pyc
|
|
|
|
${PYSITELIB}/cuisine.pyo
|
|
|
|
share/doc/cuisine/README.rst
|