Index: head/irc/Makefile =================================================================== --- head/irc/Makefile (revision 203901) +++ head/irc/Makefile (revision 203902) @@ -1,130 +1,131 @@ # $FreeBSD$ # COMMENT = Internet Relay Chat utilities SUBDIR += anope + SUBDIR += bip SUBDIR += bitchx SUBDIR += bitlbee SUBDIR += blackened SUBDIR += bnc SUBDIR += bobot++ SUBDIR += bopm SUBDIR += cgiirc SUBDIR += ctrlproxy SUBDIR += dancer SUBDIR += darkbot SUBDIR += dcc SUBDIR += dircproxy SUBDIR += dircproxy-devel SUBDIR += eggcreator SUBDIR += eggdrop SUBDIR += epic4 SUBDIR += epic5 SUBDIR += erc SUBDIR += evangeline SUBDIR += ezbounce SUBDIR += fisg SUBDIR += garnaxfs SUBDIR += gdesklets-irc SUBDIR += gruftistats SUBDIR += gseen.mod SUBDIR += hybserv SUBDIR += icbirc SUBDIR += iip SUBDIR += infobot SUBDIR += inspircd SUBDIR += insub SUBDIR += irc SUBDIR += ircII SUBDIR += ircd-hybrid SUBDIR += ircd-hybrid-ru SUBDIR += ircd-ratbox SUBDIR += ircd-ratbox-devel SUBDIR += ircd-ru SUBDIR += ircd-rusnet SUBDIR += ircg SUBDIR += irchat-jp SUBDIR += irchat-pj-emacs21 SUBDIR += irchat-pj-xemacs21-mule SUBDIR += ircproxy SUBDIR += ircservices SUBDIR += iroffer SUBDIR += iroffer-lamm SUBDIR += irssi SUBDIR += irssi-dcc_send_limiter SUBDIR += irssi-devel SUBDIR += irssi-fish SUBDIR += irssi-scripts SUBDIR += irssi-xmpp SUBDIR += irssistats SUBDIR += keitairc SUBDIR += kmyirc SUBDIR += konversation SUBDIR += kvirc SUBDIR += kvirc-devel SUBDIR += kwirc SUBDIR += lostirc SUBDIR += miau SUBDIR += muh SUBDIR += nefarious SUBDIR += nethirc SUBDIR += netwalker-ircc SUBDIR += ngircd SUBDIR += ninja SUBDIR += olirc SUBDIR += onis SUBDIR += p5-Bot-BasicBot SUBDIR += p5-IRC SUBDIR += p5-IRC-Bot-Hangman SUBDIR += p5-POE-Component-IRC SUBDIR += p5-POE-Component-IRC-Object SUBDIR += p5-POE-Filter-IRCD 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 += 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 += scrollz SUBDIR += sic SUBDIR += sirc SUBDIR += slirc SUBDIR += solid-ircd SUBDIR += srvx SUBDIR += talksoup SUBDIR += thales SUBDIR += tirc SUBDIR += tircproxy SUBDIR += tkirc SUBDIR += tr-ircd SUBDIR += trickyirc SUBDIR += undernet-ircu SUBDIR += unreal SUBDIR += weechat SUBDIR += xaric SUBDIR += xchat SUBDIR += xchat-fish SUBDIR += xchat-gnome SUBDIR += xchat-mircryption SUBDIR += xchat1 SUBDIR += zircon .include Property changes on: head/irc/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.157 \ No newline at end of property +1.158 \ No newline at end of property Index: head/irc/bip/Makefile =================================================================== --- head/irc/bip/Makefile (nonexistent) +++ head/irc/bip/Makefile (revision 203902) @@ -0,0 +1,47 @@ +# New ports collection makefile for: bip +# Date created: 23 October 2007 +# Whom: Chess Griffin +# +# $FreeBSD$ +# + +PORTNAME= bip +PORTVERSION= 0.6.1 +CATEGORIES= irc +MASTER_SITES= http://bip.t1r.net/downloads/ + +MAINTAINER= chess@chessgriffin.com +COMMENT= A simple IRC proxy with SSL support + +GNU_CONFIGURE= yes +USE_GMAKE= yes +INSTALL_TARGET= SUBDIR=src install-exec + +USE_OPENSSL= yes + +PLIST_FILES= bin/bip bin/bipmkpw +SUB_FILES= pkg-message +SUB_LIST= EXAMPLESDIR=${EXAMPLESDIR} +MAN1= bip.1 bip.conf.1 bipmkpw.1 +MANCOMPRESSED= no + +PORTDOCS= AUTHORS ChangeLog NEWS README README.floodcontrol TODO +PORTEXAMPLES= bip.conf bip.vim + +.include + +post-install: + @cd ${WRKSRC} && ${INSTALL_MAN} ${MAN1} ${MANPREFIX}/man/man1 + +.if !defined(NOPORTDOCS) + @${INSTALL} -d ${DOCSDIR} + @cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} +.endif + +.if !defined(NOPORTEXAMPLES) + @${INSTALL} -d ${EXAMPLESDIR} + @cd ${WRKSRC}/samples && ${INSTALL_DATA} ${PORTEXAMPLES} ${EXAMPLESDIR} +.endif + @${CAT} ${PKGMESSAGE} + +.include Property changes on: head/irc/bip/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/bip/distinfo =================================================================== --- head/irc/bip/distinfo (nonexistent) +++ head/irc/bip/distinfo (revision 203902) @@ -0,0 +1,3 @@ +MD5 (bip-0.6.1.tar.gz) = a70fbc2f8356787eeb0e7db6063f96e4 +SHA256 (bip-0.6.1.tar.gz) = 90ca63e775f7ebfa739c134c35a14161e943a58c59df3ecc39214309abf0ad89 +SIZE (bip-0.6.1.tar.gz) = 175092 Property changes on: head/irc/bip/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/bip/files/pkg-message.in =================================================================== --- head/irc/bip/files/pkg-message.in (nonexistent) +++ head/irc/bip/files/pkg-message.in (revision 203902) @@ -0,0 +1,11 @@ + +* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * +Your sample configuration files have been installed in: +%%EXAMPLESDIR%%/bip.conf + +You must create a directory named .bip in your home directory, +copy bip.conf there and edit it for your settings. + +bip will not start if you don't do this. + +* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Property changes on: head/irc/bip/files/pkg-message.in ___________________________________________________________________ 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/bip/pkg-descr =================================================================== --- head/irc/bip/pkg-descr (nonexistent) +++ head/irc/bip/pkg-descr (revision 203902) @@ -0,0 +1,3 @@ +Bip is a simple IRC proxy server. + +WWW: http://bip.tlr.net Property changes on: head/irc/bip/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