From coop9211@uidaho.edu  Thu Feb 12 17:01:39 2004
Return-Path: <coop9211@uidaho.edu>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 0CD1B16A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 12 Feb 2004 17:01:39 -0800 (PST)
Received: from mta13.adelphia.net (mta13.mail.adelphia.net [68.168.78.44])
	by mx1.FreeBSD.org (Postfix) with ESMTP id AC07843D2F
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 12 Feb 2004 17:01:38 -0800 (PST)
	(envelope-from coop9211@uidaho.edu)
Received: from borgdemon.losaca.adelphia.net ([67.21.169.8])
          by mta13.adelphia.net
          (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP
          id <20040213010136.HDWW28190.mta13.adelphia.net@borgdemon.losaca.adelphia.net>
          for <FreeBSD-gnats-submit@freebsd.org>;
          Thu, 12 Feb 2004 20:01:36 -0500
Received: from borgdemon.losaca.adelphia.net (localhost [127.0.0.1])
	by borgdemon.losaca.adelphia.net (Postfix) with ESMTP id 765327EC
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 12 Feb 2004 17:01:09 -0800 (PST)
Message-Id: <1076634069.0@borgdemon.losaca.adelphia.net>
Date: Thu, 12 Feb 2004 17:01:09 -0800
From: "John Merryweather Cooper,Home Office,,(509) 338-9391 " <John Merryweather Cooper <coop9211@uidaho.edu>>
To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@freebsd.org>
Subject: [NEW PORT] www/plugger-plugins-hubbe
X-Send-Pr-Version: gtk-send-pr 0.3.2 
X-GNATS-Notify:

>Number:         62763
>Category:       ports
>Synopsis:       [NEW PORT] www/plugger-plugins-hubbe
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 12 17:10:15 PST 2004
>Closed-Date:    Thu May 27 14:51:02 PDT 2004
>Last-Modified:  Thu May 27 14:51:02 PDT 2004
>Originator:     John Merryweather Cooper,Home Office,,(509) 338-9391
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
>Environment:


System: FreeBSD borgdemon.losaca.adelphia.net 4.9-STABLE FreeBSD 4.9-STABLE #11: Sun Feb i386


>Description:


This is the first www/plugger meta port for the needed helper applications so that plugger does more than occupy disk space.

The applications selected are all the ones available in the ports tree recommended on the author's web site.


>How-To-Repeat:


N/A


>Fix:


--- new-port-plugger-plugins-hubbe begins here ---
# 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:
#
#	plugger-plugins-hubbe
#	plugger-plugins-hubbe/Makefile
#	plugger-plugins-hubbe/pkg-descr
#	plugger-plugins-hubbe/pkg-plist
#
echo c - plugger-plugins-hubbe
mkdir -p plugger-plugins-hubbe > /dev/null 2>&1
echo x - plugger-plugins-hubbe/Makefile
sed 's/^X//' >plugger-plugins-hubbe/Makefile << 'END-of-plugger-plugins-hubbe/Makefile'
X# New ports collection makefile for:	plugger-plugins-hubbe
X# Date created:				11 February 2004
X# Whom:				John Merryweather Cooper <coop9211@uidaho.edu>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	plugger-plugins-hubbe
XPORTVERSION=	5.0
XCATEGORIES=	www multimedia audio graphics print editors
XMASTER_SITES=	# empty
XDISTFILES=	# empty
XEXTRACT_ONLY=	# empty
X
XMAINTAINER=	coop9211@uidaho.edu
XCOMMENT=	Meta package installing all author-recommended Plugger plugins
X
XRUN_DEPENDS=	sidplay:${PORTSDIR}/audio/sidplay \
X		acroread5:${PORTSDIR}/print/acroread5 \
X		mpg123:${PORTSDIR}/audio/mpg123 \
X		mikmod:${PORTSDIR}/audio/mikmod \
X		ogg123:${PORTSDIR}/audio/vorbis-tools \
X		xanim:${PORTSDIR}/multimedia/xanim \
X		${LOCALBASE}/share/eawpats/acbass.pat:${PORTSDIR}/audio/eawpats \
X		alsaplayer:${PORTSDIR}/audio/alsaplayer \
X		xpdf:${PORTSDIR}/graphics/xpdf \
X		gqview:${PORTSDIR}/graphics/gqview \
X		plugger-${PORTVERSION}:${PORTSDIR}/www/plugger \
X		gv:${PORTSDIR}/print/gv \
X		xmp:${PORTSDIR}/audio/xmp \
X		${X11BASE}/bin/xscreensaver-hacks/molecule:${PORTSDIR}/x11/xscreensaver-gnome \
X		mplayer:${PORTSDIR}/multimedia/mplayer \
X		gnumeric:${PORTSDIR}/math/gnumeric2 \
X		abiword:${PORTSDIR}/editors/AbiWord2 \
X		display:${PORTSDIR}/graphics/ImageMagick
X
X.if exists(${LOCALBASE}/bin/oowrite)
XRUN_DEPENDS+=	oowrite:${PORTSDIR}/editors/openoffice-1.1
X.endif
X
X#
X# Missing because not ported to FreeBSD:
X#	audio/STsound
X#	graphics/p5-gimp-perl
X#	www/vrweb
X# Missing because HUGE!!
X#	openoffice-1.1 (include it only if it already exists)
X#
X
XNO_BUILD=	yes
X
Xdo-install:	# empty
X
X.include <bsd.port.mk>
END-of-plugger-plugins-hubbe/Makefile
echo x - plugger-plugins-hubbe/pkg-descr
sed 's/^X//' >plugger-plugins-hubbe/pkg-descr << 'END-of-plugger-plugins-hubbe/pkg-descr'
XPlugger-plugins-hubbe
X
XThis collection consists of all the helper applications
Xrecommended on the Plugger website.
X
XPlugger-plugins-hubbe will be the supported plugin package for
Xwww/plugger.
X
XWWW: http://fredrik.hubbe.net/plugger.html
X
X--
XJohn Merryweather Cooper <coop9211@uidaho.edu>
END-of-plugger-plugins-hubbe/pkg-descr
echo x - plugger-plugins-hubbe/pkg-plist
sed 's/^X//' >plugger-plugins-hubbe/pkg-plist << 'END-of-plugger-plugins-hubbe/pkg-plist'
X@comment this plist intentionally left empty
END-of-plugger-plugins-hubbe/pkg-plist
exit

--- new-port-plugger-plugins-hubbe ends here ---



>Release-Note:
>Audit-Trail:

From: John Merryweather Cooper <coop9211@uidaho.edu>
To: freebsd-gnats-submit@FreeBSD.org, coop9211@uidaho.edu
Cc:  
Subject: Re: ports/62763: [NEW PORT] www/plugger-plugins-hubbe
Date: Thu, 19 Feb 2004 15:16:02 -0800

 s|oowrite|openoffice-1.1-swriter|g
 
 The wrapper scripts have slightly different naming in FreeBSD.
 
 jmc
 
 
 
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Thu May 27 14:50:50 PDT 2004 
State-Changed-Why:  
New port added, thank you! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=62763 
>Unformatted:
