aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2026-02-01 10:45:36 +0000
committerRene Ladan <rene@FreeBSD.org>2026-02-01 10:45:36 +0000
commitc1bb69ea157ab55b8ecad12e6b1746dd0aa3b744 (patch)
tree58f56167b1ca963007230cbdb7142678766c0acd
parent05c19775176e7caaf8ec6da0087ed6a6eb84d29e (diff)
sysutils/burp-devel: Remove expired port
2026-01-31 sysutils/burp-devel: 3.2.0 is the new stable version based on 3.1.4. Use sysutils/burp instead
-rw-r--r--MOVED1
-rw-r--r--sysutils/Makefile1
-rw-r--r--sysutils/burp-devel/Makefile45
-rw-r--r--sysutils/burp-devel/distinfo3
-rw-r--r--sysutils/burp-devel/files/burp.in57
-rw-r--r--sysutils/burp-devel/pkg-descr9
-rw-r--r--sysutils/burp-devel/pkg-plist24
7 files changed, 1 insertions, 139 deletions
diff --git a/MOVED b/MOVED
index 7a8de83c7b76..34076863e6d9 100644
--- a/MOVED
+++ b/MOVED
@@ -5096,3 +5096,4 @@ multimedia/decord||2026-01-31|Doesn't build with ffmpeg>6; upstream is inactive
x11/rofi-wayland|x11/rofi|2026-01-31|Wayland bits are now part of the main port
multimedia/py-decord||2026-01-31|Python bindings of multimedia/decord that was removed
sysutils/wiimms||2026-02-01|Has expired: sysutils/wiimms has been abandoned for many years
+sysutils/burp-devel|sysutils/burp|2026-02-01|Has expired: 3.2.0 is the new stable version based on 3.1.4. Use sysutils/burp instead
diff --git a/sysutils/Makefile b/sysutils/Makefile
index 8e2f8f04ac9a..79ceeb06ddde 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -153,7 +153,6 @@
SUBDIR += bulk_extractor
SUBDIR += bupstash
SUBDIR += burp
- SUBDIR += burp-devel
SUBDIR += busybox
SUBDIR += bvm
SUBDIR += byobu
diff --git a/sysutils/burp-devel/Makefile b/sysutils/burp-devel/Makefile
deleted file mode 100644
index 67bc964d8479..000000000000
--- a/sysutils/burp-devel/Makefile
+++ /dev/null
@@ -1,45 +0,0 @@
-PORTNAME= burp
-PORTVERSION= 3.1.4
-CATEGORIES= sysutils
-MASTER_SITES= https://github.com/grke/burp/releases/download/${PORTVERSION}/
-PKGNAMESUFFIX= -devel
-
-MAINTAINER= sunpoet@FreeBSD.org
-COMMENT= Network backup and restore program (development)
-WWW= https://burp.grke.org/ \
- https://github.com/grke/burp
-
-LICENSE= AGPLv3 PD
-LICENSE_COMB= multi
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-DEPRECATED= 3.2.0 is the new stable version based on 3.1.4. Use sysutils/burp instead
-EXPIRATION_DATE=2026-01-31
-
-BUILD_DEPENDS= ${LOCALBASE}/include/uthash.h:devel/uthash \
- ${LOCALBASE}/include/yajl/yajl_common.h:devel/yajl
-LIB_DEPENDS= librsync.so:net/librsync
-RUN_DEPENDS= bash:shells/bash
-
-USES= compiler:c11 cpe libtool ncurses pkgconfig ssl tar:bz2
-
-CONFIGURE_ARGS= --sysconfdir=${ETCDIR}
-GNU_CONFIGURE= yes
-INSTALL_TARGET= install-all
-USE_RC_SUBR= burp
-
-PLIST_SUB= PORTVERSION=${PORTVERSION}
-
-CONFLICTS_INSTALL= burp
-
-CPE_VENDOR= burp_project
-
-OPTIONS_DEFINE= IPV6
-IPV6_CONFIGURE_ENABLE= ipv6
-
-post-install:
-.for file in CA.cnf burp.conf burp-server.conf clientconfdir/testclient
- ${MV} ${STAGEDIR}${ETCDIR}/${file} ${STAGEDIR}${ETCDIR}/${file}.sample
-.endfor
-
-.include <bsd.port.mk>
diff --git a/sysutils/burp-devel/distinfo b/sysutils/burp-devel/distinfo
deleted file mode 100644
index 3460b4de450c..000000000000
--- a/sysutils/burp-devel/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1681052910
-SHA256 (burp-3.1.4.tar.bz2) = 4bdcbde98082db78679a7a7170c76dff5dacb9f8b984aaa3f01d2999dac6e3f9
-SIZE (burp-3.1.4.tar.bz2) = 651464
diff --git a/sysutils/burp-devel/files/burp.in b/sysutils/burp-devel/files/burp.in
deleted file mode 100644
index 0b1503213ab1..000000000000
--- a/sysutils/burp-devel/files/burp.in
+++ /dev/null
@@ -1,57 +0,0 @@
-#!/bin/sh
-
-# Burp rc.d script, placed in the public domain by Jarkko Kniivilä @ 2014-05-14
-
-# PROVIDE: burp
-# REQUIRE: DAEMON
-# KEYWORD: shutdown
-#
-# Add the following lines to /etc/rc.conf to enable Burp:
-#
-# burp_enable="YES"
-# # optional
-# burp_config="%%PREFIX%%/etc/burp/burp-server.conf"
-#
-#
-
-export PATH="$PATH:%%PREFIX%%/bin:%%PREFIX%%/sbin"
-
-. /etc/rc.subr
-
-name=burp
-rcvar=burp_enable
-monitor_cmd="${name}_monitor"
-summary_cmd="${name}_summary"
-
-load_rc_config $name
-
-# Set some defaults
-: ${burp_enable:="NO"}
-: ${burp_config:="%%PREFIX%%/etc/burp/burp-server.conf"}
-
-burp_flags="-c ${burp_config}"
-
-command="%%PREFIX%%/sbin/${name}"
-command_args="> /dev/null 2>&1"
-
-pidfile="/var/run/${name}.server.pid" # this really depends on the config file so make sure they concur
-required_files="${burp_config}"
-sig_reload="HUP"
-extra_commands="reload monitor summary"
-
-burp_monitor()
-{
- rc_flags="-a s ${rc_flags}"
- ${command} ${rc_flags}
-}
-
-burp_summary()
-{
- # This allows you to get the output of the '-a S' flag thusly:
- # service burp summary -C $my_client
-
- rc_flags="-a S ${rc_flags}"
- ${command} ${rc_flags} "$@"
-}
-
-run_rc_command "$@"
diff --git a/sysutils/burp-devel/pkg-descr b/sysutils/burp-devel/pkg-descr
deleted file mode 100644
index 89076f4a7a75..000000000000
--- a/sysutils/burp-devel/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-Burp is a network backup and restore program. It attempts to reduce network
-traffic and the amount of space that is used by each backup. There are two
-independent backup protocols to choose from:
-- Protocol 1: Optionally uses librsync.
- Available in all burp versions and is stable.
-- Protocol 2: Uses variable length chunking for inline deduplication, and
- sparse indexing on the server side.
- Available from burp version 2.0.x, but is experimental and should not be used
- in production.
diff --git a/sysutils/burp-devel/pkg-plist b/sysutils/burp-devel/pkg-plist
deleted file mode 100644
index 0b6b92ee4879..000000000000
--- a/sysutils/burp-devel/pkg-plist
+++ /dev/null
@@ -1,24 +0,0 @@
-bin/vss_strip
-@dir etc/burp/CA-client
-@sample etc/burp/CA.cnf.sample
-@dir etc/burp/autoupgrade/server/win32
-@dir etc/burp/autoupgrade/server/win64/%%PORTVERSION%%
-@sample etc/burp/burp-server.conf.sample
-@sample etc/burp/burp.conf.sample
-etc/burp/clientconfdir/incexc/example
-@sample etc/burp/clientconfdir/testclient.sample
-sbin/bedup
-sbin/bsigs
-sbin/bsparse
-sbin/burp
-sbin/burp_ca
-%%DATADIR%%/scripts/backup_tool_script
-%%DATADIR%%/scripts/notify_script
-%%DATADIR%%/scripts/ssl_extra_checks_script
-%%DATADIR%%/scripts/summary_script
-%%DATADIR%%/scripts/timer_script
-share/man/man8/bedup.8.gz
-share/man/man8/burp.8.gz
-share/man/man8/burp_ca.8.gz
-share/man/man8/vss_strip.8.gz
-@dir /var/spool/burp