|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
From: Landry Breuil (landry
rhaalovely.net)
Date: Mon Sep 06 2010 - 15:21:56 CDT
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Tue, Jun 15, 2010 at 10:00:22PM +0200, Landry Breuil wrote:
> Hi,
>
> noticed this port was badly outdated, so here's an update to a more
> decent version. While here i removed most of the mozpluggerrc patch, i
> don't see the point of commenting all those entries/bindings.
>
> Please test if you use it..
Found this still taking dust in my tree. would be nice to have actual
feedback (or oks, even).
Landry
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/www/mozplugger/Makefile,v
> retrieving revision 1.5
> diff -u -r1.5 Makefile
> --- Makefile 10 Aug 2009 06:34:56 -0000 1.5
> +++ Makefile 15 Jun 2010 19:57:32 -0000
> 
-2,8 +2,7 
>
> SHARED_ONLY= Yes
> COMMENT= load programs inside browser to view movies, pdfs, etc
> -DISTNAME= mozplugger-1.8.1
> -PKGNAME= ${DISTNAME}p2
> +DISTNAME= mozplugger-1.14.0
> CATEGORIES= www
>
> HOMEPAGE= http://mozplugger.mozdev.org
> 
-13,7 +12,7 
> PERMIT_PACKAGE_FTP= Yes
> PERMIT_DISTFILES_CDROM= Yes
> PERMIT_DISTFILES_FTP= Yes
> -WANTLIB= X11 c pthread-stubs xcb
> +WANTLIB= X11 c
>
> MASTER_SITES= ${HOMEPAGE}/files/
>
> Index: distinfo
> ===================================================================
> RCS file: /cvs/ports/www/mozplugger/distinfo,v
> retrieving revision 1.3
> diff -u -r1.3 distinfo
> --- distinfo 26 Jul 2007 09:12:53 -0000 1.3
> +++ distinfo 15 Jun 2010 19:57:32 -0000
> 
-1,5 +1,5 
> -MD5 (mozplugger-1.8.1.tar.gz) = 8+amVXPn6KHQVtjk2Qtvmg==
> -RMD160 (mozplugger-1.8.1.tar.gz) = 1gyVXBXm+poi+/HBRAAXqMK7ZGQ=
> -SHA1 (mozplugger-1.8.1.tar.gz) = DYSEDYa7T3kc/sHkkWgSgw3/zXc=
> -SHA256 (mozplugger-1.8.1.tar.gz) = Qjk1e8bKvxclf4XZ9g1JAUZz1ADwBs5rfmEeV8Fn3l4=
> -SIZE (mozplugger-1.8.1.tar.gz) = 56308
> +MD5 (mozplugger-1.14.0.tar.gz) = cA8kKX0Szikb7fgPnQNA3A==
> +RMD160 (mozplugger-1.14.0.tar.gz) = p4eh0EKP43UheunH4LK7XlbQ3d4=
> +SHA1 (mozplugger-1.14.0.tar.gz) = rFP+/lWdlq7Crsxn6fODG0rD0mM=
> +SHA256 (mozplugger-1.14.0.tar.gz) = kKXUWBgwlPH6gxmexOhHaAlU4QmyZCReu7raKIrDE1E=
> +SIZE (mozplugger-1.14.0.tar.gz) = 92164
> Index: patches/patch-Makefile
> ===================================================================
> RCS file: /cvs/ports/www/mozplugger/patches/patch-Makefile,v
> retrieving revision 1.2
> diff -u -r1.2 patch-Makefile
> --- patches/patch-Makefile 26 Jul 2007 09:12:53 -0000 1.2
> +++ patches/patch-Makefile 15 Jun 2010 19:57:32 -0000
> 
-1,6 +1,6 
> $OpenBSD: patch-Makefile,v 1.2 2007/07/26 09:12:53 steven Exp $
> ---- Makefile.orig Sat Apr 7 21:05:12 2007
> -+++ Makefile Thu Jul 26 11:08:37 2007
> +--- Makefile.orig Sat Jun 12 16:11:24 2010
> ++++ Makefile Tue Jun 15 21:52:31 2010
> 
-1,5 +1,5 
> # Where is your Xwindows located?
> -X11=/usr/X11R6
> 
-8,7 +8,7 
>
> #
> # For building rpms
> -
-14,8 +14,8 
prefix=/usr
> +
-18,8 +18,8 
libprefix=/lib
> RPMDIR=/usr/src/RPM
>
> # Choose compiler
> 
-18,8 +18,8 
> +#LD=gcc
> BINFORMAT=bin
>
> - any:
> -
-63,7 +63,7 
freebsd:
> + #Debug or not debug build
> +
-77,7 +77,7 
freebsd:
> ${MAKE} all CC=gcc XCFLAGS=-fPIC LD=gcc XLDFLAGS=-shared X11=/usr/X11R6/
>
> openbsd:
> 
-28,26 +28,23 
>
> auto:
>
case "x`uname`" in \
> -
-93,7 +93,8 
BIN_FILES=mozplugger.so mozplugger-helper
> -
> - DEFINES=$(STREAM) -DVERSION=\"$(VERSION)\" #-Wall -DDEBUG #-D__amd64__
> - RPM_OPT_FLAGS=-O2
> --COMMON_CFLAGS=$(RPM_OPT_FLAGS) -Inpapi/include -I$(X11)/include -DXP_UNIX $(DEFINES)
> -+#COMMON_CFLAGS=$(RPM_OPT_FLAGS) -Inpapi/include -I$(X11)/include -DXP_UNIX $(DEFINES)
> -+COMMON_CFLAGS=-Inpapi/include -I$(X11)/include -DXP_UNIX $(DEFINES)
> +
-123,7 +123,7 
BIN_FILES=mozplugger.so \
> + DEFINES= -DXP_UNIX -DVERSION=\"$(VERSION)\" -D$(BUILD) #-D__amd64__
> + INCLUDES= -Inpapi/include -I$(X11)/include
> + RPM_OPT_FLAGS ?= -O2
> +-COMMON_CFLAGS=$(RPM_OPT_FLAGS) $(INCLUDES) $(DEFINES)
> ++COMMON_CFLAGS=$(INCLUDES) $(DEFINES)
> COMMON_LDFLAGS=
> - NORM_CFLAGS=
> +
> NORM_LDFLAGS=
> -
-103,9 +104,9 
XLIBDIR = $(X11)/lib
> - XLIBS=-lX11 -L$(XLIBDIR)
> +
-134,8 +134,8 
XLIBS=-lX11 -L$(XLIBDIR)
> + EXTRA_LIBS=
>
> LDSHARED=$(LD) $(XLDFLAGS)
> --CFLAGS = $(COMMON_CFLAGS) $(NORM_CFLAGS)
> -LDFLAGS=$(COMMON_LDFLAGS) $(NORM_LDFLAGS)
> --SHARED_CFLAGS=$(COMMON_CFLAGS) $(XCFLAGS)
> -+SHARED_CFLAGS=${CFLAGS} $(COMMON_CFLAGS) $(XCFLAGS)
> -+CFLAGS += $(COMMON_CFLAGS) $(NORM_CFLAGS)
> -+LDFLAGS += $(COMMON_LDFLAGS) $(NORM_LDFLAGS)
> +-CFLAGS=$(COMMON_CFLAGS) $(XCFLAGS)
> ++LDFLAGS+=$(COMMON_LDFLAGS) $(NORM_LDFLAGS)
> ++CFLAGS+=$(COMMON_CFLAGS) $(XCFLAGS)
>
> - all: mozplugger.so mozplugger-helper mozplugger-controller
> + all: mozplugger.so mozplugger-helper mozplugger-controller mozplugger-linker
>
> Index: patches/patch-mozpluggerrc
> ===================================================================
> RCS file: /cvs/ports/www/mozplugger/patches/patch-mozpluggerrc,v
> retrieving revision 1.2
> diff -u -r1.2 patch-mozpluggerrc
> --- patches/patch-mozpluggerrc 26 Jul 2007 09:12:53 -0000 1.2
> +++ patches/patch-mozpluggerrc 15 Jun 2010 19:57:32 -0000
> 
-1,7 +1,7 
> $OpenBSD: patch-mozpluggerrc,v 1.2 2007/07/26 09:12:53 steven Exp $
> ---- mozpluggerrc.orig Sat Apr 7 21:04:56 2007
> -+++ mozpluggerrc Thu Jul 26 11:08:37 2007
> -
-36,7 +36,7 
ifdef([ENABLE_HELPERS],[
> +--- mozpluggerrc.orig Sat Jun 12 16:11:24 2010
> ++++ mozpluggerrc Mon Jun 14 14:53:45 2010
> +
-28,7 +28,7 
changequote([,])
>
> ### MPlayer
>
> 
-10,7 +10,7 
>
> define(MP_EMBED,[embed noisy ignore_errors: MP_CMD(-xy $width -wid $window $1)])
>
> -
-83,7 +83,7 
ifelse(esyscmd([acroread -helpall | grep openInNewWind
> +
-80,7 +80,7 
define(ACROREAD, [repeat swallow(acroread) fill : acro
> ### GV
> define(GV_OPTS,[--safer --quiet --antialias -geometry +9000+9000])
> define(GV_FLAGS,[repeat noisy swallow(gv) fill])
> 
-19,449 +19,3 
>
> ###################
> ### Video ###
> -
-93,40 +93,45 
video/mpeg:mpeg,mpg,mpe:MPEG animation
> - video/x-mpeg:mpeg,mpg,mpe:MPEG animation
> - video/x-mpeg2:mpv2,mp2ve:MPEG2 animation
> - MP_VIDEO_STREAM()
> -- TM_VIDEO_STREAM()
> -- HELPER(xine -pq "$file")
> -- loop: mtvp -l -W$window "$file"
> -- : mtvp -W$window "$file"
> -- loop: xanim +Av100 -Zr +W$window +q +f "$file"
> -- : xanim +Av100 -Zr +W$window +q +Ze +f "$file"
> -
> -+# TM_VIDEO_STREAM()
> -+# HELPER(xine -pq "$file")
> -+# loop: mtvp -l -W$window "$file"
> -+# : mtvp -W$window "$file"
> -+# loop: xanim +Av100 -Zr +W$window +q +f "$file"
> -+# : xanim +Av100 -Zr +W$window +q +Ze +f "$file"
> -+
> - video/mp4:mp4:MPEG4 animation
> - MP_VIDEO_STREAM()
> -- TM_VIDEO_STREAM()
> -- HELPER(xine -pq "$file")
> -
> -+# TM_VIDEO_STREAM()
> -+# HELPER(xine -pq "$file")
> -+
> - video/msvideo:avi:AVI animation
> - video/x-msvideo:avi:AVI animation
> - video/fli:fli,flc:FLI animation
> - video/x-fli:fli,flc:FLI animation
> - MP_VIDEO_STREAM()
> -- TM_VIDEO_STREAM()
> -- HELPER(xine -pq "$file")
> -
> -+# TM_VIDEO_STREAM()
> -+# HELPER(xine -pq "$file")
> -+
> - application/x-mplayer2:wmv,asf,mov:Windows Media
> - video/x-ms-asf:asf,asx,wma,wax,wmv,wvx:Windows Media
> - video/x-ms-wmv:wmv:Windows Media
> - MP_VIDEO_STREAM()
> -- TM_VIDEO_STREAM()
> -
> -+# TM_VIDEO_STREAM()
> -+
> - application/x-quicktimeplayer:mov:Quicktime animation
> - image/x-macpaint:pntg,mov:Quicktime animation
> - video/quicktime:mov,qt:Quicktime animation
> - video/x-quicktime:mov,qt:Quicktime animation
> - MP_VIDEO_STREAM()
> -- TM_VIDEO_STREAM()
> -- HELPER(xine -pq "$file")
> -
> -+# TM_VIDEO_STREAM()
> -+# HELPER(xine -pq "$file")
> -+
> - video/x-theora:ogg:OGG stream with video
> - video/theora:ogg:OGG stream with video
> - video/ogg:ogg:OGG stream with video
> -
-148,138 +153,137 
video/x-anim:iff,anim5,anim3,anim7:IFF animation
> - ### Audio ###
> - ##################
> -
> --audio/mid:midi,mid:MIDI audio file
> --audio/x-mid:midi,mid:MIDI audio file
> --audio/midi:midi,mid:MIDI audio file
> --audio/x-midi:midi,mid:MIDI audio file
> -- controls noisy stream: timidity -Od "$file"
> -- controls: playmidi "$file"
> -+#audio/mid:midi,mid:MIDI audio file
> -+#audio/x-mid:midi,mid:MIDI audio file
> -+#audio/midi:midi,mid:MIDI audio file
> -+#audio/x-midi:midi,mid:MIDI audio file
> -+# controls noisy stream: timidity -Od "$file"
> -+# controls: playmidi "$file"
> -
> --audio/mod:mod:Soundracker audio Module
> --audio/x-mod:mod:Soundracker audio Module
> -- controls loop noisy: mikmod -q --interpolate "$file"
> -- controls noisy: mikmod -q --interpolate "$file"
> -- controls loop noisy: xmp -l --nocmd "$file"
> -- controls noisy: xmp --nocmd "$file"
> -+#audio/mod:mod:Soundracker audio Module
> -+#audio/x-mod:mod:Soundracker audio Module
> -+# controls loop noisy: mikmod -q --interpolate "$file"
> -+# controls noisy: mikmod -q --interpolate "$file"
> -+# controls loop noisy: xmp -l --nocmd "$file"
> -+# controls noisy: xmp --nocmd "$file"
> -
> --audio/mp3:mp3:MPEG audio
> --audio/x-mp3:mp3:MPEG audio
> --audio/mpeg2:mp2:MPEG audio
> --audio/x-mpeg2:mp2:MPEG audio
> --audio/mpeg3:mp3:MPEG audio
> --audio/x-mpeg3:mp3:MPEG audio
> --audio/mpeg:mpa,abs,mpega:MPEG audio
> --audio/x-mpeg:mpa,abs,mpega:MPEG audio
> -- MP_AUDIO_STREAM()
> -- TM_AUDIO_STREAM()
> -- controls: mpg321 -q "$file"
> -- controls: mpg123 -q "$file"
> -- controls: splay -t 200 "$file"
> -- controls: amp -b 200 -q "$file"
> -- controls: maplay "$file"
> -- controls: mpeg3play "$file"
> -- HELPER(xmms -e -p "$file")
> -- repeat noisy swallow(alsaplayer): alsaplayer -q "$file"
> -+#audio/mp3:mp3:MPEG audio
> -+#audio/x-mp3:mp3:MPEG audio
> -+#audio/mpeg2:mp2:MPEG audio
> -+#audio/x-mpeg2:mp2:MPEG audio
> -+#audio/mpeg3:mp3:MPEG audio
> -+#audio/x-mpeg3:mp3:MPEG audio
> -+#audio/mpeg:mpa,abs,mpega:MPEG audio
> -+#audio/x-mpeg:mpa,abs,mpega:MPEG audio
> -+# MP_AUDIO_STREAM()
> -+# TM_AUDIO_STREAM()
> -+# controls: mpg321 -q "$file"
> -+# controls: mpg123 -q "$file"
> -+# controls: splay -t 200 "$file"
> -+# controls: amp -b 200 -q "$file"
> -+# controls: maplay "$file"
> -+# controls: mpeg3play "$file"
> -+# HELPER(xmms -e -p "$file")
> -+# repeat noisy swallow(alsaplayer): alsaplayer -q "$file"
> -
> --audio/mpeg-url:m3u:MPEG music resource locator
> --audio/x-mpeg-url:m3u:MPEG music resource locator
> --audio/mpegurl:m3u:MPEG music resource locator
> --audio/x-mpegurl:m3u:MPEG music resource locator
> --audio/mpeg-url:m3u:MPEG music resource locator
> --audio/x-mpeg-url:m3u:MPEG music resource locator
> --audio/x-scpls:pls:Shoutcast Playlists
> -+#audio/mpeg-url:m3u:MPEG music resource locator
> -+#audio/x-mpeg-url:m3u:MPEG music resource locator
> -+#audio/mpegurl:m3u:MPEG music resource locator
> -+#audio/x-mpegurl:m3u:MPEG music resource locator
> -+#audio/mpeg-url:m3u:MPEG music resource locator
> -+#audio/x-mpeg-url:m3u:MPEG music resource locator
> -+#audio/x-scpls:pls:Shoutcast Playlists
> - # controls: mpg321 -q -
"$file"
> -- HELPER(xmms -e -p "$file")
> -+# HELPER(xmms -e -p "$file")
> -
> --audio/x-ogg:ogg:OGG audio
> --application/x-ogg:ogg:OGG audio
> --application/ogg:ogg:OGG audio
> --ifdef([MP_VORBIS],[ MP_AUDIO_STREAM()
> --]) TM_AUDIO_STREAM()
> -- controls stream noisy: ogg123 -q -b 128 "$file"
> -- HELPER(xmms -e -p "$file")
> -+#audio/x-ogg:ogg:OGG audio
> -+#application/x-ogg:ogg:OGG audio
> -+#application/ogg:ogg:OGG audio
> -+#ifdef([MP_VORBIS],[ MP_AUDIO_STREAM()
> -+#]) TM_AUDIO_STREAM()
> -+# controls stream noisy: ogg123 -q -b 128 "$file"
> -+# HELPER(xmms -e -p "$file")
> -
> --audio/x-flac:flac:FLAC audio
> --application/x-flac:flac:FLAC audio
> -- MP_AUDIO_STREAM()
> -- HELPER(xmms -e -p "$file")
> -+#audio/x-flac:flac:FLAC audio
> -+#application/x-flac:flac:FLAC audio
> -+# MP_AUDIO_STREAM()
> -+# HELPER(xmms -e -p "$file")
> -
> --audio/x-sidtune:sid,psid:Commodore 64 Audio
> --audio/sidtune:sid,psid:Commodore 64 Audio
> --audio/psid:psid,sid:Commodore 64 Audio
> --audio/x-psid:psid,sid:Commodore 64 Audio
> -- controls noisy: sidplay -16 -f44100 -a "$file"
> -+#audio/x-sidtune:sid,psid:Commodore 64 Audio
> -+#audio/sidtune:sid,psid:Commodore 64 Audio
> -+#audio/psid:psid,sid:Commodore 64 Audio
> -+#audio/x-psid:psid,sid:Commodore 64 Audio
> -+# controls noisy: sidplay -16 -f44100 -a "$file"
> -
> --audio/basic:au,snd:Basic audio file
> --audio/x-basic:au,snd:Basic audio file
> -- controls: play "$file"
> -- controls: sox "$file" -t .au - > /dev/audio
> -+#audio/basic:au,snd:Basic audio file
> -+#audio/x-basic:au,snd:Basic audio file
> -+# controls: play "$file"
> -+# controls: sox "$file" -t .au - > /dev/audio
> -
> --audio/wav:wav:Microsoft wave file
> --audio/x-wav:wav:Microsoft wave file
> --audio/x-pn-wav:wav:Microsoft wave file
> --audio/x-pn-windows-acm:wav:Microsoft wave file
> -- controls: play "$file"
> -- controls: wavplay -q "$file"
> -- controls noisy: bplay "$file"
> -- controls: splay "$file"
> -- HELPER(xmms -e -p "$file")
> -- repeat noisy swallow(alsaplayer): alsaplayer -q "$file"
> -+#audio/wav:wav:Microsoft wave file
> -+#audio/x-wav:wav:Microsoft wave file
> -+#audio/x-pn-wav:wav:Microsoft wave file
> -+#audio/x-pn-windows-acm:wav:Microsoft wave file
> -+# controls: play "$file"
> -+# controls: wavplay -q "$file"
> -+# controls noisy: bplay "$file"
> -+# controls: splay "$file"
> -+# HELPER(xmms -e -p "$file")
> -+# repeat noisy swallow(alsaplayer): alsaplayer -q "$file"
> -
> --audio/x-pn-realaudio-plugin:rpm:RealPlayer Plugin Metafile
> --audio/x-pn-realaudio:ra,rm,ram:Realaudio-plugin resource locator
> --audio/x-realaudio:ra,rm,ram:RealAudio file
> --application/vnd.rn-realmedia:rm:RealMedia file
> --application/smil:smi:RealPlayer
> --audio/vnd.rn-realaudio:ra,ram:RealAudio file
> --audio/vnd.rn-realvideo:rv:RealVideo file
> -- nokill stream: hxplay "$file"
> -- nokill stream: realplay "$file"
> -+#audio/x-pn-realaudio-plugin:rpm:RealPlayer Plugin Metafile
> -+#audio/x-pn-realaudio:ra,rm,ram:Realaudio-plugin resource locator
> -+#audio/x-realaudio:ra,rm,ram:RealAudio file
> -+#application/vnd.rn-realmedia:rm:RealMedia file
> -+#application/smil:smi:RealPlayer
> -+#audio/vnd.rn-realaudio:ra,ram:RealAudio file
> -+#audio/vnd.rn-realvideo:rv:RealVideo file
> -+# nokill stream: hxplay "$file"
> -+# nokill stream: realplay "$file"
> -
> --audio/x-ms-wax:wax,wma:Windows Media
> -- MP_AUDIO_STREAM()
> -- TM_AUDIO_STREAM()
> -+#audio/x-ms-wax:wax,wma:Windows Media
> -+# MP_AUDIO_STREAM()
> -+# TM_AUDIO_STREAM()
> -
> - #######################
> - ### Documents ###
> - #######################
> -
> --image/sun-raster:rs:SUN raster image
> --image/x-sun-raster:rs:SUN raster image
> --image/x-rgb:rgb:RGB Image
> --image/x-portable-pixmap:ppm:PPM Image
> --image/x-portable-graymap:pgm:PGM Image
> --image/x-portable-bitmap:pbm:PBM Image
> --image/x-portable-anymap:pnm:PBM Image
> --image/tiff:tiff,tif:TIFF image
> --image/x-tiff:tiff,tif:TIFF image
> -- exits: display -window $window -backdrop "$file"
> -- repeat noisy swallow(gqview) fill: gqview -t "$file"
> -- swallow(:) maxaspect: xv -ima -igeom +9000+9000 -geometry +9000+9000 "$file"
> -- repeat swallow(display): display "$file"
> -- repeat swallow(Sdtimage) fill: sdtimage "$file"
> -- swallow(*qiv:) fill maxaspect: qiv -n "$file"
> -+#image/sun-raster:rs:SUN raster image
> -+#image/x-sun-raster:rs:SUN raster image
> -+#image/x-rgb:rgb:RGB Image
> -+#image/x-portable-pixmap:ppm:PPM Image
> -+#image/x-portable-graymap:pgm:PGM Image
> -+#image/x-portable-bitmap:pbm:PBM Image
> -+#image/x-portable-anymap:pnm:PBM Image
> -+#image/tiff:tiff,tif:TIFF image
> -+#image/x-tiff:tiff,tif:TIFF image
> -+# exits: display -window $window -backdrop "$file"
> -+# repeat noisy swallow(gqview) fill: gqview -t "$file"
> -+# swallow(:) maxaspect: xv -ima -igeom +9000+9000 -geometry +9000+9000 "$file"
> -+# repeat swallow(display): display "$file"
> -+# repeat swallow(Sdtimage) fill: sdtimage "$file"
> -+# swallow(*qiv:) fill maxaspect: qiv -n "$file"
> -
> --image/x-xcf:xcf:Gimp Image
> --image/xcf:xcf:Gimp Image
> --application/x-gimp:xcf:Gimp Image
> --application/gimp:xcf:Gimp Image
> -- exits: display -window $window -backdrop "$file"
> -- repeat swallow(display) fill: display "$file"
> -+#image/x-xcf:xcf:Gimp Image
> -+#image/xcf:xcf:Gimp Image
> -+#application/x-gimp:xcf:Gimp Image
> -+#application/gimp:xcf:Gimp Image
> -+# exits: display -window $window -backdrop "$file"
> -+# repeat swallow(display) fill: display "$file"
> -
> --application/photoshop:psd:PhotoShop Image
> --application/x-photoshop:psd:PhotoShop Image
> -- exits: display -window $window -backdrop "$file"
> -- repeat swallow(display) fill: display "$file"
> -+#application/photoshop:psd:PhotoShop Image
> -+#application/x-photoshop:psd:PhotoShop Image
> -+# exits: display -window $window -backdrop "$file"
> -+# repeat swallow(display) fill: display "$file"
> -
> - application/pdf:pdf:PDF file
> - application/x-pdf:pdf:PDF file
> - text/pdf:pdf:PDF file
> - text/x-pdf:pdf:PDF file
> -- repeat swallow(acroread) fill: acroread7 -openInNewWindow "$file"
> -- repeat swallow(documentShell) fill: acroread5 -geometry +9000+9000 +useFrontEndProgram "$file"
> -- repeat noisy swallow(evince) fill: evince "$file"
> - repeat noisy swallow(kpdf) fill: kpdf "$file"
> -+ repeat noisy swallow(evince) fill: evince "$file"
> -+ repeat swallow(acroread) fill: acroread -openInNewWindow "$file"
> - repeat noisy swallow(Xpdf) fill: xpdf -g +9000+9000 "$file"
> - GV()
> -
> -
-289,78 +293,79 
application/x-dvi:dvi:DVI file
> -
> - application/x-postscript:ps:PostScript file
> - application/postscript:ps:PostScript file
> -- GV()
> -+ repeat noisy swallow(kpdf) fill: kpdf "$file"
> - repeat noisy swallow(evince) fill: evince "$file"
> -+ GV()
> -
> --application/x-rtf:rtf:Rich Text Format
> --application/rtf:rtf:Rich Text Format
> --text/rtf:rtf:Rich Text Format
> -- OO()
> -- repeat noisy swallow(AbiWord) fill: abiword --nosplash --geometry +9000+9000 "$file"
> -- repeat noisy swallow(kword): kword "$file"
> -- repeat noisy swallow(Ted) fill: Ted "$file"
> -+#application/x-rtf:rtf:Rich Text Format
> -+#application/rtf:rtf:Rich Text Format
> -+#text/rtf:rtf:Rich Text Format
> -+# OO()
> -+# repeat noisy swallow(AbiWord) fill: abiword --nosplash --geometry +9000+9000 "$file"
> -+# repeat noisy swallow(kword): kword "$file"
> -+# repeat noisy swallow(Ted) fill: Ted "$file"
> -
> --application/x-msword:doc,dot:Microsoft Word Document
> --application/msword:doc,dot:Microsoft Word Document
> -- OO()
> -- repeat noisy swallow(kword): kword "$file"
> -- repeat noisy swallow(AbiWord) fill: abiword --nosplash --geometry +9000+9000 "$file"
> -+#application/x-msword:doc,dot:Microsoft Word Document
> -+#application/msword:doc,dot:Microsoft Word Document
> -+# OO()
> -+# repeat noisy swallow(kword): kword "$file"
> -+# repeat noisy swallow(AbiWord) fill: abiword --nosplash --geometry +9000+9000 "$file"
> -
> --application/vnd.ms-excel:xls,xlb:Microsoft Excel Document
> -- OO()
> -- repeat swallow(Gnumeric) fill: gnumeric "$file"
> -+#application/vnd.ms-excel:xls,xlb:Microsoft Excel Document
> -+# OO()
> -+# repeat swallow(Gnumeric) fill: gnumeric "$file"
> -
> - # OpenOffice MimeTypes (http://framework.openoffice.org/documentation/mimetypes/mimetypes.html)
> --application/vnd.sun.xml.writer:sxw:OpenOffice Writer 6.0 documents
> --application/so7_vnd.sun.xml.writer:sxw:OpenOffice Writer 7.0 documents
> --application/vnd.sun.xml.writer.template:stw:OpenOffice Writer 6.0 templates
> --application/vnd.sun.xml.writer.global:sxg:OpenOffice Writer 6.0 global documents
> --application/vnd.stardivision.writer:sdw:StarWriter 5.x documents
> --application/vnd.stardivision.writer-global:sgl:StarWriter 5.x global documents
> --application/x-starwriter:sdw:StarWriter 4.x documents
> -- OO()
> -+#application/vnd.sun.xml.writer:sxw:OpenOffice Writer 6.0 documents
> -+#application/so7_vnd.sun.xml.writer:sxw:OpenOffice Writer 7.0 documents
> -+#application/vnd.sun.xml.writer.template:stw:OpenOffice Writer 6.0 templates
> -+#application/vnd.sun.xml.writer.global:sxg:OpenOffice Writer 6.0 global documents
> -+#application/vnd.stardivision.writer:sdw:StarWriter 5.x documents
> -+#application/vnd.stardivision.writer-global:sgl:StarWriter 5.x global documents
> -+#application/x-starwriter:sdw:StarWriter 4.x documents
> -+# OO()
> -
> --application/vnd.sun.xml.calc:sxc:OpenOffice Calc 6.0 spreadsheets
> --application/so7_vnd.sun.xml.calc:sxc:OpenOffice Calc 7.0 spreadsheets
> --application/vnd.sun.xml.calc.template:stc:OpenOffice Calc 6.0 templates
> --application/vnd.stardivision.calc:sdc:StarCalc 5.x spreadsheets
> --application/x-starcalc:sdc:StarCalc 4.x spreadsheets
> --application/vnd.lotus-1-2-3: 123, wk1: Lotus 1-2-3 Document
> -- OO()
> -+#application/vnd.sun.xml.calc:sxc:OpenOffice Calc 6.0 spreadsheets
> -+#application/so7_vnd.sun.xml.calc:sxc:OpenOffice Calc 7.0 spreadsheets
> -+#application/vnd.sun.xml.calc.template:stc:OpenOffice Calc 6.0 templates
> -+#application/vnd.stardivision.calc:sdc:StarCalc 5.x spreadsheets
> -+#application/x-starcalc:sdc:StarCalc 4.x spreadsheets
> -+#application/vnd.lotus-1-2-3: 123, wk1: Lotus 1-2-3 Document
> -+# OO()
> -
> --application/vnd.sun.xml.draw:sxd:OpenOffice Draw 6.0 documents
> --application/so7_vnd.sun.xml.draw:sxc:StarOffice Draw 7.0 documents
> --application/vnd.sun.xml.draw.template:std:OpenOffice Draw 6.0 templates
> --application/vnd.stardivision.draw:sda:StarDraw 5.x documents
> --application/x-stardraw:sda:StarDraw 4.x documents
> -- OO()
> -+#application/vnd.sun.xml.draw:sxd:OpenOffice Draw 6.0 documents
> -+#application/so7_vnd.sun.xml.draw:sxc:StarOffice Draw 7.0 documents
> -+#application/vnd.sun.xml.draw.template:std:OpenOffice Draw 6.0 templates
> -+#application/vnd.stardivision.draw:sda:StarDraw 5.x documents
> -+#application/x-stardraw:sda:StarDraw 4.x documents
> -+# OO()
> -
> --application/vnd.sun.xml.impress:sxi:OpenOffice Impress 6.0 presentations
> --application/so7_vnd.sun.xml.impress:sxi:StarOffice 7.0 Impress presentations
> --application/vnd.sun.xml.impress.template:sti:OpenOffice Impress 6.0 templates
> --application/vnd.stardivision.impress:sdd:StarImpress 5.x presentations
> --application/vnd.stardivision.impress-packed:sdp:StarImpress Packed 5.x files
> --application/x-starimpress:sdd:StarImpress 4.x presentations
> --application/vnd.ms-powerpoint:ppt:PowerPoint Slideshow
> --application/mspowerpoint:ppt,ppz,pps,pot:PowerPoint Slideshow
> -- OO()
> -+#application/vnd.sun.xml.impress:sxi:OpenOffice Impress 6.0 presentations
> -+#application/so7_vnd.sun.xml.impress:sxi:StarOffice 7.0 Impress presentations
> -+#application/vnd.sun.xml.impress.template:sti:OpenOffice Impress 6.0 templates
> -+#application/vnd.stardivision.impress:sdd:StarImpress 5.x presentations
> -+#application/vnd.stardivision.impress-packed:sdp:StarImpress Packed 5.x files
> -+#application/x-starimpress:sdd:StarImpress 4.x presentations
> -+#application/vnd.ms-powerpoint:ppt:PowerPoint Slideshow
> -+#application/mspowerpoint:ppt,ppz,pps,pot:PowerPoint Slideshow
> -+# OO()
> -
> --application/vnd.sun.xml.math:sxm:OpenOffice Math 6.0 documents
> --application/so7_vnd.sun.xml.math:sxm:StarOffice 7.0 Math documents
> --application/vnd.stardivision.math:smf:StarMath 5.x documents
> --application/x-starmath:smf:StarMath 4.x documents
> -- OO()
> -+#application/vnd.sun.xml.math:sxm:OpenOffice Math 6.0 documents
> -+#application/so7_vnd.sun.xml.math:sxm:StarOffice 7.0 Math documents
> -+#application/vnd.stardivision.math:smf:StarMath 5.x documents
> -+#application/x-starmath:smf:StarMath 4.x documents
> -+# OO()
> -
> --application/vnd.oasis.opendocument.text:odt,ODT:OASIS OpenDocument Text
> -- OO()
> -+#application/vnd.oasis.opendocument.text:odt,ODT:OASIS OpenDocument Text
> -+# OO()
> -
> --application/vnd.oasis.opendocument.spreadsheet:ods,ODS:OASIS OpenDocument SpreadSheet
> -- OO()
> -+#application/vnd.oasis.opendocument.spreadsheet:ods,ODS:OASIS OpenDocument SpreadSheet
> -+# OO()
> -
> --application/vnd.oasis.opendocument.presentation:odp,ODP:OASIS OpenDocument Presentation
> -- OO()
> -+#application/vnd.oasis.opendocument.presentation:odp,ODP:OASIS OpenDocument Presentation
> -+# OO()
> -
> --chemical/x-pdb:pdb: Protein Data Bank file
> --model/x-pdb:pdb: Protein Data Bank file
> -- swallow(rasmol) fill: rasmol "$file"
> -- swallow(molecule) fill: /usr/X11R6/lib/xscreensaver/molecule -delay 20000 -geometry +9000+9000 -no-spin -molecule "$file"
> -+#chemical/x-pdb:pdb: Protein Data Bank file
> -+#model/x-pdb:pdb: Protein Data Bank file
> -+# swallow(rasmol) fill: rasmol "$file"
> -+# swallow(molecule) fill: /usr/X11R6/lib/xscreensaver/molecule -delay 20000 -geometry +9000+9000 -no-spin -molecule "$file"
> Index: pkg/PLIST
> ===================================================================
> RCS file: /cvs/ports/www/mozplugger/pkg/PLIST,v
> retrieving revision 1.1.1.1
> diff -u -r1.1.1.1 PLIST
> --- pkg/PLIST 26 Jan 2007 15:33:11 -0000 1.1.1.1
> +++ pkg/PLIST 15 Jun 2010 19:57:32 -0000
> 
-1,6 +1,6 
>
comment $OpenBSD: PLIST,v 1.1.1.1 2007/01/26 15:33:11 jasper Exp $
> -bin/mozplugger-controller
> -bin/mozplugger-helper
> +
bin bin/mozplugger-controller
> +
bin bin/mozplugger-helper
> lib/mozilla-plugins/
> lib/mozilla-plugins/mozplugger.so
>
man man/man7/mozplugger.7
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]