pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Added Flash package for firefox2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8f29a465f239
branches:  trunk
changeset: 521514:8f29a465f239
user:      smb <smb%pkgsrc.org@localhost>
date:      Mon Nov 13 20:07:11 2006 +0000

description:
Added Flash package for firefox2

diffstat:

 doc/CHANGES-2006                       |   4 +-
 www/firefox2-bin-flash/DESCR           |   2 +
 www/firefox2-bin-flash/Makefile        |   9 ++++++
 www/firefox2-bin-flash/Makefile.common |  47 ++++++++++++++++++++++++++++++++++
 www/firefox2-bin-flash/PLIST           |   3 ++
 www/firefox2-bin-flash/distinfo        |   5 +++
 6 files changed, 68 insertions(+), 2 deletions(-)

diffs (101 lines):

diff -r 9af8d48e0bbf -r 8f29a465f239 doc/CHANGES-2006
--- a/doc/CHANGES-2006  Mon Nov 13 19:42:38 2006 +0000
+++ b/doc/CHANGES-2006  Mon Nov 13 20:07:11 2006 +0000
@@ -1,4 +1,4 @@
->$NetBSD: CHANGES-2006,v 1.1802 2006/11/13 19:30:14 reinoud Exp $
+>$NetBSD: CHANGES-2006,v 1.1803 2006/11/13 20:07:11 smb Exp $
 
 Changes to the packages collection and infrastructure in 2006:
 
@@ -5279,4 +5279,4 @@
        Updated ham/usrp to 3.0.2 [wulf 2006-11-14]
        Added ham/usrp-docs version 3.0.2 [wulf 2006-11-14]
        Updated graphics/spca5view to version 0.60 [reinoud 2006-11-14]
-
+       Added www/firefox2-bin-flash version 7.0.68 [smb 2006-11-13]
diff -r 9af8d48e0bbf -r 8f29a465f239 www/firefox2-bin-flash/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/firefox2-bin-flash/DESCR      Mon Nov 13 20:07:11 2006 +0000
@@ -0,0 +1,2 @@
+This package provides the Macromedia Flash player plugin for the
+firefox-bin package.
diff -r 9af8d48e0bbf -r 8f29a465f239 www/firefox2-bin-flash/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/firefox2-bin-flash/Makefile   Mon Nov 13 20:07:11 2006 +0000
@@ -0,0 +1,9 @@
+# $NetBSD: Makefile,v 1.1 2006/11/13 20:07:11 smb Exp $
+.include "Makefile.common"
+
+COMMENT=               Flash Player plugin for firefox2-bin
+
+DEPENDS+=              firefox2-bin>=2.0:../../www/firefox2-bin
+
+.include "../../emulators/suse_linux/Makefile.application"
+.include "../../mk/bsd.pkg.mk"
diff -r 9af8d48e0bbf -r 8f29a465f239 www/firefox2-bin-flash/Makefile.common
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/firefox2-bin-flash/Makefile.common    Mon Nov 13 20:07:11 2006 +0000
@@ -0,0 +1,47 @@
+# $NetBSD: Makefile.common,v 1.1 2006/11/13 20:07:11 smb Exp $
+
+DISTNAME=              install_flash_player_7_${DISTUNAME}
+PKGNAME=               ${MOZ_BIN}-flash-${FLASH_VERS:S/r/./}
+CATEGORIES=            www graphics
+MASTER_SITES=          http://download.macromedia.com/get/flashplayer/current/
+
+MAINTAINER?=           pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE?=             http://www.flash.com/
+
+ONLY_FOR_PLATFORM=      *-*-i386
+
+DIST_SUBDIR=           flash/${FLASH_VERS}
+
+.include "../../mk/bsd.prefs.mk"
+
+SUB=                   english/${DISTUNAME}/${FLASH_VERS}
+
+FLASH_VERS=            7.0r68
+DISTUNAME=             linux
+WRKNAME=               install_flash_player_7_${DISTUNAME}
+
+DISTINFO_FILE=         ${.CURDIR}/../../www/firefox-bin-flash/distinfo
+
+LICENSE=               flash-license
+RESTRICTED=             Redistribution not permitted
+NO_SRC_ON_FTP=         ${RESTRICTED}
+NO_SRC_ON_CDROM=       ${RESTRICTED}
+NO_BIN_ON_FTP=         ${RESTRICTED}
+NO_BIN_ON_CDROM=       ${RESTRICTED}
+
+NO_CONFIGURE=          yes
+NO_BUILD=              yes
+CHECK_SHLIBS_SUPPORTED=        no
+CRYPTO=                        yes
+
+MOZ_NAME?=             firefox2-linux
+MOZ_BIN?=              ${MOZ_NAME:S/linux/bin/}
+WRKSRC=                        ${WRKDIR}/${WRKNAME}
+NS_PLUGINS_DIR=                ${PREFIX}/lib/${MOZ_NAME}/plugins
+
+PLIST_SUBST+=          MOZ_NAME=${MOZ_NAME:Q}
+
+do-install:
+       ${INSTALL_DATA_DIR} ${NS_PLUGINS_DIR}
+       ${INSTALL_DATA} ${WRKSRC}/flashplayer.xpt ${NS_PLUGINS_DIR}
+       ${INSTALL_DATA} ${WRKSRC}/libflashplayer.so ${NS_PLUGINS_DIR}
diff -r 9af8d48e0bbf -r 8f29a465f239 www/firefox2-bin-flash/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/firefox2-bin-flash/PLIST      Mon Nov 13 20:07:11 2006 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2006/11/13 20:07:11 smb Exp $
+lib/${MOZ_NAME}/plugins/flashplayer.xpt
+lib/${MOZ_NAME}/plugins/libflashplayer.so
diff -r 9af8d48e0bbf -r 8f29a465f239 www/firefox2-bin-flash/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/firefox2-bin-flash/distinfo   Mon Nov 13 20:07:11 2006 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2006/11/13 20:07:11 smb Exp $
+
+SHA1 (flash/7.0r68/install_flash_player_7_linux.tar.gz) = 5e05b592fd5de85e4f0de3b0789487462070f218
+RMD160 (flash/7.0r68/install_flash_player_7_linux.tar.gz) = 3cfcdd25c821ca6926a412ba21ae6c5745db4012
+Size (flash/7.0r68/install_flash_player_7_linux.tar.gz) = 1021264 bytes



Home | Main Index | Thread Index | Old Index