diff options
Diffstat (limited to 'sysutils/cfengine3')
-rw-r--r-- | sysutils/cfengine3/Makefile | 39 | ||||
-rw-r--r-- | sysutils/cfengine3/distinfo | 1 | ||||
-rw-r--r-- | sysutils/cfengine3/files/patch-ab | 11 | ||||
-rw-r--r-- | sysutils/cfengine3/files/patch-ac | 28 | ||||
-rw-r--r-- | sysutils/cfengine3/files/patch-ad | 37 | ||||
-rw-r--r-- | sysutils/cfengine3/files/patch-ae | 15 | ||||
-rw-r--r-- | sysutils/cfengine3/pkg-comment | 1 | ||||
-rw-r--r-- | sysutils/cfengine3/pkg-descr | 9 | ||||
-rw-r--r-- | sysutils/cfengine3/pkg-plist | 53 |
9 files changed, 0 insertions, 194 deletions
diff --git a/sysutils/cfengine3/Makefile b/sysutils/cfengine3/Makefile deleted file mode 100644 index 2cde1d8e5757..000000000000 --- a/sysutils/cfengine3/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# New ports collection makefile for: cfengine -# Date created: March 16, 1998 -# Whom: jseger@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= cfengine -PORTVERSION= 1.6.3 -PORTREVISION= 1 -CATEGORIES= sysutils -MASTER_SITES= ftp://ftp.iu.hioslo.no/pub/cfengine/ \ - ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= gordont@bluemtn.net - -LIB_DEPENDS= db3:${PORTSDIR}/databases/db3 -.if defined(PACKAGE_BUILDING) && !exists(/usr/include/tcpd.h) -LIB_DEPENDS+= wrap.7:${PORTSDIR}/security/tcp_wrapper -.endif - -USE_GMAKE= yes -USE_AUTOMAKE= yes - -MAN8= cfengine.8 - -pre-configure: - @cd ${WRKSRC} && aclocal && autoheader - -post-install: -.if defined(NOPORTDOCS) - @${RM} -rf ${PREFIX}/share/doc/${PORTNAME} -.endif -.for binary in cfd cfengine cfrun cfkey - @strip ${PREFIX}/sbin/${binary} -.endfor - -.include <bsd.port.mk> diff --git a/sysutils/cfengine3/distinfo b/sysutils/cfengine3/distinfo deleted file mode 100644 index 78eea57961bf..000000000000 --- a/sysutils/cfengine3/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (cfengine-1.6.3.tar.gz) = 5076ff2292a2a00acafc9849175384e3 diff --git a/sysutils/cfengine3/files/patch-ab b/sysutils/cfengine3/files/patch-ab deleted file mode 100644 index 61a20728638a..000000000000 --- a/sysutils/cfengine3/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- src/classes.c.orig Wed Oct 20 03:41:30 1999 -+++ src/classes.c Tue Apr 25 16:37:00 2000 -@@ -97,7 +97,7 @@ - "irix4","ip*","4*", /* irix4 */ - "irix", "ip*","*", /* irix */ - "irix64","ip*","*", /* irix64 */ -- "freebsd","i?86","*", /* freebsd */ -+ "freebsd","*","*", /* freebsd */ - "sunos","i86pc","5*", /* solarisx86 */ - "bsd","*","*", /* bsd 4.3 */ - "newsos","*","*", /* newsos4 */ diff --git a/sysutils/cfengine3/files/patch-ac b/sysutils/cfengine3/files/patch-ac deleted file mode 100644 index 402872a89106..000000000000 --- a/sysutils/cfengine3/files/patch-ac +++ /dev/null @@ -1,28 +0,0 @@ ---- configure.in.orig Mon Jan 15 03:51:48 2001 -+++ configure.in Tue Jan 23 01:13:32 2001 -@@ -60,13 +60,13 @@ - AC_PROG_RANLIB - AC_PROG_INSTALL - --AC_PATH_PROG(LATEX, latex, false, \ -+AC_PATH_PROG(LATEX, latex, true, \ - $PATH:$prefix/bin:/usr/bin:/usr/local/bin) --AC_PATH_PROG(TEXI2DVI, texi2dvi, false, \ -+AC_PATH_PROG(TEXI2DVI, texi2dvi, true, \ - $PATH:$prefix/bin:/usr/bin:/usr/local/bin) --AC_PATH_PROG(DVIPS, dvips, false, \ -+AC_PATH_PROG(DVIPS, dvips, true, \ - $PATH:$prefix/bin:/usr/bin:/usr/local/bin) --AC_PATH_PROG(MAKEINFO, makeinfo, false, \ -+AC_PATH_PROG(MAKEINFO, makeinfo, true, \ - $PATH:$prefix/bin:/usr/bin:/usr/local/bin) - - -@@ -262,6 +262,7 @@ - freebsd*) - AC_DEFINE(FREEBSD) - CFLAGS="$CFLAGS -pthread" -+ LIBS="$LIBS -ldes" - AC_CHECK_HEADERS(pthread.h) - ;; - netbsd*) diff --git a/sysutils/cfengine3/files/patch-ad b/sysutils/cfengine3/files/patch-ad deleted file mode 100644 index f8a19a8ba386..000000000000 --- a/sysutils/cfengine3/files/patch-ad +++ /dev/null @@ -1,37 +0,0 @@ -This moves the documentation out of /usr/local/share/cfengine/{doc,html} into -/usr/local/shared/doc/cfengine to keep it inline with the rest of the ports. - ---- doc/Makefile.am.orig Fri Dec 1 19:24:39 2000 -+++ doc/Makefile.am Tue Jan 23 02:07:04 2001 -@@ -2,7 +2,7 @@ - info_TEXINFOS = cfengine-Reference.texinfo cfengine-Tutorial.texinfo - - # Info used in building and installing HTML files --htmldir = $(pkgdatadir)/html -+htmldir = $(datadir)/doc/cfengine - htmlfiles = cfengine-Reference.html cfengine-Tutorial.html - html_DATA = $(htmlfiles) cf-security.html - -@@ -14,18 +14,19 @@ - # then uncomment the reference to ps2 - psfiles = $(ps1) # $(ps2) - --psdir = $(pkgdatadir)/doc -+psdir = $(datadir)/doc/cfengine - ps_DATA = $(psfiles) - - # Make sure these get distributed with everything else. - EXTRA_DIST = \ - texinfo.tex \ -- cf-security.html \ -+ $(html_DATA) \ -+ $(ps_DATA) \ - locks.latex \ - paper1.latex \ - paper2.latex - --SUFFIXES = html latex -+SUFFIXES = .html .latex - - %.html : %.texinfo - ${MAKEINFO} --html $< diff --git a/sysutils/cfengine3/files/patch-ae b/sysutils/cfengine3/files/patch-ae deleted file mode 100644 index 364e79ebecbb..000000000000 --- a/sysutils/cfengine3/files/patch-ae +++ /dev/null @@ -1,15 +0,0 @@ -This patch only makes sense if you subscribe to the FreeBSD port model. -Basically this only works if you have installed BerkleyDB from the ports -collection. - ---- src/misc.c.orig Wed Jan 24 07:28:01 2001 -+++ src/misc.c Wed Mar 28 12:41:06 2001 -@@ -39,7 +39,7 @@ - - - #ifdef HAVE_DB_H --# include <db.h> -+#include <db3/db.h> - #endif - - /*******************************************************************/ diff --git a/sysutils/cfengine3/pkg-comment b/sysutils/cfengine3/pkg-comment deleted file mode 100644 index 1e26973ca336..000000000000 --- a/sysutils/cfengine3/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -GNU cfengine - a systems administration tool for networks diff --git a/sysutils/cfengine3/pkg-descr b/sysutils/cfengine3/pkg-descr deleted file mode 100644 index 8f08a393f837..000000000000 --- a/sysutils/cfengine3/pkg-descr +++ /dev/null @@ -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.iu.hioslo.no/cfengine/ diff --git a/sysutils/cfengine3/pkg-plist b/sysutils/cfengine3/pkg-plist deleted file mode 100644 index 7d216a6c6d18..000000000000 --- a/sysutils/cfengine3/pkg-plist +++ /dev/null @@ -1,53 +0,0 @@ -@unexec install-info --delete %D/info/cfengine-Reference.info %D/info/dir -@unexec install-info --delete %D/info/cfengine-Tutorial.info %D/info/dir -info/cfengine-Reference.info -info/cfengine-Reference.info-1 -info/cfengine-Reference.info-2 -info/cfengine-Reference.info-3 -info/cfengine-Reference.info-4 -info/cfengine-Reference.info-5 -info/cfengine-Reference.info-6 -info/cfengine-Reference.info-7 -info/cfengine-Tutorial.info -info/cfengine-Tutorial.info-1 -info/cfengine-Tutorial.info-2 -info/cfengine-Tutorial.info-3 -info/cfengine-Tutorial.info-4 -info/cfengine-Tutorial.info-5 -@exec install-info %D/info/cfengine-Reference.info %D/info/dir -@exec install-info %D/info/cfengine-Tutorial.info %D/info/dir -sbin/cfcron -sbin/cfd -sbin/cfdoc -sbin/cfengine -sbin/cfkey -sbin/cfmail -sbin/cfmailfilter -sbin/cfrun -sbin/cfwrap -sbin/vicf -share/cfengine/cf.chflags.example -share/cfengine/cf.freebsd.example -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/cfengine.el -share/cfengine/cfrc.example -share/cfengine/cfrun.hosts.example -share/cfengine/start-cfd -@dirrm share/cfengine -%%PORTDOCS%%share/doc/cfengine/cf-security.html -%%PORTDOCS%%share/doc/cfengine/cfengine-Reference.html -%%PORTDOCS%%share/doc/cfengine/cfengine-Tutorial.html -%%PORTDOCS%%@dirrm share/doc/cfengine |