diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-05-01 16:19:48 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-05-01 16:19:48 +0000 |
commit | 6c8151ca31507f91a2bcf7c1b387ecd82d70db07 (patch) | |
tree | cf5b31e8d450f1a56d701a05409f1a54e2b1b875 /sysutils/puppet-devel | |
parent | - Update to 1.08 (diff) |
2009-04-22 audio/snowstar: tcl8.0 support is going to be dropped
2009-04-29 devel/cppadvio: abandoned upstream, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-04-22 irc/olirc: project is discontinued and tcl82 support is going to be dropped
2009-04-12 multimedia/toxine: has been inactive for almost 5 years
2009-04-17 net-mgmt/nagios12: Obsolete version, consider migration to net-mgmt/nagios
2009-04-28 sysutils/bbsmount: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-04-30 sysutils/puppet-devel: Use sysutils/puppet instead
2009-04-28 sysutils/tua: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-04-28 x11/qrash: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
Notes
Notes:
svn path=/head/; revision=233077
Diffstat (limited to 'sysutils/puppet-devel')
-rw-r--r-- | sysutils/puppet-devel/Makefile | 82 | ||||
-rw-r--r-- | sysutils/puppet-devel/distinfo | 3 | ||||
-rw-r--r-- | sysutils/puppet-devel/files/patch-install.rb | 25 | ||||
-rw-r--r-- | sysutils/puppet-devel/files/pkg-deinstall.in | 13 | ||||
-rw-r--r-- | sysutils/puppet-devel/files/pkg-install.in | 54 | ||||
-rw-r--r-- | sysutils/puppet-devel/files/pkg-message.in | 12 | ||||
-rw-r--r-- | sysutils/puppet-devel/files/puppetd.in | 26 | ||||
-rw-r--r-- | sysutils/puppet-devel/files/puppetmasterd.in | 45 | ||||
-rw-r--r-- | sysutils/puppet-devel/pkg-descr | 14 | ||||
-rw-r--r-- | sysutils/puppet-devel/pkg-plist | 13 |
10 files changed, 0 insertions, 287 deletions
diff --git a/sysutils/puppet-devel/Makefile b/sysutils/puppet-devel/Makefile deleted file mode 100644 index c4aafa72fdc2..000000000000 --- a/sysutils/puppet-devel/Makefile +++ /dev/null @@ -1,82 +0,0 @@ -# New ports collection makefile for: rubygem-puppet -# Date created: 2007-03-03 -# Whom: Tomoyuki Sakurai <cherry@trombik.mine.nu> -# -# $FreeBSD$ -# - -PORTNAME= puppet -PORTVERSION= 0.24.5 -CATEGORIES= sysutils -MASTER_SITES= http://www.reductivelabs.com/downloads/puppet/ -PKGNAMESUFFIX= -devel -EXTRACT_SUFX= .tgz - -MAINTAINER= cherry@trombik.org -COMMENT= A configuration management framework written in Ruby - -BUILD_DEPENDS= ${RUBY_SITELIBDIR}/facter.rb:${PORTSDIR}/sysutils/facter \ - portupgrade>0:${PORTSDIR}/ports-mgmt/portupgrade -RUN_DEPENDS= ${BUILD_DEPENDS} - -DEPRECATED= Use sysutils/puppet instead -EXPIRATION_DATE= 2009-04-30 -CONFLICTS= puppet-[0-9]* - -NO_BUILD= yes -USE_RUBY= yes -USE_RC_SUBR= puppetmasterd puppetd -PORTDOCS= CHANGELOG README LICENSE COPYING -PORTEXAMPLES= * -PUPPET_USER:= puppet -PUPPET_GROUP:= ${PUPPET_USER} -PUPPET_RUNDIR:= /var/run/${PORTNAME} -PUPPET_WORKDIR:= /var/${PORTNAME} -SUB_FILES+= pkg-install pkg-message pkg-deinstall -SUB_LIST+= PUPPET_RUNDIR="${PUPPET_RUNDIR}" \ - PUPPET_USER="${PUPPET_USER}" \ - PUPPET_GROUP="${PUPPET_GROUP}" \ - PUPPET_WORKDIR="${PUPPET_WORKDIR}" - -.include <bsd.port.pre.mk> - -post-patch: - ${REINPLACE_CMD} -e "s|/etc/puppet|${PREFIX}/etc/puppet|" \ - ${WRKSRC}/lib/puppet/reference/configuration.rb - ${REINPLACE_CMD} -e "s|/etc/puppet|${PREFIX}/etc/puppet|" \ - ${WRKSRC}/lib/puppet/defaults.rb - -pre-install: - @${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL - -do-install: - cd ${WRKSRC} && ${SETENV} PREFIX=${PREFIX} ${RUBY} ${WRKSRC}/install.rb - -post-install: - ${INSTALL} -d ${PREFIX}/etc/${PORTNAME} -.for DIR in ssl manifests - ${INSTALL} -d ${PREFIX}/etc/${PORTNAME}/${DIR} -.endfor - ${RUBY} -I ${RUBY_SITELIBDIR} ${PREFIX}/bin/puppetmasterd \ - --confdir=${PREFIX}/etc/${PORTNAME} \ - --rundir=${PUPPET_RUNDIR} \ - --genconfig | \ - ${SED} -e 's/genconfig = true/# genconfig = false/' \ - > ${PREFIX}/etc/${PORTNAME}/puppet.conf-dist - @${ECHO} ${RUBY_SITELIBDIR}/puppet.rb | \ - ${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST} - @${FIND} ${RUBY_SITELIBDIR}/${PORTNAME} -type f | \ - ${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST} - @${FIND} ${RUBY_SITELIBDIR}/${PORTNAME} -type d | ${SORT} -r | \ - ${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST} - @${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL -.if !defined(NOPORTDOCS) - ${INSTALL} -d ${DOCSDIR} - cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} -.endif -.if !defined(NOPORTEXAMPLES) - cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} . ${EXAMPLESDIR} -.endif - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.post.mk> diff --git a/sysutils/puppet-devel/distinfo b/sysutils/puppet-devel/distinfo deleted file mode 100644 index c3fab415ee29..000000000000 --- a/sysutils/puppet-devel/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (puppet-0.24.5.tgz) = 1160bb69966b9145d9f845f1f355dd44 -SHA256 (puppet-0.24.5.tgz) = 0b5ff82b06699a5d10b2ee6e995f427b76540cc0e67ffa8243ee6fc03d8e641d -SIZE (puppet-0.24.5.tgz) = 872803 diff --git a/sysutils/puppet-devel/files/patch-install.rb b/sysutils/puppet-devel/files/patch-install.rb deleted file mode 100644 index fe86bcc97199..000000000000 --- a/sysutils/puppet-devel/files/patch-install.rb +++ /dev/null @@ -1,25 +0,0 @@ ---- install.rb.orig 2008-07-24 08:03:04.000000000 +0900 -+++ install.rb 2008-08-01 18:48:33.000000000 +0900 -@@ -98,11 +98,12 @@ - end - - def do_man(man, strip = 'man/') -+ return - man.each do |mf| - omf = File.join(InstallOptions.man_dir, mf.gsub(/#{strip}/, '')) - om = File.dirname(omf) - File.makedirs(om, true) -- File.chmod(0644, om) -+ File.chmod(0755, om) - File.install(mf, omf, 0644, true) - gzip = %x{which gzip} - gzip.chomp! -@@ -223,7 +224,7 @@ - else - bindir = Config::CONFIG['bindir'] - sbindir = Config::CONFIG['sbindir'] -- mandir = Config::CONFIG['mandir'] -+ mandir = ENV['PREFIX'] + "/man" - tmpdirs << Config::CONFIG['bindir'] - end - diff --git a/sysutils/puppet-devel/files/pkg-deinstall.in b/sysutils/puppet-devel/files/pkg-deinstall.in deleted file mode 100644 index 415066ce8a94..000000000000 --- a/sysutils/puppet-devel/files/pkg-deinstall.in +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh -# $FreeBSD: /tmp/pcvs/ports/sysutils/puppet-devel/files/Attic/pkg-deinstall.in,v 1.1 2008-09-04 19:08:58 beech Exp $ -PATH="/bin:/sbin:/usr/bin:/usr/sbin" - -RUNDIR=%%PUPPET_RUNDIR%% -WORKDIR=%%PUPPET_WORKDIR%% - -if [ "$2" = "POST-DEINSTALL" ]; then - echo "=> Deleting ${RUNDIR} if empty..." - rm -d ${RUNDIR} 2>/dev/null || true - echo "=> Deleting ${WORKDIR} if empty..." - rm -d ${WORKDIR} 2>/dev/null || true -fi diff --git a/sysutils/puppet-devel/files/pkg-install.in b/sysutils/puppet-devel/files/pkg-install.in deleted file mode 100644 index 08e41588ae0f..000000000000 --- a/sysutils/puppet-devel/files/pkg-install.in +++ /dev/null @@ -1,54 +0,0 @@ -#!/bin/sh -# $FreeBSD$ -PATH="/bin:/sbin:/usr/bin:/usr/sbin" - -PUPPET_USER=%%PUPPET_USER%% -PUPPET_GROUP=%%PUPPET_GROUP%% -UID=814 -GID=$UID - -RUNDIR=%%PUPPET_RUNDIR%% -WORKDIR=%%PUPPET_WORKDIR%% - -PW="pw" -CHOWN="chown" -INSTALL_DIR="install -d -o ${PUPPET_USER} -g ${PUPPET_GROUP} -m 0755" - -if [ "$2" = "PRE-INSTALL" ]; then - - if ! ${PW} groupshow ${PUPPET_GROUP} 2>/dev/null 1>&2; then - if ${PW} groupadd ${PUPPET_GROUP} -g $GID; then - echo "=> Added group \"${PUPPET_GROUP}\"." - else - echo "=> Adding group \"${PUPPET_GROUP}\" failed..." - exit 1 - fi - fi - - if ! ${PW} usershow ${PUPPET_USER} 2>/dev/null 1>&2; then - if ${PW} useradd ${PUPPET_USER} -u $UID -g ${PUPPET_GROUP} -h - \ - -s "/sbin/nologin" -d "/nonexistent" \ - -c "Puppet Daemon"; then - echo "=> Added user \"${PUPPET_USER}\"." - else - echo "=> Adding user \"${PUPPET_USER}\" failed..." - exit 1 - fi - fi - -elif [ "$2" = "POST-INSTALL" ]; then - if [ -d ${RUNDIR} ]; then - echo "=> ${RUNDIR} already exists." - else - echo -n "=> Creating RUNDIR ${RUNDIR}... " - ${INSTALL_DIR} ${RUNDIR} || echo "failed" - fi - if [ -d ${WORKDIR} ]; then - echo "=> ${WORKDIR} already exists." - else - echo -n "=> Creating WORKDIR ${WORKDIR}... " - ${INSTALL_DIR} ${WORKDIR} || echo "failed" - fi -fi - -exit 0 diff --git a/sysutils/puppet-devel/files/pkg-message.in b/sysutils/puppet-devel/files/pkg-message.in deleted file mode 100644 index 2fa9f3421251..000000000000 --- a/sysutils/puppet-devel/files/pkg-message.in +++ /dev/null @@ -1,12 +0,0 @@ - -To enable puppetd and/or puppetmasterd, add: - -puppetd_enable="YES" -puppetmasterd_enable="YES" - -to /etc/rc.conf - -Individual config files such as %%PREFIX%%/etc/puppet/puppetmasterd.conf are -deprecated. Use a single file, %%PREFIX%%/etc/puppet/puppet.conf. - -Now the default PID directory is %%PUPPET_RUNDIR%%. diff --git a/sysutils/puppet-devel/files/puppetd.in b/sysutils/puppet-devel/files/puppetd.in deleted file mode 100644 index e417ae6bd8f7..000000000000 --- a/sysutils/puppet-devel/files/puppetd.in +++ /dev/null @@ -1,26 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# -# PROVIDE: puppetd -# REQUIRE: NETWORK - -# Add the following lines to /etc/rc.conf to enable puppetd: -# -# puppetd_enable="YES" - -. %%RC_SUBR%% - -name="puppetd" -rcvar=`set_rcvar` - -command="%%PREFIX%%/bin/${name}" -command_interpreter="%%PREFIX%%/bin/ruby18" - -load_rc_config "$name" -: ${puppetd_enable="NO"} -: ${puppetd_pid="%%PUPPET_RUNDIR%%/${name}.pid"} -: ${puppetd_flags="--rundir %%PUPPET_RUNDIR%%"} -pidfile="$puppetd_pid" - -run_rc_command "$1" diff --git a/sysutils/puppet-devel/files/puppetmasterd.in b/sysutils/puppet-devel/files/puppetmasterd.in deleted file mode 100644 index 3afb97663a24..000000000000 --- a/sysutils/puppet-devel/files/puppetmasterd.in +++ /dev/null @@ -1,45 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# -# PROVIDE: puppetmasterd -# REQUIRE: NETWORK - -# Add the following lines to /etc/rc.conf to enable puppetmasterd: -# -# puppetmasterd_enable="YES" -# puppetmasterd_confdir: Set to %%PREFIX%%/etc/puppet by default -# puppetmasterd_flags: Set to "--pidfile ${puppetmasterd_pid}" by default -# - -. %%RC_SUBR%% - -name="puppetmasterd" -rcvar=`set_rcvar` - -command="%%PREFIX%%/bin/${name}" -command_interpreter="%%PREFIX%%/bin/ruby18" -start_precmd="puppetmasterd_checkconfig" -restart_precmd="puppetmasterd_checkconfig" - -puppetmasterd_checkconfig() { - echo -n "Performing sanity check of ${name} configuration: " - ${command} --parseonly ${puppetmasterd_flags} >/dev/null 2>&1 - rv=$? - if [ $rv != 0 ]; then - echo "FAILED, ${name} exited with status ${rv}" - ${command} --parseonly ${puppetmasterd_flags} - return 1 - else - echo "OK" - fi -} - -load_rc_config "$name" -: ${puppetmasterd_enable="NO"} -: ${puppetmasterd_confdir="%%PREFIX%%/etc/puppet"} -: ${puppetmasterd_pid="%%PUPPET_RUNDIR%%/${name}.pid"} -: ${puppetmasterd_flags="--pidfile ${puppetmasterd_pid}"} -pidfile="$puppetmasterd_pid" - -run_rc_command "$1" diff --git a/sysutils/puppet-devel/pkg-descr b/sysutils/puppet-devel/pkg-descr deleted file mode 100644 index df0ca5b4e1a2..000000000000 --- a/sysutils/puppet-devel/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -Puppet lets you centrally manage every important aspect of your system using -a cross-platform specification language that manages all the separate -elements normally aggregated in different files, like users, cron jobs, and -hosts, along with obviously discrete elements like packages, services, and -files. - -This is a developement version of sysutils/puppet. Use this if you'd like to -give the latest release a try. Do NOT use in production environment. - -What makes it stable depends on comments from developers, such as -http://reductivelabs.com/trac/puppet/wiki/DownloadingPuppet and feedback from -users. - -WWW: http://reductivelabs.com/trac/puppet diff --git a/sysutils/puppet-devel/pkg-plist b/sysutils/puppet-devel/pkg-plist deleted file mode 100644 index 35eafc00a3be..000000000000 --- a/sysutils/puppet-devel/pkg-plist +++ /dev/null @@ -1,13 +0,0 @@ -@comment $FreeBSD$ -bin/filebucket -bin/puppetd -bin/puppetca -bin/puppet -bin/puppetdoc -bin/puppetrun -bin/puppetmasterd -bin/ralsh -etc/puppet/puppet.conf-dist -@dirrmtry etc/puppet/ssl -@dirrmtry etc/puppet/manifests -@dirrmtry etc/puppet |