diff options
author | seb <seb@pkgsrc.org> | 2002-12-22 13:04:38 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2002-12-22 13:04:38 +0000 |
commit | 3b91c7b547bd7b7980046cd0eae7e2066598635d (patch) | |
tree | 7ae7426b6cb4e614d4a1182fef6eabbbadd7119c /sysutils/cfengine2/Makefile.common | |
parent | 09cd588a0ceb9d3c52a5348538676d1c6aa0d388 (diff) | |
download | pkgsrc-3b91c7b547bd7b7980046cd0eae7e2066598635d.tar.gz |
Initial import of Cfengine version 2 into the NetBSD Packages Collection.
Provided in PR pkg/19456 by Michael Santos <mike at ethmoid dot org>, slighty
edited by me.
Cfengine, or the "configuration engine" is a very high level language
for building expert systems which administrate and configure large
computer networks. Cfengine uses the idea of classes and a primitive
form of intelligence to define and automate the configuration of
large systems in the most economical way possible. Cfengine is
designed to be a part of computer immune system
Diffstat (limited to 'sysutils/cfengine2/Makefile.common')
-rw-r--r-- | sysutils/cfengine2/Makefile.common | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sysutils/cfengine2/Makefile.common b/sysutils/cfengine2/Makefile.common new file mode 100644 index 00000000000..e254bee7f36 --- /dev/null +++ b/sysutils/cfengine2/Makefile.common @@ -0,0 +1,12 @@ +# $NetBSD: Makefile.common,v 1.1.1.1 2002/12/22 13:04:38 seb Exp $ +# + +CFENGINE_VERSION= 2.0.4 +DISTNAME= cfengine-${CFENGINE_VERSION} +CATEGORIES= sysutils net +MASTER_SITES= ftp://ftp.iu.hio.no/pub/cfengine/ \ + http://sunsite.utk.edu/ftp/pub/cfengine/cfengine-ftp/ \ + ftp://ftp.cfengine.webmotion.net/pub/cfengine/ + +MAINTAINER= mike@ethmoid.org +HOMEPAGE= http://www.cfengine.org/ |