ports/129278: [NEW PORT] irc/libircclient: An IRC library to create IRC clients

Julien Laffaye kimelto at gmail.com
Sat Nov 29 14:20:02 UTC 2008


>Number:         129278
>Category:       ports
>Synopsis:       [NEW PORT] irc/libircclient: An IRC library to create IRC clients
>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:   Sat Nov 29 14:20:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Julien Laffaye
>Release:        FreeBSD 7.0-RELEASE-p6 i386
>Organization:
>Environment:
System: FreeBSD laptop.kimelto.eu 7.0-RELEASE-p6 FreeBSD 7.0-RELEASE-p6 #0: Mon Nov 24 06:43:33 UTC 2008
>Description:
libircclient is a small but powerful library, which implements client-server
IRC protocol. It is designed to be small, fast, portable and compatible to RFC
standards, and most IRC clients.
libircclient features include:

	* Full multi-threading support.
	* Single threads handles all the IRC processing.
	* Support for single-threaded applications, and socket-based applications,
		which use select()
	* Synchronous and asynchronous interfaces.
	* CTCP support with optional build-in reply code.
	* Flexible DCC support, including both DCC chat, and DCC file transfer.
	* Can both initiate and react to initiated DCC.
	* Can accept or decline DCC sessions asynchronously.
	* Plain C interface and implementation
		(possible to use from C++ code, obviously)
	* Compatible with RFC 1459 and most IRC clients.
	* Free, licensed under LGPL license.
	* Good documentation and examples available.

