diff options
author | romain <romain@FreeBSD.org> | 2010-06-05 21:13:38 +0800 |
---|---|---|
committer | romain <romain@FreeBSD.org> | 2010-06-05 21:13:38 +0800 |
commit | 7a6b1216de87fb2538939cefbe66f06262f7cf85 (patch) | |
tree | 8d674635ef990d0147ff70e6ce0cbd9aff9f5d3f /irc/smartirc4net | |
parent | 043f4eec228c6c8e5e09704663cfd1087d072b93 (diff) | |
download | freebsd-ports-gnome-7a6b1216de87fb2538939cefbe66f06262f7cf85.tar.gz freebsd-ports-gnome-7a6b1216de87fb2538939cefbe66f06262f7cf85.tar.zst freebsd-ports-gnome-7a6b1216de87fb2538939cefbe66f06262f7cf85.zip |
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/
PR: ports/141443
Submitted by: Romain Tartiere <romain at blogreen.org>
Diffstat (limited to 'irc/smartirc4net')
-rw-r--r-- | irc/smartirc4net/Makefile | 23 | ||||
-rw-r--r-- | irc/smartirc4net/distinfo | 3 | ||||
-rw-r--r-- | irc/smartirc4net/pkg-descr | 5 | ||||
-rw-r--r-- | irc/smartirc4net/pkg-plist | 8 |
4 files changed, 39 insertions, 0 deletions
diff --git a/irc/smartirc4net/Makefile b/irc/smartirc4net/Makefile new file mode 100644 index 000000000000..2c07ab677771 --- /dev/null +++ b/irc/smartirc4net/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: smartirc4net +# Date created: 2009-08-25 +# Whom: Romain Tartiere <romain@blogreen.org> +# +# $FreeBSD$ +# + +PORTNAME= smartirc4net +PORTVERSION= 0.4.5.1 +CATEGORIES= irc +MASTER_SITES= http://www.smuxi.org/jaws/data/files/ + +MAINTAINER= romain@blogreen.org +COMMENT= Multi-layered IRC library + +BUILD_DEPENDS= mono:${PORTSDIR}/lang/mono +RUN_DEPENDS= ${BUILD_DEPENDS} + +GNU_CONFIGURE= yes +USE_GMAKE= yes +USE_GNOME= gnomehack + +.include <bsd.port.mk> diff --git a/irc/smartirc4net/distinfo b/irc/smartirc4net/distinfo new file mode 100644 index 000000000000..46f1baf44299 --- /dev/null +++ b/irc/smartirc4net/distinfo @@ -0,0 +1,3 @@ +MD5 (smartirc4net-0.4.5.1.tar.gz) = a0f091d3796e6dce4c5158d973a937ee +SHA256 (smartirc4net-0.4.5.1.tar.gz) = 56403be3be7c541828d6eabac70ffdcf49d8ce8c9506ac92160300a0d6823bc9 +SIZE (smartirc4net-0.4.5.1.tar.gz) = 112374 diff --git a/irc/smartirc4net/pkg-descr b/irc/smartirc4net/pkg-descr new file mode 100644 index 000000000000..a65d81e37313 --- /dev/null +++ b/irc/smartirc4net/pkg-descr @@ -0,0 +1,5 @@ +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/ diff --git a/irc/smartirc4net/pkg-plist b/irc/smartirc4net/pkg-plist new file mode 100644 index 000000000000..8519349737a8 --- /dev/null +++ b/irc/smartirc4net/pkg-plist @@ -0,0 +1,8 @@ +@comment $FreeBSD$ +lib/smartirc4net/Meebey.SmartIrc4net.dll +lib/mono/gac/Meebey.SmartIrc4net/0.4.5.0__7868485fbf407e0f/Meebey.SmartIrc4net.dll +lib/mono/gac/Meebey.SmartIrc4net/0.4.5.0__7868485fbf407e0f/Meebey.SmartIrc4net.dll.mdb +libdata/pkgconfig/smartirc4net.pc +@dirrm lib/mono/gac/Meebey.SmartIrc4net/0.4.5.0__7868485fbf407e0f +@dirrm lib/mono/gac/Meebey.SmartIrc4net +@dirrm lib/smartirc4net |