aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2007-01-27 08:10:00 +0800
committerpav <pav@FreeBSD.org>2007-01-27 08:10:00 +0800
commit84bce3d2d2559de50997599d09505a0e8725e8e5 (patch)
tree6f8752c6b90614ddd9b720bd3f3fde2fbd0fa0a8 /www
parent663e292762f6cb2f99ea2257a76a5ec9b448581f (diff)
downloadfreebsd-ports-graphics-84bce3d2d2559de50997599d09505a0e8725e8e5.tar.gz
freebsd-ports-graphics-84bce3d2d2559de50997599d09505a0e8725e8e5.tar.zst
freebsd-ports-graphics-84bce3d2d2559de50997599d09505a0e8725e8e5.zip
Remove www/flashplugin. It's usage was not suggested since 2001, last browser
which could use it was removed in 2005, have been broken past two months
Diffstat (limited to 'www')
-rw-r--r--www/Makefile1
-rw-r--r--www/flashplugin/Makefile67
-rw-r--r--www/flashplugin/distinfo3
-rw-r--r--www/flashplugin/files/message.nolib9
-rw-r--r--www/flashplugin/files/patch-aa13
-rw-r--r--www/flashplugin/pkg-descr15
-rw-r--r--www/flashplugin/pkg-plist3
-rw-r--r--www/flashplugin/pkg-req27
8 files changed, 0 insertions, 138 deletions
diff --git a/www/Makefile b/www/Makefile
index 21551d745d0..2f20cbb1bfc 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -141,7 +141,6 @@
SUBDIR += firefox15
SUBDIR += firefox-i18n
SUBDIR += firefox-remote
- SUBDIR += flashplugin
SUBDIR += flashplugin-mozilla
SUBDIR += flat-frog
SUBDIR += flock
diff --git a/www/flashplugin/Makefile b/www/flashplugin/Makefile
deleted file mode 100644
index cfd976dd167..00000000000
--- a/www/flashplugin/Makefile
+++ /dev/null
@@ -1,67 +0,0 @@
-# New ports collection makefile for: flashplugin
-# Date created: 3 October 1999
-# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= flashplugin
-PORTVERSION= 0.4.3
-CATEGORIES= www graphics
-MASTER_SITES= http://www.geocities.com/TimesSquare/Labyrinth/5084/flash/Linux/ \
- http://perso.club-internet.fr/odebon/flash/Linux/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= An implementation of Macromedia Flash plugin for Netscape
-
-ONLY_FOR_ARCHS= i386
-
-BROKEN= Incorrect pkg-plist
-
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 400000
-MASTER_SITES= http://www.geocities.com/TimesSquare/Labyrinth/5084/flash/Linux/ \
- http://perso.club-internet.fr/odebon/flash/Linux/
-DISTNAME= flash-${PORTVERSION}
-EXTRACT_SUFX= .tgz
-
-PATCH_SITES= http://leed.t.u-tokyo.ac.jp/~yamagata/flash/
-PATCHFILES= flash-0.4.3-fbsd-19990512.patch
-
-USE_XLIB= yes
-MAKE_ENV= OBJFORMAT=aout LIBRARY_PATH=${PREFIX}/lib/aout
-PORTOBJFORMAT= aout
-ALL_TARGET= libswf.so
-
-pre-build:
-.if !exists(/usr/lib/aout/c++rt0.o)
- @${CAT} ${FILESDIR}/message.nolib
- @${FALSE}
-.endif
-.else
-MASTER_SITES= http://leed.t.u-tokyo.ac.jp/~yamagata/flash/
-DISTNAME= libswf-19990503.so
-EXTRACT_SUFX= .gz
-
-NO_WRKSUBDIR= yes
-NO_BUILD= yes
-
-do-extract:
- @${MKDIR} ${WRKDIR}
- @${GUNZIP_CMD} -c ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} > ${WRKDIR}/libswf.so
-
-do-patch:
- @${DO_NADA}
-.endif
-
-TARGETDIR= ${PREFIX}/lib/netscape/plugins
-
-do-install:
-.if !defined(PACKAGE_BUILDING)
- @PKG_PREFIX=${PREFIX} ${SH} ${PKGREQ} ${PKGNAME} INSTALL
-.endif
- ${MKDIR} ${TARGETDIR}
- ${SETENV} OBJFORMAT=aout ${INSTALL_SCRIPT} ${WRKSRC}/libswf.so ${TARGETDIR}
-
-.include <bsd.port.post.mk>
diff --git a/www/flashplugin/distinfo b/www/flashplugin/distinfo
deleted file mode 100644
index 3995064026c..00000000000
--- a/www/flashplugin/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (libswf-19990503.so.gz) = dfc7b902eccd950f30c7d11c1391c7a5
-SHA256 (libswf-19990503.so.gz) = d1ad16e53eeeb99d789e939635a5df865ca9996da15729f74df5aad2f4e3e2c2
-SIZE (libswf-19990503.so.gz) = 84313
diff --git a/www/flashplugin/files/message.nolib b/www/flashplugin/files/message.nolib
deleted file mode 100644
index fa254e7bce3..00000000000
--- a/www/flashplugin/files/message.nolib
+++ /dev/null
@@ -1,9 +0,0 @@
-===
-You can't build this port without a.out csu library.
-Please install them as follows:
-
-1. extract /usr/src/lib (distribution files: src/slib.??)
-2. cd /usr/src/lib/csu/i386
-3. make depend
-4. make OBJFORMAT=aout clean all install cleandir
-===
diff --git a/www/flashplugin/files/patch-aa b/www/flashplugin/files/patch-aa
deleted file mode 100644
index 4f9b0c4058d..00000000000
--- a/www/flashplugin/files/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
---- Makefile.orig Fri Apr 21 11:47:57 2000
-+++ Makefile Fri Apr 21 11:59:25 2000
-@@ -1,8 +1,6 @@
--CC=cc
--CXX=/usr/bin/c++
--CFLAGS=-I/usr/X11R6/include -I./Lib -I./Plugin -fpic -fno-rtti -DXP_UNIX
--CFLAGS+=-O2
-+CFLAGS+=-I/usr/X11R6/include -I./Lib -I./Plugin -fpic -fno-rtti -DXP_UNIX
- CFLAGS+=-DCHECK_TEXT_PLAIN
-+CXXFLAGS+=${CFLAGS}
-
- OBJS = adpcm.o bitmap.o button.o character.o cxform.o \
- displaylist.o flash.o font.o graphic.o matrix.o \
diff --git a/www/flashplugin/pkg-descr b/www/flashplugin/pkg-descr
deleted file mode 100644
index 1deb82ce092..00000000000
--- a/www/flashplugin/pkg-descr
+++ /dev/null
@@ -1,15 +0,0 @@
-This is an implementation of Macromedia Flash plugin for Netscape.
-Note that this is an unofficial implementation, not done by Macromedia itself.
-
-WWW: http://www.geocities.com/TimesSquare/Labyrinth/5084/flash.html
- http://perso.club-internet.fr/odebon/flash.html (mirror)
-
-Author: Olivier Debon <odebon@club-internet.fr>
-
-Porting to FreeBSD was done by <yamagata@nwgpc.kek.jp>, whose works are
-available at:
-
- http://leed.t.u-tokyo.ac.jp/~yamagata/flash/
-
---
-Akinori MUSHA aka knu <knu@idaemons.org>
diff --git a/www/flashplugin/pkg-plist b/www/flashplugin/pkg-plist
deleted file mode 100644
index 31369d02a10..00000000000
--- a/www/flashplugin/pkg-plist
+++ /dev/null
@@ -1,3 +0,0 @@
-lib/netscape/plugins/libswf.so
-@dirrmtry lib/netscape/plugins
-@dirrmtry lib/netscape
diff --git a/www/flashplugin/pkg-req b/www/flashplugin/pkg-req
deleted file mode 100644
index 3b10dd00364..00000000000
--- a/www/flashplugin/pkg-req
+++ /dev/null
@@ -1,27 +0,0 @@
-#!/bin/sh
-
-[ X"$2" = X"INSTALL" ] || exit 0;
-
-check=${PKG_PREFIX}/lib/netscape/plugins/libnullplugin.so
-
-if [ ! -f $check ]; then
- cat <<EOF
-****
-Please install Netscape Communicator/Navigator 4.0 or later
-before installing this plugin.
-****
-EOF
- exit 1
-fi
-
-if file $check | grep -qw ELF ; then
- cat <<EOF
-****
-It seems you are using Netscape for Linux, but the binary
-that you are going to install is a FreeBSD's a.out.
-
-Install www/linux-flashplugin port instead.
-****
-EOF
- exit 1
-fi