Index: head/irc/Makefile =================================================================== --- head/irc/Makefile (revision 272680) +++ head/irc/Makefile (revision 272681) @@ -1,155 +1,156 @@ # $FreeBSD$ # COMMENT = Internet Relay Chat utilities SUBDIR += anope SUBDIR += bip SUBDIR += bitchx SUBDIR += bitlbee SUBDIR += bitlbee-otr SUBDIR += bnc SUBDIR += bobot++ SUBDIR += bopm SUBDIR += cgiirc SUBDIR += charybdis SUBDIR += ctrlproxy SUBDIR += cwirc SUBDIR += dancer SUBDIR += darkbot SUBDIR += dcc SUBDIR += dircproxy SUBDIR += eggcreator SUBDIR += eggdrop SUBDIR += epic4 SUBDIR += epic5 SUBDIR += evangeline SUBDIR += ezbounce SUBDIR += ezbounce-devel SUBDIR += fisg SUBDIR += garnaxfs SUBDIR += gdesklets-irc SUBDIR += gruftistats SUBDIR += gseen.mod SUBDIR += hybserv SUBDIR += icbirc SUBDIR += ii SUBDIR += infobot SUBDIR += inspircd SUBDIR += insub SUBDIR += irc SUBDIR += irc2dc SUBDIR += ircII SUBDIR += ircd-hybrid SUBDIR += ircd-ratbox SUBDIR += ircd-ratbox-devel SUBDIR += ircd-ru SUBDIR += ircd-rusnet SUBDIR += irchat-jp SUBDIR += irchat-pj-emacs21 SUBDIR += irchat-pj-xemacs21-mule SUBDIR += ircproxy SUBDIR += ircservices SUBDIR += iroffer SUBDIR += iroffer-dinoex SUBDIR += iroffer-lamm SUBDIR += irssi SUBDIR += irssi-dcc_send_limiter SUBDIR += irssi-devel SUBDIR += irssi-fish SUBDIR += irssi-otr SUBDIR += irssi-scripts SUBDIR += irssi-xmpp SUBDIR += irssistats SUBDIR += keitairc SUBDIR += keitairc2 SUBDIR += kmyirc SUBDIR += konversation SUBDIR += konversation-kde4 SUBDIR += kvirc SUBDIR += kvirc-qt4 SUBDIR += kwirc SUBDIR += libircclient SUBDIR += lostirc SUBDIR += miau SUBDIR += minbif SUBDIR += muh SUBDIR += nefarious SUBDIR += nethirc SUBDIR += netwalker-ircc SUBDIR += ngircd SUBDIR += ninja SUBDIR += onis SUBDIR += p5-AnyEvent-IRC SUBDIR += p5-Bot-BasicBot SUBDIR += p5-IRC-Bot-Hangman + SUBDIR += p5-IRC-Utils SUBDIR += p5-POE-Component-IRC SUBDIR += p5-POE-Component-IRC-Object SUBDIR += p5-POE-Component-IRC-Plugin-Blowfish SUBDIR += p5-POE-Component-IRC-Plugin-Bollocks SUBDIR += p5-POE-Component-IRC-Plugin-CoreList SUBDIR += p5-POE-Component-IRC-Plugin-POE-Knee SUBDIR += p5-POE-Component-IRC-Plugin-QueryDNS SUBDIR += p5-POE-Component-IRC-Plugin-QueryDNSBL SUBDIR += p5-POE-Component-IRC-Plugin-RSS-Headlines SUBDIR += p5-POE-Component-Server-IRC SUBDIR += p5-POE-Filter-IRCD SUBDIR += p5-POE-Session-Irssi SUBDIR += p5-Parse-IRC SUBDIR += party SUBDIR += pear-Net_SmartIRC SUBDIR += pircbot SUBDIR += pisg SUBDIR += psybnc SUBDIR += ptlink-ircd SUBDIR += ptlink-services SUBDIR += pure-emacs21 SUBDIR += pure-xemacs21-mule SUBDIR += py-gozerbot SUBDIR += py-irclib SUBDIR += py-supybot SUBDIR += py-supybot-plugins SUBDIR += quassel SUBDIR += qwebirc SUBDIR += quirc SUBDIR += ratbox-respond SUBDIR += ratbox-services SUBDIR += rbot SUBDIR += riece SUBDIR += riece-emacs21 SUBDIR += roxirc SUBDIR += ruby-irc SUBDIR += ruby-rica SUBDIR += ruby-rice SUBDIR += rubygem-net-irc SUBDIR += scrollz SUBDIR += sic SUBDIR += simpleirc SUBDIR += sirc SUBDIR += slirc SUBDIR += smartirc4net SUBDIR += smuxi SUBDIR += solid-ircd SUBDIR += srvx SUBDIR += talksoup SUBDIR += thales SUBDIR += tircd SUBDIR += tircproxy SUBDIR += tkirc SUBDIR += tr-ircd SUBDIR += trickyirc SUBDIR += undernet-ircu SUBDIR += unreal SUBDIR += weechat SUBDIR += weechat-devel SUBDIR += xaric SUBDIR += xchat SUBDIR += xchat-fish SUBDIR += xchat-gnome SUBDIR += xchat-mircryption SUBDIR += xchat-ruby SUBDIR += xchat1 SUBDIR += zircon SUBDIR += znc .include Property changes on: head/irc/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.208 \ No newline at end of property +1.209 \ No newline at end of property Index: head/irc/p5-IRC-Utils/Makefile =================================================================== --- head/irc/p5-IRC-Utils/Makefile (nonexistent) +++ head/irc/p5-IRC-Utils/Makefile (revision 272681) @@ -0,0 +1,21 @@ +# New ports collection makefile for: p5-IRC-Utils +# Date created: 2011-04-12 +# Whom: TERAMOTO Masahiro +# +# $FreeBSD$ +# + +PORTNAME= IRC-Utils +PORTVERSION= 0.06 +CATEGORIES= irc perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= markun@onohara.to +COMMENT= Common utilities for IRC-related tasks + +PERL_CONFIGURE= yes + +MAN3= IRC::Utils.3 + +.include Property changes on: head/irc/p5-IRC-Utils/Makefile ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: head/irc/p5-IRC-Utils/distinfo =================================================================== --- head/irc/p5-IRC-Utils/distinfo (nonexistent) +++ head/irc/p5-IRC-Utils/distinfo (revision 272681) @@ -0,0 +1,2 @@ +SHA256 (IRC-Utils-0.06.tar.gz) = c80a6c092c093dfd774c138198ac52c4da263e875415fce54f79e9dfdcc3abd3 +SIZE (IRC-Utils-0.06.tar.gz) = 20829 Property changes on: head/irc/p5-IRC-Utils/distinfo ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/irc/p5-IRC-Utils/pkg-descr =================================================================== --- head/irc/p5-IRC-Utils/pkg-descr (nonexistent) +++ head/irc/p5-IRC-Utils/pkg-descr (revision 272681) @@ -0,0 +1,5 @@ +The functions in this module take care of many of the tasks you are +faced with when working with IRC. Mode lines, ban masks, message +encoding and formatting, etc. + +WWW: http://search.cpan.org/dist/IRC-Utils/ Property changes on: head/irc/p5-IRC-Utils/pkg-descr ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/irc/p5-IRC-Utils/pkg-plist =================================================================== --- head/irc/p5-IRC-Utils/pkg-plist (nonexistent) +++ head/irc/p5-IRC-Utils/pkg-plist (revision 272681) @@ -0,0 +1,5 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/IRC/Utils/.packlist +%%SITE_PERL%%/IRC/Utils.pm +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IRC/Utils +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IRC +@dirrmtry %%SITE_PERL%%/IRC Property changes on: head/irc/p5-IRC-Utils/pkg-plist ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property