Index: head/irc/Makefile =================================================================== --- head/irc/Makefile (revision 423595) +++ head/irc/Makefile (revision 423596) @@ -1,133 +1,134 @@ # $FreeBSD$ # COMMENT = Internet Relay Chat utilities SUBDIR += anope SUBDIR += atheme-services SUBDIR += bip SUBDIR += bitchx SUBDIR += bitlbee SUBDIR += bitlbee-facebook SUBDIR += bnc SUBDIR += bopm SUBDIR += cgiirc SUBDIR += charybdis SUBDIR += ctrlproxy SUBDIR += cwirc SUBDIR += dancer SUBDIR += darkbot SUBDIR += dircproxy SUBDIR += dxirc SUBDIR += eggdrop SUBDIR += eggdrop-devel SUBDIR += epic4 SUBDIR += epic5 SUBDIR += evangeline SUBDIR += ezbounce SUBDIR += fisg SUBDIR += gruftistats SUBDIR += gseen.mod SUBDIR += hexchat 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 += ircproxy SUBDIR += ircservices SUBDIR += iroffer SUBDIR += iroffer-dinoex SUBDIR += iroffer-lamm SUBDIR += irssi SUBDIR += irssi-dcc_send_limiter SUBDIR += irssi-fish SUBDIR += irssi-otr SUBDIR += irssi-scripts SUBDIR += irssi-xmpp SUBDIR += irssistats SUBDIR += keitairc2 SUBDIR += konversation-kde4 SUBDIR += kvirc SUBDIR += kvirc-qt4 SUBDIR += libircclient SUBDIR += lostirc SUBDIR += miau SUBDIR += minbif SUBDIR += muh 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-Hailo SUBDIR += p5-POE-Component-IRC-Plugin-Karma 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 += pear-Net_SmartIRC SUBDIR += pircbot SUBDIR += pisg SUBDIR += polari SUBDIR += psybnc SUBDIR += py-fishcrypt SUBDIR += py-gozerbot SUBDIR += py-irc SUBDIR += py-limnoria SUBDIR += py-supybot SUBDIR += py-supybot-plugins SUBDIR += quassel SUBDIR += quirc + SUBDIR += ratbox-respond SUBDIR += ratbox-services SUBDIR += rbot SUBDIR += riece SUBDIR += roxirc SUBDIR += ruby-irc SUBDIR += ruby-rica SUBDIR += ruby-rice SUBDIR += rubygem-cinch SUBDIR += rubygem-cogbot SUBDIR += rubygem-lita-irc SUBDIR += rubygem-net-irc SUBDIR += scrollz SUBDIR += sic SUBDIR += simpleirc SUBDIR += sirc SUBDIR += smartirc4net SUBDIR += srvx SUBDIR += thales SUBDIR += tircd SUBDIR += tircproxy SUBDIR += undernet-ircu SUBDIR += unreal SUBDIR += weechat SUBDIR += xaric SUBDIR += xchat SUBDIR += xchat-fish SUBDIR += xchat-mircryption SUBDIR += xchat-ruby SUBDIR += znc .include Index: head/irc/ratbox-respond/Makefile =================================================================== --- head/irc/ratbox-respond/Makefile (nonexistent) +++ head/irc/ratbox-respond/Makefile (revision 423596) @@ -0,0 +1,32 @@ +# Created by: Shaun Amott +# $FreeBSD$ + +PORTNAME= ratbox-respond +PORTVERSION= 1.0 +PORTREVISION= 2 +CATEGORIES= irc sysutils +MASTER_SITES= http://www.ratbox.org/download/${PORTNAME}/ \ + http://mirrors.gigenet.com/ratbox/${PORTNAME}/ + +MAINTAINER= zi@FreeBSD.org +COMMENT= Client-side implementation of the challenge oper system in ircd-ratbox + +CONFIGURE_WRKSRC=${WRKSRC}/${PORTNAME} +BUILD_WRKSRC= ${WRKSRC}/${PORTNAME} + +USES= tar:tgz +USE_OPENSSL= yes +GNU_CONFIGURE= yes + +PORTDOCS= challenge.txt +PORTEXAMPLES= * +PLIST_FILES= bin/ratbox-respond bin/makekeypair + +do-install: + ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/makekeypair ${STAGEDIR}${PREFIX}/bin + @${MKDIR} ${STAGEDIR}${DOCSDIR} ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/challenge.txt ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/client-scripts/* ${STAGEDIR}${EXAMPLESDIR} + +.include Property changes on: head/irc/ratbox-respond/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/irc/ratbox-respond/distinfo =================================================================== --- head/irc/ratbox-respond/distinfo (nonexistent) +++ head/irc/ratbox-respond/distinfo (revision 423596) @@ -0,0 +1,3 @@ +TIMESTAMP = 1476020049 +SHA256 (ratbox-respond-1.0.tgz) = e3641296fc9cc245c951c6daf24b51c295f21aacf8f25317744c718b791e9bdc +SIZE (ratbox-respond-1.0.tgz) = 41710 Property changes on: head/irc/ratbox-respond/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/irc/ratbox-respond/files/pkg-message.in =================================================================== --- head/irc/ratbox-respond/files/pkg-message.in (nonexistent) +++ head/irc/ratbox-respond/files/pkg-message.in (revision 423596) @@ -0,0 +1,9 @@ +------------------------------------------------------------------------ +ratbox-respond has been successfully installed. + +Be sure to look in: + + %%EXAMPLESDIR%%/client-scripts + +for some example scripts for various popular IRC clients. +------------------------------------------------------------------------ Property changes on: head/irc/ratbox-respond/files/pkg-message.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/irc/ratbox-respond/pkg-descr =================================================================== --- head/irc/ratbox-respond/pkg-descr (nonexistent) +++ head/irc/ratbox-respond/pkg-descr (revision 423596) @@ -0,0 +1,6 @@ +ratbox-respond is a tool that provides a client side implementation of +the challenge opering system in ircd-ratbox. The challenge system +provides the ability to oper using private key authentication instead of +passwords to improve security. + +WWW: http://respond.ratbox.org/ Property changes on: head/irc/ratbox-respond/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property