Skip site navigation (1)Skip section navigation (2)
Date:      13 Feb 2000 10:14:38 -0000
From:      matt@ARPA.MAIL.NET
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/16695: Macromedia Flash Player 4 port
Message-ID:  <20000213101438.18378.qmail@epsilon.lucida.qc.ca>

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

>Number:         16695
>Category:       ports
>Synopsis:       N/A
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 13 02:20:01 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Matt Heckaman
>Release:        FreeBSD 3.4-STABLE i386
>Organization:
Lucida Communications
>Environment:

FreeBSD epsilon.lucida.qc.ca 3.4-STABLE FreeBSD 3.4-STABLE #0: Fri Feb 11
18:34:56 EST 2000 root@epsilon.lucida.qc.ca:/usr/src/sys/compile/EPSILON i386

>Description:

This is a port containing Macromedia Flash Player 4 for Linux. It works in
conjunction with the GLIBC Linux version of Netscape. Please be kind if there
are any minor style problems, this is the first time in my life I have tried
to make a port.

It passes all the tests that are in the FreeBSD handbook, and should work
totally fine. (*knocks on wood* =)

>How-To-Repeat:

N/A

>Fix:
	
# 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:
#
#       /usr/ports/www/linux-flashplugin
#       /usr/ports/www/linux-flashplugin/Makefile
#       /usr/ports/www/linux-flashplugin/files
#       /usr/ports/www/linux-flashplugin/files/md5
#       /usr/ports/www/linux-flashplugin/pkg
#       /usr/ports/www/linux-flashplugin/pkg/PLIST
#       /usr/ports/www/linux-flashplugin/pkg/COMMENT
#       /usr/ports/www/linux-flashplugin/pkg/DESCR
#
echo c - /usr/ports/www/linux-flashplugin
mkdir -p /usr/ports/www/linux-flashplugin > /dev/null 2>&1
echo x - /usr/ports/www/linux-flashplugin/Makefile
sed 's/^X//' >/usr/ports/www/linux-flashplugin/Makefile << 'END-of-/usr/ports/www/linux-flashplugin/Makefile'
X# New ports collection makefile for: linux-flashplugin
X# Version required:    4.0r12
X# Date created:        13 Feburary 2000
X# Whom:                Matt Heckaman <matt@LUCIDA.QC.CA>
X#
X# $FreeBSD$
X#
X
XDISTNAME=      flash_linux
XPKGNAME=       linux-flashplugin-4.0r12
XCATEGORIES=    www
XMASTER_SITES=	http://download.macromedia.com/pub/shockwave/flash/english/linux/4.0r12/
X
XMAINTAINER=    matt@LUCIDA.QC.CA
X
XRUN_DEPENDS=   /compat/linux/lib/libc.so.6:${PORTSDIR}/emulators/linux_base
X
XONLY_FOR_ARCHS= i386
XNO_CDROM=       "Redistribution not allowed."
XNO_BUILD=       yes
XWRKSRC=         ${WRKDIR}/Linux
X
XDOCFILES=      README.Linux
XLIBFILES=      libflashplayer.so
XDATAFILES=     ShockwaveFlash.class
X
Xdo-install:
X       ${MKDIR} ${PREFIX}/lib/flash-4.0r12
X       ${MKDIR} ${PREFIX}/share/doc/flash-4.0r12
X
X       ${INSTALL_DATA} ${WRKSRC}/${DATAFILES} ${PREFIX}/lib/flash-4.0r12
X       ${INSTALL_DATA} ${WRKSRC}/${LIBFILES} ${PREFIX}/lib/flash-4.0r12
X       ${INSTALL_DATA} ${WRKSRC}/${DOCFILES} ${PREFIX}/share/doc/flash-4.0r12
X
X       @${ECHO} ----------------------------------------------------------------------
X       @${ECHO} To use this port as a Netscape plugin, you must have the Linux GLIBC
X       @${ECHO} Netscape. \(ie: ${PORTSDIR}/www/linux-netscape47-communicator/\)
X       @${ECHO}
X       @${ECHO} Please see ${PREFIX}/share/doc/flash-4.0r12/README.Linux for directions
X       @${ECHO} on how to use this as a Netscape plugin.
X       @${ECHO} ----------------------------------------------------------------------
X
X.include <bsd.port.mk>
END-of-/usr/ports/www/linux-flashplugin/Makefile
echo c - /usr/ports/www/linux-flashplugin/files
mkdir -p /usr/ports/www/linux-flashplugin/files > /dev/null 2>&1
echo x - /usr/ports/www/linux-flashplugin/files/md5
sed 's/^X//' >/usr/ports/www/linux-flashplugin/files/md5 << 'END-of-/usr/ports/www/linux-flashplugin/files/md5'
XMD5 (flash_linux.tar.gz) = 2962638158fb1f83fec4aa617405dd6a
END-of-/usr/ports/www/linux-flashplugin/files/md5
echo c - /usr/ports/www/linux-flashplugin/pkg
mkdir -p /usr/ports/www/linux-flashplugin/pkg > /dev/null 2>&1
echo x - /usr/ports/www/linux-flashplugin/pkg/PLIST
sed 's/^X//' >/usr/ports/www/linux-flashplugin/pkg/PLIST << 'END-of-/usr/ports/www/linux-flashplugin/pkg/PLIST'
Xlib/flash-4.0r12/ShockwaveFlash.class
Xlib/flash-4.0r12/libflashplayer.so
Xshare/doc/flash-4.0r12/README.Linux
X@dirrm lib/flash-4.0r12
X@dirrm share/doc/flash-4.0r12
END-of-/usr/ports/www/linux-flashplugin/pkg/PLIST
echo x - /usr/ports/www/linux-flashplugin/pkg/COMMENT
sed 's/^X//' >/usr/ports/www/linux-flashplugin/pkg/COMMENT << 'END-of-/usr/ports/www/linux-flashplugin/pkg/COMMENT'
XLinux Flash Player 4 from Macromedia.
END-of-/usr/ports/www/linux-flashplugin/pkg/COMMENT
echo x - /usr/ports/www/linux-flashplugin/pkg/DESCR
sed 's/^X//' >/usr/ports/www/linux-flashplugin/pkg/DESCR << 'END-of-/usr/ports/www/linux-flashplugin/pkg/DESCR'
XMacromedia Flash Player 4
XNetscape Plug-in for Linux
X
XThis is the official Flash Player 4 from Macromedia. Through this plugin,
Xit enables you to see .swf and .spl files on the 'net from your Netscape
Xsession. Please see the Macromedia home page for more information.
X
XWWW: http://www.macromedia.com
X
X- Matt Heckaman
Xmatt@LUCIDA.QC.CA
END-of-/usr/ports/www/linux-flashplugin/pkg/DESCR
exit

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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