From 1a271ae765567cff4f335449bdb612c2d17c05c1 Mon Sep 17 00:00:00 2001 From: novel Date: Tue, 25 Jul 2006 10:04:05 +0000 Subject: mooseekd is a partial fork of Museek+, containing only the standalone daemon needed to connect to the Soulseek P2P network. Naming has been changed so as not to clash with an existing Museek+/museekd installation. --- net-p2p/mooseekd/Makefile | 22 ++++++++++++++++++++++ net-p2p/mooseekd/distinfo | 3 +++ net-p2p/mooseekd/pkg-descr | 3 +++ net-p2p/mooseekd/pkg-plist | 8 ++++++++ 4 files changed, 36 insertions(+) create mode 100644 net-p2p/mooseekd/Makefile create mode 100644 net-p2p/mooseekd/distinfo create mode 100644 net-p2p/mooseekd/pkg-descr create mode 100644 net-p2p/mooseekd/pkg-plist (limited to 'net-p2p/mooseekd') diff --git a/net-p2p/mooseekd/Makefile b/net-p2p/mooseekd/Makefile new file mode 100644 index 000000000000..ad93352d9cc6 --- /dev/null +++ b/net-p2p/mooseekd/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: mooseekd +# Date created: 2006-07-24 +# Whom: Roman Bogorodskiy +# +# $FreeBSD$ +# + +PORTNAME= mooseekd +PORTVERSION= 0.01 +CATEGORIES= net-p2p +MASTER_SITES= http://files.beep-media-player.org/releases/mooseekd/ + +MAINTAINER= novel@FreeBSD.org +COMMENT= A deamon to connect to the Soulseek network + +LIB_DEPENDS= xml\\+\\+-1.0.1:${PORTSDIR}/textproc/libxml++ + +USE_BZIP2= yes +USE_SCONS= yes +USE_FAM= yes + +.include diff --git a/net-p2p/mooseekd/distinfo b/net-p2p/mooseekd/distinfo new file mode 100644 index 000000000000..add7beee1c0a --- /dev/null +++ b/net-p2p/mooseekd/distinfo @@ -0,0 +1,3 @@ +MD5 (mooseekd-0.01.tar.bz2) = 31254dbcc6d355c054e8b11df89f5ec6 +SHA256 (mooseekd-0.01.tar.bz2) = d4df8c27d11db6538ac7912bf230aa4c66a1de00c8db0703121e6ce287b011a1 +SIZE (mooseekd-0.01.tar.bz2) = 461470 diff --git a/net-p2p/mooseekd/pkg-descr b/net-p2p/mooseekd/pkg-descr new file mode 100644 index 000000000000..df3285882a46 --- /dev/null +++ b/net-p2p/mooseekd/pkg-descr @@ -0,0 +1,3 @@ +mooseekd is a partial fork of Museek+, containing only the standalone +daemon needed to connect to the Soulseek P2P network. Naming has been +changed so as not to clash with an existing Museek+/museekd installation. diff --git a/net-p2p/mooseekd/pkg-plist b/net-p2p/mooseekd/pkg-plist new file mode 100644 index 000000000000..ebf4a666fbf6 --- /dev/null +++ b/net-p2p/mooseekd/pkg-plist @@ -0,0 +1,8 @@ +@comment $FreeBSD$ +bin/mooscan +bin/mooscand +bin/mooseekd +bin/moosetup +%%DATADIR%%/mooseekd/config.xml.tmpl +@dirrm %%DATADIR%%/mooseekd +@dirrm %%DATADIR%% -- cgit