From owner-freebsd-ports-bugs Sun Feb 23 21: 0:40 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4EFB337B401 for ; Sun, 23 Feb 2003 21:00:36 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBBB243FF7 for ; Sun, 23 Feb 2003 21:00:31 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h1O50TNS034236 for ; Sun, 23 Feb 2003 21:00:29 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h1O50TPg034235; Sun, 23 Feb 2003 21:00:29 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 218E837B401 for ; Sun, 23 Feb 2003 20:55:09 -0800 (PST) Received: from geekpunk.net (adsl-32-193-54.bna.bellsouth.net [67.32.193.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 19A5B43FB1 for ; Sun, 23 Feb 2003 20:55:08 -0800 (PST) (envelope-from bandix@geekpunk.net) Received: from localhost.my.domain (taran [127.0.0.1]) by geekpunk.net (8.12.6/8.12.6) with ESMTP id h1O4tR4l076656 for ; Sun, 23 Feb 2003 22:55:27 -0600 (CST) (envelope-from bandix@geekpunk.net) Received: (from bandix@localhost) by localhost.my.domain (8.12.6/8.12.6/Submit) id h1O4tP8Q076655; Sun, 23 Feb 2003 22:55:25 -0600 (CST) (envelope-from bandix) Message-Id: <200302240455.h1O4tP8Q076655@localhost.my.domain> Date: Sun, 23 Feb 2003 22:55:25 -0600 (CST) From: "Brandon D. Valentine" Reply-To: "Brandon D. Valentine" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/48616: New port: linux-flashplugin6 Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 48616 >Category: ports >Synopsis: New port: linux-flashplugin6 >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: Sun Feb 23 21:00:29 PST 2003 >Closed-Date: >Last-Modified: >Originator: Brandon D. Valentine >Release: FreeBSD 4.7-RELEASE-p2 i386 >Organization: n/a >Environment: System: FreeBSD taran 4.7-RELEASE-p2 FreeBSD 4.7-RELEASE-p2 #2: Tue Dec 17 16:11:41 CST 2002 root@taran:/usr/obj/usr/src/sys/TARAN i386 >Description: This is a port of Macromedia's Flash 6 Plugin for Linux. It works with the linux-mozilla port. Flash6 _does not_ work with Netscape 4.x for Linux, which is why this is a new port and not an update of linux-flashplugin. This port can coexist with linux-flashplugin. >How-To-Repeat: >Fix: --- linux-flashplugin6.shar 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-flashplugin6 # linux-flashplugin6/Makefile # linux-flashplugin6/distinfo # linux-flashplugin6/pkg-comment # linux-flashplugin6/pkg-descr # linux-flashplugin6/pkg-plist # echo c - linux-flashplugin6 mkdir -p linux-flashplugin6 > /dev/null 2>&1 echo x - linux-flashplugin6/Makefile sed 's/^X//' >linux-flashplugin6/Makefile << 'END-of-linux-flashplugin6/Makefile' X# New ports collection makefile for: linux-flashplugin6 X# Based on linux-flashplugin port by Matt Heckaman. X# Date created: 23 February 2003 X# Whom: Brandon D. Valentine X# X# $FreeBSD$ X# X XPORTNAME= flashplugin XPORTVERSION= 6.0r69 XCATEGORIES= www graphics linux XMASTER_SITES= http://download.macromedia.com/pub/shockwave/flash/english/linux/${PORTVERSION}/ XPKGNAMEPREFIX= linux- XDISTNAME= install_flash_player_6_linux XDIST_SUBDIR= ${PORTNAME}/${PORTVERSION} X XMAINTAINER= ports@geekpunk.net XCOMMENT= The official Macromedia Flash Player for Linux Mozilla and Netscape 6+ X XONLY_FOR_ARCHS= i386 XUSE_LINUX= yes XNO_CDROM= "Redistribution not allowed" XNO_BUILD= yes XWRKSRC= ${WRKDIR}/install_flash_player_6_linux X XPLUGINSDIR= lib/linux-mozilla/plugins XLIBFILES= libflashplayer.so \ X flashplayer.xpt X XPLIST_SUB= PLUGINSDIR="${PLUGINSDIR}" X Xdo-install: X @${MKDIR} ${PREFIX}/lib/linux-flashplugin6 X @${MKDIR} ${PREFIX}/share/doc/linux-flashplugin6 X @${MKDIR} ${PREFIX}/${PLUGINSDIR} X.for f in ${LIBFILES} X @${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/lib/linux-flashplugin6/ X @${LN} -sf ${PREFIX}/lib/linux-flashplugin6/${f} ${PREFIX}/${PLUGINSDIR}/ X.endfor X.if !defined(NOPORTDOCS) X @${INSTALL_DATA} ${WRKSRC}/readme.txt ${PREFIX}/share/doc/linux-flashplugin6/ X @${INSTALL_DATA} ${WRKSRC}/ReadMe.htm ${PREFIX}/share/doc/linux-flashplugin6/ X.endif X X.include END-of-linux-flashplugin6/Makefile echo x - linux-flashplugin6/distinfo sed 's/^X//' >linux-flashplugin6/distinfo << 'END-of-linux-flashplugin6/distinfo' XMD5 (flashplugin/6.0r69/install_flash_player_6_linux.tar.gz) = 3c94ccbc2d4535ab78ad2c3eb1cd1777 END-of-linux-flashplugin6/distinfo echo x - linux-flashplugin6/pkg-comment sed 's/^X//' >linux-flashplugin6/pkg-comment << 'END-of-linux-flashplugin6/pkg-comment' XThe official Macromedia Flash Player for Linux Mozilla and Netscape 6+ END-of-linux-flashplugin6/pkg-comment echo x - linux-flashplugin6/pkg-descr sed 's/^X//' >linux-flashplugin6/pkg-descr << 'END-of-linux-flashplugin6/pkg-descr' XThis is the official Flash Player from Macromedia. This plugin enables you to Xsee .swf and .spl files on the 'net from your Mozilla and Netscape 6+ session. X XVersion 6 of the Macromedia Flash Player no longer works with Netscape 4.x or Xearlier. For Flash support in those browsers install the linux-flashplugin Xport. X XPlease see the Macromedia home page for more information. X XWWW: http://www.macromedia.com/ END-of-linux-flashplugin6/pkg-descr echo x - linux-flashplugin6/pkg-plist sed 's/^X//' >linux-flashplugin6/pkg-plist << 'END-of-linux-flashplugin6/pkg-plist' Xlib/linux-flashplugin6/flashplayer.xpt Xlib/linux-flashplugin6/libflashplayer.so X%%PLUGINSDIR%%/flashplayer.xpt X%%PLUGINSDIR%%/libflashplayer.so X%%PORTDOCS%%share/doc/linux-flashplugin6/readme.txt X%%PORTDOCS%%share/doc/linux-flashplugin6/ReadMe.htm X@dirrm share/doc/linux-flashplugin6 X@dirrm lib/linux-flashplugin6 X@unexec rmdir -p %D/%%PLUGINSDIR%% 2>/dev/null || true END-of-linux-flashplugin6/pkg-plist exit --- linux-flashplugin6.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message