Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Feb 2004 10:30:39 +0900 (JST)
From:      Hiroki Sato <hrs@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/62506: New port: irc/icbirc
Message-ID:  <200402080130.i181UdCr031039@alph.allbsd.org>
Resent-Message-ID: <200402080140.i181e1Oh059058@freefall.freebsd.org>

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

>Number:         62506
>Category:       ports
>Synopsis:       New port: irc/icbirc
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 07 17:40:00 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Hiroki Sato
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
Tokyo University of Science
>Environment:
System: FreeBSD alph.allbsd.org 4.8-STABLE FreeBSD 4.8-STABLE #7: Tue May 20 00:05:43 JST 2003     hrs@alph.allbsd.org:/home/obj/home/src/sys/ALPH  i386

>Description:
	icbirc is a proxy that allows to connect an IRC client to an ICB server.
	The proxy accepts client connections, connects to the server, and for-
	wards data between those two connections.

>How-To-Repeat:
	N/A

>Fix:

# 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:
#
#	icbirc
#	icbirc/Makefile
#	icbirc/pkg-descr
#	icbirc/distinfo
#	icbirc/pkg-plist
#
echo c - icbirc
mkdir -p icbirc > /dev/null 2>&1
echo x - icbirc/Makefile
sed 's/^X//' >icbirc/Makefile << 'END-of-icbirc/Makefile'
X# New ports collection makefile for:	icbirc
X# Date created:		8 Feb 2004
X# Whom:			hrs
X#
X# $FreeBSD$
X
XPORTNAME=	icbirc
XPORTVERSION=	1.6
XCATEGORIES=	irc
XMASTER_SITES=	http://www.benzedrine.cx/
X
XMAINTAINER=	hrs@FreeBSD.org
XCOMMENT=	Proxy IRC client and ICB server
X
XMAN8=		icbirc.8
X
XMAKE_ENV=	BINDIR="${PREFIX}/bin" MANDIR="${PREFIX}/man"
X
XSRCS=		icb.c irc.c icbirc.c
X
Xdo-build:
X	cd ${WRKSRC} && \
X	for SRC in ${SRCS}; do \
X		${CC} $$SRC ${CFLAGS} -c; \
X	done && \
X	${CC} ${SRCS:S/.c/.o/} ${CFLAGS} ${LDFLAGS} -o icbirc ${LIBS}
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/icbirc ${PREFIX}/bin
X	${INSTALL_MAN} ${WRKSRC}/icbirc.8 ${PREFIX}/man/man8
X
X.include <bsd.port.mk>
END-of-icbirc/Makefile
echo x - icbirc/pkg-descr
sed 's/^X//' >icbirc/pkg-descr << 'END-of-icbirc/pkg-descr'
Xicbirc is a proxy that allows to connect an IRC client to an ICB server.
XThe proxy accepts client connections, connects to the server, and for-
Xwards data between those two connections.
X
XCommands from the IRC client are translated to ICB commands and forwarded
Xto the ICB server. Messages from the ICB server are translated to IRC
Xmessages and forwarded to the IRC client.
END-of-icbirc/pkg-descr
echo x - icbirc/distinfo
sed 's/^X//' >icbirc/distinfo << 'END-of-icbirc/distinfo'
XMD5 (icbirc-1.6.tar.gz) = bf70111c22f13862b75457c7f076a911
XSIZE (icbirc-1.6.tar.gz) = 10936
END-of-icbirc/distinfo
echo x - icbirc/pkg-plist
sed 's/^X//' >icbirc/pkg-plist << 'END-of-icbirc/pkg-plist'
X@comment $FreeBSD$
Xbin/icbirc
END-of-icbirc/pkg-plist
exit

>Release-Note:
>Audit-Trail:
>Unformatted:



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