Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Apr 2002 14:04:48 +0100 (BST)
From:      Dominic Marks <dominic_marks@btinternet.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/37020: New port: www/muwi
Message-ID:  <20020412130448.34776AE5@host213-123-130-182.in-addr.btopenworld.com>

next in thread | raw e-mail | index | archive | help

>Number:         37020
>Category:       ports
>Synopsis:       New port: www/muwi
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 12 06:10:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Dominic Marks
>Release:        FreeBSD 4.5-STABLE i386
>Organization:
Student
>Environment:
System: FreeBSD gallium 4.5-STABLE FreeBSD 4.5-STABLE #2: Mon Apr 8
21:19:28 BST 2002 dom@gallium:/usr/obj/usr/src/sys/GALLIUM i386

	
>Description:
	muwi is a CGI frontend to Mutella, a client for the Gnutella file
	sharing network. It is written in Perl and accessed through a
	Webserver capable of processing CGI pages, such as Apache.

	WWW: http://mutella.sourceforge.net/

	
>How-To-Repeat:
	NA.
	
>Fix:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	muwi/Makefile
#	muwi/distinfo
#	muwi/files
#	muwi/pkg-comment
#	muwi/pkg-descr
#	muwi/pkg-message
#	muwi/pkg-plist
#	muwi/files/patch-aa
#
echo x - muwi/Makefile
sed 's/^X//' >muwi/Makefile << 'END-of-muwi/Makefile'
X# New ports collection makefile for:	muwi
X# Date created:				12/04/2002
X# Whom:			Dominic Marks <dominic_marks@btinternet.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	muwi
XPORTVERSION=	0.2
XCATEGORIES=	net www
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=	mutella
XRUN_DEPENDS=	mutella:${PORTSDIR}/net/mutella
XMAINTAINER=	dominic_marks@btinternet.com
XSHARE_DIR=	${PREFIX}/share/${PORTNAME}
XDOC_DIR=	${PREFIX}/share/doc/${PORTNAME}
XFIX_PREFIX=	-e 's,@@PREFIX@@,${PREFIX},g'
X
Xdo-build:
X	@${SED} ${FIX_PREFIX} ${WRKSRC}/muwi > ${WRKSRC}/muwi.new
X	@${MV} ${WRKSRC}/muwi.new ${WRKSRC}/muwi
X
Xdo-install:
X	@${MKDIR} ${DOC_DIR}
X	@${MKDIR} ${SHARE_DIR}
X	${INSTALL_DATA} ${WRKSRC}/README ${DOC_DIR}
X	${INSTALL_DATA} ${WRKSRC}/muwi.ico ${SHARE_DIR}
X	${INSTALL_SCRIPT} ${WRKSRC}/mutellad ${PREFIX}/bin
X	${INSTALL_SCRIPT} ${WRKSRC}/muwi ${PREFIX}/bin
X
Xpost-install:
X	@${CAT} pkg-message
X
X.include <bsd.port.mk>
END-of-muwi/Makefile
echo x - muwi/distinfo
sed 's/^X//' >muwi/distinfo << 'END-of-muwi/distinfo'
XMD5 (muwi-0.2.tar.gz) = 509a7257b96d922961fb8844e5774108
END-of-muwi/distinfo
echo c - muwi/files
mkdir -p muwi/files > /dev/null 2>&1
echo x - muwi/pkg-comment
sed 's/^X//' >muwi/pkg-comment << 'END-of-muwi/pkg-comment'
XA Web/CGI frontend to the Gnutella file sharing network
END-of-muwi/pkg-comment
echo x - muwi/pkg-descr
sed 's/^X//' >muwi/pkg-descr << 'END-of-muwi/pkg-descr'
Xmuwi is a CGI frontend to Mutella, a client for the Gnutella file
Xsharing network. It is written in Perl and accessed through a Webserver
Xcapable of processing CGI pages, such as apache.
X
XWWW: http://mutella.sourceforge.net/
X
X- Dominic Marks <dominic_marks@btinternet.com>
END-of-muwi/pkg-descr
echo x - muwi/pkg-message
sed 's/^X//' >muwi/pkg-message << 'END-of-muwi/pkg-message'
X===========================================================================
X
X	Documentation on how to use muwi is available here:
X		/usr/local/share/doc/muwi/README
X
X===========================================================================
END-of-muwi/pkg-message
echo x - muwi/pkg-plist
sed 's/^X//' >muwi/pkg-plist << 'END-of-muwi/pkg-plist'
Xbin/muwi
Xbin/mutellad
Xshare/muwi/muwi.ico
Xshare/doc/muwi/README
END-of-muwi/pkg-plist
echo x - muwi/files/patch-aa
sed 's/^X//' >muwi/files/patch-aa << 'END-of-muwi/files/patch-aa'
X--- muwi.old	Fri Apr 12 13:50:09 2002
X+++ muwi	Fri Apr 12 13:50:40 2002
X@@ -32,7 +32,7 @@
X # Over the SockFile muwi communicates with mutellad.
X my $SockFile     = "/tmp/mutellad.sock";
X # If you want a favicon, define the html path, else let it empty.
X-my $FaviconPath  = "/~mutella/muwi.ico";
X+my $FaviconPath  = "@@PREFIX@@/share/muwi/muwi.ico";
X 	
X my $DownloadPath ="~/mutella";
X 
END-of-muwi/files/patch-aa
exit

	
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020412130448.34776AE5>