summaryrefslogtreecommitdiff
path: root/sysutils/cfengine3-legacy
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/cfengine3-legacy')
-rw-r--r--sysutils/cfengine3-legacy/Makefile62
-rw-r--r--sysutils/cfengine3-legacy/distinfo3
-rw-r--r--sysutils/cfengine3-legacy/files/cf-execd.in30
-rw-r--r--sysutils/cfengine3-legacy/files/cf-serverd.in30
-rw-r--r--sysutils/cfengine3-legacy/pkg-descr10
-rw-r--r--sysutils/cfengine3-legacy/pkg-plist25
6 files changed, 0 insertions, 160 deletions
diff --git a/sysutils/cfengine3-legacy/Makefile b/sysutils/cfengine3-legacy/Makefile
deleted file mode 100644
index 1b709381f200..000000000000
--- a/sysutils/cfengine3-legacy/Makefile
+++ /dev/null
@@ -1,62 +0,0 @@
-# New ports collection makefile for: cfengine v3
-# Date created: February 2, 2009
-# Whom: jrhett@netconsonance.com
-#
-# $FreeBSD$
-#
-
-PORTNAME= cfengine
-PORTVERSION= 3.0.1
-DISTVERSION= 3.0.1a7
-CATEGORIES= sysutils
-MASTER_SITES= http://www.cfengine.org/downloads/
-
-MAINTAINER= jrhett@netconsonance.com
-COMMENT= A systems administration tool for networks
-LATEST_LINK= cfengine3
-
-USE_RC_SUBR= cf-execd cf-serverd
-
-WITH_BDB_VER?= 47
-USE_BDB= yes
-USE_OPENSSL= yes
-GNU_CONFIGURE= yes
-BUILD_DEPENDS=
-EXAMPLESDIR= ${PREFIX}/share/examples/cfengine3
-DOCSDIR= ${PREFIX}/share/doc/cfengine3
-CONFIGURE_ARGS= --docdir=${DOCSDIR} \
- --htmldir=${DOCSDIR}/html \
- --with-berkeleydb=${LOCALBASE}
-
-CONFIGURE_ENV+= BERKELEY_DB_CFLAGS=-I${BDB_INCLUDE_DIR} \
- BERKELEY_DB_LDFLAGS=-L${BDB_LIB_DIR} \
- BERKELEY_DB_LIB=-l${BDB_LIB_NAME}
-
-OPTIONS= PCRE "Enable Perl-compatible regular expressions" on
-.include <bsd.port.pre.mk>
-
-.if defined(WITH_PCRE)
-BUILD_DEPENDS+= ${PORTSDIR}/devel/pcre
-CONFIGURE_ARGS+= --with-pcre=${LOCALBASE}
-.endif
-
-MAN8= cf-agent.8 cf-key.8 cf-monitord.8 \
- cf-report.8 cf-serverd.8 cf-execd.8 \
- cf-know.8 cf-promise.8 cf-runagent.8
-
-.if !defined(NOPORTDOCS)
-INFO= cf3-reference
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -e '/^pkgdatadir/s!=.*!= ${EXAMPLESDIR}!'\
- ${WRKSRC}/inputs/Makefile.in
-
- @${REINPLACE_CMD} -e '/^docdir/s!=.*!= @docdir@!'\
- ${WRKSRC}/tests/file_masters/Makefile.in \
- ${WRKSRC}/tests/units/Makefile.in
-
- @${REINPLACE_CMD} -e '/^htmldir/s!=.*!= @htmldir@!'\
- ${WRKSRC}/docs/Makefile.in
-
-.include <bsd.port.post.mk>
diff --git a/sysutils/cfengine3-legacy/distinfo b/sysutils/cfengine3-legacy/distinfo
deleted file mode 100644
index 708e674a5c15..000000000000
--- a/sysutils/cfengine3-legacy/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (cfengine-3.0.1a7.tar.gz) = c3b10df0717024084309eb3a477c116b
-SHA256 (cfengine-3.0.1a7.tar.gz) = c1592b0c8185bd4459dd145828011880bf4756bb3cb439385f35cee2d947523b
-SIZE (cfengine-3.0.1a7.tar.gz) = 1143539
diff --git a/sysutils/cfengine3-legacy/files/cf-execd.in b/sysutils/cfengine3-legacy/files/cf-execd.in
deleted file mode 100644
index 064c4d842e88..000000000000
--- a/sysutils/cfengine3-legacy/files/cf-execd.in
+++ /dev/null
@@ -1,30 +0,0 @@
-#!/bin/sh
-#
-# $FreeBSD$
-#
-# PROVIDE: cf-execd
-# REQUIRE: SERVERS
-# BEFORE: DAEMON
-# KEYWORD: shutdown
-#
-# Add the following line to /etc/rc.conf[.local] to enable cf-execd(8)
-#
-# cf-execd_enable (bool): Set to "NO" by default.
-# Set it to "YES" to enable cf-execd.
-# cf-execd_flags (str): Custom additional arguments to be passed
-# to cf-execd (default empty).
-#
-
-. %%RC_SUBR%%
-
-name="cf-execd"
-rcvar=${name}_enable
-
-command="%%PREFIX%%/sbin/${name}"
-
-load_rc_config $name
-
-: ${cf-execd_enable="NO"}
-: ${cf-execd_flags=""}
-
-run_rc_command "$1"
diff --git a/sysutils/cfengine3-legacy/files/cf-serverd.in b/sysutils/cfengine3-legacy/files/cf-serverd.in
deleted file mode 100644
index 3f3cd7a5b46a..000000000000
--- a/sysutils/cfengine3-legacy/files/cf-serverd.in
+++ /dev/null
@@ -1,30 +0,0 @@
-#!/bin/sh
-#
-# $FreeBSD$
-#
-# PROVIDE: cf-serverd
-# REQUIRE: SERVERS
-# BEFORE: DAEMON
-# KEYWORD: shutdown
-#
-# Add the following line to /etc/rc.conf[.local] to enable cf-serverd(8)
-#
-# cf-serverd_enable (bool): Set to "NO" by default.
-# Set it to "YES" to enable cf-serverd.
-# cf-serverd_flags (str): Custom additional arguments to be passed
-# to cf-serverd (default empty).
-#
-
-. %%RC_SUBR%%
-
-name="cf-serverd"
-rcvar=${name}_enable
-
-command="%%PREFIX%%/sbin/${name}"
-
-load_rc_config $name
-
-: ${cf-serverd_enable="NO"}
-: ${cf-serverd_flags=""}
-
-run_rc_command "$1"
diff --git a/sysutils/cfengine3-legacy/pkg-descr b/sysutils/cfengine3-legacy/pkg-descr
deleted file mode 100644
index 7c0c7eb39135..000000000000
--- a/sysutils/cfengine3-legacy/pkg-descr
+++ /dev/null
@@ -1,10 +0,0 @@
-Cfengine is an automated suite of programs for configuring and
-maintaining Unix-like computers. It has been used on computing arrays
-of between 1 and 20,000 computers since 1993 by a wide range of
-organizations. Cfengine is supported by active research and was the
-first autonomic, hands-free management system for Unix-like operating
-systems. Cfengine is an autonomic maintenance system not merely a
-change management roll-out tool. Cfengine has a history of security
-and adaptability.
-
-WWW: http://www.cfengine.org/
diff --git a/sysutils/cfengine3-legacy/pkg-plist b/sysutils/cfengine3-legacy/pkg-plist
deleted file mode 100644
index 6666ad838c65..000000000000
--- a/sysutils/cfengine3-legacy/pkg-plist
+++ /dev/null
@@ -1,25 +0,0 @@
-@comment $FreeBSD$
-lib/libpromises.la
-lib/libpromises.a
-sbin/cf-agent
-sbin/cf-execd
-sbin/cf-key
-sbin/cf-know
-sbin/cf-monitord
-sbin/cf-promises
-sbin/cf-report
-sbin/cf-runagent
-sbin/cf-serverd
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/failsafe.cf
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/library.cf
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/promises.cf
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/site.cf
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/update.cf
-%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
-%%PORTDOCS%%%%DOCSDIR%%/INSTALL
-%%PORTDOCS%%%%DOCSDIR%%/NEWS
-%%PORTDOCS%%%%DOCSDIR%%/README
-%%PORTDOCS%%%%DOCSDIR%%/cf3-Reference.pdf
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/html
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%