diff options
author | reinoud <reinoud> | 2004-09-10 10:48:02 +0000 |
---|---|---|
committer | reinoud <reinoud> | 2004-09-10 10:48:02 +0000 |
commit | 7d5419d70e5f6029a1241fe97b1a36ebec2bf31e (patch) | |
tree | 856c55155e0f2205a64446bc8f24fc7a8d013761 /www | |
parent | 2b6e6a0ca5b0a1595fba101799db3788387cde3c (diff) | |
download | pkgsrc-7d5419d70e5f6029a1241fe97b1a36ebec2bf31e.tar.gz |
Import of `mozilla-plugger', the source form of `moz-bin-plugger'. Tested to
work OK with Mozilla 1.7.2 on NetBSD/alpha.
Diffstat (limited to 'www')
-rw-r--r-- | www/mozilla-plugger/DESCR | 7 | ||||
-rw-r--r-- | www/mozilla-plugger/Makefile | 19 | ||||
-rw-r--r-- | www/mozilla-plugger/PLIST | 7 | ||||
-rw-r--r-- | www/mozilla-plugger/distinfo | 5 | ||||
-rw-r--r-- | www/mozilla-plugger/patches/patch-aa | 13 |
5 files changed, 51 insertions, 0 deletions
diff --git a/www/mozilla-plugger/DESCR b/www/mozilla-plugger/DESCR new file mode 100644 index 00000000000..7a4253c0f24 --- /dev/null +++ b/www/mozilla-plugger/DESCR @@ -0,0 +1,7 @@ +Tired of getting teased by Windows users because your Mozilla isn't as |<()()|_ +as theirs? Well, your problems are almost solved. Plugger is a multimedia +plugin for Unix Mozilla, Opera or Netscape that handles Quicktime, MPEG, MP2, +AVI, SGI-movie, Tiff, DL, IFF-anim, MIDI, Soundtracker, AU, WAV and Commodore +64 audio files. And now, with Plugger 5.1.3, MPEG audio and video can be played +streaming. No more waiting! Plugger is a very small plugin, because Plugger +uses external programs to show/play the different formats. diff --git a/www/mozilla-plugger/Makefile b/www/mozilla-plugger/Makefile new file mode 100644 index 00000000000..ac21fa109ea --- /dev/null +++ b/www/mozilla-plugger/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/09/10 10:48:02 reinoud Exp $ +# + +DISTNAME= plugger-5.1.3 +CATEGORIES= www +MASTER_SITES= http://fredrik.hubbe.net/plugger/ + +MAINTAINER= reinoud@NetBSD.org +HOMEPAGE= http://fredrik.hubbe.net/plugger/ +COMMENT= Generic mozilla family plugin using external programs + +WRKSRC= ${WRKDIR}/plugger-5.1.3 +USE_BUILDLINK3= yes +USE_PKGLOCALEDIR= yes +GNU_CONFIGURE= yes + +USE_X11= yes + +.include "../../mk/bsd.pkg.mk" diff --git a/www/mozilla-plugger/PLIST b/www/mozilla-plugger/PLIST new file mode 100644 index 00000000000..567491becdf --- /dev/null +++ b/www/mozilla-plugger/PLIST @@ -0,0 +1,7 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/09/10 10:48:02 reinoud Exp $ +@exec mkdir lib/mozilla/plugins +bin/${PKGNAME} +bin/plugger-controller +bin/plugger-oohelper +lib/mozilla/plugins/plugger.so +man/man7/plugger.7 diff --git a/www/mozilla-plugger/distinfo b/www/mozilla-plugger/distinfo new file mode 100644 index 00000000000..85602078842 --- /dev/null +++ b/www/mozilla-plugger/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/09/10 10:48:02 reinoud Exp $ + +SHA1 (plugger-5.1.3.tar.gz) = 21418c18e0ef5106aa69879fba2ec2cebb7ef052 +Size (plugger-5.1.3.tar.gz) = 90660 bytes +SHA1 (patch-aa) = 565726bc74197da8681d3d0ac7b582162b4b41ed diff --git a/www/mozilla-plugger/patches/patch-aa b/www/mozilla-plugger/patches/patch-aa new file mode 100644 index 00000000000..da1a99e117b --- /dev/null +++ b/www/mozilla-plugger/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1.1.1 2004/09/10 10:48:02 reinoud Exp $ + +--- magic-install.sh.orig 2004-05-09 09:38:34.000000000 +0200 ++++ magic-install.sh +@@ -4,7 +4,7 @@ OIFS="${IFS-}" + for prog in "$@" + do + IFS=: +- for p in $PATH /usr/bin /usr/local/bin ++ for p in $PATH /usr/bin ${PREFIX}/bin ${X11BASE}/bin + do + IFS="$OIFS" + if [ -f "$p/$prog" ]; then |