mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
Add linux-flashplugin7 7.0r25, the official Macromedia Flash Player
for Linux Mozilla and Netscape 6+. PR: ports/67300 Submitted by: Jamie Jones <jamie@bishopston.net>
This commit is contained in:
parent
4397d5ffb9
commit
238ae51692
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=110924
1
LEGAL
1
LEGAL
@ -172,6 +172,7 @@ homard-* ports/french/homard Only free for use in conjunction with
|
||||
hptools* ports/devel/hptools Not made or distributed for resale
|
||||
ICON-* ports/x11-themes/gnome-icons-* Author rights unclear
|
||||
flashplugin/6.*/* ports/www/linux-flashplugin6 License forbids redistribution
|
||||
flashplugin/7.*/* ports/www/linux-flashplugin7 License forbids redistribution
|
||||
invitationtoruby.tgz ports/devel/invitation_to_ruby no commercial use
|
||||
j2sdkee-* ports/java/j2sdkee For development and testing use
|
||||
only; redistribution prohibited
|
||||
|
@ -180,6 +180,7 @@
|
||||
SUBDIR += linux-beonex
|
||||
SUBDIR += linux-flashplugin
|
||||
SUBDIR += linux-flashplugin6
|
||||
SUBDIR += linux-flashplugin7
|
||||
SUBDIR += linux-lesstif-ns
|
||||
SUBDIR += linux-mozilla
|
||||
SUBDIR += linux-mozilla-devel
|
||||
|
@ -1,20 +1,19 @@
|
||||
# New ports collection makefile for: linux-flashplugin6
|
||||
# Date created: 23 February 2003
|
||||
# Whom: Brandon D. Valentine <ports@brandon.dvalentine.com>
|
||||
# New ports collection makefile for: linux-flashplugin7
|
||||
# Date created: 28 May 2004
|
||||
# Whom: Jamie Jones <jamie@bishopston.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= flashplugin
|
||||
PORTVERSION= 6.0r79
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 7.0r25
|
||||
CATEGORIES= www multimedia linux
|
||||
MASTER_SITES= http://download.macromedia.com/pub/shockwave/flash/english/linux/${PORTVERSION}/
|
||||
PKGNAMEPREFIX= linux-
|
||||
DISTNAME= install_flash_player_6_linux
|
||||
DISTNAME= install_flash_player_7_linux
|
||||
DIST_SUBDIR= ${PORTNAME}/${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@brandon.dvalentine.com
|
||||
MAINTAINER= jamie@bishopston.net
|
||||
COMMENT= The official Macromedia Flash Player for Linux Mozilla and Netscape 6+
|
||||
|
||||
ONLY_FOR_ARCHS= i386
|
||||
@ -23,8 +22,8 @@ USE_LINUX= yes
|
||||
RESTRICTED= "Redistribution not allowed"
|
||||
|
||||
NO_BUILD= yes
|
||||
WRKSRC= ${WRKDIR}/install_flash_player_6_linux
|
||||
LATEST_LINK= flash6
|
||||
WRKSRC= ${WRKDIR}/install_flash_player_7_linux
|
||||
LATEST_LINK= flash7
|
||||
|
||||
PLUGINSDIR= lib/linux-mozilla/plugins
|
||||
LIBFILES= libflashplayer.so flashplayer.xpt
|
||||
@ -34,17 +33,17 @@ DOCSDIR?= ${PREFIX}/share/doc/${UNIQUENAME}
|
||||
PLIST_SUB= PLUGINSDIR="${PLUGINSDIR}"
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${PREFIX}/lib/linux-flashplugin6
|
||||
@${MKDIR} ${PREFIX}/lib/linux-flashplugin7
|
||||
.for f in ${LIBFILES}
|
||||
@${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/lib/linux-flashplugin6
|
||||
@${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/lib/linux-flashplugin7
|
||||
.if exists(${PLUGINSDIR})
|
||||
@${LN} -sf ${PREFIX}/lib/linux-flashplugin6/${f} ${PREFIX}/${PLUGINSDIR}
|
||||
@${LN} -sf ${PREFIX}/lib/linux-flashplugin7/${f} ${PREFIX}/${PLUGINSDIR}
|
||||
.endif
|
||||
.endfor
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
@${INSTALL_DATA} ${WRKSRC}/readme.txt ${DOCSDIR}
|
||||
@${INSTALL_DATA} ${WRKSRC}/readme.htm ${DOCSDIR}
|
||||
@${INSTALL_DATA} ${WRKSRC}/Readme.txt ${DOCSDIR}
|
||||
@${INSTALL_DATA} ${WRKSRC}/Readme.htm ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (flashplugin/6.0r79/install_flash_player_6_linux.tar.gz) = a6f73da96f89d3dba4fadd4020dd7f38
|
||||
SIZE (flashplugin/6.0r79/install_flash_player_6_linux.tar.gz) = 707027
|
||||
MD5 (flashplugin/7.0r25/install_flash_player_7_linux.tar.gz) = 79c59a5ea29347e01c8e6575dd054cd1
|
||||
SIZE (flashplugin/7.0r25/install_flash_player_7_linux.tar.gz) = 987452
|
||||
|
@ -1,8 +1,8 @@
|
||||
This is the official Flash Player from Macromedia. This plugin enables
|
||||
you to see .swf and .spl files on the 'net from your Mozilla and
|
||||
Netscape 6+ session.
|
||||
you to see .swf and .spl files on the 'net from your Opera, Mozilla or
|
||||
Netscape 6+ sessions.
|
||||
|
||||
Version 6 of the Macromedia Flash Player no longer works with Netscape
|
||||
Version 7 of the Macromedia Flash Player no longer works with Netscape
|
||||
4.x or earlier. For Flash support in those browsers install the
|
||||
linux-flashplugin port.
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
lib/linux-flashplugin6/flashplayer.xpt
|
||||
lib/linux-flashplugin6/libflashplayer.so
|
||||
%%PORTDOCS%%%%DOCSDIR%%/readme.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/readme.htm
|
||||
lib/linux-flashplugin7/flashplayer.xpt
|
||||
lib/linux-flashplugin7/libflashplayer.so
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Readme.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Readme.htm
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
@unexec rm -f %D/%%PLUGINSDIR%%/flashplayer.xpt %D/%%PLUGINSDIR%%/libflashplayer.so
|
||||
@dirrm lib/linux-flashplugin6
|
||||
@dirrm lib/linux-flashplugin7
|
||||
|
@ -1,20 +1,19 @@
|
||||
# New ports collection makefile for: linux-flashplugin6
|
||||
# Date created: 23 February 2003
|
||||
# Whom: Brandon D. Valentine <ports@brandon.dvalentine.com>
|
||||
# New ports collection makefile for: linux-flashplugin7
|
||||
# Date created: 28 May 2004
|
||||
# Whom: Jamie Jones <jamie@bishopston.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= flashplugin
|
||||
PORTVERSION= 6.0r79
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 7.0r25
|
||||
CATEGORIES= www multimedia linux
|
||||
MASTER_SITES= http://download.macromedia.com/pub/shockwave/flash/english/linux/${PORTVERSION}/
|
||||
PKGNAMEPREFIX= linux-
|
||||
DISTNAME= install_flash_player_6_linux
|
||||
DISTNAME= install_flash_player_7_linux
|
||||
DIST_SUBDIR= ${PORTNAME}/${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@brandon.dvalentine.com
|
||||
MAINTAINER= jamie@bishopston.net
|
||||
COMMENT= The official Macromedia Flash Player for Linux Mozilla and Netscape 6+
|
||||
|
||||
ONLY_FOR_ARCHS= i386
|
||||
@ -23,8 +22,8 @@ USE_LINUX= yes
|
||||
RESTRICTED= "Redistribution not allowed"
|
||||
|
||||
NO_BUILD= yes
|
||||
WRKSRC= ${WRKDIR}/install_flash_player_6_linux
|
||||
LATEST_LINK= flash6
|
||||
WRKSRC= ${WRKDIR}/install_flash_player_7_linux
|
||||
LATEST_LINK= flash7
|
||||
|
||||
PLUGINSDIR= lib/linux-mozilla/plugins
|
||||
LIBFILES= libflashplayer.so flashplayer.xpt
|
||||
@ -34,17 +33,17 @@ DOCSDIR?= ${PREFIX}/share/doc/${UNIQUENAME}
|
||||
PLIST_SUB= PLUGINSDIR="${PLUGINSDIR}"
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${PREFIX}/lib/linux-flashplugin6
|
||||
@${MKDIR} ${PREFIX}/lib/linux-flashplugin7
|
||||
.for f in ${LIBFILES}
|
||||
@${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/lib/linux-flashplugin6
|
||||
@${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/lib/linux-flashplugin7
|
||||
.if exists(${PLUGINSDIR})
|
||||
@${LN} -sf ${PREFIX}/lib/linux-flashplugin6/${f} ${PREFIX}/${PLUGINSDIR}
|
||||
@${LN} -sf ${PREFIX}/lib/linux-flashplugin7/${f} ${PREFIX}/${PLUGINSDIR}
|
||||
.endif
|
||||
.endfor
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
@${INSTALL_DATA} ${WRKSRC}/readme.txt ${DOCSDIR}
|
||||
@${INSTALL_DATA} ${WRKSRC}/readme.htm ${DOCSDIR}
|
||||
@${INSTALL_DATA} ${WRKSRC}/Readme.txt ${DOCSDIR}
|
||||
@${INSTALL_DATA} ${WRKSRC}/Readme.htm ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (flashplugin/6.0r79/install_flash_player_6_linux.tar.gz) = a6f73da96f89d3dba4fadd4020dd7f38
|
||||
SIZE (flashplugin/6.0r79/install_flash_player_6_linux.tar.gz) = 707027
|
||||
MD5 (flashplugin/7.0r25/install_flash_player_7_linux.tar.gz) = 79c59a5ea29347e01c8e6575dd054cd1
|
||||
SIZE (flashplugin/7.0r25/install_flash_player_7_linux.tar.gz) = 987452
|
||||
|
@ -1,8 +1,8 @@
|
||||
This is the official Flash Player from Macromedia. This plugin enables
|
||||
you to see .swf and .spl files on the 'net from your Mozilla and
|
||||
Netscape 6+ session.
|
||||
you to see .swf and .spl files on the 'net from your Opera, Mozilla or
|
||||
Netscape 6+ sessions.
|
||||
|
||||
Version 6 of the Macromedia Flash Player no longer works with Netscape
|
||||
Version 7 of the Macromedia Flash Player no longer works with Netscape
|
||||
4.x or earlier. For Flash support in those browsers install the
|
||||
linux-flashplugin port.
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
lib/linux-flashplugin6/flashplayer.xpt
|
||||
lib/linux-flashplugin6/libflashplayer.so
|
||||
%%PORTDOCS%%%%DOCSDIR%%/readme.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/readme.htm
|
||||
lib/linux-flashplugin7/flashplayer.xpt
|
||||
lib/linux-flashplugin7/libflashplayer.so
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Readme.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Readme.htm
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
@unexec rm -f %D/%%PLUGINSDIR%%/flashplayer.xpt %D/%%PLUGINSDIR%%/libflashplayer.so
|
||||
@dirrm lib/linux-flashplugin6
|
||||
@dirrm lib/linux-flashplugin7
|
||||
|
Loading…
Reference in New Issue
Block a user