Browse Source

irc/bnc: Remove expired port

2025-05-27 irc/bnc: Unmaintained without upstream distfile and WWW
overlay
Rene Ladan 1 month ago
parent
commit
10f4becdc8
  1. 1
      MOVED
  2. 1
      irc/Makefile
  3. 35
      irc/bnc/Makefile
  4. 3
      irc/bnc/distinfo
  5. 11
      irc/bnc/files/patch-Makefile.in
  6. 37
      irc/bnc/files/patch-bncsetup
  7. 5
      irc/bnc/pkg-descr
  8. 9
      irc/bnc/pkg-plist

1
MOVED

@ -4418,3 +4418,4 @@ graphics/linux-rl9-sdl2_ttf|misc/linux-rl9-sdl20-extralibs|2025-05-22|Merged int
net/linux-rl9-sdl2_net|misc/linux-rl9-sdl20-extralibs|2025-05-22|Merged into misc/linux-rl9-sdl20-extralibs
graphics/pixen||2025-05-24|Has expired: Unmaintained upstream
archivers/libcomprex||2025-05-28|Has expired: Unmaintained upstream, laste release in 2003
irc/bnc||2025-05-28|Has expired: Unmaintained without upstream distfile and WWW

1
irc/Makefile

@ -9,7 +9,6 @@
SUBDIR += bitlbee-facebook
SUBDIR += bitlbee-mastodon
SUBDIR += bitlbee-steam
SUBDIR += bnc
SUBDIR += catgirl
SUBDIR += cgiirc
SUBDIR += dancer

35
irc/bnc/Makefile

@ -1,35 +0,0 @@
PORTNAME= bnc
DISTVERSION= 2.9.4
PORTREVISION= 1
CATEGORIES= irc
MASTER_SITES= http://home.risingnet.net/download/
DISTNAME= ${PORTNAME}${DISTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Simple IRC relay proxy with support for virtual hosting
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
DEPRECATED= Unmaintained without upstream distfile and WWW
EXPIRATION_DATE= 2025-05-27
GNU_CONFIGURE= yes
DOCS= COPYING Changelog README example.conf
BINS= bnc mkpasswd
SCRIPTS= bncchk bncsetup
OPTIONS_DEFINE= DOCS
post-patch:
${SED} -e 's,@PREFIX@,${PREFIX},g' ${WRKSRC}/bncsetup
do-install:
${INSTALL_PROGRAM} ${BINS:S,^,${WRKSRC}/,} ${STAGEDIR}${PREFIX}/bin
${INSTALL_SCRIPT} ${SCRIPTS:S,^,${WRKSRC}/,} ${STAGEDIR}${PREFIX}/bin
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${DOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}/
${INSTALL_DATA} ${WRKSRC}/example.conf ${STAGEDIR}${PREFIX}/etc/bnc.conf.sample
.include <bsd.port.mk>

3
irc/bnc/distinfo

@ -1,3 +0,0 @@
TIMESTAMP = 1584519305
SHA256 (bnc2.9.4.tar.gz) = af0e95c97feb1f2d231c570a658be8e42a91aafab6e6dfeb04b7e9fcc360b74b
SIZE (bnc2.9.4.tar.gz) = 76896

11
irc/bnc/files/patch-Makefile.in

@ -1,11 +0,0 @@
--- Makefile.in.orig 2005-01-26 04:15:06 UTC
+++ Makefile.in
@@ -2,7 +2,7 @@ LIBS=@LIBS@
CFLAGS=-O3 -Wall -include config.h
CC=@CC@
-ALL: bnc mkpasswd
+all: bnc mkpasswd
mkpasswd:mkpasswd.c
${CC} ${CFLAGS} -o mkpasswd mkpasswd.c ${LIBS}

37
irc/bnc/files/patch-bncsetup

@ -1,37 +0,0 @@
--- bncsetup.orig 2005-02-07 01:51:06 UTC
+++ bncsetup
@@ -91,15 +91,9 @@ altconf()
}
-if ! [ -e ./mkpasswd ]
-then
- echo "You need to Make the package before you can use this script"
- echo "(required ./mkpasswd)"
- bsclean 0
-fi
echo "BAD\$" > $TMPFILE
-echo "Test" | ./mkpasswd -s >> $TMPFILE
+echo "Test" | mkpasswd -s >> $TMPFILE
CRCYS=$(cat $TMPFILE | grep '\$' | tail -1 )
@@ -244,13 +238,13 @@ ERRORLEVEL=$?
if [ x$ERRORLEVEL = x0 ]
then
- if [ -x ./mkpasswd ]
+ if [ -x @PREFIX@/bin/mkpasswd ]
then
- SUPERPASS="+"$(echo "$SUPERPASS" | ./mkpasswd -s)
- BNCPASS="+"$(echo "$BNCPASS" | ./mkpasswd -s)
+ SUPERPASS="+"$(echo "$SUPERPASS" | mkpasswd -s)
+ BNCPASS="+"$(echo "$BNCPASS" | mkpasswd -s)
else
clear
- echo "You have not did ./configure and make so there is no ./mkpasswd"
+ echo "You have not did ./configure and make so there is no mkpasswd"
echo "This program is required to produce the encryption"
bsclean 0
fi

5
irc/bnc/pkg-descr

@ -1,5 +0,0 @@
IRC Proxy Daemon that supports virtual hosting.
Instructions in work/bnc*/README.
Bill Fumerola(billf@chc-chimes.com)

9
irc/bnc/pkg-plist

@ -1,9 +0,0 @@
bin/bnc
bin/bncchk
bin/bncsetup
bin/mkpasswd
etc/bnc.conf.sample
%%PORTDOCS%%%%DOCSDIR%%/example.conf
%%PORTDOCS%%%%DOCSDIR%%/COPYING
%%PORTDOCS%%%%DOCSDIR%%/Changelog
%%PORTDOCS%%%%DOCSDIR%%/README
Loading…
Cancel
Save