diff --git a/MOVED b/MOVED index 7eb09f30ad1d..a022563d2e5c 100644 --- a/MOVED +++ b/MOVED @@ -2736,3 +2736,4 @@ net-mgmt/pfpro||2007-01-26|Has expired: Does not compile emulators/vx68k||2007-01-26|Has expired: distfile disappeared from homepage emulators/libvm68k||2007-01-26|Has expired: distfile disappeared from homepage textproc/ruby-text-format||2007-01-26|Has expired: distfile and homepage disappeared +www/flashplugin||2007-01-27|Obsolete, broken diff --git a/www/Makefile b/www/Makefile index 21551d745d0d..2f20cbb1bfc1 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 cfd976dd1673..000000000000 --- 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 -# -# $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 - -.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 diff --git a/www/flashplugin/distinfo b/www/flashplugin/distinfo deleted file mode 100644 index 3995064026c5..000000000000 --- 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 fa254e7bce3b..000000000000 --- 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 4f9b0c4058df..000000000000 --- 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 1deb82ce092d..000000000000 --- 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 - -Porting to FreeBSD was done by , whose works are -available at: - - http://leed.t.u-tokyo.ac.jp/~yamagata/flash/ - --- -Akinori MUSHA aka knu diff --git a/www/flashplugin/pkg-plist b/www/flashplugin/pkg-plist deleted file mode 100644 index 31369d02a103..000000000000 --- 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 3b10dd00364b..000000000000 --- 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 <