Bug 16008

Summary: BitchX IRC client upgrade to 1.0c15
Product: Ports & Packages Reporter: calle.madestrand <calle.madestrand>
Component: Individual Port(s)Assignee: freebsd-ports (Nobody) <ports>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description calle.madestrand 2000-01-09 16:10:01 UTC
Files to be added and removed:
	
add /usr/ports/irc/bitchx/files/bitchxrc
add /usr/ports/irc/bitchx/files/bxsetup
add /usr/ports/irc/bitchx/files/gtkbitchxrc
add /usr/ports/irc/bitchx/files/gtkbxsetup
add /usr/ports/irc/bitchx/files/plist1
add /usr/ports/irc/bitchx/files/plist2
add /usr/ports/irc/bitchx/patches/patch-ab
remove /usr/ports/irc/bitchx/patches/patch-ad
Comment 1 alex 2000-01-09 16:18:28 UTC
Thus spake calle.madestrand@norrgarden.se (calle.madestrand@norrgarden.se):

Hello!

A little analysing ;-)

> @@ -1,36 +1,90 @@
> -# New ports collection makefile for:	BitchX ircII client
> -# Version required:	75p3

Only change this line

> -# Date created:		26 Jan 1998
> -# Whom:			griffin

not these

> +# $FreeBSD$

don't remove the $FreeBSD$ tag.

> -MAINTAINER=	griffin@blackhole.iceworld.org
> +MAINTAINER=	calle.madestrand@norrgarden.se

don't take maintainership away.

> +.if defined(GUI)
> +		${INSTALL_PROGRAM} ${WRKSRC}/source/gtkBitchX ${PREFIX}/bin
> +.else
> +		${INSTALL_PROGRAM} ${WRKSRC}/source/BitchX ${PREFIX}/bin
> +		${INSTALL_PROGRAM} ${WRKSRC}/source/wserv ${PREFIX}/lib/bx
> +		${INSTALL_PROGRAM} ${WRKSRC}/source/scr-bx ${PREFIX}/bin

gtkBitchX excludes the text-based client?
BAAAH!

To save space, you could create a common plist plist.common and
cp plist.common PLIST ; cat plist.{text,gtk} >> PLIST the additional files.

HTH

Alex
Comment 2 Ade Lovett freebsd_committer freebsd_triage 2000-01-09 22:58:41 UTC
State Changed
From-To: open->closed

Superseded by ports/16017