git: 5cbad6c05754 - main - irc/bopm: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 01 Apr 2024 10:42:50 UTC
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=5cbad6c05754b884db7947cc64b7ba39e3e43f2b commit 5cbad6c05754b884db7947cc64b7ba39e3e43f2b Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2024-04-01 10:42:40 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2024-04-01 10:42:40 +0000 irc/bopm: Remove expired port 2024-03-31 irc/bopm: Upstream is dead and archived repo Jul 3 2023 --- MOVED | 1 + irc/Makefile | 1 - irc/bopm/Makefile | 36 ------------------------------------ irc/bopm/distinfo | 2 -- irc/bopm/files/bopm.in | 37 ------------------------------------- irc/bopm/files/patch-Makefile.in | 31 ------------------------------- irc/bopm/pkg-descr | 5 ----- irc/bopm/pkg-plist | 13 ------------- 8 files changed, 1 insertion(+), 125 deletions(-) diff --git a/MOVED b/MOVED index 432473bb2bba..8971240807a8 100644 --- a/MOVED +++ b/MOVED @@ -3091,3 +3091,4 @@ editors/asedit||2024-04-01|Has expired: Last upstream release was in 2003 devel/premake||2024-04-01|Has expired: Legacy unsupported version, consider devel/premake4 or devel/premake5 devel/lion||2024-04-01|Has expired: Upstream site is removed and library is no longer available irc/keitairc2||2024-04-01|Has expired: Abandonware and obsolete, last upstream release in 2010 and now phones have native clients +irc/bopm||2024-04-01|Has expired: Upstream is dead and archived repo Jul 3 2023 diff --git a/irc/Makefile b/irc/Makefile index 0275257e2321..0cb3e3be30b1 100644 --- a/irc/Makefile +++ b/irc/Makefile @@ -10,7 +10,6 @@ SUBDIR += bitlbee-mastodon SUBDIR += bitlbee-steam SUBDIR += bnc - SUBDIR += bopm SUBDIR += catgirl SUBDIR += cgiirc SUBDIR += ctrlproxy diff --git a/irc/bopm/Makefile b/irc/bopm/Makefile deleted file mode 100644 index 51fcdec682f4..000000000000 --- a/irc/bopm/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -PORTNAME= bopm -PORTVERSION= 3.1.3 -PORTREVISION= 3 -CATEGORIES= irc -MASTER_SITES= http://static.blitzed.org/www.blitzed.org/bopm/files/ \ - ftp://rusunix.org/pub/FreeBSD/distfiles/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Open proxy and DNSBL monitor designed for use with ircds -WWW= http://wiki.blitzed.org/BOPM - -DEPRECATED= Upstream is dead and archived repo Jul 3 2023 -EXPIRATION_DATE=2024-03-31 - -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --localstatedir=/var/log/bopm -INSTALL_TARGET= install-strip -USES= libtool -USE_LDCONFIG= yes -USE_RC_SUBR= bopm - -USERS= bopm -GROUPS= bopm - -MAKE_JOBS_UNSAFE= yes - -post-patch: - @${REINPLACE_CMD} \ - -e 's,/some/path/bopm.pid,/var/run/bopm/bopm.pid,g' \ - -e 's,/some/path/scan.log,/var/log/bopm/scan.log,g' \ - ${WRKSRC}/bopm.conf.sample - -post-install: - @${MKDIR} ${STAGEDIR}/var/run/bopm - -.include <bsd.port.mk> diff --git a/irc/bopm/distinfo b/irc/bopm/distinfo deleted file mode 100644 index ce4e82cbdf3d..000000000000 --- a/irc/bopm/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (bopm-3.1.3.tar.gz) = 6062e80e57785b7f992f71c1d1b4c99c12ea0f20bd7c4d2c0fe2c1f57fdcbf59 -SIZE (bopm-3.1.3.tar.gz) = 819273 diff --git a/irc/bopm/files/bopm.in b/irc/bopm/files/bopm.in deleted file mode 100644 index 682b09104543..000000000000 --- a/irc/bopm/files/bopm.in +++ /dev/null @@ -1,37 +0,0 @@ -#!/bin/sh - -# PROVIDE: bopm -# REQUIRE: DAEMON -# KEYWORD: shutdown - -# -# Add the following line to /etc/rc.conf to enable bopm: -# bopm_enable (bool): Set to "NO" by default. -# Set it to "YES" to enable bopm. -# bopm_config (str): Default to "%%PREFIX%%/etc/bopm.conf" -# Configuration file for bopm. -# bopm_flags (str): Custom flags passed to the bopm -# daemon (default empty). -# -. /etc/rc.subr - -name="bopm" -rcvar=bopm_enable - -load_rc_config $name - -: ${bopm_enable="NO"} -: ${bopm_config="%%PREFIX%%/etc/bopm.conf"} - -bopm_user="bopm" -pidfile="/var/run/bopm/bopm.pid" -required_files="${bopm_config}" - -# NOTE: bopm behaves differently with or without the -d flag. -# If you choose to use -d, you will probably need to redirect -# stdout and stderr to appropriate places. -# -command="%%PREFIX%%/bin/bopm" -command_args="${bopm_flags} &" - -run_rc_command "$1" diff --git a/irc/bopm/files/patch-Makefile.in b/irc/bopm/files/patch-Makefile.in deleted file mode 100644 index c4bc81892a40..000000000000 --- a/irc/bopm/files/patch-Makefile.in +++ /dev/null @@ -1,31 +0,0 @@ ---- Makefile.in.orig 2007-05-15 20:54:14 UTC -+++ Makefile.in -@@ -194,7 +194,7 @@ - target_alias = @target_alias@ - AUTOMAKE_OPTIONS = foreign - SUBDIRS = src --data_DATA = bopm.conf.sample bopm.conf.blitzed -+data_DATA = bopm.conf.blitzed - EXTRA_DIST = ChangeLog contrib INSTALL README bopm.conf.sample bopm.conf.blitzed network-bopm - all: all-recursive - -@@ -636,14 +636,14 @@ - - - install-data-local: -- @if test -f $(sysconfdir)/bopm.conf ; then \ -+ @if test -f $(DESTDIR)$(sysconfdir)/bopm.conf ; then \ - echo "$@ will not overwrite existing $(sysconfdir)/bopm.conf"; \ - else \ -- $(mkinstalldirs) $(sysconfdir); \ -- echo "$(INSTALL_DATA) bopm.conf.sample $(sysconfdir)/bopm.conf"; \ -- $(INSTALL_DATA) bopm.conf.sample $(sysconfdir)/bopm.conf; \ -+ $(mkinstalldirs) $(DESTDIR)$(sysconfdir); \ -+ echo "$(INSTALL_DATA) bopm.conf.sample $(DESTDIR)$(sysconfdir)/bopm.conf.sample"; \ -+ $(INSTALL_DATA) bopm.conf.sample $(DESTDIR)$(sysconfdir)/bopm.conf.sample; \ - fi -- $(mkinstalldirs) $(localstatedir) -+ $(mkinstalldirs) $(DESTDIR)$(localstatedir) - - uninstall-local: - @if test -f $(sysconfdir)/bopm.conf ; then \ diff --git a/irc/bopm/pkg-descr b/irc/bopm/pkg-descr deleted file mode 100644 index 583dc6da5031..000000000000 --- a/irc/bopm/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -bopm is an open-source proxy monitor, designed for use -with IRC daemons such as Bahamut, Hybrid/ratbox, Unreal, -Dancer, and any other which supports +c to show client -connects to opers; bopm will KLINE clients it considers -on an open proxy. bopm also supports DNSBL lookups. diff --git a/irc/bopm/pkg-plist b/irc/bopm/pkg-plist deleted file mode 100644 index cd278c6dc035..000000000000 --- a/irc/bopm/pkg-plist +++ /dev/null @@ -1,13 +0,0 @@ -bin/bopm -@sample(bopm,bopm,640) etc/bopm.conf.sample -include/opm.h -include/opm_error.h -include/opm_types.h -include/opm_common.h -share/bopm.conf.blitzed -lib/libopm.a -lib/libopm.so -lib/libopm.so.0 -lib/libopm.so.0.0.0 -@dir(bopm,bopm,750) /var/log/bopm -@dir(bopm,bopm,750) /var/run/bopm