Date: Mon, 26 Sep 2005 18:51:15 +0400 (MSD) From: Alexander Novitsky <alecn2002@yandex.ru> To: FreeBSD-gnats-submit@FreeBSD.org Cc: Alexander Novitsky <alecn2002@yandex.ru> Subject: ports/86602: [NEW PORT] irc/php4-ircg: The ircg (IRC gateway) shared extension for php Message-ID: <200509261451.j8QEpF2K011555@server.v42of.icc-vvd.ru> Resent-Message-ID: <200509261500.j8QF0ST3063761@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 86602 >Category: ports >Synopsis: [NEW PORT] irc/php4-ircg: The ircg (IRC gateway) shared extension for php >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Sep 26 15:00:28 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Alexander Novitsky >Release: FreeBSD 5.4-RELEASE i386 >Organization: Inzhcomcentre VVD >Environment: System: FreeBSD server.v42of.icc-vvd.ru 5.4-RELEASE FreeBSD 5.4-RELEASE #1: Fri May 13 16:59:19 MSD 2005 >Description: PHP shared extencion for IRC gateway (iRCG, pls see PR ports/86425) Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- php4-ircg-4.4.0.shar begins here --- # 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: # # php4-ircg # php4-ircg/files # php4-ircg/files/patch-ircg.c # php4-ircg/Makefile # php4-ircg/pkg-descr # php4-ircg/pkg-plist # echo c - php4-ircg mkdir -p php4-ircg > /dev/null 2>&1 echo c - php4-ircg/files mkdir -p php4-ircg/files > /dev/null 2>&1 echo x - php4-ircg/files/patch-ircg.c sed 's/^X//' >php4-ircg/files/patch-ircg.c << 'END-of-php4-ircg/files/patch-ircg.c' X--- ircg.c.orig Mon Sep 26 17:48:56 2005 X+++ ircg.c Mon Sep 26 17:49:50 2005 X@@ -2204,6 +2204,7 @@ X IFMSG(FMT_MSG_INVITE, IRCG_INVITE, invite_handler); X #endif X X+#if IRCG_API_VERSION >= 20021201 X irc_register_hook(conn, IRCG_NOTICE, notice_handler); X X IFMSG(FMT_MSG_LUSERCLIENT, IRCG_LUSERCLIENT, luserclient_handler); X@@ -2211,6 +2212,7 @@ X IFMSG(FMT_MSG_LUSEROP, IRCG_LUSEROP, luserop_handler); X IFMSG(FMT_MSG_LUSERUNKNOWN, IRCG_LUSERUNKNOWN, luserunknown_handler); X IFMSG(FMT_MSG_LUSERCHANNELS, IRCG_LUSERCHANNELS, luserchannels_handler); X+#endif X } X /* }}} */ X END-of-php4-ircg/files/patch-ircg.c echo x - php4-ircg/Makefile sed 's/^X//' >php4-ircg/Makefile << 'END-of-php4-ircg/Makefile' X# New ports collection makefile for: php4-iRCG X# Date created: 2005-09-25 X# Whom: Alexander Novitsky <alecn2002@yandex.ru> X# X# $FreeBSD$ X# X XCATEGORIES= irc XMASTERDIR= ${.CURDIR}/../../lang/php4 X XPKGNAMESUFFIX= -ircg X XMAINTAINER= alecn2002@yandex.ru X XBUILD_DEPENDS= ircg-config:${PORTSDIR}/irc/iRCG XRUN_DEPENDS= ircg-config:${PORTSDIR}/irc/iRCG X XCONFIGURE_ARGS= --with-ircg=yes \ X --with-ircg-config=${LOCALBASE}/bin/ircg-config X X.include "${MASTERDIR}/Makefile" END-of-php4-ircg/Makefile echo x - php4-ircg/pkg-descr sed 's/^X//' >php4-ircg/pkg-descr << 'END-of-php4-ircg/pkg-descr' X[description of the port] X XAuthor: Author's name and e-mail address XWWW: http://port.home.page/ END-of-php4-ircg/pkg-descr echo x - php4-ircg/pkg-plist sed 's/^X//' >php4-ircg/pkg-plist << 'END-of-php4-ircg/pkg-plist' X@comment $FreeBSD$ END-of-php4-ircg/pkg-plist exit --- php4-ircg-4.4.0.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200509261451.j8QEpF2K011555>