Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Aug 2003 20:15:24 +0200 (CEST)
From:      Melvyn Sopacua <melvyn@webteckies.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/55896: [NEWPORT] www/mozplugger
Message-ID:  <20030823181524.6E7FE21B84@ghost.lan.webteckies.org>
Resent-Message-ID: <200308231820.h7NIKGRB055326@freefall.freebsd.org>

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

>Number:         55896
>Category:       ports
>Synopsis:       [NEWPORT] www/mozplugger
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 23 11:20:15 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Melvyn Sopacua
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
>Environment:
System: FreeBSD ghost.lan.webteckies.org 4.8-STABLE FreeBSD 4.8-STABLE #4: Mon Aug 18 01:13:48 CEST 2003 root@ghost.lan.webteckies.org:/usr/obj/usr/src/sys/GHOST i386


	
>Description:
	pkg-message:
Mozplugger is a fork of Fredrik Hubinette's Plugger, designed for
mozilla's plugin architecture. It fixes a number of bugs in the
Plugger 4.0 code as well and adds a new option to swallow using
X events, instead of window scanning.
Mozplugger is a multimedia plugin for Unix Mozilla 1.3 or later that
handles Quicktime, MPEG, MP2, AVI, SGI-movie, Tiff, DL, IFF-anim,
MIDI, Soundtracker, AU, WAV and Commodore 64 audio files.

Mozplugger is a very small plugin, because mozplugger uses external
programs to show/play the different formats.

WWW: http://mozplugger.mozdev.org

Additionally: the sprintf/snprintf patch in www/plugger has been applied.
Mplayer bug is resolved.

>How-To-Repeat:
	not applicable
>Fix:
	The shar below should add it. I'm willing to maintain it.
