summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorreinoud <reinoud>2004-09-10 16:19:46 +0000
committerreinoud <reinoud>2004-09-10 16:19:46 +0000
commitbd8b8633780cfc52005c423b840aec00c6c25b9e (patch)
treed1c61762ec962b963a6ea7772042167a3af09ef4 /www
parentd1853bec017178bd45413fe0cd73aa7878e02601 (diff)
downloadpkgsrc-bd8b8633780cfc52005c423b840aec00c6c25b9e.tar.gz
Remove mozilla-plugger package since there was a package freeze and there were
installation issues still around
Diffstat (limited to 'www')
-rw-r--r--www/mozilla-plugger/DESCR7
-rw-r--r--www/mozilla-plugger/Makefile20
-rw-r--r--www/mozilla-plugger/PLIST12
-rw-r--r--www/mozilla-plugger/distinfo6
-rw-r--r--www/mozilla-plugger/patches/patch-aa13
-rw-r--r--www/mozilla-plugger/patches/patch-ab13
6 files changed, 0 insertions, 71 deletions
diff --git a/www/mozilla-plugger/DESCR b/www/mozilla-plugger/DESCR
deleted file mode 100644
index 7a4253c0f24..00000000000
--- a/www/mozilla-plugger/DESCR
+++ /dev/null
@@ -1,7 +0,0 @@
-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
deleted file mode 100644
index 1ecd78ad054..00000000000
--- a/www/mozilla-plugger/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# $NetBSD: Makefile,v 1.4 2004/09/10 11:33:35 reinoud Exp $
-#
-
-DISTNAME= plugger-5.1.3
-PKGNAME= mozilla-plugger-5.1.3
-CATEGORIES= www
-MASTER_SITES= http://fredrik.hubbe.net/plugger/
-
-MAINTAINER= reinoud@NetBSD.org
-HOMEPAGE= http://fredrik.hubbe.net/plugger.html
-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
deleted file mode 100644
index 09c32154aed..00000000000
--- a/www/mozilla-plugger/PLIST
+++ /dev/null
@@ -1,12 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2004/09/10 11:07:48 reinoud Exp $
-@exec mkdir lib/mozilla/plugins
-bin/${PKGNAME}
-bin/plugger-controller
-bin/plugger-oohelper
-lib/mozilla/plugins/plugger.so
-lib/opera/plugins/plugger.so
-lib/netscape/plugins/plugger.so
-lib/firefox/plugins/plugger.so
-lib/galeon/plugins/plugger.so
-lib/mozilla-gtk2/plugins/plugger.so
-man/man7/plugger.7
diff --git a/www/mozilla-plugger/distinfo b/www/mozilla-plugger/distinfo
deleted file mode 100644
index a8daf0c4fb5..00000000000
--- a/www/mozilla-plugger/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.2 2004/09/10 11:07:49 reinoud Exp $
-
-SHA1 (plugger-5.1.3.tar.gz) = 21418c18e0ef5106aa69879fba2ec2cebb7ef052
-Size (plugger-5.1.3.tar.gz) = 90660 bytes
-SHA1 (patch-aa) = 565726bc74197da8681d3d0ac7b582162b4b41ed
-SHA1 (patch-ab) = 02ffa4636c44e482ba335ddfe9c8641f0c5a704a
diff --git a/www/mozilla-plugger/patches/patch-aa b/www/mozilla-plugger/patches/patch-aa
deleted file mode 100644
index da1a99e117b..00000000000
--- a/www/mozilla-plugger/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$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
diff --git a/www/mozilla-plugger/patches/patch-ab b/www/mozilla-plugger/patches/patch-ab
deleted file mode 100644
index 995f1169d4d..00000000000
--- a/www/mozilla-plugger/patches/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2004/09/10 11:33:35 reinoud Exp $
-
---- Makefile.in.orig 2004-07-23 09:35:20.000000000 +0200
-+++ Makefile.in
-@@ -20,7 +20,7 @@ prefix=@prefix@
- mandir=$(prefix)/man
- libdir=$(prefix)/lib
- plugindir=UNKNOWN
--browsers=mozilla opera netscape firefox galeon
-+browsers=mozilla opera netscape firefox galeon mozilla-gtk2
-
- #
- #