pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/monotorrent Import monotorrent 0.6.2, an open sour...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5072b72dbbf7
branches:  trunk
changeset: 550717:5072b72dbbf7
user:      kefren <kefren%pkgsrc.org@localhost>
date:      Thu Nov 27 09:02:39 2008 +0000

description:
Import monotorrent 0.6.2, an open source .NET torrent library

diffstat:

 net/monotorrent/DESCR    |   5 +++++
 net/monotorrent/Makefile |  17 +++++++++++++++++
 net/monotorrent/PLIST    |   3 +++
 net/monotorrent/distinfo |   5 +++++
 4 files changed, 30 insertions(+), 0 deletions(-)

diffs (46 lines):

diff -r 50bac5a350e6 -r 5072b72dbbf7 net/monotorrent/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/monotorrent/DESCR     Thu Nov 27 09:02:39 2008 +0000
@@ -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 -r 50bac5a350e6 -r 5072b72dbbf7 net/monotorrent/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/monotorrent/Makefile  Thu Nov 27 09:02:39 2008 +0000
@@ -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@localhost
+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 -r 50bac5a350e6 -r 5072b72dbbf7 net/monotorrent/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/monotorrent/PLIST     Thu Nov 27 09:02:39 2008 +0000
@@ -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 -r 50bac5a350e6 -r 5072b72dbbf7 net/monotorrent/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/monotorrent/distinfo  Thu Nov 27 09:02:39 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index