aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-03-20 23:32:40 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-03-21 00:01:42 +0000
commitabcbb8a3d588e918cb32d0329036bb9a5dea5433 (patch)
tree176dfe1f5240cdf673b50c66697b39367c383b2e
parent4ad1dc44a0d1c51b92101524dc601cdc38e37cd0 (diff)
downloadports-abcbb8a3d588e918cb32d0329036bb9a5dea5433.tar.gz
ports-abcbb8a3d588e918cb32d0329036bb9a5dea5433.zip
sysutils/geomWatch: Remove expired port:
2023-03-21 sysutils/geomWatch: Broken since 2021
-rw-r--r--MOVED1
-rw-r--r--sysutils/Makefile1
-rw-r--r--sysutils/geomWatch/Makefile35
-rw-r--r--sysutils/geomWatch/distinfo4
-rw-r--r--sysutils/geomWatch/files/geomWatch.in43
-rw-r--r--sysutils/geomWatch/files/patch-Makefile17
-rw-r--r--sysutils/geomWatch/files/pkg-message.in18
-rw-r--r--sysutils/geomWatch/pkg-descr9
-rw-r--r--sysutils/geomWatch/pkg-plist2
9 files changed, 1 insertions, 129 deletions
diff --git a/MOVED b/MOVED
index 5a37df2e3fea..792fd3eac8aa 100644
--- a/MOVED
+++ b/MOVED
@@ -17809,3 +17809,4 @@ misc/glow||2023-03-20|Has expired: Broken since 2021
science/fisicalab||2023-03-20|Has expired: Broken since 2021
sysutils/ioc||2023-03-20|Has expired: Broken since 2021
sysutils/jobd||2023-03-20|Has expired: Broken since 2021
+sysutils/geomWatch||2023-03-20|Has expired: Broken since 2021
diff --git a/sysutils/Makefile b/sysutils/Makefile
index f2fb3e4ada28..6c459cce3b16 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -479,7 +479,6 @@
SUBDIR += gdu
SUBDIR += genimage
SUBDIR += genisoimage
- SUBDIR += geomWatch
SUBDIR += getdelta
SUBDIR += geteltorito
SUBDIR += getssl
diff --git a/sysutils/geomWatch/Makefile b/sysutils/geomWatch/Makefile
deleted file mode 100644
index d1539c9f8142..000000000000
--- a/sysutils/geomWatch/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-PORTNAME= geomWatch
-PORTVERSION= 1.3.0
-PORTREVISION= 3
-CATEGORIES= sysutils
-MASTER_SITES= http://isis.poly.edu/~bk/${PORTNAME}/ \
- http://bk.macroblock.net/${PORTNAME}/ \
- http://svnweb.freebsd.org/base/head/sys/cddl/compat/opensolaris/sys/:nvpair
-DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
- nvpair.h?revision=279437&view=co:nvpair
-EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
-
-MAINTAINER= spawk@acm.poly.edu
-COMMENT= Watches for and e-mails admins about GEOM/ZFS state changes
-WWW= http://acm.poly.edu/wiki/GEOM_Watch
-
-LIB_DEPENDS= libesmtp.so:mail/libesmtp
-
-BROKEN_aarch64= fails to compile: ISA not supported
-BROKEN_armv6= fails to compile: call to 'atomic_add_64' is ambiguous
-BROKEN_armv7= fails to compile: call to 'atomic_add_64' is ambiguous
-IGNORE_DragonFly= requires geom(4) support
-BROKEN= does not fetch
-DEPRECATED= Broken since 2021
-EXPIRATION_DATE= 2023-03-21
-
-USES= tar:tbz
-USE_CXXSTD= gnu++98
-
-SUB_FILES= pkg-message
-
-USE_RC_SUBR= ${PORTNAME}
-
-MAKE_ARGS= WITH_ZFS=28
-
-.include <bsd.port.mk>
diff --git a/sysutils/geomWatch/distinfo b/sysutils/geomWatch/distinfo
deleted file mode 100644
index fad63712a691..000000000000
--- a/sysutils/geomWatch/distinfo
+++ /dev/null
@@ -1,4 +0,0 @@
-SHA256 (geomWatch-1.3.0.tbz) = ef81cbaf27558d9e957f924697e681d20cc2e44fafa0eff6c192fd2c1c242570
-SIZE (geomWatch-1.3.0.tbz) = 128787
-SHA256 (nvpair.h?revision=279437&view=co) = dbd19f3d9bff31a9c44e0ad807a020e7a38827626ebe5b882a05f32017413700
-SIZE (nvpair.h?revision=279437&view=co) = 13424
diff --git a/sysutils/geomWatch/files/geomWatch.in b/sysutils/geomWatch/files/geomWatch.in
deleted file mode 100644
index b9f72e378dcd..000000000000
--- a/sysutils/geomWatch/files/geomWatch.in
+++ /dev/null
@@ -1,43 +0,0 @@
-#!/bin/sh
-
-# PROVIDE: geomwatch
-# REQUIRE: DAEMON
-# BEFORE: LOGIN
-# KEYWORD: shutdown
-
-# Define these geomwatch_* variables in one of these files:
-# /etc/rc.conf
-# /etc/rc.conf.local
-# /etc/rc.conf.d/geomwatch
-#
-# DO NOT CHANGE THESE DEFAULT VALUES HERE
-#
-geomwatch_enable="${geomwatch_enable-NO}"
-geomwatch_pidfile="/var/run/geomWatch.pid"
-
-. /etc/rc.subr
-
-name="geomwatch"
-rcvar=geomwatch_enable
-command="%%PREFIX%%/sbin/geomWatch"
-
-load_rc_config $name
-
-: ${geomwatch_config="%%PREFIX%%/etc/geomWatch.conf"}
-: ${geomwatch_flags="-c ${geomwatch_config}"}
-
-pidfile="${geomwatch_pidfile}"
-required_files="${geomwatch_config}"
-
-case "${geomwatch_flags}" in
-*-p\ *)
- echo "ERROR: \$geomwatch_flags includes -p option." \
- "Please use \$geomwatch_pidfile instead."
- exit 1
- ;;
-*)
- geomwatch_flags="-p ${pidfile} ${geomwatch_flags}"
- ;;
-esac
-
-run_rc_command "$1"
diff --git a/sysutils/geomWatch/files/patch-Makefile b/sysutils/geomWatch/files/patch-Makefile
deleted file mode 100644
index 1d2129ded8a1..000000000000
--- a/sysutils/geomWatch/files/patch-Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
---- Makefile.orig 2011-08-01 14:48:54 UTC
-+++ Makefile
-@@ -48,11 +48,11 @@ OPTIONS=-Wall \
- all: geomWatch
-
- geomWatch: ${FILES}
-- ${CXX} ${OPTIONS} -o geomWatch geomWatch.cpp
-+ ${CXX} ${CXXFLAGS} ${OPTIONS} -o geomWatch geomWatch.cpp
-
- install:
-- install -s -o root -g wheel -m 755 geomWatch ${PREFIX}/sbin
-- install -o root -g wheel -m 400 geomWatch.conf.sample ${PREFIX}/etc
-+ $(BSD_INSTALL_PROGRAM) geomWatch $(DESTDIR)${PREFIX}/sbin
-+ $(BSD_INSTALL_DATA) -m 400 geomWatch.conf.sample $(DESTDIR)${PREFIX}/etc
-
- clean:
- rm -f geomWatch
diff --git a/sysutils/geomWatch/files/pkg-message.in b/sysutils/geomWatch/files/pkg-message.in
deleted file mode 100644
index 346e572a274c..000000000000
--- a/sysutils/geomWatch/files/pkg-message.in
+++ /dev/null
@@ -1,18 +0,0 @@
-[
-{ type: install
- message: <<EOM
-Before starting geomWatch, you should edit its configuration file,
-%%PREFIX%%/etc/geomWatch.conf. Then, add the following line to /etc/rc.conf:
-
-geomwatch_enable="YES"
-
-Finally, to start it, run the following command:
-
-%%PREFIX%%/etc/rc.d/geomWatch start
-
-You can also test your SMTP configuration by running the following command:
-
-%%PREFIX%%/sbin/geomWatch -t
-EOM
-}
-]
diff --git a/sysutils/geomWatch/pkg-descr b/sysutils/geomWatch/pkg-descr
deleted file mode 100644
index 863bf74db270..000000000000
--- a/sysutils/geomWatch/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-geomWatch is a program for monitoring the well-being of GEOM providers and ZFS
-pools. It checks the state of each configured provider and pool at a configured
-interval, and, if it notices that a component has been lost, or encounters a
-problem during the check, it will send an e-mail with details of the matter--
-such as what components were lost and which remain, or, in the event of a
-problem, what the problem was--to an arbitrary number of recipients, so that
-corrective action can be taken (for example, replacing a failed disk).
-
--Boris Kochergin <spawk@acm.poly.edu>
diff --git a/sysutils/geomWatch/pkg-plist b/sysutils/geomWatch/pkg-plist
deleted file mode 100644
index 58d72ed55dc8..000000000000
--- a/sysutils/geomWatch/pkg-plist
+++ /dev/null
@@ -1,2 +0,0 @@
-@sample etc/geomWatch.conf.sample
-sbin/geomWatch