Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 May 2008 22:17:20 GMT
From:      Matthew Donovan <kitche@kitchetech.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/124015: [New Port] irc/ircit a file in file out irc client
Message-ID:  <200805262217.m4QMHKUx073120@www.freebsd.org>
Resent-Message-ID: <200805262220.m4QMK1uB019219@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         124015
>Category:       ports
>Synopsis:       [New Port] irc/ircit a file in file out irc client
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 26 22:20:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Matthew Donovan
>Release:        7.0
>Organization:
>Environment:
FreeBSD njord.Belkin 7.0-RELEASE-p1 FreeBSD 7.0-RELEASE-p1 #1: Thu May 22 12:05:36 EDT 2008     dragon@njord.Belkin:/usr/obj/usr/src/sys/DEMON  i386

>Description:
ii is a minimalist FIFO and filesystem-based IRC client. It creates an 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. 
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# 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:
#
#	/usr/ports/irc/ircit /usr/ports/irc/ircit/pkg-descr 
#	/usr/ports/irc/ircit/distinfo /usr/ports/irc/ircit/Makefile 
#	/usr/ports/irc/ircit/pkg-plist /usr/ports/irc/ircit/files 
#	/usr/ports/irc/ircit/files/patch-config.mk
#
echo c - /usr/ports/irc/ircit mkdir -p /usr/ports/irc/ircit > /dev/null 
2>&1 echo x - /usr/ports/irc/ircit/pkg-descr sed 's/^X//' 
>Release-Note:
>Audit-Trail:
>Unformatted:
 >/usr/ports/irc/ircit/pkg-descr << 
 'END-of-/usr/ports/irc/ircit/pkg-descr' Xii is a minimalist FIFO and 
 filesystem-based IRC client. XIt creates an irc directory tree with 
 server, channel and nick name Xdirectories. In every directory a FIFO 
 in file and a normal out X file is created. The in file is used to 
 communicate with the Xservers and the out files contain the server 
 messages. XFor every channel and every nick name there are related in 
 and out Xfiles created. This allows IRC communication from command line 
 and adheres to Xthe Unix philosophy.The in file is used tocommunicate 
 with the servers and the X out files contain the server messages. For 
 every channel and every nick name X there are related in and out files 
 created. This allows IRC Xcommunication from command line and adheres 
 to the Unix philosophy. X X X X X X X X XWWW: 
 http://www.suckless.org/wiki/dwm/tools/irc 
 END-of-/usr/ports/irc/ircit/pkg-descr echo x - 
 /usr/ports/irc/ircit/distinfo sed 's/^X//' 
 >/usr/ports/irc/ircit/distinfo << 
 'END-of-/usr/ports/irc/ircit/distinfo' XMD5 (ii-1.3.tar.gz) = 
 529bcc4c2ed3aecc18e131f2bfce48c1 XSHA256 (ii-1.3.tar.gz) = 
 afdb638a9e157cdc1ad9f80d57e99993c3083e354aa3ca097df4e15fe3dfa6e0 XSIZE 
 (ii-1.3.tar.gz) = 9335 END-of-/usr/ports/irc/ircit/distinfo echo x - 
 /usr/ports/irc/ircit/Makefile sed 's/^X//' 
 >/usr/ports/irc/ircit/Makefile << 
 'END-of-/usr/ports/irc/ircit/Makefile' X# New ports collection makefile 
 for: Irc It X# Date created: May 24, 2008 X# Whom: Matthew Donovan 
 <kitche@kitchetech.com> X# X# $FreeBSD$ X# X XPORTNAME= ii 
 XPORTVERSION= 1.3 XCATEGORIES= irc XMASTER_SITES= 
 http://www.suckless.org/download/ \ XMAINTAINER= kitche@kitchetech.com 
 X XCOMMENT= A File In File Out irc client X XMAN1= ii.1 X 
 Xpost-install: X.if !defined(NOPORTDOCS) X @${ECHO_MSG} "installing 
 additional documentation to ${DOCSDIR}" X @${MKDIR} ${DOCSDIR} X 
 @${INSTALL_MAN} ${WRKSRC}/LICENSE ${DOCSDIR} X @${INSTALL_MAN} 
 ${WRKSRC}/README ${DOCSDIR} X.endif X X.include <bsd.port.mk> 
 END-of-/usr/ports/irc/ircit/Makefile echo x - 
 /usr/ports/irc/ircit/pkg-plist sed 's/^X//' 
 >/usr/ports/irc/ircit/pkg-plist << 
 'END-of-/usr/ports/irc/ircit/pkg-plist' Xbin/ii X%%DOCSDIR%%/README 
 X%%DOCSDIR%%/LICENSE X%%DOCSDIR%%/FAQ X%%DOCSDIR%%/CHANGES 
 X%%DOCSDIR%%/query.sh X@dirrm %%DOCSDIR%% 
 END-of-/usr/ports/irc/ircit/pkg-plist echo c - 
 /usr/ports/irc/ircit/files mkdir -p /usr/ports/irc/ircit/files > 
 /dev/null 2>&1 echo x - /usr/ports/irc/ircit/files/patch-config.mk sed 
 's/^X//' >/usr/ports/irc/ircit/files/patch-config.mk << 
 'END-of-/usr/ports/irc/ircit/files/patch-config.mk' X--- config.mk.old 
 2008-05-24 17:25:14.000000000 -0400 X+++ config.mk 2008-05-24 
 17:28:03.000000000 -0400 X@@ -1,17 +1,17 @@ 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-MAN1DIR = 
 ${MANDIR}/man1 X+MAN1DIR = ${PREFIX}/man/man1 X DOCDIR = 
 ${PREFIX}/share/doc/ii X X # Set the following to install to a 
 different root X DESTDIR = X X-INCDIR = ${PREFIX}/include X-LIBDIR = 
 ${PREFIX}/lib X+INCDIR = -I. -I/usr/include X+LIBDIR = -I. 
 -I/usr/include X VERSION = 1.3 X X # includes and libs X@@ -22,6 +22,8 
 @@ 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+= 
 ${INCS} -DVERSION=\"${VERSION}\" X+LDFLAGS+= ${LIBS} X+#CFLAGS = -g -O0 
 -W -Wall ${INCLUDES} -DVERSION=\"${VERSION}\" X+#LDFLAGS = ${LIBS} 
 END-of-/usr/ports/irc/ircit/files/patch-config.mk exit
 
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200805262217.m4QMHKUx073120>