# 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: # # irc/ii # irc/ii/pkg-descr # irc/ii/distinfo # irc/ii/Makefile # irc/ii/files # irc/ii/files/patch-config.mk # echo c - irc/ii mkdir -p irc/ii > /dev/null 2>&1 echo x - irc/ii/pkg-descr sed 's/^X//' >irc/ii/pkg-descr << 'END-of-irc/ii/pkg-descr' Xii is a minimalist FIFO and filesystem-based IRC client. It creates an irc Xdirectory tree with server, channel and nick name directories. XIn every directory a FIFO in file and a normal out file is created. XThe in file is used to communicate with the servers and the out files Xcontain the server messages. For every channel and every nick name there Xare related in and out files created. This allows IRC communication from Xcommand line and adheres to the Unix philosophy. X XWWW: http://www.suckless.org/wiki/tools/irc/irc_it/ END-of-irc/ii/pkg-descr echo x - irc/ii/distinfo sed 's/^X//' >irc/ii/distinfo << 'END-of-irc/ii/distinfo' XMD5 (ii-1.3.tar.gz) = 529bcc4c2ed3aecc18e131f2bfce48c1 XSHA256 (ii-1.3.tar.gz) = afdb638a9e157cdc1ad9f80d57e99993c3083e354aa3ca097df4e15fe3dfa6e0 XSIZE (ii-1.3.tar.gz) = 9335 END-of-irc/ii/distinfo echo x - irc/ii/Makefile sed 's/^X//' >irc/ii/Makefile << 'END-of-irc/ii/Makefile' X# New ports collection makefile for: ii X# Date created: July 13, 2008 X# Whom: Julien Laffaye X# X# $FreeBSD$ X# X XPORTNAME= ii XPORTVERSION= 1.3 XCATEGORIES= irc XMASTER_SITES= http://code.suckless.org/dl/tools/ \ X http://laffaye.free.fr/distfiles/ X XMAINTAINER= kimelto@gmail.com XCOMMENT= A minimalist FIFO and filesystem-based IRC client X XMAN1= ii.1 XPLIST_FILES= bin/ii XPORTDOCS= CHANGES README query.sh FAQ LICENSE X X.include END-of-irc/ii/Makefile echo c - irc/ii/files mkdir -p irc/ii/files > /dev/null 2>&1 echo x - irc/ii/files/patch-config.mk sed 's/^X//' >irc/ii/files/patch-config.mk << 'END-of-irc/ii/files/patch-config.mk' X--- config.mk.orig 2007-07-14 20:39:41.000000000 +0200 X+++ config.mk 2008-07-13 15:38:45.000000000 +0200 X@@ -1,9 +1,9 @@ X # Customize to fit your system X X # paths X-PREFIX = /usr/local X+PREFIX ?= /usr/local X BINDIR = ${PREFIX}/bin X-MANDIR = ${PREFIX}/share/man X+MANDIR = ${PREFIX}/man X MAN1DIR = ${MANDIR}/man1 X DOCDIR = ${PREFIX}/share/doc/ii X X@@ -22,6 +22,6 @@ X #CFLAGS = -g ${INCLUDES} -DVERSION=\"${VERSION}\" X X # compiler X-CC = cc X-CFLAGS = -g -O0 -W -Wall ${INCLUDES} -DVERSION=\"${VERSION}\" X-LDFLAGS = ${LIBS} X+CC ?= cc X+CFLAGS += -g -O0 -W -Wall ${INCLUDES} -DVERSION=\"${VERSION}\" X+LDFLAGS += ${LIBS} END-of-irc/ii/files/patch-config.mk exit