diff options
author | kefren <kefren@pkgsrc.org> | 2008-11-27 12:32:36 +0000 |
---|---|---|
committer | kefren <kefren@pkgsrc.org> | 2008-11-27 12:32:36 +0000 |
commit | f5dbf94e4da8f05a6b891e0c14c562f9478c0578 (patch) | |
tree | c8ceefd5a7c5938a3e0c803289e4bbddb39570a6 /net | |
parent | 974c4de50656830d7f2d3b120353a5c28aa90cc5 (diff) | |
download | pkgsrc-f5dbf94e4da8f05a6b891e0c14c562f9478c0578.tar.gz |
Initial import of monsoon, a GTK+ bittorrent client
Diffstat (limited to 'net')
-rw-r--r-- | net/monsoon/DESCR | 3 | ||||
-rw-r--r-- | net/monsoon/Makefile | 23 | ||||
-rw-r--r-- | net/monsoon/PLIST | 23 | ||||
-rw-r--r-- | net/monsoon/distinfo | 5 |
4 files changed, 54 insertions, 0 deletions
diff --git a/net/monsoon/DESCR b/net/monsoon/DESCR new file mode 100644 index 00000000000..6cfc8c7634c --- /dev/null +++ b/net/monsoon/DESCR @@ -0,0 +1,3 @@ +Monsoon is an open source bittorrent client developed by Alan McGovern. +It was initially developed as part of googles Summer of Code project in +2006 and it is based on moontorrent library. diff --git a/net/monsoon/Makefile b/net/monsoon/Makefile new file mode 100644 index 00000000000..f956d9f7833 --- /dev/null +++ b/net/monsoon/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/11/27 12:32:36 kefren Exp $ + +DISTNAME= monsoon-0.15 +CATEGORIES= net +MASTER_SITES= http://www.monsoon-project.org/jaws/data/files/ + +MAINTAINER= kefren@NetBSD.org +HOMEPAGE= http://www.monsoon-project.org/ +COMMENT= Open source GTK+ bittorrent client + +GNU_CONFIGURE= yes +MAKE_JOBS_SAFE= no +USE_TOOLS+= gmake gtar perl pkg-config +EXTRACT_USING= gtar + +DEPENDS+= intltool>0.40.0:../../textproc/intltool + +.include "../../lang/mono/buildlink3.mk" +.include "../../net/monotorrent/buildlink3.mk" +.include "../../sysutils/ndesk-dbus/buildlink3.mk" +.include "../../sysutils/ndesk-dbus-glib/buildlink3.mk" +.include "../../x11/gnome-sharp/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/net/monsoon/PLIST b/net/monsoon/PLIST new file mode 100644 index 00000000000..b0edcce5a67 --- /dev/null +++ b/net/monsoon/PLIST @@ -0,0 +1,23 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2008/11/27 12:32:36 kefren Exp $ +bin/monsoon +lib/monsoon/Mono.Nat.dll +lib/monsoon/MonoTorrent.dll +lib/monsoon/Monsoon.exe +lib/monsoon/Monsoon.exe.config +lib/monsoon/NLog.dll +lib/monsoon/icons/donotdownload.png +lib/monsoon/icons/high.png +lib/monsoon/icons/highest.png +lib/monsoon/icons/immediate.png +lib/monsoon/icons/low.png +lib/monsoon/icons/lowest.png +lib/monsoon/icons/normal.png +lib/monsoon/icons/rss.png +share/applications/monsoon.desktop +share/locale/bg/LC_MESSAGES/monsoon.mo +share/locale/de/LC_MESSAGES/monsoon.mo +share/locale/es/LC_MESSAGES/monsoon.mo +share/locale/fr/LC_MESSAGES/monsoon.mo +share/locale/it/LC_MESSAGES/monsoon.mo +share/locale/nl/LC_MESSAGES/monsoon.mo +share/locale/pt_BR/LC_MESSAGES/monsoon.mo diff --git a/net/monsoon/distinfo b/net/monsoon/distinfo new file mode 100644 index 00000000000..8cdbdb574fc --- /dev/null +++ b/net/monsoon/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/11/27 12:32:36 kefren Exp $ + +SHA1 (monsoon-0.15.tar.gz) = dc35543eec1815bb8e58913971eb40cf5ac4564b +RMD160 (monsoon-0.15.tar.gz) = e88fe289d77a3ccb2e98210e404975c6726b7173 +Size (monsoon-0.15.tar.gz) = 692628 bytes |