summaryrefslogtreecommitdiff
path: root/sysutils/cfengine3-legacy
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/cfengine3-legacy')
-rw-r--r--sysutils/cfengine3-legacy/Makefile57
-rw-r--r--sysutils/cfengine3-legacy/distinfo3
-rw-r--r--sysutils/cfengine3-legacy/files/cf-execd.in29
-rw-r--r--sysutils/cfengine3-legacy/files/cf-serverd.in29
-rw-r--r--sysutils/cfengine3-legacy/pkg-descr10
-rw-r--r--sysutils/cfengine3-legacy/pkg-plist192
6 files changed, 0 insertions, 320 deletions
diff --git a/sysutils/cfengine3-legacy/Makefile b/sysutils/cfengine3-legacy/Makefile
deleted file mode 100644
index e46a01c6c804..000000000000
--- a/sysutils/cfengine3-legacy/Makefile
+++ /dev/null
@@ -1,57 +0,0 @@
-# New ports collection makefile for: cfengine v3
-# Date created: February 2, 2009
-# Whom: jrhett@netconsonance.com
-#
-# $FreeBSD$
-#
-
-PORTNAME= cfengine
-PORTVERSION= 3.0.3
-CATEGORIES= sysutils
-MASTER_SITES= http://www.cfengine.org/tarballs/
-
-MAINTAINER= cy@FreeBSD.org
-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+= pcre-config:${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-promises.8 cf-runagent.8
-
-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 b52cdd2ea5d6..000000000000
--- a/sysutils/cfengine3-legacy/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (cfengine-3.0.3.tar.gz) = ba1af278e9f8b519766b6ca4e1377d22
-SHA256 (cfengine-3.0.3.tar.gz) = 1fb18c93a272fccc484548a302b21e2b4b0cca3a21e6743849040ee65be8655e
-SIZE (cfengine-3.0.3.tar.gz) = 2173283
diff --git a/sysutils/cfengine3-legacy/files/cf-execd.in b/sysutils/cfengine3-legacy/files/cf-execd.in
deleted file mode 100644
index 6c4a47840d68..000000000000
--- a/sysutils/cfengine3-legacy/files/cf-execd.in
+++ /dev/null
@@ -1,29 +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"}
-
-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 d84b25960dd1..000000000000
--- a/sysutils/cfengine3-legacy/files/cf-serverd.in
+++ /dev/null
@@ -1,29 +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"}
-
-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 544d8115e687..000000000000
--- a/sysutils/cfengine3-legacy/pkg-plist
+++ /dev/null
@@ -1,192 +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
-%%DOCSDIR%%/ChangeLog
-%%DOCSDIR%%/INSTALL
-%%DOCSDIR%%/NEWS
-%%DOCSDIR%%/README
-%%DOCSDIR%%/inputs/failsafe.cf
-%%DOCSDIR%%/inputs/library.cf
-%%DOCSDIR%%/inputs/promises.cf
-%%DOCSDIR%%/inputs/site.cf
-%%DOCSDIR%%/inputs/update.cf
-%%DOCSDIR%%/promise_knowledge.cf
-%%DOCSDIR%%/unit-env.cf
-%%DOCSDIR%%/unit_accessed_before.cf
-%%DOCSDIR%%/unit_accumulated_time.cf
-%%DOCSDIR%%/unit_acl.cf
-%%DOCSDIR%%/unit_acl_generic.cf
-%%DOCSDIR%%/unit_ago.cf
-%%DOCSDIR%%/unit_arrays.cf
-%%DOCSDIR%%/unit_backreferences_files.cf
-%%DOCSDIR%%/unit_badpromise.cf
-%%DOCSDIR%%/unit_badtype.cf
-%%DOCSDIR%%/unit_bsdflags.cf
-%%DOCSDIR%%/unit_cf2_integration.cf
-%%DOCSDIR%%/unit_change_detect.cf
-%%DOCSDIR%%/unit_changedbefore.cf
-%%DOCSDIR%%/unit_chdir.cf
-%%DOCSDIR%%/unit_classes_global.cf
-%%DOCSDIR%%/unit_classmatch.cf
-%%DOCSDIR%%/unit_classvar_convergence.cf
-%%DOCSDIR%%/unit_compare.cf
-%%DOCSDIR%%/unit_control_expand.cf
-%%DOCSDIR%%/unit_controlclasses.cf
-%%DOCSDIR%%/unit_copy.cf
-%%DOCSDIR%%/unit_copy_edit.cf
-%%DOCSDIR%%/unit_copylinks.cf
-%%DOCSDIR%%/unit_create_filedir.cf
-%%DOCSDIR%%/unit_createdb.cf
-%%DOCSDIR%%/unit_countlinesmatching.cf
-%%DOCSDIR%%/unit_customize_by_named_list.cf
-%%DOCSDIR%%/unit_definitions.cf
-%%DOCSDIR%%/unit_deletelines.cf
-%%DOCSDIR%%/unit_disable_and_rotate_files.cf
-%%DOCSDIR%%/unit_diskfree.cf
-%%DOCSDIR%%/unit_dollar.cf
-%%DOCSDIR%%/unit_edit_column_files.cf
-%%DOCSDIR%%/unit_edit_comment_lines.cf
-%%DOCSDIR%%/unit_edit_deletenotmatch.cf
-%%DOCSDIR%%/unit_edit_insert_lines.cf
-%%DOCSDIR%%/unit_edit_insert_lines_silly.cf
-%%DOCSDIR%%/unit_edit_passwd_file.cf
-%%DOCSDIR%%/unit_edit_replace_string.cf
-%%DOCSDIR%%/unit_edit_sectioned_file.cf
-%%DOCSDIR%%/unit_edit_setvar.cf
-%%DOCSDIR%%/unit_edit_triggerclass.cf
-%%DOCSDIR%%/unit_epimenides.cf
-%%DOCSDIR%%/unit_exec_args.cf
-%%DOCSDIR%%/unit_exec_in_sequence.cf
-%%DOCSDIR%%/unit_execd.cf
-%%DOCSDIR%%/unit_execresult.cf
-%%DOCSDIR%%/unit_expand.cf
-%%DOCSDIR%%/unit_failsafe.cf
-%%DOCSDIR%%/unit_file_change_detection.cf
-%%DOCSDIR%%/unit_file_owner_list_template.cf
-%%DOCSDIR%%/unit_fileexists.cf
-%%DOCSDIR%%/unit_filenames.cf
-%%DOCSDIR%%/unit_fileperms.cf
-%%DOCSDIR%%/unit_filesexist.cf
-%%DOCSDIR%%/unit_filesexist2.cf
-%%DOCSDIR%%/unit_fix_names.cf
-%%DOCSDIR%%/unit_getfields.cf
-%%DOCSDIR%%/unit_getgid.cf
-%%DOCSDIR%%/unit_getindices.cf
-%%DOCSDIR%%/unit_getindixes.cf
-%%DOCSDIR%%/unit_getregistry.cf
-%%DOCSDIR%%/unit_getuid.cf
-%%DOCSDIR%%/unit_global_list_expansion.cf
-%%DOCSDIR%%/unit_global_list_expansion_2.cf
-%%DOCSDIR%%/unit_grep.cf
-%%DOCSDIR%%/unit_groupexists.cf
-%%DOCSDIR%%/unit_hash.cf
-%%DOCSDIR%%/unit_hashcomment.cf
-%%DOCSDIR%%/unit_hashmatch.cf
-%%DOCSDIR%%/unit_hashuncomment.cf
-%%DOCSDIR%%/unit_helloworld.cf
-%%DOCSDIR%%/unit_hostrange.cf
-%%DOCSDIR%%/unit_hostsseen.cf
-%%DOCSDIR%%/unit_id.cf
-%%DOCSDIR%%/unit_insert_users.cf
-%%DOCSDIR%%/unit_intarray.cf
-%%DOCSDIR%%/unit_iprange.cf
-%%DOCSDIR%%/unit_irange.cf
-%%DOCSDIR%%/unit_isdir.cf
-%%DOCSDIR%%/unit_islink.cf
-%%DOCSDIR%%/unit_isnewerthan.cf
-%%DOCSDIR%%/unit_isplain.cf
-%%DOCSDIR%%/unit_isvariable.cf
-%%DOCSDIR%%/unit_iteration.cf
-%%DOCSDIR%%/unit_join.cf
-%%DOCSDIR%%/unit_knowledge_driver.cf
-%%DOCSDIR%%/unit_knowledge_txt.cf
-%%DOCSDIR%%/unit_lastnode.cf
-%%DOCSDIR%%/unit_ldap.cf
-%%DOCSDIR%%/unit_linking.cf
-%%DOCSDIR%%/unit_literal_server.cf
-%%DOCSDIR%%/unit_locate_files_and_compress.cf
-%%DOCSDIR%%/unit_log_private.cf
-%%DOCSDIR%%/unit_loops.cf
-%%DOCSDIR%%/unit_measurements.cf
-%%DOCSDIR%%/unit_method.cf
-%%DOCSDIR%%/unit_method_validate.cf
-%%DOCSDIR%%/unit_module_exec.cf
-%%DOCSDIR%%/unit_module_exec_2.cf
-%%DOCSDIR%%/unit_monitord.cf
-%%DOCSDIR%%/unit_mount_fs.cf
-%%DOCSDIR%%/unit_multipassvars.cf
-%%DOCSDIR%%/unit_neighbourhood_watch.cf
-%%DOCSDIR%%/unit_null_config.cf
-%%DOCSDIR%%/unit_occurrences.cf
-%%DOCSDIR%%/unit_ordering.cf
-%%DOCSDIR%%/unit_package_apt.cf
-%%DOCSDIR%%/unit_package_freebsd.cf
-%%DOCSDIR%%/unit_package_hash.cf
-%%DOCSDIR%%/unit_package_rpm.cf
-%%DOCSDIR%%/unit_package_solaris.cf
-%%DOCSDIR%%/unit_package_yum.cf
-%%DOCSDIR%%/unit_package_zypper.cf
-%%DOCSDIR%%/unit_parallel_exec.cf
-%%DOCSDIR%%/unit_pathtype.cf
-%%DOCSDIR%%/unit_pattern_and_edit.cf
-%%DOCSDIR%%/unit_peers.cf
-%%DOCSDIR%%/unit_postfix.cf
-%%DOCSDIR%%/unit_process_kill.cf
-%%DOCSDIR%%/unit_process_matching.cf
-%%DOCSDIR%%/unit_process_matching2.cf
-%%DOCSDIR%%/unit_process_matching3.cf
-%%DOCSDIR%%/unit_process_signalling.cf
-%%DOCSDIR%%/unit_promises.cf
-%%DOCSDIR%%/unit_readlist.cf
-%%DOCSDIR%%/unit_readtcp.cf
-%%DOCSDIR%%/unit_regarray.cf
-%%DOCSDIR%%/unit_registry.cf
-%%DOCSDIR%%/unit_regline.cf
-%%DOCSDIR%%/unit_reglist.cf
-%%DOCSDIR%%/unit_remove_deadlinks.cf
-%%DOCSDIR%%/unit_rename.cf
-%%DOCSDIR%%/unit_report_custom.cf
-%%DOCSDIR%%/unit_report_diffs.cf
-%%DOCSDIR%%/unit_report_state.cf
-%%DOCSDIR%%/unit_reporting.cf
-%%DOCSDIR%%/unit_reporttofile.cf
-%%DOCSDIR%%/unit_resolveconf.cf
-%%DOCSDIR%%/unit_returnszero.cf
-%%DOCSDIR%%/unit_root_passwd.cf
-%%DOCSDIR%%/unit_select_mode.cf
-%%DOCSDIR%%/unit_select_region.cf
-%%DOCSDIR%%/unit_select_size.cf
-%%DOCSDIR%%/unit_selectservers.cf
-%%DOCSDIR%%/unit_setvar.cf
-%%DOCSDIR%%/unit_server_copy_localhost.cf
-%%DOCSDIR%%/unit_server_copy_purge.cf
-%%DOCSDIR%%/unit_server_copy_remote.cf
-%%DOCSDIR%%/unit_server_flatcopy_localhost.cf
-%%DOCSDIR%%/unit_setuidlog.cf
-%%DOCSDIR%%/unit_splitstring.cf
-%%DOCSDIR%%/unit_sql.cf
-%%DOCSDIR%%/unit_storage.cf
-%%DOCSDIR%%/unit_strcmp.cf
-%%DOCSDIR%%/unit_stringarray.cf
-%%DOCSDIR%%/unit_syslog.cf
-%%DOCSDIR%%/unit_template.cf
-%%DOCSDIR%%/unit_tidy_all_files.cf
-%%DOCSDIR%%/unit_update.cf
-%%DOCSDIR%%/unit_user_edit.cf
-%%DOCSDIR%%/unit_user_edit_method.cf
-%%DOCSDIR%%/unit_userexists.cf
-%%DOCSDIR%%/unit_varclass.cf
-%%DOCSDIR%%/unit_vars.cf
-%%DOCSDIR%%/unit_warnifline.cf
-%%DOCSDIR%%/unit_webserver.cf
-@dirrm %%DOCSDIR%%/inputs
-@dirrm %%DOCSDIR%%