pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/mozilla-plugger Import of `mozilla-plugger', the s...
details: https://anonhg.NetBSD.org/pkgsrc/rev/e22e7236180c
branches: trunk
changeset: 480452:e22e7236180c
user: reinoud <reinoud%pkgsrc.org@localhost>
date: Fri Sep 10 10:48:02 2004 +0000
description:
Import of `mozilla-plugger', the source form of `moz-bin-plugger'. Tested to
work OK with Mozilla 1.7.2 on NetBSD/alpha.
diffstat:
www/mozilla-plugger/DESCR | 7 +++++++
www/mozilla-plugger/Makefile | 19 +++++++++++++++++++
www/mozilla-plugger/PLIST | 7 +++++++
www/mozilla-plugger/distinfo | 5 +++++
www/mozilla-plugger/patches/patch-aa | 13 +++++++++++++
5 files changed, 51 insertions(+), 0 deletions(-)
diffs (71 lines):
diff -r 8271de1c2bf4 -r e22e7236180c www/mozilla-plugger/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/mozilla-plugger/DESCR Fri Sep 10 10:48:02 2004 +0000
@@ -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 -r 8271de1c2bf4 -r e22e7236180c www/mozilla-plugger/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/mozilla-plugger/Makefile Fri Sep 10 10:48:02 2004 +0000
@@ -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@localhost
+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 -r 8271de1c2bf4 -r e22e7236180c www/mozilla-plugger/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/mozilla-plugger/PLIST Fri Sep 10 10:48:02 2004 +0000
@@ -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 -r 8271de1c2bf4 -r e22e7236180c www/mozilla-plugger/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/mozilla-plugger/distinfo Fri Sep 10 10:48:02 2004 +0000
@@ -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 -r 8271de1c2bf4 -r e22e7236180c www/mozilla-plugger/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/mozilla-plugger/patches/patch-aa Fri Sep 10 10:48:02 2004 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index