Index: head/irc/Makefile =================================================================== --- head/irc/Makefile (revision 217047) +++ head/irc/Makefile (revision 217048) @@ -1,143 +1,144 @@ # $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 += cwirc 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 += ii 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 += irssi-xmpp-devel 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-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-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 += 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 += xchat-ruby SUBDIR += xchat1 SUBDIR += zircon SUBDIR += znc .include Property changes on: head/irc/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.170 \ No newline at end of property +1.171 \ No newline at end of property Index: head/irc/ii/Makefile =================================================================== --- head/irc/ii/Makefile (nonexistent) +++ head/irc/ii/Makefile (revision 217048) @@ -0,0 +1,37 @@ +# New ports collection makefile for: ii +# Date created: July 13, 2008 +# Whom: Julien Laffaye +# +# $FreeBSD$ +# + +PORTNAME= ii +PORTVERSION= 1.3 +CATEGORIES= irc +MASTER_SITES= http://code.suckless.org/dl/tools/ \ + http://laffaye.free.fr/distfiles/ + +MAINTAINER= kimelto@gmail.com +COMMENT= A minimalist FIFO and filesystem-based IRC client + +MAN1= ii.1 +PLIST_FILES= bin/ii +PORTDOCS= CHANGES README FAQ LICENSE +PORTEXAMPLES= query.sh + +post-install: +.if !defined(NOPORTDOCS) + @${ECHO_MSG} "installing additional documentation to ${DOCSDIR}" + @${MKDIR} ${DOCSDIR} + @${INSTALL_MAN} ${WRKSRC}/CHANGES ${DOCSDIR} + @${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR} + @${INSTALL_MAN} ${WRKSRC}/FAQ ${DOCSDIR} + @${INSTALL_MAN} ${WRKSRC}/LICENSE ${DOCSDIR} +.endif +.if !defined(NOPORTEXAMPLES) + @${ECHO_MSG} "installing additional examples to ${EXAMPLESDIR}" + @${MKDIR} ${EXAMPLESDIR} + @${INSTALL_MAN} ${WRKSRC}/query.sh ${EXAMPLESDIR} +.endif + +.include Property changes on: head/irc/ii/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/ii/distinfo =================================================================== --- head/irc/ii/distinfo (nonexistent) +++ head/irc/ii/distinfo (revision 217048) @@ -0,0 +1,3 @@ +MD5 (ii-1.3.tar.gz) = 529bcc4c2ed3aecc18e131f2bfce48c1 +SHA256 (ii-1.3.tar.gz) = afdb638a9e157cdc1ad9f80d57e99993c3083e354aa3ca097df4e15fe3dfa6e0 +SIZE (ii-1.3.tar.gz) = 9335 Property changes on: head/irc/ii/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/ii/files/patch-Makefile =================================================================== --- head/irc/ii/files/patch-Makefile (nonexistent) +++ head/irc/ii/files/patch-Makefile (revision 217048) @@ -0,0 +1,15 @@ +--- Makefile.orig 2007-07-14 20:39:41.000000000 +0200 ++++ Makefile 2008-07-17 21:27:32.000000000 +0200 +@@ -35,12 +35,10 @@ + @${CC} -o $@ ${OBJ} ${LDFLAGS} + + install: all +- @mkdir -p ${DESTDIR}${DOCDIR} + @mkdir -p ${DESTDIR}${BINDIR} + @mkdir -p ${DESTDIR}${MAN1DIR} + + @install -d ${DESTDIR}${BINDIR} ${DESTDIR}${MAN1DIR} +- @install -m 644 CHANGES README query.sh FAQ LICENSE ${DESTDIR}${DOCDIR} + @install -m 775 ii ${DESTDIR}${BINDIR} + @install -m 444 ii.1 ${DESTDIR}${MAN1DIR} + @echo "installed ii" Property changes on: head/irc/ii/files/patch-Makefile ___________________________________________________________________ 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/ii/files/patch-config.mk =================================================================== --- head/irc/ii/files/patch-config.mk (nonexistent) +++ head/irc/ii/files/patch-config.mk (revision 217048) @@ -0,0 +1,24 @@ +--- config.mk.orig 2007-07-14 20:39:41.000000000 +0200 ++++ config.mk 2008-07-13 15:38:45.000000000 +0200 +@@ -1,9 +1,9 @@ + # Customize to fit your system + + # paths +-PREFIX = /usr/local ++PREFIX ?= /usr/local + BINDIR = ${PREFIX}/bin +-MANDIR = ${PREFIX}/share/man ++MANDIR = ${PREFIX}/man + MAN1DIR = ${MANDIR}/man1 + DOCDIR = ${PREFIX}/share/doc/ii + +@@ -22,6 +22,6 @@ + #CFLAGS = -g ${INCLUDES} -DVERSION=\"${VERSION}\" + + # compiler +-CC = cc +-CFLAGS = -g -O0 -W -Wall ${INCLUDES} -DVERSION=\"${VERSION}\" +-LDFLAGS = ${LIBS} ++CC ?= cc ++CFLAGS += -g -O0 -W -Wall ${INCLUDES} -DVERSION=\"${VERSION}\" ++LDFLAGS += ${LIBS} Property changes on: head/irc/ii/files/patch-config.mk ___________________________________________________________________ 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/ii/pkg-descr =================================================================== --- head/irc/ii/pkg-descr (nonexistent) +++ head/irc/ii/pkg-descr (revision 217048) @@ -0,0 +1,9 @@ +ii is a minimalist FIFO and filesystem-based IRC client. It createsan +irc directory tree with server, channel and nick name directories. +In every directory a FIFO in file and a normal out file is created. +The in file is used to communicate with the servers and the out files +contain the server messages. For every channel and every nick name there +are related in and out files created. This allows IRC communication from +command line and adheres to the Unix philosophy. + +WWW: http://www.suckless.org/wiki/tools/irc/irc_it/ Property changes on: head/irc/ii/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