Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 May 2004 16:35:20 +0100 (BST)
From:      Jamie Jones <jamie@bishopston.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/67300: New port: www/linux-flashplayer7 - Adaption of the linux-flashpl
Message-ID:  <200405281535.i4SFZKxT044428@catflap.bishopston.net>
Resent-Message-ID: <200405281540.i4SFeNh2075420@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         67300
>Category:       ports
>Synopsis:       New port: www/linux-flashplayer7 - Adaption of the linux-flashpl
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 28 08:40:23 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Jamie Jones
>Release:        FreeBSD 5.2.1-RELEASE i386
>Organization:
http://www.bishopston.com/jamie/
>Environment:
System: FreeBSD thompson.bishopston.net 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #0:
Fri Apr 16 21:11:33 BST 2004 root@thompson.bishopston.net:/usr/obj/usr/src/sys/T
HOMPSON i386


	
>Description:
The original linux-flashplugin6 port template modified for the new version
of flash - flash7.

This port should replace linux-flashplugin6, although linux-flashplugin6
could be left if preferred.

The original port maintainer information from linux-flashplugin6 has been left
in this version.


	
>How-To-Repeat:
	
>Fix:

	

--- f7 begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	linux-flashplugin7
#	linux-flashplugin7/pkg-plist
#	linux-flashplugin7/pkg-descr
#	linux-flashplugin7/distinfo
#	linux-flashplugin7/Makefile
#
echo c - linux-flashplugin7
mkdir -p linux-flashplugin7 > /dev/null 2>&1
echo x - linux-flashplugin7/pkg-plist
sed 's/^X//' >linux-flashplugin7/pkg-plist << 'END-of-linux-flashplugin7/pkg-plist'
Xlib/linux-flashplugin7/flashplayer.xpt
Xlib/linux-flashplugin7/libflashplayer.so
X%%PORTDOCS%%%%DOCSDIR%%/Readme.txt
X%%PORTDOCS%%%%DOCSDIR%%/Readme.htm
X%%PORTDOCS%%@dirrm %%DOCSDIR%%
X@unexec rm -f %D/%%PLUGINSDIR%%/flashplayer.xpt %D/%%PLUGINSDIR%%/libflashplayer.so
X@dirrm lib/linux-flashplugin7
END-of-linux-flashplugin7/pkg-plist
echo x - linux-flashplugin7/pkg-descr
sed 's/^X//' >linux-flashplugin7/pkg-descr << 'END-of-linux-flashplugin7/pkg-descr'
XThis is the official Flash Player from Macromedia. This plugin enables
Xyou to see .swf and .spl files on the 'net from your Opera, Mozilla or
XNetscape 6+ sessions.
X
XVersion 7 of the Macromedia Flash Player no longer works with Netscape
X4.x or earlier.  For Flash support in those browsers install the
Xlinux-flashplugin port.
X
XPlease see the Macromedia home page for more information.
X
XWWW: http://www.macromedia.com/
END-of-linux-flashplugin7/pkg-descr
echo x - linux-flashplugin7/distinfo
sed 's/^X//' >linux-flashplugin7/distinfo << 'END-of-linux-flashplugin7/distinfo'
XMD5 (flashplugin/7.0r25/install_flash_player_7_linux.tar.gz) = 79c59a5ea29347e01c8e6575dd054cd1
XSIZE (flashplugin/7.0r25/install_flash_player_7_linux.tar.gz) = 987452
END-of-linux-flashplugin7/distinfo
echo x - linux-flashplugin7/Makefile
sed 's/^X//' >linux-flashplugin7/Makefile << 'END-of-linux-flashplugin7/Makefile'
X# New ports collection makefile for:	linux-flashplugin7
X# Date created:				28 May 2004
X# Whom:					Brandon D. Valentine <ports@brandon.dvalentine.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	flashplugin
XPORTVERSION=	7.0r25
XCATEGORIES=	www multimedia linux
XMASTER_SITES=	http://download.macromedia.com/pub/shockwave/flash/english/linux/${PORTVERSION}/
XPKGNAMEPREFIX=	linux-
XDISTNAME=	install_flash_player_7_linux
XDIST_SUBDIR=	${PORTNAME}/${PORTVERSION}
X
XMAINTAINER=	ports@brandon.dvalentine.com
XCOMMENT=	The official Macromedia Flash Player for Linux Mozilla and Netscape 6+
X
XONLY_FOR_ARCHS=	i386
XUSE_LINUX=	yes
X
XRESTRICTED=	"Redistribution not allowed"
X
XNO_BUILD=	yes
XWRKSRC=		${WRKDIR}/install_flash_player_7_linux
XLATEST_LINK=	flash7
X
XPLUGINSDIR=	lib/linux-mozilla/plugins
XLIBFILES=	libflashplayer.so flashplayer.xpt
X
XDOCSDIR?=	${PREFIX}/share/doc/${UNIQUENAME}
X
XPLIST_SUB=	PLUGINSDIR="${PLUGINSDIR}"
X
Xdo-install:
X	@${MKDIR} ${PREFIX}/lib/linux-flashplugin7
X.for f in ${LIBFILES}
X	@${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/lib/linux-flashplugin7
X.if exists(${PLUGINSDIR})
X	@${LN} -sf ${PREFIX}/lib/linux-flashplugin7/${f} ${PREFIX}/${PLUGINSDIR}
X.endif
X.endfor
X.if !defined(NOPORTDOCS)
X	@${MKDIR} ${DOCSDIR}
X	@${INSTALL_DATA} ${WRKSRC}/Readme.txt ${DOCSDIR}
X	@${INSTALL_DATA} ${WRKSRC}/Readme.htm ${DOCSDIR}
X.endif
X
X.include <bsd.port.mk>
END-of-linux-flashplugin7/Makefile
exit
--- f7 ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:
 ayer6 port for the version 7 release. <synopsis of the problem (one line)>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200405281535.i4SFZKxT044428>