# 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:
#
#	www/mozplugger/Makefile
#	www/mozplugger/distinfo
#	www/mozplugger/files/extra-patch-mozpluggerrc-nognome
#	www/mozplugger/files/extra-patch-mozpluggerrc-nooffice
#	www/mozplugger/files/extra-patch-mozpluggerrc-noooo
#	www/mozplugger/files/patch-Makefile
#	www/mozplugger/files/patch-mozplugger-helper.c
#	www/mozplugger/pkg-descr
#	www/mozplugger/pkg-message
#	www/mozplugger/pkg-plist
#
echo x - www/mozplugger/Makefile
sed 's/^X//' >www/mozplugger/Makefile << 'END-of-www/mozplugger/Makefile'
X# New ports collection makefile for:	mozplugger
X# Date created:		23 August 2003
X# Whom:			Melvyn Sopacua <melvyn@webteckies.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	mozplugger
XPORTVERSION=	1.3.0
XCATEGORIES=	www audio graphics multimedia
XMASTER_SITES=	http://mozdev.mirrors.nyphp.org/mozplugger/
X
XMAINTAINER=	melvyn@webteckies.org
XCOMMENT=	A multimedia front-end plugin for Mozilla or Opera
X
XRUN_DEPENDS=	${LOCALBASE}/bin/mpg123:${PORTSDIR}/audio/mpg123 \
X		${LOCALBASE}/bin/sidplay:${PORTSDIR}/audio/sidplay \
X		${LOCALBASE}/bin/wavplay:${PORTSDIR}/audio/wavplay \
X		${LOCALBASE}/bin/xmp:${PORTSDIR}/audio/xmp \
X		${X11BASE}/bin/gqview:${PORTSDIR}/graphics/gqview \
X		${LOCALBASE}/bin/display:${PORTSDIR}/graphics/ImageMagick \
X		${LOCALBASE}/bin/timidity:${PORTSDIR}/audio/timidity++ \
X		${X11BASE}/bin/gv:${PORTSDIR}/print/gv \
X		${X11BASE}/bin/xanim:${PORTSDIR}/multimedia/xanim \
X		${LOCALBASE}/bin/acroread5:${PORTSDIR}/print/acroread5
X
XUSE_X_PREFIX=	yes
XUSE_REINPLACE=	yes
XCONFLICTS=	plugger*
X
XMAN7=		mozplugger.7
XMANCOMPRESSED=	no
XALL_TARGET=	freebsd-elf
X
X.include <bsd.port.pre.mk>
X
X.if exists(${X11BASE}/lib/mozilla-gtk2/mozilla)
XWITH_MOZ_GTK2=	yes
X.else
X.if defined(WITH_MOZ_GTK2)
XRUN_DEPENDS+=	${X11BASE}/lib/mozilla-gtk2/mozilla:${PORTSDIR}/www/mozilla-gtk2
X.else
XRUN_DEPENDS+=	${X11BASE}/lib/mozilla/mozilla:${PORTSDIR}/www/mozilla
X.endif
X.endif
X
X.if ! defined(WITHOUT_OFFICE_PLUGINS)
X.if ! defined(WITHOUT_GNOME)
XRUN_DEPENDS+=	${LOCALBASE}/bin/nspptview:${PORTSDIR}/textproc/xlhtml
X.if exists(${X11BASE}/lib/libgnomeprintui-2-2.so.0)
XWITH_GNOME2 =	yes
X.endif
X.if defined(WITH_GNOME2)
XRUN_DEPENDS+=	${X11BASE}/bin/gnumeric:${PORTSDIR}/math/gnumeric2 \
X		${X11BASE}/bin/abiword:${PORTSDIR}/editors/AbiWord2
X.else
XRUN_DEPENDS+=	${X11BASE}/bin/gnumeric:${PORTSDIR}/math/gnumeric \
X		${X11BASE}/bin/abiword:${PORTSDIR}/editors/AbiWord
X.endif
X.endif
X# use WITH_ here, since it's quite a package to install.
X.if defined(WITH_OPENOFFICE)
XRUN_DEPENDS+=	${LOCALBASE}/bin/openoffice-swriter:${PORTSDIR}/editors/openoffice
X.else
X.if ! exists(${LOCALBASE}/bin/openoffice-swriter)
XWITHOUT_OPENOFFICE=	yes
X.endif
X.endif
X.endif
X
X.if exists(${LOCALBASE}/bin/mplayer)
XWITH_MPLAYER =	yes
X.endif
X
X.if exists(${LOCALBASE}/bin/mtvp)
XWITH_MTV =	yes
X.endif
X
X.if defined(WITH_MPLAYER)
XRUN_DEPENDS+=	${LOCALBASE}/bin/mplayer:${PORTSDIR}/multimedia/mplayer
X.endif
X
X.if defined(WITH_MTV)
XRUN_DEPENDS+=	${LOCALBASE}/bin/mtvp:${PORTSDIR}/multimedia/mtv
X.endif
X
X.if defined(WITHOUT_OFFICE_PLUGINS)
XEXTRA_PATCHES=	${PATCHDIR}/extra-patch-mozpluggerrc-nooffice
X.else
X.if defined(WITHOUT_GNOME)
X.if defined(WITHOUT_OPENOFFICE)
XEXTRA_PATCHES=	${PATCHDIR}/extra-patch-mozpluggerrc-nooffice
X.else
XEXTRA_PATCHES=	${PATCHDIR}/extra-patch-mozpluggerrc-nognome
X.endif
X.else
X.if defined(WITHOUT_OPENOFFICE)
XEXTRA_PATCHES=	${PATCHDIR}/extra-patch-mozpluggerrc-noooo
X.endif
X.endif
X.endif
X
Xpre-extract:
X	@${ECHO_MSG} "This port has the following tunables:"
X	@${ECHO_MSG} "WITH_MPLAYER: use mplayer for various avi video formats"
X	@${ECHO_MSG}
X	@${ECHO_MSG} "WITH_MTV: use mtv for various mpeg video formats"
X	@${ECHO_MSG}
X	@${ECHO_MSG} "WITHOUT_OFFICE_PLUGINS: disable both Gnome as "
X	@${ECHO_MSG} " OpenOffice.org plugins"
X	@${ECHO_MSG}
X	@${ECHO_MSG} "WITHOUT_GNOME: disable the Gnome Office plugins"
X	@${ECHO_MSG}
X	@${ECHO_MSG} "WITH_GNOME2: use Gnome2 office"
X	@${ECHO_MSG}
X	@${ECHO_MSG} "WITH_OPENOFFICE: enable the OpenOffice plugins"
X
Xpost-extract:
X	@${CP} ${WRKSRC}/mozpluggerrc ${WRKSRC}/mozpluggerrc.sample
X
Xpost-patch:
X	@${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|' ${WRKSRC}/mozplugger.c
X	@${REINPLACE_CMD} -e 's|CC=gcc|CC=${CC}|' ${WRKSRC}/Makefile
X	@${REINPLACE_CMD} -e 's|prefix=/usr|prefix=${PREFIX}|' ${WRKSRC}/Makefile
X	@${BZIP2_CMD} -d ${WRKSRC}/mozplugger.7.bz2
X
Xdo-install:
X	@${INSTALL_PROGRAM} ${WRKSRC}/mozplugger \
X		${PREFIX}/bin
X	@${MKDIR} ${PREFIX}/lib/browser_plugins
X	@${INSTALL_PROGRAM} ${WRKSRC}/mozplugger.so \
X		${PREFIX}/lib/browser_plugins
X	@${INSTALL_MAN} ${WRKSRC}/mozplugger.7 ${MANPREFIX}/man/man7
X	@${INSTALL_DATA} ${WRKSRC}/mozpluggerrc.sample ${PREFIX}/etc/
X	@${INSTALL_DATA} -b ${WRKSRC}/mozpluggerrc ${PREFIX}/etc
X
Xpost-install:
X	@${CAT} ${PKGMESSAGE} | ${SED} -e 's|%%PREFIX%%|${PREFIX}|g'
X
X.include <bsd.port.post.mk>
END-of-www/mozplugger/Makefile
echo x - www/mozplugger/distinfo
sed 's/^X//' >www/mozplugger/distinfo << 'END-of-www/mozplugger/distinfo'
XMD5 (mozplugger-1.3.0.tar.gz) = 43dd1b76ce330b62908b95b53e631d2f
END-of-www/mozplugger/distinfo
echo x - www/mozplugger/files/extra-patch-mozpluggerrc-nognome
sed 's/^X//' >www/mozplugger/files/extra-patch-mozpluggerrc-nognome << 'END-of-www/mozplugger/files/extra-patch-mozpluggerrc-nognome'
X--- mozpluggerrc	Fri Jul  4 21:59:31 2003
X+++ mozpluggerrc.nognome	Sat Aug 23 15:59:40 2003
X@@ -141,19 +141,6 @@
X 	repeat noisy event_swallow(gv:) fill: gv -safer -quiet -antialias -geometry +9000+9000 "$file"
X 	repeat swallow(Pageview) fill: pageview "$file"
X 
X-application/rtf: rtf: Rich Text Format
X-        repeat noisy event_swallow(Ted:) fill: Ted "$file"
X-        repeat noisy swallow(AbiWord) fill: abiword --nosplash --geometry +9000+9000 "$file"
X-
X-application/x-msword: doc, dot: Microsoft Word Document
X-application/msword: doc, dot: Microsoft Word Document
X-        nokill exits: oowriter "$file"
X-        nokill exits: kword "$file"
X-        repeat noisy swallow(AbiWord) fill: abiword --nosplash --geometry +9000+9000 "$file"
X-
X-application/vnd.ms-excel: xls, xlb: Microsoft Excel Document
X-	repeat swallow(PluggerGnumeric) fill: gnumeric --class PluggerGnumeric "$file"
X-
X # OpenOffice MimeTypes (http://framework.openoffice.org/documentation/mimetypes/mimetypes.html)
X application/vnd.sun.xml.writer: sxw: OpenOffice Writer 6.0 documents
X application/vnd.sun.xml.writer.template: stw: OpenOffice Writer 6.0 templates
END-of-www/mozplugger/files/extra-patch-mozpluggerrc-nognome
echo x - www/mozplugger/files/extra-patch-mozpluggerrc-nooffice
sed 's/^X//' >www/mozplugger/files/extra-patch-mozpluggerrc-nooffice << 'END-of-www/mozplugger/files/extra-patch-mozpluggerrc-nooffice'
X--- mozpluggerrc	Fri Jul  4 21:59:31 2003
X+++ mozpluggerrc.nognome.noooo	Sat Aug 23 16:01:38 2003
X@@ -145,45 +145,4 @@
X         repeat noisy event_swallow(Ted:) fill: Ted "$file"
X         repeat noisy swallow(AbiWord) fill: abiword --nosplash --geometry +9000+9000 "$file"
X 
X-application/x-msword: doc, dot: Microsoft Word Document
X-application/msword: doc, dot: Microsoft Word Document
X-        nokill exits: oowriter "$file"
X-        nokill exits: kword "$file"
X-        repeat noisy swallow(AbiWord) fill: abiword --nosplash --geometry +9000+9000 "$file"
X 
X-application/vnd.ms-excel: xls, xlb: Microsoft Excel Document
X-	repeat swallow(PluggerGnumeric) fill: gnumeric --class PluggerGnumeric "$file"
X-
X-# OpenOffice MimeTypes (http://framework.openoffice.org/documentation/mimetypes/mimetypes.html)
X-application/vnd.sun.xml.writer: sxw: OpenOffice Writer 6.0 documents
X-application/vnd.sun.xml.writer.template: stw: OpenOffice Writer 6.0 templates
X-application/vnd.sun.xml.writer.global: sxg: OpenOffice Writer 6.0 global documents
X-application/vnd.stardivision.writer: sdw: StarWriter 5.x documents
X-application/vnd.stardivision.writer-global: sgl: StarWriter 5.x global documents
X-application/x-starwriter: sdw: StarWriter 4.x documents
X-	nokill exits: oowriter "$file"
X-
X-application/vnd.sun.xml.calc: sxc: OpenOffice Calc 6.0 spreadsheets
X-application/vnd.sun.xml.calc.template: stc: OpenOffice Calc 6.0 templates
X-application/vnd.stardivision.calc: sdc: StarCalc 5.x spreadsheets
X-application/x-starcalc: sdc: StarCalc 4.x spreadsheets
X-	nokill exits: oocalc "$file"
X-
X-application/vnd.sun.xml.draw: sxd: OpenOffice Draw 6.0 documents
X-application/vnd.sun.xml.draw.template: std: OpenOffice Draw 6.0 templates
X-application/vnd.stardivision.draw: sda: StarDraw 5.x documents
X-application/x-stardraw: sda: StarDraw 4.x documents
X-	nokill exits: oodraw "$file"
X-
X-application/vnd.sun.xml.impress: sxi: OpenOffice Impress 6.0 presentations
X-application/vnd.sun.xml.impress.template: sti: OpenOffice Impress 6.0 templates
X-application/vnd.stardivision.impress: sdd: StarImpress 5.x presentations
X-application/vnd.stardivision.impress-packed: sdp: StarImpress Packed 5.x files
X-application/x-starimpress: sdd: StarImpress 4.x presentations
X-application/vnd.ms-powerpoint: ppt: PowerPoint
X-	nokill exits: ooimpress "$file"
X-
X-application/vnd.sun.xml.math: sxm: OpenOffice Math 6.0 documents
X-application/vnd.stardivision.math: smf: StarMath 5.x documents
X-application/x-starmath: smf: StarMath 4.x documents
X-	nokill exits: oomath "$file"
END-of-www/mozplugger/files/extra-patch-mozpluggerrc-nooffice
echo x - www/mozplugger/files/extra-patch-mozpluggerrc-noooo
sed 's/^X//' >www/mozplugger/files/extra-patch-mozpluggerrc-noooo << 'END-of-www/mozplugger/files/extra-patch-mozpluggerrc-noooo'
X--- mozpluggerrc	Fri Jul  4 21:59:31 2003
X+++ mozpluggerrc.noooo	Sat Aug 23 16:00:46 2003
X@@ -154,36 +154,3 @@
X application/vnd.ms-excel: xls, xlb: Microsoft Excel Document
X 	repeat swallow(PluggerGnumeric) fill: gnumeric --class PluggerGnumeric "$file"
X 
X-# OpenOffice MimeTypes (http://framework.openoffice.org/documentation/mimetypes/mimetypes.html)
X-application/vnd.sun.xml.writer: sxw: OpenOffice Writer 6.0 documents
X-application/vnd.sun.xml.writer.template: stw: OpenOffice Writer 6.0 templates
X-application/vnd.sun.xml.writer.global: sxg: OpenOffice Writer 6.0 global documents
X-application/vnd.stardivision.writer: sdw: StarWriter 5.x documents
X-application/vnd.stardivision.writer-global: sgl: StarWriter 5.x global documents
X-application/x-starwriter: sdw: StarWriter 4.x documents
X-	nokill exits: oowriter "$file"
X-
X-application/vnd.sun.xml.calc: sxc: OpenOffice Calc 6.0 spreadsheets
X-application/vnd.sun.xml.calc.template: stc: OpenOffice Calc 6.0 templates
X-application/vnd.stardivision.calc: sdc: StarCalc 5.x spreadsheets
X-application/x-starcalc: sdc: StarCalc 4.x spreadsheets
X-	nokill exits: oocalc "$file"
X-
X-application/vnd.sun.xml.draw: sxd: OpenOffice Draw 6.0 documents
X-application/vnd.sun.xml.draw.template: std: OpenOffice Draw 6.0 templates
X-application/vnd.stardivision.draw: sda: StarDraw 5.x documents
X-application/x-stardraw: sda: StarDraw 4.x documents
X-	nokill exits: oodraw "$file"
X-
X-application/vnd.sun.xml.impress: sxi: OpenOffice Impress 6.0 presentations
X-application/vnd.sun.xml.impress.template: sti: OpenOffice Impress 6.0 templates
X-application/vnd.stardivision.impress: sdd: StarImpress 5.x presentations
X-application/vnd.stardivision.impress-packed: sdp: StarImpress Packed 5.x files
X-application/x-starimpress: sdd: StarImpress 4.x presentations
X-application/vnd.ms-powerpoint: ppt: PowerPoint
X-	nokill exits: ooimpress "$file"
X-
X-application/vnd.sun.xml.math: sxm: OpenOffice Math 6.0 documents
X-application/vnd.stardivision.math: smf: StarMath 5.x documents
X-application/x-starmath: smf: StarMath 4.x documents
X-	nokill exits: oomath "$file"
END-of-www/mozplugger/files/extra-patch-mozpluggerrc-noooo
echo x - www/mozplugger/files/patch-Makefile
sed 's/^X//' >www/mozplugger/files/patch-Makefile << 'END-of-www/mozplugger/files/patch-Makefile'
X--- Makefile.orig	Sat Jul  5 20:19:39 2003
X+++ Makefile	Sat Aug 23 18:03:15 2003
X@@ -18,6 +18,8 @@
X LD=gcc
X BINFORMAT=bin
X 
X+freebsd-elf:	freebsd
X+
X any:
X 	@echo 'Choose target:'
X 	@echo '   make linux        - for Linux'
X@@ -102,7 +104,7 @@
X XLIBS=-lX11 -L$(X11)/lib
X 
X LDSHARED=$(LD) $(XLDFLAGS)
X-override CFLAGS += $(COMMON_CFLAGS) $(NORM_CFLAGS)
X+CFLAGS += $(COMMON_CFLAGS) $(NORM_CFLAGS)
X LDFLAGS=$(COMMON_LDFLAGS) $(NORM_LDFLAGS)
X SHARED_CFLAGS=$(COMMON_CFLAGS) $(XCFLAGS)
X 
END-of-www/mozplugger/files/patch-Makefile
echo x - www/mozplugger/files/patch-mozplugger-helper.c
sed 's/^X//' >www/mozplugger/files/patch-mozplugger-helper.c << 'END-of-www/mozplugger/files/patch-mozplugger-helper.c'
X--- mozplugger-helper.c.orig	Sat Aug 23 18:04:47 2003
X+++ mozplugger-helper.c	Sat Aug 23 18:07:59 2003
X@@ -534,8 +534,8 @@
X 	       loops = MIN(repeats,10);
X 	       for (e=0; e<loops; e++)
X 	       {
X-		    strcat(foo," ");
X-		    strcat(foo,file);
X+		    strncat(foo," ",1);
X+		    strncat(foo,file,strlen(file));
X 	       }
X 	  } else {
X 	       snprintf(foo, sizeof(buffer), "file=%s", file);
END-of-www/mozplugger/files/patch-mozplugger-helper.c
echo x - www/mozplugger/pkg-descr
sed 's/^X//' >www/mozplugger/pkg-descr << 'END-of-www/mozplugger/pkg-descr'
XMozplugger is a fork of Fredrik Hubinette's Plugger, designed for
Xmozilla's plugin architecture. It fixes a number of bugs in the
XPlugger 4.0 code as well and adds a new option to swallow using
XX events, instead of window scanning.
XMozplugger is a multimedia plugin for Unix Mozilla 1.3 or later that
Xhandles Quicktime, MPEG, MP2, AVI, SGI-movie, Tiff, DL, IFF-anim,
XMIDI, Soundtracker, AU, WAV and Commodore 64 audio files.
X
XMozplugger is a very small plugin, because mozplugger uses external
Xprograms to show/play the different formats.
X
XWWW: http://mozplugger.mozdev.org
X
X--melvyn
Xmelvyn@webteckies.org
END-of-www/mozplugger/pkg-descr
echo x - www/mozplugger/pkg-message
sed 's/^X//' >www/mozplugger/pkg-message << 'END-of-www/mozplugger/pkg-message'
X*****************************************************************
X*****************************************************************
XNOTE:
X
XEdit the %%PREFIX%%/etc/mozpluggerrc file as needed. It should work
Xfine as is. If you had a previous %%PREFIX%%/etc/mozpluggerrc file,
Xit will be renamed %%PREFIX%%/etc/mozpluggerrc.old.
X
XThis Mozplugger port will install a default set of multimedia utilities
Xthat I have found to work well. Other combinations may work also.
XLook at the pluggerrc and %%PREFIX%%/etc/pluggerrc.sample file for
Xdetails.
X
XPlugger searches for pluggerrc files in the following order:
X
X~/.netscape/mozpluggerrc
X~/.mozilla/mozpluggerrc
X~/.opera/mozpluggerrc
X$MOZILLA_HOME/mozpluggerrc  (MOZILLA_HOME is usually equal to HOME)
X$OPERA_DIR/mozpluggerrc     (OPERA_DIR is usually equal to %%PREFIX%%)
X/etc/mozpluggerrc
X/usr/etc/mozpluggerrc
X%%PREFIX%%/etc/mozpluggerrc
X%%PREFIX%%/etc/netscape/mozpluggerrc
X./mozpluggerrc
X
XWhichever mozpluggerrc is found first in the above order will be
Xused, no merging of other mozpluggerrc's occurs.
XYou have been warned.
X
XNOTES on Sound:
X
XRemember, you have to have the Timidity patch files installed for
Xit to work.
X
XAlso, some of the frequency settings are extremely sound-card
Xdependent. If you get no sound, adjust the frequency settings in
Xyour pluggerrc to be compatible with your sound card. See the
Xdocumentation for the various sound utilities for details.
X*****************************************************************
X*****************************************************************
END-of-www/mozplugger/pkg-message
echo x - www/mozplugger/pkg-plist
sed 's/^X//' >www/mozplugger/pkg-plist << 'END-of-www/mozplugger/pkg-plist'
Xbin/mozplugger
Xlib/browser_plugins/mozplugger.so
X@unexec if [ -f %D/etc/mozpluggerrc ]; then cmp -s %D/etc/mozpluggerrc.sample %D/etc/mozpluggerrc && rm -f %D/etc/mozpluggerrc || echo "If you are permanently removing this port, you should do a ``rm -f ${PKG_PREFIX}/etc/mozpluggerrc`` to remove configuration files left." | fmt ; fi
X@unexec if [ -f %D/etc/mozpluggerrc.old ]; then echo "If you are permanently removing this port, you should do a ``rm -f ${PKG_PREFIX}/etc/mozpluggerrc.old`` to remove backup configuration files left." | fmt ; fi
Xetc/mozpluggerrc.sample
X@exec if [ ! -f %D/etc/mozpluggerrc ]; then cp %D/etc/mozpluggerrc.sample %D/etc/mozpluggerrc ; fi
END-of-www/mozplugger/pkg-plist
exit


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



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