summaryrefslogtreecommitdiff
path: root/irc/bnc
diff options
context:
space:
mode:
Diffstat (limited to 'irc/bnc')
-rw-r--r--irc/bnc/Makefile35
-rw-r--r--irc/bnc/distinfo3
-rw-r--r--irc/bnc/files/patch-Makefile.in11
-rw-r--r--irc/bnc/files/patch-bncsetup37
-rw-r--r--irc/bnc/pkg-descr5
-rw-r--r--irc/bnc/pkg-plist9
6 files changed, 0 insertions, 100 deletions
diff --git a/irc/bnc/Makefile b/irc/bnc/Makefile
deleted file mode 100644
index dbe6125c835d..000000000000
--- a/irc/bnc/Makefile
+++ /dev/null
@@ -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>
diff --git a/irc/bnc/distinfo b/irc/bnc/distinfo
deleted file mode 100644
index fc990dbfb36e..000000000000
--- a/irc/bnc/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1584519305
-SHA256 (bnc2.9.4.tar.gz) = af0e95c97feb1f2d231c570a658be8e42a91aafab6e6dfeb04b7e9fcc360b74b
-SIZE (bnc2.9.4.tar.gz) = 76896
diff --git a/irc/bnc/files/patch-Makefile.in b/irc/bnc/files/patch-Makefile.in
deleted file mode 100644
index 11081be785dd..000000000000
--- a/irc/bnc/files/patch-Makefile.in
+++ /dev/null
@@ -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}
diff --git a/irc/bnc/files/patch-bncsetup b/irc/bnc/files/patch-bncsetup
deleted file mode 100644
index 886c6b6879d9..000000000000
--- a/irc/bnc/files/patch-bncsetup
+++ /dev/null
@@ -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
diff --git a/irc/bnc/pkg-descr b/irc/bnc/pkg-descr
deleted file mode 100644
index 957bd941ffbf..000000000000
--- a/irc/bnc/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-IRC Proxy Daemon that supports virtual hosting.
-
-Instructions in work/bnc*/README.
-
-Bill Fumerola(billf@chc-chimes.com)
diff --git a/irc/bnc/pkg-plist b/irc/bnc/pkg-plist
deleted file mode 100644
index 60d6cb64b234..000000000000
--- a/irc/bnc/pkg-plist
+++ /dev/null
@@ -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