Date: Fri, 3 Dec 1999 20:30:34 +0100 (CET) From: calle.madestrand@norrgarden.se To: FreeBSD-gnats-submit@freebsd.org Subject: ports/15246: New port: irc/gtk-bitchx Message-ID: <199912031930.UAA55859@norrgarden1.norrgarden.se>
next in thread | raw e-mail | index | archive | help
>Number: 15246 >Category: ports >Synopsis: New port: irc/gtk-bitchx >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: Fri Dec 3 11:40:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Carl Johan Madestrand >Release: FreeBSD 3.3-STABLE i386 >Organization: >Environment: >Description: >How-To-Repeat: >Fix: # 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/gtk-bitchx # /usr/ports/irc/gtk-bitchx/pkg # /usr/ports/irc/gtk-bitchx/pkg/COMMENT # /usr/ports/irc/gtk-bitchx/pkg/DESCR # /usr/ports/irc/gtk-bitchx/pkg/PLIST # /usr/ports/irc/gtk-bitchx/files # /usr/ports/irc/gtk-bitchx/files/md5 # /usr/ports/irc/gtk-bitchx/Makefile # /usr/ports/irc/gtk-bitchx/patches # /usr/ports/irc/gtk-bitchx/patches/patch-aa # echo c - /usr/ports/irc/gtk-bitchx mkdir -p /usr/ports/irc/gtk-bitchx > /dev/null 2>&1 echo c - /usr/ports/irc/gtk-bitchx/pkg mkdir -p /usr/ports/irc/gtk-bitchx/pkg > /dev/null 2>&1 echo x - /usr/ports/irc/gtk-bitchx/pkg/COMMENT sed 's/^X//' >/usr/ports/irc/gtk-bitchx/pkg/COMMENT << 'END-of-/usr/ports/irc/gtk-bitchx/pkg/COMMENT' XBitchX IRC client with GTK frontend END-of-/usr/ports/irc/gtk-bitchx/pkg/COMMENT echo x - /usr/ports/irc/gtk-bitchx/pkg/DESCR sed 's/^X//' >/usr/ports/irc/gtk-bitchx/pkg/DESCR << 'END-of-/usr/ports/irc/gtk-bitchx/pkg/DESCR' XgtkBitchX is a port of PMBitchX to XWindows using the gtk X(Gimp Toolkit) windowing library. It includes all the features of XPMBitchX, except in a UNIX environment. X Xhttp://www.bitchx.org X XThis port by: X X- LoRd_CJ X calle.madestrand@norrgarden.se END-of-/usr/ports/irc/gtk-bitchx/pkg/DESCR echo x - /usr/ports/irc/gtk-bitchx/pkg/PLIST sed 's/^X//' >/usr/ports/irc/gtk-bitchx/pkg/PLIST << 'END-of-/usr/ports/irc/gtk-bitchx/pkg/PLIST' Xbin/gtkBitchX Xlib/bx/script/menu.bx Xlib/bx/BitchX.help Xlib/bx/BitchX.quit Xlib/bx/BitchX.reasons X@dirrm lib/bx END-of-/usr/ports/irc/gtk-bitchx/pkg/PLIST echo c - /usr/ports/irc/gtk-bitchx/files mkdir -p /usr/ports/irc/gtk-bitchx/files > /dev/null 2>&1 echo x - /usr/ports/irc/gtk-bitchx/files/md5 sed 's/^X//' >/usr/ports/irc/gtk-bitchx/files/md5 << 'END-of-/usr/ports/irc/gtk-bitchx/files/md5' XMD5 (BitchX-1.0c12.tar.gz) = 75af2dbd07da5d68230e09bb52185ea4 END-of-/usr/ports/irc/gtk-bitchx/files/md5 echo x - /usr/ports/irc/gtk-bitchx/Makefile sed 's/^X//' >/usr/ports/irc/gtk-bitchx/Makefile << 'END-of-/usr/ports/irc/gtk-bitchx/Makefile' X# New ports collection makefile for: gtkBitchX IRC client X# Version required: 1.0c12 X# Date created: 3 December 1999 X# Whom: LoRd_CJ X# X# $FreeBSD$ X XDISTNAME= BitchX-1.0c12 XPKGNAME= gtkBitchX-1.0 XCATEGORIES= irc XMASTER_SITES= ftp://ftp.bitchx.com/pub/ \ X ftp://bitchx.dimension6.com/pub/ X XMAINTAINER= calle.madestrand@norrgarden.se X XLIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ X glib12.3:${PORTSDIR}/devel/glib12 \ X esd.2:${PORTSDIR}/audio/esound \ X Imlib.5:${PORTSDIR}/graphics/imlib \ X gnome.3:${PORTSDIR}/x11/gnomelibs X XGLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config XGTK_CONFIG?= ${X11BASE}/bin/gtk12-config XWRKSRC= ${WRKDIR}/BitchX X XMAN1= bitchx.1 XMANCOMPRESSED= yes X Xpre-patch: X @${CP} ${WRKSRC}/source/irc.c ${WRKSRC} X XGNU_CONFIGURE= yes XUSE_GMAKE= yes XCONFIGURE_ARGS= \ X --with-gtk \ X --with-plugins \ X --enable-sound X XCONFIGURE_ENV= GLIB_CONFIG="${GLIB_CONFIG}" \ X GTK_CONFIG="${GTK_CONFIG}" X Xdo-install: X ${MKDIR} ${PREFIX}/lib/bx X ${MKDIR} ${PREFIX}/lib/bx/script X ${INSTALL_PROGRAM} ${WRKSRC}/source/gtkBitchX ${PREFIX}/bin X ${INSTALL_DATA} ${WRKSRC}/script/menu.bx ${PREFIX}/lib/bx/script 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/gtk-bitchx/Makefile echo c - /usr/ports/irc/gtk-bitchx/patches mkdir -p /usr/ports/irc/gtk-bitchx/patches > /dev/null 2>&1 echo x - /usr/ports/irc/gtk-bitchx/patches/patch-aa sed 's/^X//' >/usr/ports/irc/gtk-bitchx/patches/patch-aa << 'END-of-/usr/ports/irc/gtk-bitchx/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/gtk-bitchx/patches/patch-aa exit >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?199912031930.UAA55859>