Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Dec 1999 17:51:23 +0100 (CET)
From:      calle.madestrand@norrgarden.se
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/15209: BitchX 1.0 port
Message-ID:  <199912011651.RAA24229@norrgarden1.norrgarden.se>

next in thread | raw e-mail | index | archive | help

>Number:         15209
>Category:       ports
>Synopsis:       BitchX 1.0 IRC client port
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec  1 09:00:01 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Carl Johan Madestrand
>Release:        FreeBSD 3.3-STABLE i386
>Organization:
>Environment:
>Description:
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	/usr/ports/irc/bitchx-1.0/
#	/usr/ports/irc/bitchx-1.0/pkg
#	/usr/ports/irc/bitchx-1.0/pkg/DESCR
#	/usr/ports/irc/bitchx-1.0/pkg/PLIST
#	/usr/ports/irc/bitchx-1.0/pkg/COMMENT
#	/usr/ports/irc/bitchx-1.0/patches
#	/usr/ports/irc/bitchx-1.0/patches/patch-aa
#	/usr/ports/irc/bitchx-1.0/files
#	/usr/ports/irc/bitchx-1.0/files/md5
#	/usr/ports/irc/bitchx-1.0/Makefile
#
echo c - /usr/ports/irc/bitchx-1.0/
mkdir -p /usr/ports/irc/bitchx-1.0/ > /dev/null 2>&1
echo c - /usr/ports/irc/bitchx-1.0/pkg
mkdir -p /usr/ports/irc/bitchx-1.0/pkg > /dev/null 2>&1
echo x - /usr/ports/irc/bitchx-1.0/pkg/DESCR
sed 's/^X//' >/usr/ports/irc/bitchx-1.0/pkg/DESCR << 'END-of-/usr/ports/irc/bitchx-1.0/pkg/DESCR'
XBitchX is an enhanced ircII client.  It includes many built-in features
Xnormally found only in scripts. Including, full ANSI color, userlists,
Xflood protection, and built CDCC (XDCC) file offering.
X
Xhttp://www.bitchx.org
X
X- LoRd_CJ
X  calle.madestrand@norrgarden.se
END-of-/usr/ports/irc/bitchx-1.0/pkg/DESCR
echo x - /usr/ports/irc/bitchx-1.0/pkg/PLIST
sed 's/^X//' >/usr/ports/irc/bitchx-1.0/pkg/PLIST << 'END-of-/usr/ports/irc/bitchx-1.0/pkg/PLIST'
Xbin/BitchX
Xbin/scr-bx
Xbin/wserv
Xlib/bx/BitchX.help
Xlib/bx/BitchX.quit
Xlib/bx/BitchX.reasons
X@dirrm lib/bxEND-of-/root/bitchx-1.0/pkg/PLIST
Xecho x - /root/bitchx-1.0/pkg/COMMENT
Xsed 's/^X//' >/root/bitchx-1.0/pkg/COMMENT << 'END-of-/root/bitchx-1.0/pkg/COMMENT'
XAn alternative ircII color client
XEND-of-/root/bitchx-1.0/pkg/COMMENT
Xecho c - /root/bitchx-1.0/files
Xmkdir -p /root/bitchx-1.0/files > /dev/null 2>&1
Xecho x - /root/bitchx-1.0/files/md5
Xsed 's/^X//' >/root/bitchx-1.0/files/md5 << 'END-of-/root/bitchx-1.0/files/md5'
XMD5 (BitchX-1.0c12.tar.gz) = 75af2dbd07da5d68230e09bb52185ea4
XEND-of-/root/bitchx-1.0/files/md5
Xecho x - /root/bitchx-1.0/Makefile
Xsed 's/^X//' >/root/bitchx-1.0/Makefile << 'END-of-/root/bitchx-1.0/Makefile'
X# New ports collection makefile for:		BitchX ircII client
X# Version required:	1.0c12
X# Date created:		1 December 1999
X# Whom:			LoRd_CJ
X#
X# $FreeBSD$
X
XDISTNAME=	BitchX-1.0c12
XPKGNAME=	bitchx-1.0
XCATEGORIES=	irc
XMASTER_SITES=	ftp://ftp.bitchx.com/pub/	\
X		ftp://bitchx.dimension6.com/pub/
X
XMAINTAINER=	calle.madestrand@norrgarden.se
X
XWRKSRC=		${WRKDIR}/BitchX
X
Xpre-patch:
X	@${CP} ${WRKSRC}/source/irc.c ${WRKSRC}
X
XGNU_CONFIGURE=	yes
XUSE_GMAKE=	yes
XCONFIGURE_ARGS=			\
X		--with-plugins	\
X
XMAN1=	bitchx.1
XMANCOMPRESSED=	yes
X
Xdo-install:
X	${MKDIR} ${PREFIX}/lib/bx
X	${INSTALL_PROGRAM} ${WRKSRC}/source/BitchX ${PREFIX}/bin
X	${INSTALL_PROGRAM} ${WRKSRC}/source/wserv ${PREFIX}/bin
X	${INSTALL_PROGRAM} ${WRKSRC}/source/scr-bx ${PREFIX}/bin
X	${INSTALL_DATA} ${WRKSRC}/BitchX.help ${PREFIX}/lib/bx
X	${INSTALL_DATA}	${WRKSRC}/BitchX.quit ${PREFIX}/lib/bx
X	${INSTALL_DATA}	${WRKSRC}/BitchX.reasons ${PREFIX}/lib/bx
X	${INSTALL_MAN}	${WRKSRC}/doc/bitchx.1.gz ${PREFIX}/man/man1
X
X.include <bsd.port.mk>
XEND-of-/root/bitchx-1.0/Makefile
Xecho c - /root/bitchx-1.0/patches
Xmkdir -p /root/bitchx-1.0/patches > /dev/null 2>&1
Xecho x - /root/bitchx-1.0/patches/patch-aa
Xsed 's/^X//' >/root/bitchx-1.0/patches/patch-aa << 'END-of-/root/bitchx-1.0/patches/patch-aa'
X*** source/irc.c.orig	Wed Dec  1 15:52:44 1999
X--- source/irc.c	Wed Dec  1 15:53:04 1999
X***************
X*** 457,463 ****
X  #if defined(WANT_DETACH) && !defined(GUI)
X  		kill_attached_if_needed(0);
X  #endif
X- 		current_ftarget = stdout;
X  		charset_lat1();
X  		fprintf(stdout, "\r");
X  		fflush(stdout);
X--- 457,462 ----
XEND-of-/root/bitchx-1.0/patches/patch-aa
Xexit
X
END-of-/usr/ports/irc/bitchx-1.0/pkg/PLIST
echo x - /usr/ports/irc/bitchx-1.0/pkg/COMMENT
sed 's/^X//' >/usr/ports/irc/bitchx-1.0/pkg/COMMENT << 'END-of-/usr/ports/irc/bitchx-1.0/pkg/COMMENT'
XAn alternative ircII color client
END-of-/usr/ports/irc/bitchx-1.0/pkg/COMMENT
echo c - /usr/ports/irc/bitchx-1.0/patches
mkdir -p /usr/ports/irc/bitchx-1.0/patches > /dev/null 2>&1
echo x - /usr/ports/irc/bitchx-1.0/patches/patch-aa
sed 's/^X//' >/usr/ports/irc/bitchx-1.0/patches/patch-aa << 'END-of-/usr/ports/irc/bitchx-1.0/patches/patch-aa'
X*** source/irc.c.orig	Wed Dec  1 15:52:44 1999
X--- source/irc.c	Wed Dec  1 15:53:04 1999
X***************
X*** 457,463 ****
X  #if defined(WANT_DETACH) && !defined(GUI)
X  		kill_attached_if_needed(0);
X  #endif
X- 		current_ftarget = stdout;
X  		charset_lat1();
X  		fprintf(stdout, "\r");
X  		fflush(stdout);
X--- 457,462 ----
END-of-/usr/ports/irc/bitchx-1.0/patches/patch-aa
echo c - /usr/ports/irc/bitchx-1.0/files
mkdir -p /usr/ports/irc/bitchx-1.0/files > /dev/null 2>&1
echo x - /usr/ports/irc/bitchx-1.0/files/md5
sed 's/^X//' >/usr/ports/irc/bitchx-1.0/files/md5 << 'END-of-/usr/ports/irc/bitchx-1.0/files/md5'
XMD5 (BitchX-1.0c12.tar.gz) = 75af2dbd07da5d68230e09bb52185ea4
END-of-/usr/ports/irc/bitchx-1.0/files/md5
echo x - /usr/ports/irc/bitchx-1.0/Makefile
sed 's/^X//' >/usr/ports/irc/bitchx-1.0/Makefile << 'END-of-/usr/ports/irc/bitchx-1.0/Makefile'
X# New ports collection makefile for:		BitchX ircII client
X# Version required:	1.0c12
X# Date created:		1 December 1999
X# Whom:			LoRd_CJ
X#
X# $FreeBSD$
X
XDISTNAME=	BitchX-1.0c12
XPKGNAME=	bitchx-1.0
XCATEGORIES=	irc
XMASTER_SITES=	ftp://ftp.bitchx.com/pub/	\
X		ftp://bitchx.dimension6.com/pub/
X
XMAINTAINER=	calle.madestrand@norrgarden.se
X
XWRKSRC=		${WRKDIR}/BitchX
X
Xpre-patch:
X	@${CP} ${WRKSRC}/source/irc.c ${WRKSRC}
X
XGNU_CONFIGURE=	yes
XUSE_GMAKE=	yes
XCONFIGURE_ARGS=			\
X		--with-plugins	\
X
XMAN1=	bitchx.1
XMANCOMPRESSED=	yes
X
Xdo-install:
X	${MKDIR} ${PREFIX}/lib/bx
X	${INSTALL_PROGRAM} ${WRKSRC}/source/BitchX ${PREFIX}/bin
X	${INSTALL_PROGRAM} ${WRKSRC}/source/wserv ${PREFIX}/bin
X	${INSTALL_PROGRAM} ${WRKSRC}/source/scr-bx ${PREFIX}/bin
X	${INSTALL_DATA} ${WRKSRC}/BitchX.help ${PREFIX}/lib/bx
X	${INSTALL_DATA}	${WRKSRC}/BitchX.quit ${PREFIX}/lib/bx
X	${INSTALL_DATA}	${WRKSRC}/BitchX.reasons ${PREFIX}/lib/bx
X	${INSTALL_MAN}	${WRKSRC}/doc/bitchx.1.gz ${PREFIX}/man/man1
X
X.include <bsd.port.mk>
END-of-/usr/ports/irc/bitchx-1.0/Makefile
exit


>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199912011651.RAA24229>