aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-09-02 20:45:01 +0800
committerbapt <bapt@FreeBSD.org>2014-09-02 20:45:01 +0800
commit5d8fa1985f0a3c993d2ac8be51d77e13a7069c46 (patch)
tree4ce2268d46a283b4974f1c882246ad99f965bc1a /sysutils
parentfc1b42c314a150088d58def02e0a068a571fb2a3 (diff)
downloadfreebsd-ports-gnome-5d8fa1985f0a3c993d2ac8be51d77e13a7069c46.tar.gz
freebsd-ports-gnome-5d8fa1985f0a3c993d2ac8be51d77e13a7069c46.tar.zst
freebsd-ports-gnome-5d8fa1985f0a3c993d2ac8be51d77e13a7069c46.zip
Second run at cleaning out non staged ports without pending PR
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/Makefile1
-rw-r--r--sysutils/boxbackup/Makefile113
-rw-r--r--sysutils/boxbackup/distinfo2
-rw-r--r--sysutils/boxbackup/files/999.boxbackup.in66
-rw-r--r--sysutils/boxbackup/files/bbackupd.in28
-rw-r--r--sysutils/boxbackup/files/bbstored.in28
-rw-r--r--sysutils/boxbackup/files/patch-bbackupd-config11
-rw-r--r--sysutils/boxbackup/files/pkg-message.in13
-rw-r--r--sysutils/boxbackup/pkg-descr13
-rw-r--r--sysutils/boxbackup/pkg-plist17
10 files changed, 0 insertions, 292 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile
index 7c217bbf769d..19da80bd74c6 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -75,7 +75,6 @@
SUBDIR += bkpupsd
SUBDIR += bksh
SUBDIR += bontmia
- SUBDIR += boxbackup
SUBDIR += brasero
SUBDIR += brebis
SUBDIR += bsd-splash-changer
diff --git a/sysutils/boxbackup/Makefile b/sysutils/boxbackup/Makefile
deleted file mode 100644
index 18254c9b2f89..000000000000
--- a/sysutils/boxbackup/Makefile
+++ /dev/null
@@ -1,113 +0,0 @@
-# Created by: James O'Gorman <james@netinertia.co.uk>
-# $FreeBSD$
-
-PORTNAME= boxbackup
-PORTVERSION= 0.11.1
-PORTREVISION= 4
-CATEGORIES= sysutils
-MASTER_SITES= SF
-PKGNAMESUFFIX= ${CLIENT_OR_SERVER}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Open source, completely automatic on-line backup system for Unix
-
-LICENSE= BSD GPLv2
-LICENSE_COMB= dual
-LICENSE_FILE= ${WRKSRC}/LICENSE-DUAL.txt
-
-USES= perl5 tar:tgz
-USE_OPENSSL= yes
-GNU_CONFIGURE= yes
-USE_AUTOTOOLS= autoconf aclocal autoheader
-ACLOCAL_ARGS+= -I ${WRKSRC}/infrastructure/m4
-
-MAKE_JOBS_UNSAFE=yes
-
-CONFIGURE_ARGS+=--sysconfdir=${PREFIX}/etc
-
-SUB_FILES= pkg-message
-
-OPTIONS_DEFINE= READLINE
-
-OPTIONS_MULTI= FLAVOUR
-OPTIONS_MULTI_FLAVOUR= CLIENT SERVER
-
-CLIENT_DESC= Install the bbackupd client
-SERVER_DESC= Install the bbstored server
-
-OPTIONS_DEFAULT=CLIENT SERVER
-
-NO_STAGE= yes
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MREADLINE}
-CONFIGURE_ARGS+=--enable-gnu-readline
-.endif
-
-MANCOMPRESSED= yes
-.if ${PORT_OPTIONS:MCLIENT}
-USE_RC_SUBR+= bbackupd
-PLIST_SUB+= CLIENT=""
-SUB_LIST+= CLIENT=""
-ALL_TARGET+= build-backup-client
-INSTALL_TARGET+=install-backup-client
-MAN5+= bbackupd.conf.5
-MAN8+= bbackupd.8 bbackupctl.8 bbackupd-config.8 bbackupquery.8
-SUB_FILES+= 999.boxbackup
-.else
-PLIST_SUB+= CLIENT="@comment "
-SUB_LIST+= CLIENT="@comment "
-.endif
-
-.if ${PORT_OPTIONS:MSERVER}
-USE_RC_SUBR+= bbstored
-USERS+= _bbstored
-GROUPS+= _bbstored
-PLIST_SUB+= SERVER=""
-SUB_LIST+= SERVER=""
-ALL_TARGET+= build-backup-server
-INSTALL_TARGET+=install-backup-server
-MAN5+= bbstored.conf.5 raidfile.conf.5
-MAN8+= bbstored.8 bbstoreaccounts.8 bbstored-certs.8 bbstored-config.8 raidfile-config.8
-.else
-PLIST_SUB+= SERVER="@comment "
-SUB_LIST+= SERVER="@comment "
-.endif
-
-.if ! ${PORT_OPTIONS:MCLIENT}
-# if this is a server-only install, CONFLICT with an install of the CLIENT or both
-CONFLICTS= boxbackup-client-[0-9]* boxbackup-[0-9]*
-CLIENT_OR_SERVER=-server
-.elif ! ${PORT_OPTIONS:MSERVER}
-# if this is a client-only install, CONFLICT with an install of the SERVER or both
-CONFLICTS= boxbackup-server-[0-9]* boxbackup-[0-9]*
-CLIENT_OR_SERVER=-client
-.else
-# if we install boxbackup-[0-9]*, we should CONFLICT with a CLIENT or SERVER only install
-# PKGNAMESUFFIX is empty at this point
-CONFLICTS= boxbackup-server-[0-9]* boxbackup-client-[0-9]*
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -e '/html/d' ${WRKSRC}/parcels.txt
-
-post-configure:
- @${REINPLACE_CMD} -e '/share.doc.boxbackup/d' \
- ${WRKSRC}/parcels/scripts/install-backup-*
-
-post-install:
-.if ${PORT_OPTIONS:MCLIENT}
- @${MKDIR} -m 0700 ${PREFIX}/etc/boxbackup/bbackupd
- @${MKDIR} ${PREFIX}/etc/periodic/monthly
- ${INSTALL_SCRIPT} ${WRKDIR}/999.boxbackup ${PREFIX}/etc/periodic/monthly
-.endif
-.if ${PORT_OPTIONS:MSERVER}
- @${MKDIR} -m 0700 ${PREFIX}/etc/boxbackup/bbstored
-.endif
- @${CAT} ${PKGMESSAGE}
-
-test:
- @${ECHO_CMD} "===> Running tests"
- @${MAKE} -C ${WRKSRC} test
-
-.include <bsd.port.mk>
diff --git a/sysutils/boxbackup/distinfo b/sysutils/boxbackup/distinfo
deleted file mode 100644
index 80e6c3f2b41a..000000000000
--- a/sysutils/boxbackup/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (boxbackup-0.11.1.tgz) = 1328b010477259c4767276dbfebab6580e883336cc9d25696c39991b09cc6d32
-SIZE (boxbackup-0.11.1.tgz) = 1863270
diff --git a/sysutils/boxbackup/files/999.boxbackup.in b/sysutils/boxbackup/files/999.boxbackup.in
deleted file mode 100644
index e620fa306ca9..000000000000
--- a/sysutils/boxbackup/files/999.boxbackup.in
+++ /dev/null
@@ -1,66 +0,0 @@
-#!/bin/sh
-#
-# $FreeBSD$
-#
-# Box Backup monthly store compare
-#
-# Add the following to /etc/periodic.conf to enable the monthly compare:
-# monthly_boxbackup_compare_enable="YES"
-#
-# By default the script will run "compare -aq". If you want to change this to
-# run a full compare, add the following to periodic.conf:
-# monthly_boxbackup_compare_args="-a"
-#
-# NOTE: This script will cause the monthly periodic(8) run to take much longer
-# than usual, depending on the size of your backup store.
-#
-# If you wish to run this independently of the monthly job, you can create a
-# new periodic entry as follows:
-#
-# # mkdir /usr/local/etc/periodic/boxbackup
-# # mv /usr/local/etc/periodic/monthly/999.boxbackup \
-# /usr/local/etc/periodic/boxbackup/100.compare
-#
-# Then add the following to /etc/crontab:
-# 30 5 1 * * root periodic boxbackup
-#
-# (adjust the timings as necessary)
-#
-# You may also wish to add boxbackup_output="root" to periodic.conf so that
-# mail comes from periodic rather than cron.
-
-monthly_boxbackup_compare_enable="NO"
-monthly_boxbackup_compare_args="-aq"
-
-if [ -r /etc/defaults/periodic.conf ]
-then
- . /etc/defaults/periodic.conf
- source_periodic_confs
-fi
-
-rc=0
-
-case "$monthly_boxbackup_compare_enable" in
- [Yy][Ee][Ss])
- echo
- echo "Running Box Backup store compare:"
- %%PREFIX%%/sbin/bbackupquery -q "compare -c $monthly_boxbackup_compare_args" quit
-
- # Return codes:
- # 1 Comparison was exact
- # 2 Differences were found
- # 3 An error occurred
- if [ $? -eq 2 ]; then
- echo
- echo "Differences were found. Please check the output."
- rc=3
- elif [ $? -eq 3 ]; then
- echo
- echo "An error occurred. Please check the output."
- rc=3
- fi
-
- ;;
-esac
-
-exit $rc
diff --git a/sysutils/boxbackup/files/bbackupd.in b/sysutils/boxbackup/files/bbackupd.in
deleted file mode 100644
index ae7240515f86..000000000000
--- a/sysutils/boxbackup/files/bbackupd.in
+++ /dev/null
@@ -1,28 +0,0 @@
-#!/bin/sh
-
-# $FreeBSD$
-#
-# PROVIDE: bbackupd
-# REQUIRE: NETWORKING
-# KEYWORD: shutdown
-#
-# Add the following line to /etc/rc.conf to enable bbackupd:
-#
-# bbackupd_enable="YES"
-
-. /etc/rc.subr
-
-name="bbackupd"
-rcvar=bbackupd_enable
-
-load_rc_config $name
-
-: ${bbackupd_enable:="NO"}
-: ${bbackupd_flags:="%%PREFIX%%/etc/boxbackup/bbackupd.conf"}
-
-pidfile=${bbackupd_pidfile:-"/var/run/bbackupd.pid"}
-
-command="%%PREFIX%%/sbin/bbackupd"
-extra_commands="reload"
-
-run_rc_command "$1"
diff --git a/sysutils/boxbackup/files/bbstored.in b/sysutils/boxbackup/files/bbstored.in
deleted file mode 100644
index 5a4ded4312bd..000000000000
--- a/sysutils/boxbackup/files/bbstored.in
+++ /dev/null
@@ -1,28 +0,0 @@
-#!/bin/sh
-
-# $FreeBSD$
-#
-# PROVIDE: bbstored
-# REQUIRE: NETWORKING
-# KEYWORD: shutdown
-#
-# Add the following line to /etc/rc.conf to enable bbstored:
-#
-# bbstored_enable="YES"
-
-. /etc/rc.subr
-
-name="bbstored"
-rcvar=bbstored_enable
-
-load_rc_config $name
-
-: ${bbstored_enable:="NO"}
-: ${bbstored_flags:="%%ETCDIR%%/bbstored.conf"}
-
-pidfile=${bbstored_pidfile:-"/var/run/bbstored.pid"}
-
-command="%%PREFIX%%/sbin/bbstored"
-extra_commands="reload"
-
-run_rc_command "$1"
diff --git a/sysutils/boxbackup/files/patch-bbackupd-config b/sysutils/boxbackup/files/patch-bbackupd-config
deleted file mode 100644
index 81a15385159d..000000000000
--- a/sysutils/boxbackup/files/patch-bbackupd-config
+++ /dev/null
@@ -1,11 +0,0 @@
---- bin/bbackupd/bbackupd-config.in.orig 2013-01-25 13:17:39.942303010 +1300
-+++ bin/bbackupd/bbackupd-config.in 2013-01-25 13:18:04.021348906 +1300
-@@ -445,7 +445,7 @@
-
- Server
- {
-- PidFile = $working_dir/bbackupd.pid
-+ PidFile = /var/run/bbackupd.pid
- }
-
-
diff --git a/sysutils/boxbackup/files/pkg-message.in b/sysutils/boxbackup/files/pkg-message.in
deleted file mode 100644
index ee4ff003ca2a..000000000000
--- a/sysutils/boxbackup/files/pkg-message.in
+++ /dev/null
@@ -1,13 +0,0 @@
-%%SERVER%%
-%%SERVER%%To run bbstored at startup, add bbstored_enable="YES" to /etc/rc.conf
-%%SERVER%%Please see http://www.boxbackup.org/server.html for server
-%%SERVER%%configuration options
-
-The default location of configuration files changed from
-%%PREFIX%%/etc/box to %%ETCDIR%%, if you are upgrading then run
- mv %%PREFIX%%/etc/box %%ETCDIR%%
-
-%%CLIENT%%To run bbackupd at startup, add bbackupd_enable="YES" to /etc/rc.conf
-%%CLIENT%%Please see http://www.boxbackup.org/client.html for client
-%%CLIENT%%configuration options
-%%CLIENT%%
diff --git a/sysutils/boxbackup/pkg-descr b/sysutils/boxbackup/pkg-descr
deleted file mode 100644
index 1d8c6ddbc5d5..000000000000
--- a/sysutils/boxbackup/pkg-descr
+++ /dev/null
@@ -1,13 +0,0 @@
-This is a port of Box Backup, an online backup daemon
-
-The backup daemon, bbackupd, runs on all machines to be backed up. The
-store server daemon, bbstored runs on a central server. Data is sent
-to the store server, which stores all data on local filesystems, that
-is, only on local hard drives. Tape or other archive media is not
-used.
-
-The system is designed to be easy to set up and run, and cheap to use.
-Once set up, there should be no need for user or administrative
-intervention, apart from usual system maintenance.
-
-WWW: http://www.boxbackup.org/
diff --git a/sysutils/boxbackup/pkg-plist b/sysutils/boxbackup/pkg-plist
deleted file mode 100644
index 983bcbaa529d..000000000000
--- a/sysutils/boxbackup/pkg-plist
+++ /dev/null
@@ -1,17 +0,0 @@
-%%CLIENT%%sbin/bbackupctl
-%%CLIENT%%sbin/bbackupd
-%%CLIENT%%sbin/bbackupd-config
-%%CLIENT%%sbin/bbackupquery
-%%SERVER%%sbin/bbstoreaccounts
-%%SERVER%%sbin/bbstored
-%%SERVER%%sbin/bbstored-certs
-%%SERVER%%sbin/bbstored-config
-%%SERVER%%sbin/raidfile-config
-%%CLIENT%%@exec mkdir -p -m 0700 %D/etc/boxbackup/bbackupd
-%%SERVER%%@exec mkdir -p -m 0700 %D/etc/boxbackup/bbstored
-%%CLIENT%%@dirrmtry etc/boxbackup/bbackupd
-%%SERVER%%@dirrmtry etc/boxbackup/bbstored
-etc/periodic/monthly/999.boxbackup
-@dirrmtry etc/periodic/monthly
-@dirrmtry etc/periodic
-@dirrmtry etc/boxbackup