Date: Mon, 30 May 2005 09:24:21 -0300 (BRT) From: Antonio Carlos Venancio Junior <antonio@php.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/81663: New port: irc/pear-Net_SmartIRC PEAR class for communication with IRC networks Message-ID: <200505301224.j4UCOLsA094464@digitalsign.com> Resent-Message-ID: <200505301230.j4UCU4GN045446@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 81663 >Category: ports >Synopsis: New port: irc/pear-Net_SmartIRC PEAR class for communication with IRC networks >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 May 30 12:30:04 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Antonio Carlos Venancio Junior >Release: FreeBSD 4.11-STABLE i386 >Organization: >Environment: System: FreeBSD antonio.cb.sc.gov.br 4.11-STABLE FreeBSD 4.11-STABLE #7: Tue May 10 10:37:35 BRT 2005 root@antonio.cb.sc.gov.br:/usr/obj/usr/src/sys/ANTONIO i386 >Description: New port: irc/pear-Net_SmartIRC PEAR class for communication with IRC networks PEAR::Net_SmartIRC is a PHP class for communication with IRC networks, which conforms to the RFC 2812 (IRC protocol). It's an API that handles all IRC protocol messages. This class is designed for creating IRC bots, chats and show irc related info on webpages. >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: # # pear-Net_SmartIRC # pear-Net_SmartIRC/Makefile # pear-Net_SmartIRC/distinfo # pear-Net_SmartIRC/pkg-descr # echo c - pear-Net_SmartIRC mkdir -p pear-Net_SmartIRC > /dev/null 2>&1 echo x - pear-Net_SmartIRC/Makefile sed 's/^X//' >pear-Net_SmartIRC/Makefile << 'END-of-pear-Net_SmartIRC/Makefile' X# Ports collection makefile for: pear-Net_SmartIRC X# Date created: 30 May 2005 X# Whom: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>) X# X# $FreeBSD$ X# X XPORTNAME= Net_SmartIRC XPORTVERSION= 1.0.0 XCATEGORIES= irc www pear X XMAINTAINER= antonio@php.net XCOMMENT= PEAR class for communication with IRC networks X XBUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR XRUN_DEPENDS= ${BUILD_DEPENDS} X XCATEGORY= Net XFILES= SmartIRC/defines.php SmartIRC/irccommands.php \ X SmartIRC/messagehandler.php SmartIRC.php XDOCS= DOCUMENTATION HOWTO HTML/classtrees_Net_SmartIRC.html \ X HTML/elementindex.html HTML/elementindex_Net_SmartIRC.html \ X HTML/errors.html HTML/index.html HTML/li_Net_SmartIRC.html \ X HTML/ric_CHANGELOG.html HTML/ric_README.html \ X HTML/media/background.png HTML/media/empty.png \ X HTML/media/style.css HTML/media/TreeMenu.js \ X HTML/media/images/blank.png HTML/media/images/checkerboard.gif \ X HTML/media/images/Class.gif HTML/media/images/classFolder.gif \ X HTML/media/images/Constant.gif HTML/media/images/Constants.gif \ X HTML/media/images/Constructor.gif HTML/media/images/Destructor.gif \ X HTML/media/images/Disk.gif HTML/media/images/error.gif \ X HTML/media/images/file.png HTML/media/images/FolderClosed.gif \ X HTML/media/images/foldericon.png HTML/media/images/FolderOpened.gif \ X HTML/media/images/Functions.gif HTML/media/images/GhostClass.gif \ X HTML/media/images/I.png HTML/media/images/L.png \ X HTML/media/images/leftbg.gif HTML/media/images/Lminus.png \ X HTML/media/images/Lplus.png HTML/media/images/minus.gif \ X HTML/media/images/msgError.gif HTML/media/images/msgFatalError.gif \ X HTML/media/images/msgHint.gif HTML/media/images/msgInformation.gif \ X HTML/media/images/msgWarning.gif \ X HTML/media/images/openfoldericon.png HTML/media/images/pearlogo.gif \ X HTML/media/images/plus.gif HTML/media/images/PrivateDataMember.gif \ X HTML/media/images/PrivateMethod.gif \ X HTML/media/images/PrivateProperty.gif \ X HTML/media/images/ProtectedDataMember.gif \ X HTML/media/images/ProtectedMethod.gif \ X HTML/media/images/ProtectedProperty.gif \ X HTML/media/images/PublicDataMember.gif \ X HTML/media/images/PublicMethod.gif \ X HTML/media/images/PublicProperty.gif HTML/media/images/spacer.gif \ X HTML/media/images/spacer2.gif HTML/media/images/T.png \ X HTML/media/images/Tminus.png HTML/media/images/Tplus.png \ X HTML/media/images/Types.gif HTML/media/images/Variable.gif \ X HTML/media/images/Vars.gif HTML/media/images/TreeMenuJS/branch.gif \ X HTML/media/images/TreeMenuJS/branchbottom.gif \ X HTML/media/images/TreeMenuJS/branchtop.gif \ X HTML/media/images/TreeMenuJS/Class.gif \ X HTML/media/images/TreeMenuJS/classFolder.gif \ X HTML/media/images/TreeMenuJS/Disk.gif \ X HTML/media/images/TreeMenuJS/file.png \ X HTML/media/images/TreeMenuJS/folder.gif \ X HTML/media/images/TreeMenuJS/FolderOpened.gif \ X HTML/media/images/TreeMenuJS/Functions.gif \ X HTML/media/images/TreeMenuJS/line.gif \ X HTML/media/images/TreeMenuJS/linebottom.gif \ X HTML/media/images/TreeMenuJS/minus.gif \ X HTML/media/images/TreeMenuJS/minusbottom.gif \ X HTML/media/images/TreeMenuJS/minustop.gif \ X HTML/media/images/TreeMenuJS/plus.gif \ X HTML/media/images/TreeMenuJS/plusbottom.gif \ X HTML/media/images/TreeMenuJS/plustop.gif \ X HTML/media/lib/classTree.js HTML/media/lib/tab.webfx.css \ X HTML/media/lib/tabpane.js HTML/media/lib/ua.js \ X HTML/Net_SmartIRC/mybot.html HTML/Net_SmartIRC/Net_SmartIRC.html \ X HTML/Net_SmartIRC/Net_SmartIRC_actionhandler.html \ X HTML/Net_SmartIRC/Net_SmartIRC_base.html \ X HTML/Net_SmartIRC/Net_SmartIRC_channel.html \ X HTML/Net_SmartIRC/Net_SmartIRC_channeluser.html \ X HTML/Net_SmartIRC/Net_SmartIRC_data.html \ X HTML/Net_SmartIRC/Net_SmartIRC_Error.html \ X HTML/Net_SmartIRC/Net_SmartIRC_irccommands.html \ X HTML/Net_SmartIRC/Net_SmartIRC_ircuser.html \ X HTML/Net_SmartIRC/Net_SmartIRC_listenfor.html \ X HTML/Net_SmartIRC/Net_SmartIRC_messagehandler.html \ X HTML/Net_SmartIRC/Net_SmartIRC_timehandler.html \ X HTML/Net_SmartIRC/Net_SmartIRC_user.html \ X HTML/Net_SmartIRC/_SmartIRC-0.5.5_examples_example2_php.html \ X HTML/Net_SmartIRC/_SmartIRC-0.5.5_examples_example3_php.html \ X HTML/Net_SmartIRC/_SmartIRC-0.5.5_examples_example4_php.html \ X HTML/Net_SmartIRC/_SmartIRC-0.5.5_examples_example5_php.html \ X HTML/Net_SmartIRC/_SmartIRC-0.5.5_examples_example6_php.html \ X HTML/Net_SmartIRC/_SmartIRC-0.5.5_examples_example7_php.html \ X HTML/Net_SmartIRC/_SmartIRC-0.5.5_examples_example_php.html \ X HTML/Net_SmartIRC/_SmartIRC-0.5.5_SmartIRC_defines_php.html \ X HTML/Net_SmartIRC/_SmartIRC-0.5.5_SmartIRC_irccommands_php.html \ X HTML/Net_SmartIRC/_SmartIRC-0.5.5_SmartIRC_messagehandler_php.html \ X HTML/Net_SmartIRC/_SmartIRC-0.5.5_SmartIRC_php.html X X.include <bsd.port.pre.mk> X.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" X.include <bsd.port.post.mk> END-of-pear-Net_SmartIRC/Makefile echo x - pear-Net_SmartIRC/distinfo sed 's/^X//' >pear-Net_SmartIRC/distinfo << 'END-of-pear-Net_SmartIRC/distinfo' XMD5 (PEAR/Net_SmartIRC-1.0.0.tgz) = 042935bf413e7021aeea2971dd4d3997 XSIZE (PEAR/Net_SmartIRC-1.0.0.tgz) = 185991 END-of-pear-Net_SmartIRC/distinfo echo x - pear-Net_SmartIRC/pkg-descr sed 's/^X//' >pear-Net_SmartIRC/pkg-descr << 'END-of-pear-Net_SmartIRC/pkg-descr' XPEAR::Net_SmartIRC is a PHP class for communication with IRC networks, Xwhich conforms to the RFC 2812 (IRC protocol). X XIt's an API that handles all IRC protocol messages. X XThis class is designed for creating IRC bots, chats and show irc related Xinfo on webpages. X XWWW: http://pear.php.net/package/Net_SmartIRC/ END-of-pear-Net_SmartIRC/pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200505301224.j4UCOLsA094464>