Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Sep 2014 15:50:51 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r1717 - in trunk/www: linux-c6-freshplayerplugin linux-pepperflash
Message-ID:  <201409291550.s8TFopWf078173@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Mon Sep 29 15:50:51 2014
New Revision: 1717

Log:
add PepperFlash port

Added:
   trunk/www/linux-pepperflash/
   trunk/www/linux-pepperflash/Makefile
   trunk/www/linux-pepperflash/distinfo.i386
   trunk/www/linux-pepperflash/pkg-descr
Modified:
   trunk/www/linux-c6-freshplayerplugin/Makefile

Modified: trunk/www/linux-c6-freshplayerplugin/Makefile
==============================================================================
--- trunk/www/linux-c6-freshplayerplugin/Makefile	Sat Sep 27 14:34:14 2014	(r1716)
+++ trunk/www/linux-c6-freshplayerplugin/Makefile	Mon Sep 29 15:50:51 2014	(r1717)
@@ -11,6 +11,7 @@
 LICENSE=	MIT # excluding EXTRA_LIBS
 
 BUILD_DEPENDS=	rinse:${PORTSDIR}/sysutils/rinse
+RUN_DEPENDS=	linux-pepperflash>0:${PORTSDIR}/www/linux-pepperflash
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	i-rinat

Added: trunk/www/linux-pepperflash/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ trunk/www/linux-pepperflash/Makefile	Mon Sep 29 15:50:51 2014	(r1717)
@@ -0,0 +1,31 @@
+# $FreeBSD$
+
+PORTNAME=	pepperflash
+PORTVERSION=	37.0.2062.120
+CATEGORIES=	www multimedia linux
+MASTER_SITES=	http://dl.google.com/linux/chrome/rpm/stable/${LINUX_RPM_ARCH}/
+PKGNAMEPREFIX=	linux-
+DISTNAME=	google-chrome-stable-${DISTVERSION}
+
+MAINTAINER=	gecko@FreeBSD.org
+COMMENT=	Pepper Flash from Google Chrome
+
+# http://www.google.com/intl/en/chrome/browser/privacy/eula_text.html
+RESTRICTED=	Redistribution not allowed
+SRC_DISTFILES=	# empty
+
+USE_LINUX=	c6 # __longjmp_chk@GLIBC_2.11
+USE_LINUX_RPM=	yes
+RPMVERSION=	1
+LINUX_RPM_ARCH=	i386
+ONLY_FOR_ARCHS=	amd64 i386
+PREFIX?=	${LOCALBASE} # ignore USE_LINUX_PREFIX
+DATADIR=	${PREFIX}/lib/PepperFlash
+PORTDATA=	libpepflashplayer.so manifest.json
+
+do-install:
+	@${MKDIR} ${STAGEDIR}${DATADIR}
+	${TAR} cf - -C${WRKSRC}/opt/google/chrome PepperFlash \
+		| ${TAR} xof - -C${STAGEDIR}${DATADIR:H}
+
+.include <bsd.port.mk>

Added: trunk/www/linux-pepperflash/distinfo.i386
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ trunk/www/linux-pepperflash/distinfo.i386	Mon Sep 29 15:50:51 2014	(r1717)
@@ -0,0 +1,2 @@
+SHA256 (rpm/i386/centos/6.5/google-chrome-stable-37.0.2062.120-1.i386.rpm) = 0728470a2e9d3d9506138080aa566785ff7f2a070185525dabe9c47bfc2ec3b1
+SIZE (rpm/i386/centos/6.5/google-chrome-stable-37.0.2062.120-1.i386.rpm) = 62653814

Added: trunk/www/linux-pepperflash/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ trunk/www/linux-pepperflash/pkg-descr	Mon Sep 29 15:50:51 2014	(r1717)
@@ -0,0 +1,3 @@
+Google Chrome's Pepper Flash stable version
+
+WWW: http://www.google.com/chrome



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