From 3b65a0815e579dad3b1bc475ea40241871fee2cc Mon Sep 17 00:00:00 2001 From: kefren Date: Thu, 27 Nov 2008 09:02:39 +0000 Subject: Import monotorrent 0.6.2, an open source .NET torrent library --- net/monotorrent/DESCR | 5 +++++ net/monotorrent/Makefile | 17 +++++++++++++++++ net/monotorrent/PLIST | 3 +++ net/monotorrent/distinfo | 5 +++++ 4 files changed, 30 insertions(+) create mode 100644 net/monotorrent/DESCR create mode 100644 net/monotorrent/Makefile create mode 100644 net/monotorrent/PLIST create mode 100644 net/monotorrent/distinfo (limited to 'net/monotorrent') diff --git a/net/monotorrent/DESCR b/net/monotorrent/DESCR new file mode 100644 index 00000000000..7bd77014ae3 --- /dev/null +++ b/net/monotorrent/DESCR @@ -0,0 +1,5 @@ +Monotorrent is an open source bittorrent library developed by Alan +McGovern. It was initially developed as part of googles Summer of +Code project in 2006. The main aim of this library is to provide a +rich API for developers to connect to so they can harness BitTorrent +for all downloading needs. diff --git a/net/monotorrent/Makefile b/net/monotorrent/Makefile new file mode 100644 index 00000000000..4ee1b7a67fe --- /dev/null +++ b/net/monotorrent/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/11/27 09:02:39 kefren Exp $ + +DISTNAME= monotorrent-0.62 +CATEGORIES= net +MASTER_SITES= http://monotorrent.com/Files/0.62/ + +MAINTAINER= kefren@NetBSD.org +HOMEPAGE= http://monotorrent.com/ +COMMENT= Open source bittorrent library + +GNU_CONFIGURE= yes +MAKE_JOBS_SAFE= no +USE_TOOLS= gmake gtar +EXTRACT_USING= gtar + +.include "../../lang/mono/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/net/monotorrent/PLIST b/net/monotorrent/PLIST new file mode 100644 index 00000000000..4032eb045d3 --- /dev/null +++ b/net/monotorrent/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2008/11/27 09:02:39 kefren Exp $ +lib/monotorrent/MonoTorrent.dll +lib/pkgconfig/monotorrent.pc diff --git a/net/monotorrent/distinfo b/net/monotorrent/distinfo new file mode 100644 index 00000000000..946ece0acbe --- /dev/null +++ b/net/monotorrent/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/11/27 09:02:39 kefren Exp $ + +SHA1 (monotorrent-0.62.tar.gz) = 064118aa832889b8a05e97c1a07a280e607a719a +RMD160 (monotorrent-0.62.tar.gz) = 5422e299fd550b023a10e870c922cbc6067d887e +Size (monotorrent-0.62.tar.gz) = 261488 bytes -- cgit v1.2.3