summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authortsarna <tsarna>1999-09-29 15:43:29 +0000
committertsarna <tsarna>1999-09-29 15:43:29 +0000
commit8089a66bb975e8ac73c558c11e5ee2466eb7335b (patch)
tree66b80e3d2be58a2ba86c67d895f4634b3d1ebe53 /www
parent466768555b5b760f9c68446c04ce0b18149caaf8 (diff)
downloadpkgsrc-8089a66bb975e8ac73c558c11e5ee2466eb7335b.tar.gz
D'oh!
Remove and disable flashplayer. We already have a package for it.
Diffstat (limited to 'www')
-rw-r--r--www/Makefile3
-rw-r--r--www/flashplayer/Makefile34
-rw-r--r--www/flashplayer/files/md53
-rw-r--r--www/flashplayer/pkg/COMMENT1
-rw-r--r--www/flashplayer/pkg/DESCR1
-rw-r--r--www/flashplayer/pkg/PLIST6
6 files changed, 1 insertions, 47 deletions
diff --git a/www/Makefile b/www/Makefile
index 23b83eb0e77..ad9ae91ec92 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 1999/09/29 15:40:54 tsarna Exp $
+# $NetBSD: Makefile,v 1.47 1999/09/29 15:43:29 tsarna Exp $
# FreeBSD Id: Makefile,v 1.65 1997/11/17 06:31:39 fenner Exp
#
@@ -20,7 +20,6 @@
# SUBDIR += chimera
# SUBDIR += comline
SUBDIR += communicator
- SUBDIR += flashplayer
# SUBDIR += fxhtml
# SUBDIR += gn
# SUBDIR += gwstat
diff --git a/www/flashplayer/Makefile b/www/flashplayer/Makefile
deleted file mode 100644
index 0679b0f649f..00000000000
--- a/www/flashplayer/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# $NetBSD: Makefile,v 1.1.1.1 1999/09/29 15:32:49 tsarna Exp $
-
-.include "../../mk/bsd.prefs.mk"
-.if ${OPSYS} == "SunOS" && ${MACHINE_ARCH} == "sparc"
-DISTUNAME= solaris
-WRKSRC= ${WRKDIR}/Solaris
-.elif (${MACHINE_ARCH} == "i386")
-.if !exists(/emul/linux/lib/ld-linux.so.2)
-IGNORE= requires Linux glibc2 libraries - see compat_linux(8)
-.endif
-DISTUNAME= linux
-WRKSRC= ${WRKDIR}/Linux
-.endif
-
-DISTVER= 4.0r12
-DISTNAME= flash_${DISTUNAME}
-PKGNAME= flashplayer-${DISTVER}
-CATEGORIES= www
-MASTER_SITES= http://download.macromedia.com/pub/shockwave/flash/english/${DISTUNAME}/${DISTVER}/
-
-ONLY_FOR_PLATFORM= *-*-i386 # *-*-sparc
-
-MAINTAINER= packages@netbsd.org
-HOMEPAGE= http://www.macromedia.com/software/flash/
-
-NO_BUILD= yes
-
-NS_PLUGINS_DIR= ${PREFIX}/lib/netscape/plugins
-
-do-install:
- ${INSTALL_DATA_DIR} ${NS_PLUGINS_DIR}
- ${INSTALL_DATA} ${WRKSRC}/* ${NS_PLUGINS_DIR}
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/www/flashplayer/files/md5 b/www/flashplayer/files/md5
deleted file mode 100644
index cbc399fb2a2..00000000000
--- a/www/flashplayer/files/md5
+++ /dev/null
@@ -1,3 +0,0 @@
-$NetBSD: md5,v 1.1.1.1 1999/09/29 15:32:49 tsarna Exp $
-
-MD5 (flash_linux.tar.gz) = 2962638158fb1f83fec4aa617405dd6a
diff --git a/www/flashplayer/pkg/COMMENT b/www/flashplayer/pkg/COMMENT
deleted file mode 100644
index 9b43d607706..00000000000
--- a/www/flashplayer/pkg/COMMENT
+++ /dev/null
@@ -1 +0,0 @@
-Macromedia Flash player plugin for Netscape
diff --git a/www/flashplayer/pkg/DESCR b/www/flashplayer/pkg/DESCR
deleted file mode 100644
index 9b43d607706..00000000000
--- a/www/flashplayer/pkg/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-Macromedia Flash player plugin for Netscape
diff --git a/www/flashplayer/pkg/PLIST b/www/flashplayer/pkg/PLIST
deleted file mode 100644
index b9b2dbb69cb..00000000000
--- a/www/flashplayer/pkg/PLIST
+++ /dev/null
@@ -1,6 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 1999/09/29 15:32:49 tsarna Exp $
-@exec mkdir -p %D/lib/netscape/plugins
-lib/netscape/plugins/README.Linux
-lib/netscape/plugins/ShockwaveFlash.class
-lib/netscape/plugins/libflashplayer.so
-@unexec rmdir %D/lib/netscape/plugins 2>/dev/null || true