diff options
author | edwin <edwin@FreeBSD.org> | 2007-09-24 18:48:28 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-09-24 18:48:28 +0800 |
commit | 41f3aee6e37fd7cbee8787457400a4ac84cb7e4f (patch) | |
tree | 2f8da9659dfc1d90682a1318ea25c66ad33f7423 | |
parent | f38b252e662c2835ea6ac15abd2113a290b5518b (diff) | |
download | freebsd-ports-gnome-41f3aee6e37fd7cbee8787457400a4ac84cb7e4f.tar.gz freebsd-ports-gnome-41f3aee6e37fd7cbee8787457400a4ac84cb7e4f.tar.zst freebsd-ports-gnome-41f3aee6e37fd7cbee8787457400a4ac84cb7e4f.zip |
www/linux-flashplugin7 distfile not fetchable
The linux-flashplugin7 port distfile is no longer fetchable
from adobe's website as specified in the port, plus all
occurrences in ports/distfiles on all FreeBSD mirrors seem
to have been removed.
Many people still prefer v7 over v9 due to stability problems
with the latter.
PR: ports/116478
Submitted by: Callum Gibson <callumgibson@optusnet.com.au>
-rw-r--r-- | www/linux-flashplugin7/Makefile | 27 | ||||
-rw-r--r-- | www/linux-flashplugin7/distinfo | 6 | ||||
-rw-r--r-- | www/linux-flashplugin7/pkg-descr | 2 |
3 files changed, 20 insertions, 15 deletions
diff --git a/www/linux-flashplugin7/Makefile b/www/linux-flashplugin7/Makefile index 65e507399142..3526ec8de352 100644 --- a/www/linux-flashplugin7/Makefile +++ b/www/linux-flashplugin7/Makefile @@ -6,38 +6,41 @@ # PORTNAME= flashplugin -PORTVERSION= 7.0r69 -PORTREVISION= 0 +PORTVERSION= 7.0r70 CATEGORIES= www multimedia linux -MASTER_SITES= http://fpdownload.macromedia.com/get/flashplayer/current/ +MASTER_SITES= http://fpdownload.macromedia.com/get/flashplayer/installers/archive/ PKGNAMEPREFIX= linux- DISTNAME= install_flash_player_7_linux -DIST_SUBDIR= ${PORTNAME}/${PORTVERSION} +DISTNAME= fp7_archive +DIST_SUBDIR= ${PORTNAME} MAINTAINER= jamie@bishopston.net COMMENT= Adobe Flash Player NPAPI Plugin ONLY_FOR_ARCHS= amd64 i386 USE_LINUX= yes +USE_ZIP= yes RESTRICTED= Redistribution not allowed NO_BUILD= yes -WRKSRC= ${WRKDIR}/install_flash_player_7_linux -LATEST_LINK= flash7 -PORTDOCS= Readme.txt +WRKSRC= ${WRKDIR}/fp7_archive/r70/install_flash_player_7_linux USE_NPAPI= linux-* NPAPI_FILES= libflashplayer.so flashplayer.xpt CONFLICTS= linux-flashplugin-9* -post-install: -.ifndef NOPORTDOCS - @${INSTALL} -d ${DOCSDIR} - @${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/ -.endif +OPTIONS= NSPLUG "Install nspluginwrapper (for native browser use)" on .include <bsd.port.pre.mk> .include "${PORTSDIR}/www/linux-mplayer-plugin/Makefile.npapi" + +.if defined (WITH_NSPLUG) +RUN_DEPENDS+= nspluginwrapper:$(PORTSDIR)/www/nspluginwrapper +.endif + +post-patch: + (cd $(WRKDIR)/fp7_archive/r70 && ${TAR} -xzf install_flash_player_7_linux_r70.tar.gz) + .include <bsd.port.post.mk> diff --git a/www/linux-flashplugin7/distinfo b/www/linux-flashplugin7/distinfo index fe1d90f72b57..e65c350083dc 100644 --- a/www/linux-flashplugin7/distinfo +++ b/www/linux-flashplugin7/distinfo @@ -1,3 +1,3 @@ -MD5 (flashplugin/7.0r69/install_flash_player_7_linux.tar.gz) = 3a72f45a173126181022cff9029a1bb3 -SHA256 (flashplugin/7.0r69/install_flash_player_7_linux.tar.gz) = 7a4cad18d59b6684834df09003b72422b1898d810f4c4d83ffa4f140c98ce9b8 -SIZE (flashplugin/7.0r69/install_flash_player_7_linux.tar.gz) = 1017790 +MD5 (flashplugin/fp7_archive.zip) = b202a877ac3c4b782d7b4390efcb8c05 +SHA256 (flashplugin/fp7_archive.zip) = 182e46bd8fa1c21af8a11554b3887b02bc286084c1e5137aa047364943ab0519 +SIZE (flashplugin/fp7_archive.zip) = 33513720 diff --git a/www/linux-flashplugin7/pkg-descr b/www/linux-flashplugin7/pkg-descr index 9c9dcd2de5d8..9a9e669d7670 100644 --- a/www/linux-flashplugin7/pkg-descr +++ b/www/linux-flashplugin7/pkg-descr @@ -7,4 +7,6 @@ Please see the Adobe home page for more information. FreeBSD Flash License Agreement: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/96374 +Unoffical FreeBSD support: http://flash.freebsd.bishopston.net/ + WWW: http://www.adobe.com/ |