View | Details | Raw Unified | Return to bug 130947
Collapse All | Expand All

(-)ports/www/xpi-downthemall/Makefile (-5 / +41 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	downthemall
8
PORTNAME=	downthemall
9
PORTVERSION=	0.9.9.10
9
PORTVERSION=	1.1.0
10
DISTVERSIONSUFFIX=	-fx+tb+fl
10
DISTVERSIONSUFFIX=	-fx+tb+sm
11
CATEGORIES=	www
11
CATEGORIES=	www
12
12
13
MAINTAINER=	miwi@FreeBSD.org
13
MAINTAINER=	miwi@FreeBSD.org
Lines 17-25 Link Here
17
WRKSRC=		${WRKDIR}/${DISTNAME:S/!/_/}
17
WRKSRC=		${WRKDIR}/${DISTNAME:S/!/_/}
18
XPI_ID=		{DDC359D1-844A-42a7-9AA1-88A850A938A8}
18
XPI_ID=		{DDC359D1-844A-42a7-9AA1-88A850A938A8}
19
XPI_NUM=	201
19
XPI_NUM=	201
20
XPI_FILES=	chrome/dta.jar chrome.manifest components/privacycontrol.js \
20
USE_XPI=	www/firefox3:firefox3
21
		defaults/preferences/privacycontrol.js gpl.txt install.rdf notice.txt
21
22
XPI_DIRS=	chrome components defaults/preferences defaults
22
XPI_FILES=	components/migrationService.js \
23
		components/debugService.xpt \
24
		components/debugService.js \
25
		components/contenthandling.idl \
26
		components/filterManager.idl \
27
		components/contenthandling.xpt \
28
		components/privacycontrol.js \
29
		components/contentHandling.js \
30
		components/filterManager.xpt \
31
		components/filterManager.js \
32
		components/debugService.idl \
33
		LICENSE \
34
		GPL \
35
		install.rdf \
36
		defaults/preferences/dta.js \
37
		defaults/preferences/filters.js \
38
		defaults/preferences/privacycontrol.js \
39
		modules/preferences.jsm \
40
		modules/cothread.jsm \
41
		modules/utils.jsm \
42
		modules/mediator.jsm \
43
		modules/prompts.jsm \
44
		modules/version.jsm \
45
		MPL \
46
		chrome/icons/default/DownThemAll.xpm \
47
		chrome/icons/default/DownThemAll.ico \
48
		chrome/chrome.jar \
49
		chrome.manifest \
50
		LGPL
51
52
XPI_DIRS=	components \
53
		defaults/preferences \
54
		defaults \
55
		modules \
56
		chrome/icons/default \
57
		chrome/icons \
58
		chrome
23
59
24
post-extract:
60
post-extract:
25
	@${FIND} ${WRKSRC} -name .svn|${XARGS} ${RM} -rf
61
	@${FIND} ${WRKSRC} -name .svn|${XARGS} ${RM} -rf
(-)ports/www/xpi-downthemall/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (xpi/downthemall!-0.9.9.10-fx+tb+fl.xpi) = 5422128f162cf54ddfe40a4238120e11
1
MD5 (xpi/downthemall!-1.1.0-fx+tb+sm.xpi) = 660bb6087976ed57c7999ef854d1df03
2
SHA256 (xpi/downthemall!-0.9.9.10-fx+tb+fl.xpi) = 8b5da03b72a032fac19162d34ca3352cfd99972e2d0e03c144f66471c6c50a32
2
SHA256 (xpi/downthemall!-1.1.0-fx+tb+sm.xpi) = 07cb398d72562b968cb68fa53afc91c3496c6ba76c5a9e9f6d8836bb726ebcd6
3
SIZE (xpi/downthemall!-0.9.9.10-fx+tb+fl.xpi) = 484403
3
SIZE (xpi/downthemall!-1.1.0-fx+tb+sm.xpi) = 483082

Return to bug 130947