add BitchX port

This commit is contained in:
brad 1999-03-07 02:13:13 +00:00
parent f44d4b5a98
commit b3731cd776
7 changed files with 109 additions and 0 deletions

25
net/bitchx/Makefile Normal file
View File

@ -0,0 +1,25 @@
# $OpenBSD: Makefile,v 1.1.1.1 1999/03/07 02:13:13 brad Exp $
# $FreeBSD: Makefile,v 1.3 1998/07/21 11:38:44 eivind Exp $
DISTNAME= ircii-pana-75p3
PKGNAME= bitchx-75p3
CATEGORIES= net
MASTER_SITES= ftp://ftp.bitchx.com/pub/BitchX/source/
MAINTAINER= brad@openbsd.org
GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/BitchX
post-patch:
${SED} -e s,__PREFIX__,$(PREFIX), $(WRKSRC)/include/config.h > $(WRKSRC)/include/config.h.new
${MV} $(WRKSRC)/include/config.h.new $(WRKSRC)/include/config.h
do-install:
${MKDIR} ${PREFIX}/lib/bitchx
${INSTALL_PROGRAM} ${WRKSRC}/source/BitchX ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/source/wserv ${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/BitchX.help ${PREFIX}/lib/bitchx
.include <bsd.port.mk>

3
net/bitchx/files/md5 Normal file
View File

@ -0,0 +1,3 @@
MD5 (ircii-pana-75p3.tar.gz) = c8365cc2b7aa187c7857cbf0483fd254
RMD160 (ircii-pana-75p3.tar.gz) = d1f4d4930442295962fd8a1e90ba2a4117a25f9f
SHA1 (ircii-pana-75p3.tar.gz) = ed4d2ee3d5b0547a0a6b9ff81c1f26254ef12f01

View File

@ -0,0 +1,29 @@
--- include/config.h.orig Thu Mar 4 20:16:16 1999
+++ include/config.h Thu Mar 4 20:16:48 1999
@@ -33,7 +33,7 @@
* too peruse this function all you like. It's not a BACKDOOR in any way,
* shape or form.
*/
-#define WANT_NOTIFY_BITCHX_COM ON
+#undef WANT_NOTIFY_BITCHX_COM ON
/*
@@ -188,7 +188,7 @@
* translation tables from ircII for this to work. Also enable /set TRANSLATE
*/
-#define TRANSLATION_PATH "/usr/local/lib/bx/translation"
+#define TRANSLATION_PATH "__PREFIX__/lib/bitchx/translation"
/*
* Below are the IRCII variable defaults. For boolean variables, use 1 for
@@ -584,7 +584,7 @@
#define DEFAULT_BITCHX_HELP_FILE DEFAULT_CTOOLZ_DIR"/BitchX.hlp"
#else
#define DEFAULT_MSGLOGFILE "BitchX.away"
-#define DEFAULT_CTOOLZ_DIR "~/.BitchX"
+#define DEFAULT_CTOOLZ_DIR "__PREFIX__/lib/bitchx"
#define DEFAULT_SCRIPT_HELP_FILE DEFAULT_CTOOLZ_DIR"/BitchX.help"
#define DEFAULT_BITCHX_HELP_FILE DEFAULT_CTOOLZ_DIR"/BitchX.help"
#endif

View File

@ -0,0 +1,44 @@
--- configure.orig Thu Mar 4 20:18:38 1999
+++ configure Thu Mar 4 20:19:20 1999
@@ -5657,22 +5657,22 @@
echo "To include the CD-ROM player in your bin, edit \"Makefile\" and search for"
echo "the CD_* defines and remove the \"#\" in front of each line."
fi
-echo
-echo When you are satisfied with your configuration settings, type \"make\" to
-echo compile BitchX. When compiling has finished, the binary will be located in
-echo the directory: $PWD/source/.
-echo
-echo \*\*\* IMPORTANT\! PLEASE READ THE FOLLOWING: \*\*\*
-echo
-echo We are trying to get statistics on the number of BitchX users. In the source
-echo directory is the file \"cl.c\". This file contains a function that will send a
-echo single UDP packet to BitchX.com. The ONLY information that packet contains
-echo is a user\'s BitchX version and OS. The function does NOT interfere with the
-echo client in any way, and does NOT receive any information back.
-echo
-echo We are interested in this information for statistical purposes and to improve
-echo support for various operating systems. YOU ARE NOT REQUIRED TO CONTRIBUTE TO
-echo THIS EFFORT. If you would like to disable this function, remove the line
-echo \"#define WANT_NOTIFY_BITCHX_COM ON\" from the following file:
-echo $PWD/include/config.h.
-echo
+#echo
+#echo When you are satisfied with your configuration settings, type \"make\" to
+#echo compile BitchX. When compiling has finished, the binary will be located in
+#echo the directory: $PWD/source/.
+#echo
+#echo \*\*\* IMPORTANT\! PLEASE READ THE FOLLOWING: \*\*\*
+#echo
+#echo We are trying to get statistics on the number of BitchX users. In the source
+#echo directory is the file \"cl.c\". This file contains a function that will send a
+#echo single UDP packet to BitchX.com. The ONLY information that packet contains
+#echo is a user\'s BitchX version and OS. The function does NOT interfere with the
+#echo client in any way, and does NOT receive any information back.
+#echo
+#echo We are interested in this information for statistical purposes and to improve
+#echo support for various operating systems. YOU ARE NOT REQUIRED TO CONTRIBUTE TO
+#echo THIS EFFORT. If you would like to disable this function, remove the line
+#echo \"#define WANT_NOTIFY_BITCHX_COM ON\" from the following file:
+#echo $PWD/include/config.h.
+#echo

1
net/bitchx/pkg/COMMENT Normal file
View File

@ -0,0 +1 @@
An alternative ircII color client.

3
net/bitchx/pkg/DESCR Normal file
View File

@ -0,0 +1,3 @@
BitchX is an enhanced ircII client. It includes many built-in features
normally found only in scripts. Including, full ANSI color, userlists,
flood protection, and built CDCC (XDCC) file offering.

4
net/bitchx/pkg/PLIST Normal file
View File

@ -0,0 +1,4 @@
bin/BitchX
bin/wserv
lib/bitchx/BitchX.help
@dirrm lib/bitchx