diff options
author | rh <rh@pkgsrc.org> | 2000-08-22 11:09:07 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2000-08-22 11:09:07 +0000 |
commit | 77458a66543ad728b68e1e59afc6ba134a25cf95 (patch) | |
tree | f9c7129db3d6a7de8a602b29f9d686125a784e05 /www | |
parent | d0b6f7dd86136b857a8c70bc033b1b194fabbbea (diff) | |
download | pkgsrc-77458a66543ad728b68e1e59afc6ba134a25cf95.tar.gz |
Remove obsolete ns-plugger package.
Diffstat (limited to 'www')
-rw-r--r-- | www/ns-plugger/Makefile | 40 | ||||
-rw-r--r-- | www/ns-plugger/files/md5 | 3 | ||||
-rw-r--r-- | www/ns-plugger/files/patch-sum | 3 | ||||
-rw-r--r-- | www/ns-plugger/patches/patch-aa | 38 | ||||
-rw-r--r-- | www/ns-plugger/pkg/COMMENT | 1 | ||||
-rw-r--r-- | www/ns-plugger/pkg/DESCR | 9 | ||||
-rw-r--r-- | www/ns-plugger/pkg/MESSAGE | 28 | ||||
-rw-r--r-- | www/ns-plugger/pkg/PLIST | 7 |
8 files changed, 0 insertions, 129 deletions
diff --git a/www/ns-plugger/Makefile b/www/ns-plugger/Makefile deleted file mode 100644 index 74dcd868739..00000000000 --- a/www/ns-plugger/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/08/20 14:02:17 rh Exp $ -# - -DISTNAME= plugger-3.2-linux-x86-glibc -PKGNAME= ${DISTNAME:C/-linux-x86-glibc//} -WRKSRC= ${WRKDIR}/${PKGNAME} -CATEGORIES= www -MASTER_SITES= http://fredrik.hubbe.net/plugger/ - -MAINTAINER= rh@netbsd.org -HOMEPAGE= http://fredrik.hubbe.net/plugger.html - -DEPENDS+= {navigator,communicator}-*:../../www/navigator - -ONLY_FOR_PLATFORM= NetBSD-*-i386 - -NO_CONFIGURE= YES -NO_BUILD= YES - -NS_VERS= ${NSNAME:C/.*-//} -BINNAME= ${NSNAME:C/-.*//} -MOZILLA_HOME= ${PREFIX}/lib/netscape/${NSNAME} -NS_PLUGINS_DIR= ${PREFIX}/lib/netscape/plugins - -PLIST_SUBST+= NS_VERS=${NS_VERS} BINNAME=${BINNAME} - -do-install: - cd ${WRKSRC} && \ - ${INSTALL_PROGRAM} plugger.so ${NS_PLUGINS_DIR} && \ - ${INSTALL_DATA} pluggerrc ${MOZILLA_HOME} && \ - ${INSTALL_DATA} plugger.7 ${PREFIX}/man/man7 && \ - ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/plugger && \ - ${INSTALL_DATA} README ${PREFIX}/share/doc/plugger && \ - ${INSTALL_DATA} COPYING ${PREFIX}/share/doc/plugger && \ - -.include "../../mk/bsd.pkg.mk" - -NSNAME!= ( ${PKG_INFO} 2>/dev/null communicator || \ - ${PKG_INFO} 2>/dev/null navigator ) | \ - ${HEAD} -n 1 | ${CUT} -d: -f1 | ${CUT} -d' ' -f 3 diff --git a/www/ns-plugger/files/md5 b/www/ns-plugger/files/md5 deleted file mode 100644 index 0091a8eea90..00000000000 --- a/www/ns-plugger/files/md5 +++ /dev/null @@ -1,3 +0,0 @@ -$NetBSD: md5,v 1.1.1.1 2000/08/20 14:02:17 rh Exp $ - -MD5 (plugger-3.2-linux-x86-glibc.tar.gz) = 6a1457df52172af0b4a614ca9b6a9edf diff --git a/www/ns-plugger/files/patch-sum b/www/ns-plugger/files/patch-sum deleted file mode 100644 index 2d177708d7f..00000000000 --- a/www/ns-plugger/files/patch-sum +++ /dev/null @@ -1,3 +0,0 @@ -$NetBSD: patch-sum,v 1.1.1.1 2000/08/20 14:02:17 rh Exp $ - -MD5 (patch-aa) = b0402c8de263a3bec13370881989c9aa diff --git a/www/ns-plugger/patches/patch-aa b/www/ns-plugger/patches/patch-aa deleted file mode 100644 index 4fe9dce3819..00000000000 --- a/www/ns-plugger/patches/patch-aa +++ /dev/null @@ -1,38 +0,0 @@ -$NetBSD: patch-aa,v 1.1.1.1 2000/08/20 14:02:17 rh Exp $ - ---- pluggerrc.orig Wed Nov 10 02:42:29 1999 -+++ pluggerrc -@@ -27,6 +27,7 @@ - - audio/midi: midi,mid: MIDI audio file - audio/x-midi: midi,mid: MIDI audio file -+ many: midiplay $file - many: timidity -s 44100 -a -idqqqqqqq $file - : playmidi $file - -@@ -48,6 +49,7 @@ - audio/x-mpeg: mpa,abs,mpega: MPEG audio - stream, preload: splay -t 200 -M - stream, preload: mpg123 -q -b 128 - -+ many: gqmpeg --playlist_add_play $file - many: splay -t 200 $file - many: amp -b 200 -q $file - many: mpg123 -q -b 128 $file -@@ -68,7 +70,9 @@ - - audio/wav:wav:Microsoft wave file - audio/x-wav:wav:Microsoft wave file -+ stream, preload: audioplay - stream, preload: splay -W -+ many: audioplay $file - many: wavplay -q $file - stream, preload: bplay 1>/dev/null 2>/dev/null - : bplay 1>/dev/null 2>/dev/null -@@ -84,6 +88,7 @@ - image/x-sun-raster: rs: SUN raster image - exits: xloadimage -quiet -windowid $window $file - exits: display -window $window -backdrop $file -+ many: xv $file - - audio/mpeg-url: m3u: MPEG music resource locator - audio/x-mpeg-url: m3u: MPEG music resource locator diff --git a/www/ns-plugger/pkg/COMMENT b/www/ns-plugger/pkg/COMMENT deleted file mode 100644 index bca81fe11c6..00000000000 --- a/www/ns-plugger/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -streaming multimedia plugin for Netscape diff --git a/www/ns-plugger/pkg/DESCR b/www/ns-plugger/pkg/DESCR deleted file mode 100644 index 961598b0b44..00000000000 --- a/www/ns-plugger/pkg/DESCR +++ /dev/null @@ -1,9 +0,0 @@ - Tired of getting teased by Windows users because your Netscape isn't as -|<()()|_ as theirs? Well, your problems are almost solved. Plugger is a -multimedia plugin for Unix Netscape 3.0 or later 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 3.2, 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/ns-plugger/pkg/MESSAGE b/www/ns-plugger/pkg/MESSAGE deleted file mode 100644 index 16a859e40a9..00000000000 --- a/www/ns-plugger/pkg/MESSAGE +++ /dev/null @@ -1,28 +0,0 @@ -$NetBSD: MESSAGE,v 1.1.1.1 2000/08/20 14:02:17 rh Exp $ - -========================================================================== - Plugger has now been installed on your system. - - This package is only a plugin wrapper around common multimedia - utilities. If you want to use plugger to display a certain file type - at least one of the utilities listed for that particular file type has - to be present: - - file type utilities - --------- --------- - MPEG video mtv, xanim - Quicktime xanim - midi midiplay, timidity - mod mikmod, nspmod - MPEG Layer 3 splay, amp, mpg123, maplay, gqmpeg - PNG, TIFF ImageMagick, xv - - The plugger package does not automatically depend on these utilities, - but all of them are available as packages. You will find them in the - package categories audio and graphics. - - For information on adding more file types and applications, type - `man plugger'. To use a different (or no) plugin for a specific file - type, use the Navigator/Applications preferences of your Netscape - browser. -========================================================================== diff --git a/www/ns-plugger/pkg/PLIST b/www/ns-plugger/pkg/PLIST deleted file mode 100644 index a0678f1b53b..00000000000 --- a/www/ns-plugger/pkg/PLIST +++ /dev/null @@ -1,7 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2000/08/20 14:02:17 rh Exp $ -lib/netscape/plugins/plugger.so -lib/netscape/${BINNAME}-${NS_VERS}/pluggerrc -man/man7/plugger.7 -share/doc/plugger/README -share/doc/plugger/COPYING -@dirrm share/doc/plugger |