From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 23 11:20:17 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C9B7416A4BF for ; Sat, 23 Aug 2003 11:20:17 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5285943FDF for ; Sat, 23 Aug 2003 11:20:16 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h7NIKGUp055327 for ; Sat, 23 Aug 2003 11:20:16 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h7NIKGRB055326; Sat, 23 Aug 2003 11:20:16 -0700 (PDT) Resent-Date: Sat, 23 Aug 2003 11:20:16 -0700 (PDT) Resent-Message-Id: <200308231820.h7NIKGRB055326@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Melvyn Sopacua Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B381316A4BF for ; Sat, 23 Aug 2003 11:16:23 -0700 (PDT) Received: from ghost.lan.webteckies.org (node123e0.a2000.nl [24.132.35.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id 398E043FCB for ; Sat, 23 Aug 2003 11:16:21 -0700 (PDT) (envelope-from mdev@webteckies.org) Received: by ghost.lan.webteckies.org (Postfix, from userid 102) id 6E7FE21B84; Sat, 23 Aug 2003 20:15:24 +0200 (CEST) Message-Id: <20030823181524.6E7FE21B84@ghost.lan.webteckies.org> Date: Sat, 23 Aug 2003 20:15:24 +0200 (CEST) From: Melvyn Sopacua To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/55896: [NEWPORT] www/mozplugger X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Aug 2003 18:20:17 -0000 >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 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 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 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; ewww/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: