Date: Mon, 14 Dec 2009 00:50:24 +0100 (CET) From: Romain Tartiere <mono@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/141443: [new port] irc/smartirc4net: Multi-layered IRC library Message-ID: <20091213235025.006532BAA8@marvin.blogreen.org> Resent-Message-ID: <200912140000.nBE006IV048554@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 141443 >Category: ports >Synopsis: [new port] irc/smartirc4net: Multi-layered IRC library >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: Mon Dec 14 00:00:06 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Romain Tartiere >Release: FreeBSD 8.0-STABLE amd64 >Organization: >Environment: System: FreeBSD marvin.blogreen.org 8.0-STABLE FreeBSD 8.0-STABLE #4 r200063M: Thu Dec 3 18:33:30 CET 2009 root@marvin.blogreen.org:/usr/obj/usr/src/sys/MARVIN amd64 >Description: SmartIrc4net is a multi-threaded and thread-safe IRC library written in C#. It allows you to communicate with IRC servers. The API features full channel syncing and is splitted in 3 layers: IrcConnection, IrcCommands and IrcClient. WWW: http://smartirc4net.meebey.net/jaws/ >How-To-Repeat: >Fix: --- smartirc4net.sh 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: # # smartirc4net # smartirc4net/distinfo # smartirc4net/pkg-descr # smartirc4net/Makefile # smartirc4net/files # smartirc4net/files/smartirc4net.pc.in # smartirc4net/pkg-plist # echo c - smartirc4net mkdir -p smartirc4net > /dev/null 2>&1 echo x - smartirc4net/distinfo sed 's/^X//' >smartirc4net/distinfo << 'e03071d0623ae1092c348b3c1155d913' XMD5 (smartirc4net-0.4.5.1.tar.gz) = a0f091d3796e6dce4c5158d973a937ee XSHA256 (smartirc4net-0.4.5.1.tar.gz) = 56403be3be7c541828d6eabac70ffdcf49d8ce8c9506ac92160300a0d6823bc9 XSIZE (smartirc4net-0.4.5.1.tar.gz) = 112374 e03071d0623ae1092c348b3c1155d913 echo x - smartirc4net/pkg-descr sed 's/^X//' >smartirc4net/pkg-descr << 'c2aa6e17d993100c58144ac5e5e3ac54' XSmartIrc4net is a multi-threaded and thread-safe IRC library written in C#. It Xallows you to communicate with IRC servers. The API features full channel Xsyncing and is splitted in 3 layers: IrcConnection, IrcCommands and IrcClient. X XWWW: http://smartirc4net.meebey.net/jaws/ c2aa6e17d993100c58144ac5e5e3ac54 echo x - smartirc4net/Makefile sed 's/^X//' >smartirc4net/Makefile << '672d59fc3765cfaaa32fbea11a08e56d' X# New ports collection makefile for: smartirc4net X# Date created: 2009-08-25 X# Whom: Romain Tartiere <romain@blogreen.org> X# X# $FreeBSD$ X# X XPORTNAME= smartirc4net XPORTVERSION= 0.4.5.1 XCATEGORIES= irc XMASTER_SITES= http://www.smuxi.org/jaws/data/files/ X XMAINTAINER= romain@blogreen.org XCOMMENT= Multi-layered IRC library X XBUILD_DEPENDS= mono:${PORTSDIR}/lang/mono XRUN_DEPENDS= ${BUILD_DEPENDS} X XGNU_CONFIGURE= yes XUSE_GMAKE= yes XUSE_GNOME= gnomehack X X.include <bsd.port.mk> 672d59fc3765cfaaa32fbea11a08e56d echo c - smartirc4net/files mkdir -p smartirc4net/files > /dev/null 2>&1 echo x - smartirc4net/files/smartirc4net.pc.in sed 's/^X//' >smartirc4net/files/smartirc4net.pc.in << 'ebdabf3cfe0dd8307d701a0ee7a49b8d' Xprefix=@PREFIX@ Xexec_prefix=${prefix} Xlibdir=${exec_prefix}/lib X XName: SmartIrc4net XDescription: SmartIrc4net - IRC library XVersion: @PORTVERSION@ XLibs: -r:${libdir}/mono/smartirc4net/Meebey.SmartIrc4net.dll ebdabf3cfe0dd8307d701a0ee7a49b8d echo x - smartirc4net/pkg-plist sed 's/^X//' >smartirc4net/pkg-plist << '0406234bf77d00c2430c8a2e538a5bca' X@comment $FreeBSD$ Xlib/smartirc4net/Meebey.SmartIrc4net.dll Xlib/mono/gac/Meebey.SmartIrc4net/0.4.5.0__7868485fbf407e0f/Meebey.SmartIrc4net.dll Xlib/mono/gac/Meebey.SmartIrc4net/0.4.5.0__7868485fbf407e0f/Meebey.SmartIrc4net.dll.mdb Xlibdata/pkgconfig/smartirc4net.pc X@dirrm lib/mono/gac/Meebey.SmartIrc4net/0.4.5.0__7868485fbf407e0f X@dirrm lib/mono/gac/Meebey.SmartIrc4net X@dirrm lib/smartirc4net 0406234bf77d00c2430c8a2e538a5bca exit --- smartirc4net.sh ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20091213235025.006532BAA8>