summaryrefslogtreecommitdiff
path: root/sysutils/cfengine
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>1999-10-10 23:13:06 +0000
committerabs <abs@pkgsrc.org>1999-10-10 23:13:06 +0000
commitd38a5fd04a6bc1865027ab7ae87910d571afc84b (patch)
treef378de642f3698bf1200f5aef9db9e3455f56878 /sysutils/cfengine
parent75e5b72147266aaa4edc83ddd41f8ad5ae11d11e (diff)
downloadpkgsrc-d38a5fd04a6bc1865027ab7ae87910d571afc84b.tar.gz
cfengine-1.52
Automate configuration and administration of large systems
Diffstat (limited to 'sysutils/cfengine')
-rw-r--r--sysutils/cfengine/Makefile14
-rw-r--r--sysutils/cfengine/files/md53
-rw-r--r--sysutils/cfengine/files/patch-sum4
-rw-r--r--sysutils/cfengine/patches/patch-aa21
-rw-r--r--sysutils/cfengine/patches/patch-ab20
-rw-r--r--sysutils/cfengine/pkg/COMMENT1
-rw-r--r--sysutils/cfengine/pkg/DESCR6
-rw-r--r--sysutils/cfengine/pkg/PLIST23
8 files changed, 92 insertions, 0 deletions
diff --git a/sysutils/cfengine/Makefile b/sysutils/cfengine/Makefile
new file mode 100644
index 00000000000..cf0e4b099a3
--- /dev/null
+++ b/sysutils/cfengine/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/10/10 23:13:06 abs Exp $
+#
+
+DISTNAME= cfengine-1.5.2
+CATEGORIES= sysutils net
+MASTER_SITES= ftp://ftp.iu.hioslo.no/pub/cfengine/ \
+ ftp://ftp.cfengine.webmotion.net/pub/cfengine/
+
+MAINTAINER= abs@netbsd.org
+HOMEPAGE= http://www.iu.hioslo.no/cfengine/
+
+GNU_CONFIGURE= YES
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/sysutils/cfengine/files/md5 b/sysutils/cfengine/files/md5
new file mode 100644
index 00000000000..f27c181e97a
--- /dev/null
+++ b/sysutils/cfengine/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.1.1.1 1999/10/10 23:13:07 abs Exp $
+
+MD5 (cfengine-1.5.2.tar.gz) = c239a884218b51b93dcc3d3a058df8ea
diff --git a/sysutils/cfengine/files/patch-sum b/sysutils/cfengine/files/patch-sum
new file mode 100644
index 00000000000..91801fe73d5
--- /dev/null
+++ b/sysutils/cfengine/files/patch-sum
@@ -0,0 +1,4 @@
+$NetBSD: patch-sum,v 1.1.1.1 1999/10/10 23:13:07 abs Exp $
+
+MD5 (patch-aa) = ebd4b9f4a796be4616eb8e7dfcd94ff1
+MD5 (patch-ab) = b77512ca82715104b944d2b3e097f481
diff --git a/sysutils/cfengine/patches/patch-aa b/sysutils/cfengine/patches/patch-aa
new file mode 100644
index 00000000000..d33c6fe66b5
--- /dev/null
+++ b/sysutils/cfengine/patches/patch-aa
@@ -0,0 +1,21 @@
+$NetBSD: patch-aa,v 1.1.1.1 1999/10/10 23:13:07 abs Exp $
+--- contrib/Makefile.in.orig Thu Apr 10 09:19:55 1997
++++ contrib/Makefile.in Sun Oct 10 23:43:34 1999
+@@ -12,7 +12,7 @@
+ datadir = @datadir@
+
+ INSTALL = @INSTALL@
+-INSTALL_PROGRAM = @INSTALL_PROGRAM@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+
+ MKINSTALLDIR = @top_srcdir@/bin/mkinstalldirs
+
+@@ -28,7 +28,7 @@
+ ${MKINSTALLDIR} ${sbindir}
+ for x in $?; \
+ do \
+- ${INSTALL_PROGRAM} $$x ${sbindir}; \
++ ${INSTALL_SCRIPT} $$x ${sbindir}; \
+ done
+
+ clean:
diff --git a/sysutils/cfengine/patches/patch-ab b/sysutils/cfengine/patches/patch-ab
new file mode 100644
index 00000000000..af4a051e088
--- /dev/null
+++ b/sysutils/cfengine/patches/patch-ab
@@ -0,0 +1,20 @@
+$NetBSD: patch-ab,v 1.1.1.1 1999/10/10 23:13:07 abs Exp $
+--- configure.orig Tue Sep 14 09:55:35 1999
++++ configure Sun Oct 10 23:55:51 1999
+@@ -1071,6 +1071,8 @@
+ # It thinks the first close brace ends the variable substitution.
+ test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
+
++test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
++
+ test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
+
+
+@@ -4586,6 +4588,7 @@
+ s%@YACC@%$YACC%g
+ s%@RANLIB@%$RANLIB%g
+ s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
++s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
+ s%@INSTALL_DATA@%$INSTALL_DATA%g
+ s%@PERL@%$PERL%g
+ s%@TEX@%$TEX%g
diff --git a/sysutils/cfengine/pkg/COMMENT b/sysutils/cfengine/pkg/COMMENT
new file mode 100644
index 00000000000..f8fe492112d
--- /dev/null
+++ b/sysutils/cfengine/pkg/COMMENT
@@ -0,0 +1 @@
+Automate configuration and administration of large systems
diff --git a/sysutils/cfengine/pkg/DESCR b/sysutils/cfengine/pkg/DESCR
new file mode 100644
index 00000000000..81eca51babf
--- /dev/null
+++ b/sysutils/cfengine/pkg/DESCR
@@ -0,0 +1,6 @@
+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
diff --git a/sysutils/cfengine/pkg/PLIST b/sysutils/cfengine/pkg/PLIST
new file mode 100644
index 00000000000..0879185ca77
--- /dev/null
+++ b/sysutils/cfengine/pkg/PLIST
@@ -0,0 +1,23 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 1999/10/10 23:13:07 abs Exp $
+sbin/cfd
+sbin/cfdoc
+sbin/cfengine
+sbin/cfkey
+sbin/cfrun
+share/cfengine/cf.ftp.example
+share/cfengine/cf.groups.example
+share/cfengine/cf.linux.example
+share/cfengine/cf.main.example
+share/cfengine/cf.motd.example
+share/cfengine/cf.preconf.example
+share/cfengine/cf.services.example
+share/cfengine/cf.site.example
+share/cfengine/cf.solaris.example
+share/cfengine/cf.sun4.example
+share/cfengine/cf.users.example
+share/cfengine/cfd.conf.example
+share/cfengine/cfdaily
+share/cfengine/cfengine.conf.example
+share/cfengine/cfmail
+share/cfengine/cfrc.example
+share/cfengine/cfwrap