WWW:	http://libircclient.sourceforge.net/

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- libircclient-1.2.shar begins here ---
# 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:
#
#	libircclient
#	libircclient/pkg-descr
#	libircclient/Makefile
#	libircclient/pkg-plist
#	libircclient/distinfo
#
echo c - libircclient
mkdir -p libircclient > /dev/null 2>&1
echo x - libircclient/pkg-descr
sed 's/^X//' >libircclient/pkg-descr << 'END-of-libircclient/pkg-descr'
Xlibircclient is a small but powerful library, which implements client-server
XIRC protocol. It is designed to be small, fast, portable and compatible to RFC
Xstandards, and most IRC clients.
Xlibircclient features include:
X
X	* Full multi-threading support.
X	* Single threads handles all the IRC processing.
X	* Support for single-threaded applications, and socket-based applications,
X		which use select()
X	* Synchronous and asynchronous interfaces.
X	* CTCP support with optional build-in reply code.
X	* Flexible DCC support, including both DCC chat, and DCC file transfer.
X	* Can both initiate and react to initiated DCC.
X	* Can accept or decline DCC sessions asynchronously.
X	* Plain C interface and implementation
X		(possible to use from C++ code, obviously)
X	* Compatible with RFC 1459 and most IRC clients.
X	* Free, licensed under LGPL license.
X	* Good documentation and examples available.
X
XWWW:	http://libircclient.sourceforge.net/
END-of-libircclient/pkg-descr
echo x - libircclient/Makefile
sed 's/^X//' >libircclient/Makefile << 'END-of-libircclient/Makefile'
X# New ports collection makefile for:	libircclient
X# Date created:				2008-11-20
X# Whom:					Julien Laffaye <kimelto at gmail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	libircclient
XPORTVERSION=	1.2
XCATEGORIES=	irc devel
XMASTER_SITES=	SF
X
XMAINTAINER=	kimelto at gmail.com
XCOMMENT=	An IRC library to create IRC clients
X
XGNU_CONFIGURE=	yes
X
Xdo-build:
X	@${MAKE} -C ${WRKSRC}/src/
X
Xdo-install:
X	@${INSTALL_DATA} ${WRKSRC}/include/libircclient.h ${PREFIX}/include
X	@${INSTALL_DATA} ${WRKSRC}/include/libirc_errors.h ${PREFIX}/include
X	@${INSTALL_DATA} ${WRKSRC}/include/libirc_events.h ${PREFIX}/include
X	@${INSTALL_DATA} ${WRKSRC}/include/libirc_options.h ${PREFIX}/include
X	@${INSTALL_DATA} ${WRKSRC}/src/libircclient.a ${PREFIX}/lib
X
Xpost-install:
X.if !defined(NOPORTDOCS)
X	@${ECHO_MSG} "installing additional documentation to ${DOCSDIR}"
X	@(cd ${WRKSRC}/doc/html/ && ${COPYTREE_SHARE} \* ${DOCSDIR})
X.endif
X.if !defined(NOPORTEXAMPLES)
X	@${ECHO_MSG} "installing additional examples to ${EXAMPLESDIR}"
X	@(cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} \* ${EXAMPLESDIR})
X.endif
X
X.include <bsd.port.mk>
END-of-libircclient/Makefile
echo x - libircclient/pkg-plist
sed 's/^X//' >libircclient/pkg-plist << 'END-of-libircclient/pkg-plist'
Xinclude/libircclient.h
Xinclude/libirc_errors.h
Xinclude/libirc_events.h
Xinclude/libirc_options.h
Xlib/libircclient.a
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile.in
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/censor.cpp
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/colors.cpp
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ircftp.cpp
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ircmud/Makefile
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ircmud/log.h
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ircmud/ircmud.cpp
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ircmud/log.cpp
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ircmud/main.cpp
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ircmud/ircmud.h
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ircmud/config.cpp
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ircmud/global.h
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ircmud/config.h
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/irctest.c
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/spammer.c
X%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/ircmud
X%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%
X%%PORTDOCS%%%%DOCSDIR%%/annotated.html
X%%PORTDOCS%%%%DOCSDIR%%/doxygen.css
X%%PORTDOCS%%%%DOCSDIR%%/doxygen.png
X%%PORTDOCS%%%%DOCSDIR%%/files.html
X%%PORTDOCS%%%%DOCSDIR%%/functions.html
X%%PORTDOCS%%%%DOCSDIR%%/functions_vars.html
X%%PORTDOCS%%%%DOCSDIR%%/globals.html
X%%PORTDOCS%%%%DOCSDIR%%/globals_defs.html
X%%PORTDOCS%%%%DOCSDIR%%/globals_func.html
X%%PORTDOCS%%%%DOCSDIR%%/globals_type.html
X%%PORTDOCS%%%%DOCSDIR%%/group__common.html
X%%PORTDOCS%%%%DOCSDIR%%/group__conndisc.html
X%%PORTDOCS%%%%DOCSDIR%%/group__contexts.html
X%%PORTDOCS%%%%DOCSDIR%%/group__ctcp.html
X%%PORTDOCS%%%%DOCSDIR%%/group__dccstuff.html
X%%PORTDOCS%%%%DOCSDIR%%/group__errorcodes.html
X%%PORTDOCS%%%%DOCSDIR%%/group__errors.html
X%%PORTDOCS%%%%DOCSDIR%%/group__events.html
X%%PORTDOCS%%%%DOCSDIR%%/group__initclose.html
X%%PORTDOCS%%%%DOCSDIR%%/group__ircmd__ch.html
X%%PORTDOCS%%%%DOCSDIR%%/group__ircmd__msg.html
X%%PORTDOCS%%%%DOCSDIR%%/group__ircmd__oth.html
X%%PORTDOCS%%%%DOCSDIR%%/group__nnparse.html
X%%PORTDOCS%%%%DOCSDIR%%/group__options.html
X%%PORTDOCS%%%%DOCSDIR%%/group__rfcnumbers.html
X%%PORTDOCS%%%%DOCSDIR%%/group__running.html
X%%PORTDOCS%%%%DOCSDIR%%/group__sendcmds.html
X%%PORTDOCS%%%%DOCSDIR%%/index.html
X%%PORTDOCS%%%%DOCSDIR%%/libirc__doc_8h.html
X%%PORTDOCS%%%%DOCSDIR%%/libirc__doc__faq_8h.html
X%%PORTDOCS%%%%DOCSDIR%%/libirc__errors_8h.html
X%%PORTDOCS%%%%DOCSDIR%%/libirc__events_8h.html
X%%PORTDOCS%%%%DOCSDIR%%/libirc__options_8h.html
X%%PORTDOCS%%%%DOCSDIR%%/libirc__rfcnumeric_8h.html
X%%PORTDOCS%%%%DOCSDIR%%/pages.html
X%%PORTDOCS%%%%DOCSDIR%%/libircclient_8h.html
X%%PORTDOCS%%%%DOCSDIR%%/modules.html
X%%PORTDOCS%%%%DOCSDIR%%/pagefaq.html
X%%PORTDOCS%%%%DOCSDIR%%/structirc__callbacks__t.html
X%%PORTDOCS%%@dirrmtry %%DOCSDIR%%
END-of-libircclient/pkg-plist
echo x - libircclient/distinfo
sed 's/^X//' >libircclient/distinfo << 'END-of-libircclient/distinfo'
XMD5 (libircclient-1.2.tar.gz) = c602e2bebdc8e4b63c2df3c5c818a427
XSHA256 (libircclient-1.2.tar.gz) = c98023d9816f3d7522ecc77e90753c0b66c736be9bd8ae47d03a29d5f6e6c7af
XSIZE (libircclient-1.2.tar.gz) = 274278
END-of-libircclient/distinfo
exit
--- libircclient-1.2.shar ends here ---

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



More information about the freebsd-ports-bugs mailing list