1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

- Remove systuils/cfengine2 port - superceded by re-born sysutils/cfengine

This commit is contained in:
Sergei Kolobov 2006-10-09 13:28:11 +00:00
parent 4845c44185
commit ac59525574
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=175082
8 changed files with 0 additions and 225 deletions

View File

@ -1,35 +0,0 @@
# New ports collection makefile for: cfengine2
# Date created: 2002-07-29
# Whom: fanf@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= cfengine
PORTVERSION= 2.1.20
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.iu.hio.no/pub/cfengine/ \
${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= sergei@FreeBSD.org
COMMENT= A systems administration tool for networks
USE_BDB= yes
USE_OPENSSL= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --with-berkeleydb=${LOCALBASE} --with-docs
CPPFLAGS+= -I${BDB_INCLUDE_DIR}
LDFLAGS+= -L${BDB_LIB_DIR} -l${BDB_LIB_NAME}
.if !defined(NOPORTDOCS)
INFO= cfengine-Anomalies cfengine-Reference cfengine-Tutorial
.endif
MAN8= cfagent.8 cfengine.8 cfenvd.8 cfenvgraph.8 cfetoolcheck.8 \
cfetoolcreate.8 cfetooldump.8 cfetoolgraph.8 cfetoolimport.8 \
cfetoolinfo.8 cfetoolupdate.8 cfexecd.8 cfkey.8 \
cfrun.8 cfservd.8 cfshow.8
.include <bsd.port.mk>

View File

@ -1,3 +0,0 @@
MD5 (cfengine-2.1.20.tar.gz) = 2510349fef9ccc47d80f133d4a35322e
SHA256 (cfengine-2.1.20.tar.gz) = 61bdca73ab60f7a707e02490ada8a357505121759ab0c2a4e6c14afc391253a0
SIZE (cfengine-2.1.20.tar.gz) = 3684594

View File

@ -1,17 +0,0 @@
--- Makefile.in.orig Sat Oct 1 16:32:09 2005
+++ Makefile.in Fri Oct 7 10:36:51 2005
@@ -201,8 +201,12 @@
@BUILD_DOC_TRUE@DOC_DIR = doc
SUBDIRS = pub src contrib inputs $(DOC_DIR)
EXTRA_DIST = acconfig.h doc/cfengine.8 COPYING ChangeLog INSTALL NEWS README
-docdir = $(pkgdatadir)
-doc_DATA = README ChangeLog INSTALL NEWS
+docdir = $(prefix)/share/doc/cfengine
+.if defined(NOPORTDOCS)
+doc_DATA =
+.else
+doc_DATA = AUTHORS ChangeLog README TODO
+.endif
#
# Some basic clean ups

View File

@ -1,12 +0,0 @@
--- contrib/Makefile.in.orig Mon Sep 13 19:21:57 2004
+++ contrib/Makefile.in Mon Sep 13 19:22:23 2004
@@ -17,7 +17,7 @@
srcdir = @srcdir@
top_srcdir = @top_srcdir@
VPATH = @srcdir@
-pkgdatadir = $(datadir)/@PACKAGE@
+pkgdatadir = $(prefix)/share/examples/cfengine
pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
top_builddir = ..

View File

@ -1,89 +0,0 @@
--- doc/Makefile.in.orig Sat Oct 1 16:32:08 2005
+++ doc/Makefile.in Fri Oct 7 10:07:40 2005
@@ -52,8 +52,12 @@
CONFIG_CLEAN_FILES =
SOURCES =
DIST_SOURCES =
+.if defined(NOPORTDOCS)
+INFO_DEPS =
+.else
INFO_DEPS = cfengine-Reference.info cfengine-Tutorial.info \
cfengine-Anomalies.info
+.endif
am__TEXINFO_TEX_DIR = $(srcdir)
DVIS = cfengine-Reference.dvi cfengine-Tutorial.dvi \
cfengine-Anomalies.dvi
@@ -205,15 +209,23 @@
# Info used in building and installing HTML files
htmlfiles = $(info_TEXINFOS:.texinfo=.html)
-htmldir = $(pkgdatadir)/html
+htmldir = $(docdir)
+.if defined(NOPORTDOCS)
+html_DATA =
+.else
html_DATA = $(htmlfiles)
+.endif
# Info used in building and installing Postscript files
psfiles = $(info_TEXINFOS:.texinfo=.ps)
pdffiles = $(info_TEXINFOS:.texinfo=.pdf)
dvifiles = $(info_TEXINFOS:.texinfo=.dvi)
-docdir = $(pkgdatadir)/doc
+docdir = $(prefix)/share/doc/cfengine
+.if defined(NOPORTDOCS)
+doc_DATA =
+.else
doc_DATA = $(psfiles) $(pdffiles)
+.endif
# Make sure these get distributed with everything else.
EXTRA_DIST = cfagent.8 cfenvd.8 cfenvgraph.8 cfexecd.8 cfkey.8 cfrun.8 cfservd.8 cfengine.8 cfshow.8 cfetoolcheck.8 cfetooldump.8 cfetoolimport.8 cfetoolupdate.8 cfetoolcreate.8 cfetoolgraph.8 cfetoolinfo.8 cfetoolcheck.8 cfetooldump.8 cfetoolimport.8 cfetoolupdate.8 cfetoolcreate.8 cfetoolgraph.8 cfetoolinfo.8 texinfo.tex $(htmlfiles) $(infofiles) $(psfiles) $(dvifiles) $(pdffiles)
@@ -579,6 +591,7 @@
rm -f "$(DESTDIR)$(man8dir)/$$inst"; \
done
install-docDATA: $(doc_DATA)
+.if !defined(NOPORTDOCS)
@$(NORMAL_INSTALL)
test -z "$(docdir)" || $(mkdir_p) "$(DESTDIR)$(docdir)"
@list='$(doc_DATA)'; for p in $$list; do \
@@ -587,6 +600,7 @@
echo " $(docDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(docdir)/$$f'"; \
$(docDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(docdir)/$$f"; \
done
+.endif
uninstall-docDATA:
@$(NORMAL_UNINSTALL)
@@ -596,6 +610,7 @@
rm -f "$(DESTDIR)$(docdir)/$$f"; \
done
install-htmlDATA: $(html_DATA)
+.if !defined(NOPORTDOCS)
@$(NORMAL_INSTALL)
test -z "$(htmldir)" || $(mkdir_p) "$(DESTDIR)$(htmldir)"
@list='$(html_DATA)'; for p in $$list; do \
@@ -604,6 +619,7 @@
echo " $(htmlDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(htmldir)/$$f'"; \
$(htmlDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(htmldir)/$$f"; \
done
+.endif
uninstall-htmlDATA:
@$(NORMAL_UNINSTALL)
@@ -712,6 +728,7 @@
install-info: install-info-am
install-info-am: $(INFO_DEPS)
+.if !defined(NOPORTDOCS)
@$(NORMAL_INSTALL)
test -z "$(infodir)" || $(mkdir_p) "$(DESTDIR)$(infodir)"
@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
@@ -741,6 +758,7 @@
install-info --info-dir="$(DESTDIR)$(infodir)" "$(DESTDIR)$(infodir)/$$relfile" || :;\
done; \
else : ; fi
+.endif
install-man: install-man8
installcheck-am:

View File

@ -1,12 +0,0 @@
--- inputs/Makefile.in.orig Mon Sep 13 19:25:42 2004
+++ inputs/Makefile.in Mon Sep 13 19:25:57 2004
@@ -17,7 +17,7 @@
srcdir = @srcdir@
top_srcdir = @top_srcdir@
VPATH = @srcdir@
-pkgdatadir = $(datadir)/@PACKAGE@
+pkgdatadir = $(prefix)/share/examples/cfengine
pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
top_builddir = ..

View File

@ -1,9 +0,0 @@
Cfengine, or the configuration engine is an agent/software robot and a
very high level language for building expert systems to administrate
and configure large computer networks. Cfengine uses the idea of
classes and a primitive form of intelligence to define and automate
the configuration and maintenance of system state, for small to huge
configurations. Cfengine is designed to be a part of a computer immune
system.
WWW: http://www.cfengine.org/

View File

@ -1,48 +0,0 @@
@comment $FreeBSD$
sbin/cfagent
sbin/cfconvert
sbin/cfdoc
sbin/cfenvd
sbin/cfenvgraph
sbin/cfetool
sbin/cfetoolgraph
sbin/cfexecd
sbin/cfkey
sbin/cfrun
sbin/cfservd
sbin/cfshow
%%EXAMPLESDIR%%/cf.chflags.example
%%EXAMPLESDIR%%/cf.freebsd.example
%%EXAMPLESDIR%%/cf.ftp.example
%%EXAMPLESDIR%%/cf.groups.example
%%EXAMPLESDIR%%/cf.linux.example
%%EXAMPLESDIR%%/cf.main.example
%%EXAMPLESDIR%%/cf.motd.example
%%EXAMPLESDIR%%/cf.preconf.example
%%EXAMPLESDIR%%/cf.services.example
%%EXAMPLESDIR%%/cf.site.example
%%EXAMPLESDIR%%/cf.solaris.example
%%EXAMPLESDIR%%/cf.sun4.example
%%EXAMPLESDIR%%/cf.users.example
%%EXAMPLESDIR%%/cfagent.conf-advanced.example
%%EXAMPLESDIR%%/cfagent.conf.example
%%EXAMPLESDIR%%/cfengine.el
%%EXAMPLESDIR%%/cfrc.example
%%EXAMPLESDIR%%/cfrun.hosts.example
%%EXAMPLESDIR%%/cfservd.conf.example
%%EXAMPLESDIR%%/update.conf.example
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%%%DOCSDIR%%/TODO
%%PORTDOCS%%%%DOCSDIR%%/cfengine-Anomalies.html
%%PORTDOCS%%%%DOCSDIR%%/cfengine-Anomalies.pdf
%%PORTDOCS%%%%DOCSDIR%%/cfengine-Anomalies.ps
%%PORTDOCS%%%%DOCSDIR%%/cfengine-Reference.html
%%PORTDOCS%%%%DOCSDIR%%/cfengine-Reference.pdf
%%PORTDOCS%%%%DOCSDIR%%/cfengine-Reference.ps
%%PORTDOCS%%%%DOCSDIR%%/cfengine-Tutorial.html
%%PORTDOCS%%%%DOCSDIR%%/cfengine-Tutorial.pdf
%%PORTDOCS%%%%DOCSDIR%%/cfengine-Tutorial.ps
%%PORTDOCS%%@dirrm %%DOCSDIR%%
@dirrm %%EXAMPLESDIR%%