mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
- Account for ports/150327
Do not install meta data (META-INF) since its not needed allow for xpi-post-extract to still work in xpi-* ports o fix pkg-plist o fix XPI_DIRS, XPI_FILES o Bump PORTREVISION o s/post-extract/xpi-post-extract/ PR: ports/150327 Submitted by: Lapo Luchini <lapo@lapo.it>, tweaked by myself Approved by: maintainer timeout (miwi) Tested by: P6 TB Run, RideCharge Inc. / Taximagic TB Run
This commit is contained in:
parent
4eea66201e
commit
d4791b7760
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=260730
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= adblock_plus
|
||||
PORTVERSION= 1.2.1
|
||||
PORTREVISION= 1
|
||||
DISTVERSIONSUFFIX= -fx+sm+tb+fn
|
||||
CATEGORIES= www
|
||||
|
||||
@ -15,11 +16,10 @@ COMMENT= A content filtering extension
|
||||
|
||||
XPI_NUM= 1865
|
||||
XPI_ID= {d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}
|
||||
XPI_FILES= META-INF/manifest.mf META-INF/zigbert.rsa META-INF/zigbert.sf \
|
||||
chrome/adblockplus.jar chrome.manifest components/AdblockPlus.js \
|
||||
XPI_FILES= chrome/adblockplus.jar chrome.manifest components/AdblockPlus.js \
|
||||
defaults/preferences/adblockplus.js \
|
||||
icon.png install.rdf
|
||||
XPI_DIRS= META-INF chrome components defaults/preferences defaults
|
||||
XPI_DIRS= chrome components defaults/preferences defaults
|
||||
|
||||
.include "../xpi-adblock/Makefile.xpi"
|
||||
.include <bsd.port.mk>
|
||||
|
@ -38,7 +38,7 @@ XPI_FILES= GPL LGPL LICENSE MPL chrome/chrome.jar \
|
||||
XPI_DIRS= chrome/icons/default chrome/icons chrome components \
|
||||
defaults/preferences defaults modules
|
||||
|
||||
post-extract:
|
||||
xpi-post-extract:
|
||||
@${FIND} ${WRKSRC} -name .svn|${XARGS} ${RM} -rf
|
||||
|
||||
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
|
||||
|
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= flashgot
|
||||
PORTVERSION= 1.2.1.09
|
||||
PORTREVISION= 1
|
||||
#DISTVERSIONSUFFIX= -fx+mz+tb+ns+sm+fl
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://software.informaction.com/data/releases/ CENKES
|
||||
@ -16,10 +17,9 @@ COMMENT= Download links using popular download managers
|
||||
|
||||
XPI_ID= {19503e42-ca3c-4c27-b1e2-9cdb2170ee34}
|
||||
XPI_NUM= 220
|
||||
XPI_FILES= META-INF/manifest.mf META-INF/zigbert.rsa META-INF/zigbert.sf \
|
||||
FlashGot_License.txt GPL.txt chrome/flashgot.jar chrome.manifest components/.autoreg \
|
||||
XPI_FILES= FlashGot_License.txt GPL.txt chrome/flashgot.jar chrome.manifest components/.autoreg \
|
||||
components/flashgotService.js defaults/preferences/flashgot.js install.js install.rdf
|
||||
XPI_DIRS= META-INF chrome components defaults/preferences defaults
|
||||
XPI_DIRS= chrome components defaults/preferences defaults
|
||||
|
||||
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
|
||||
.include <bsd.port.mk>
|
||||
|
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= foxmarks
|
||||
PORTVERSION= 2.7.2
|
||||
PORTREVISION= 1
|
||||
DISTVERSIONSUFFIX= -fx
|
||||
CATEGORIES= www
|
||||
|
||||
|
@ -1,6 +1,3 @@
|
||||
%%XPI_XPIDIR%%/META-INF/manifest.mf
|
||||
%%XPI_XPIDIR%%/META-INF/zigbert.rsa
|
||||
%%XPI_XPIDIR%%/META-INF/zigbert.sf
|
||||
%%XPI_XPIDIR%%/chrome/.DS_Store
|
||||
%%XPI_XPIDIR%%/chrome/content/foxmarks-alert.xul
|
||||
%%XPI_XPIDIR%%/chrome/content/foxmarks-bookmark.js
|
||||
@ -217,7 +214,6 @@
|
||||
%%XPI_XPIDIR%%/components/foxmarks-service.xpt
|
||||
%%XPI_XPIDIR%%/defaults/preferences/prefs.js
|
||||
%%XPI_XPIDIR%%/install.rdf
|
||||
@dirrm %%XPI_XPIDIR%%/META-INF
|
||||
@dirrm %%XPI_XPIDIR%%/chrome/content/shared
|
||||
@dirrm %%XPI_XPIDIR%%/chrome/content
|
||||
@dirrm %%XPI_XPIDIR%%/chrome/locale/bg-BG
|
||||
|
@ -20,7 +20,7 @@ XPI_ID= foxyproxy@eric.h.jung
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
post-extract:
|
||||
xpi-post-extract:
|
||||
@${FIND} ${WRKSRC} -type f -name '*.js' |${XARGS} ${SED} -i '' -e 's/[[:space:]]*$$//g'
|
||||
@${MV} ${WRKSRC}/LICENSE ${WRKSRC}/COPYING
|
||||
@${GREP} -Rl LICENSE ${WRKSRC} |${XARGS} ${REINPLACE_CMD} -e s/LICENSE/COPYING/g
|
||||
|
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= google-notebook
|
||||
PORTVERSION= 1.0.0.5
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= LOCAL/chinsan/xpi
|
||||
# The unversioned dist is at http://dl.google.com/firefox/google-notebook.xpi
|
||||
|
@ -1,6 +1,3 @@
|
||||
%%XPI_XPIDIR%%/META-INF/manifest.mf
|
||||
%%XPI_XPIDIR%%/META-INF/zigbert.rsa
|
||||
%%XPI_XPIDIR%%/META-INF/zigbert.sf
|
||||
%%XPI_XPIDIR%%/chrome/chromeFiles/content/gnotes_overlay.css
|
||||
%%XPI_XPIDIR%%/chrome/chromeFiles/content/google-gnotes-overlay.xul
|
||||
%%XPI_XPIDIR%%/chrome/chromeFiles/content/notebook.png
|
||||
@ -9,7 +6,6 @@
|
||||
%%XPI_XPIDIR%%/components/bootstrap.js
|
||||
%%XPI_XPIDIR%%/install.rdf
|
||||
%%XPI_XPIDIR%%/lib/gnotes.js
|
||||
@dirrm %%XPI_XPIDIR%%/META-INF
|
||||
@dirrm %%XPI_XPIDIR%%/chrome/chromeFiles/content
|
||||
@dirrm %%XPI_XPIDIR%%/chrome/chromeFiles
|
||||
@dirrm %%XPI_XPIDIR%%/chrome
|
||||
|
@ -39,7 +39,7 @@ do-fetch:
|
||||
${FETCH_CMD} ${MASTER_SITES}${DISTFILES}?attredirects=0\&d=1 ; \
|
||||
fi
|
||||
|
||||
post-extract:
|
||||
xpi-post-extract:
|
||||
${RM} -rf ${XPI_FILESDIR}/.svn ${XPI_FILESDIR}/*/.svn ${XPI_FILESDIR}/platform/*
|
||||
|
||||
do-install:
|
||||
|
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= joga
|
||||
PORTVERSION= 1.6
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= CENKES
|
||||
# The unversioned dist is at http://dl.google.com/firefox/joga/companion.xpi
|
||||
@ -16,9 +17,8 @@ MAINTAINER= miwi@FreeBSD.org
|
||||
COMMENT= Joga.com Companion
|
||||
|
||||
XPI_ID= {06108483-1773-402e-a112-bfec19a73942}
|
||||
XPI_FILES= META-INF/manifest.mf META-INF/zigbert.rsa META-INF/zigbert.sf chrome/joga.jar \
|
||||
chrome.manifest defaults/preferences/joga.js install.rdf
|
||||
XPI_DIRS= META-INF chrome defaults/preferences defaults
|
||||
XPI_FILES= chrome/joga.jar chrome.manifest defaults/preferences/joga.js install.rdf
|
||||
XPI_DIRS= chrome defaults/preferences defaults
|
||||
|
||||
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
|
||||
.include <bsd.port.mk>
|
||||
|
@ -18,7 +18,7 @@ XPI_ID= {cf15270e-cf08-4def-b4ea-6a5ac23f3bca}
|
||||
XPI_FILES= chrome/jsview.jar chrome.manifest defaults/preferences/jsview.js install.js install.rdf
|
||||
XPI_DIRS= chrome defaults/preferences defaults
|
||||
|
||||
post-extract:
|
||||
xpi-post-extract:
|
||||
@${RM} -rf ${WRKSRC}/temp
|
||||
|
||||
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
|
||||
|
@ -20,7 +20,7 @@ XPI_FILES= chrome/mozgest.jar chrome.manifest components/mgIMouseService.xpt \
|
||||
install/install.properties install.js install.rdf
|
||||
XPI_DIRS= chrome components install
|
||||
|
||||
post-extract:
|
||||
xpi-post-extract:
|
||||
@${RM} -rf ${WRKSRC}/platform
|
||||
|
||||
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
|
||||
|
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= noscript
|
||||
PORTVERSION= 1.10
|
||||
PORTREVISION= 1
|
||||
DISTVERSIONSUFFIX= -fx+sm+fn
|
||||
CATEGORIES= www
|
||||
|
||||
@ -17,8 +18,8 @@ XPI_ID= {73a6fe31-595d-460b-a920-fcc0f8843232}
|
||||
XPI_NUM= 722
|
||||
XPI_FILES= GPL.txt NoScript_License.txt chrome/noscript.jar chrome.manifest \
|
||||
components/noscriptService.js defaults/preferences/noscript.js \
|
||||
install.js install.rdf .autoreg mozilla.cfg META-INF/zigbert.rsa META-INF/manifest.mf META-INF/zigbert.sf
|
||||
XPI_DIRS= chrome components defaults/preferences defaults META-INF
|
||||
install.js install.rdf .autoreg mozilla.cfg
|
||||
XPI_DIRS= chrome components defaults/preferences defaults
|
||||
|
||||
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
|
||||
.include <bsd.port.mk>
|
||||
|
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= pdf_download
|
||||
PORTVERSION= 3.0.0.1
|
||||
PORTREVISION= 1
|
||||
DISTVERSIONSUFFIX= -fx
|
||||
CATEGORIES= www
|
||||
|
||||
@ -15,10 +16,9 @@ COMMENT= An extension to handle PDF files
|
||||
|
||||
XPI_ID= {37E4D8EA-8BDA-4831-8EA1-89053939A250}
|
||||
XPI_NUM= 636
|
||||
XPI_FILES= META-INF/manifest.mf META-INF/zigbert.rsa META-INF/zigbert.sf \
|
||||
chrome/pdfdownload.jar chrome.manifest install.rdf \
|
||||
XPI_FILES= chrome/pdfdownload.jar chrome.manifest install.rdf \
|
||||
defaults/preferences/prefs.js
|
||||
XPI_DIRS= META-INF chrome defaults/preferences defaults
|
||||
XPI_DIRS= chrome defaults/preferences defaults
|
||||
|
||||
.include "../xpi-adblock/Makefile.xpi"
|
||||
.include <bsd.port.mk>
|
||||
|
@ -20,7 +20,7 @@ XPI_DISTNAME= statusbar_clock
|
||||
XPI_ID= {3669edc0-b1ad-11d8-92e7-00d09e0179f2}
|
||||
XPI_NUM= 52
|
||||
|
||||
post-extract:
|
||||
xpi-post-extract:
|
||||
@${RM} -rf ${WRKSRC}/readme.txt
|
||||
|
||||
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
|
||||
|
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= togglewordwrap
|
||||
PORTVERSION= 1.2
|
||||
PORTREVISION= 1
|
||||
DISTVERSIONSUFFIX= -fx+tb
|
||||
CATEGORIES= www
|
||||
|
||||
|
@ -1,6 +1,3 @@
|
||||
%%XPI_XPIDIR%%/META-INF/manifest.mf
|
||||
%%XPI_XPIDIR%%/META-INF/whodoyoutrust.rsa
|
||||
%%XPI_XPIDIR%%/META-INF/whodoyoutrust.sf
|
||||
%%XPI_XPIDIR%%/chrome/content/togglewordwrap/toggleWordWrap.js
|
||||
%%XPI_XPIDIR%%/chrome/content/togglewordwrap/toggleWordWrap.xul
|
||||
%%XPI_XPIDIR%%/chrome/locale/de/togglewordwrap/toggleWordWrap.dtd
|
||||
@ -8,7 +5,6 @@
|
||||
%%XPI_XPIDIR%%/chrome/locale/sk/togglewordwrap/toggleWordWrap.dtd
|
||||
%%XPI_XPIDIR%%/chrome.manifest
|
||||
%%XPI_XPIDIR%%/install.rdf
|
||||
@dirrm %%XPI_XPIDIR%%/META-INF
|
||||
@dirrm %%XPI_XPIDIR%%/chrome/content/togglewordwrap
|
||||
@dirrm %%XPI_XPIDIR%%/chrome/content
|
||||
@dirrm %%XPI_XPIDIR%%/chrome/locale/de/togglewordwrap
|
||||
|
@ -16,8 +16,8 @@ COMMENT= Converts embedded media to html links
|
||||
XPI_ID= unplug@compunach
|
||||
XPI_NUM= 2254
|
||||
|
||||
post-extract:
|
||||
@${FIND} ${WRKSRC} -type d -name CVS|${XARGS} ${RM} -rf
|
||||
xpi-post-extract:
|
||||
${FIND} ${WRKSRC} -type d -name CVS|${XARGS} ${RM} -rf
|
||||
|
||||
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user