diff options
author | kefren <kefren@pkgsrc.org> | 2008-11-27 09:02:39 +0000 |
---|---|---|
committer | kefren <kefren@pkgsrc.org> | 2008-11-27 09:02:39 +0000 |
commit | be3db221333208124144969b12b9cb930822ca51 (patch) | |
tree | 4f42a9f225125d47016bf3c4421e835b1d98fa00 /net/monotorrent | |
parent | 1571b36f6fe4f8339f714908ae175906fb894c77 (diff) | |
download | pkgsrc-be3db221333208124144969b12b9cb930822ca51.tar.gz |
Import monotorrent 0.6.2, an open source .NET torrent library
Diffstat (limited to 'net/monotorrent')
-rw-r--r-- | net/monotorrent/DESCR | 5 | ||||
-rw-r--r-- | net/monotorrent/Makefile | 17 | ||||
-rw-r--r-- | net/monotorrent/PLIST | 3 | ||||
-rw-r--r-- | net/monotorrent/distinfo | 5 |
4 files changed, 30 insertions, 0 deletions
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 |