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

(-)/usr/home/chinsan/project/xpi-unplug/Makefile (-18 / +25 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	unplug
8
PORTNAME=	unplug
9
PORTVERSION=	0.8
9
PORTVERSION=	1.0.0
10
DISTVERSIONSUFFIX=	-fx
10
DISTVERSIONSUFFIX=	-fx
11
CATEGORIES=	www
11
CATEGORIES=	www
12
12
Lines 14-37 Link Here
14
COMMENT=	An extension to convert embedded plug-ins to html links
14
COMMENT=	An extension to convert embedded plug-ins to html links
15
15
16
XPI_ID=		unplug@compunach
16
XPI_ID=		unplug@compunach
17
XPI_FILES=	chrome/content/help_flash.html chrome/content/help_flv.html \
17
XPI_FILES=	chrome/content/help_extern.html chrome/content/help_flash.html \
18
		chrome/content/help_playlist.html \
18
		chrome/content/help_flv.html chrome/content/help_hidden.html \
19
		chrome/content/help_playtext.html \
19
		chrome/content/help_notfound.html chrome/content/help_playlist.html \
20
		chrome/content/help_ram.html chrome/content/help_rm.html \
20
		chrome/content/help_playtext.html chrome/content/help_ram.html \
21
		chrome/content/help_skim.html chrome/content/overlay.xul \
21
		chrome/content/help_rm.html chrome/content/help_skim.html \
22
		chrome/content/pro_ftp.html chrome/content/pro_mms.html \
22
		chrome/content/help_stop.html chrome/content/notfound.xul \
23
		chrome/content/pro_other.html chrome/content/pro_rtsp.html \
23
		chrome/content/overlay.xul chrome/content/pro_ftp.html \
24
		chrome/content/settings.xul chrome/content/unplug.js \
24
		chrome/content/pro_mms.html chrome/content/pro_other.html \
25
		chrome/content/pro_rtsp.html chrome/content/settings.xul \
26
		chrome/content/unplug.js chrome/content/unplug_extern.js \
25
		chrome/content/unplug_settings.js chrome/content/zuul.html \
27
		chrome/content/unplug_settings.js chrome/content/zuul.html \
26
		chrome/skin/config.png chrome/skin/ftp.png \
28
		chrome/skin/config.png chrome/skin/ftp.png chrome/skin/help.png \
27
		chrome/skin/help.png chrome/skin/hexit.png \
29
		chrome/skin/hexit.png chrome/skin/pagehog.png \
28
		chrome/skin/pagehog.png chrome/skin/unplug.css \
30
		chrome/skin/pagehogcheese.png chrome/skin/unplug-tool-sm.png \
29
		chrome/skin/unplug.png chrome/skin/unstar0.png \
31
		chrome/skin/unplug.css chrome/skin/unplug.png \
30
		chrome/skin/unstar1.png chrome/skin/unstar2.png \
32
		chrome/skin/unstar_flv.png chrome/skin/unstar_flvplay.png \
31
		chrome/skin/unstar3.png chrome/skin/warn.png chrome.manifest \
33
		chrome/skin/unstar_link.png chrome/skin/unstar_me.png \
32
		defaults/preferences/cn_unplug.js install.rdf
34
		chrome/skin/unstar_no.png chrome/skin/unstar_play.png \
33
XPI_DIRS=	chrome/content chrome/skin chrome defaults/preferences \
35
		chrome/skin/unstar_ram.png chrome/skin/unstar_rm.png \
34
		defaults
36
		chrome/skin/unstar_swf.png chrome/skin/unstar_textplay.png \
37
		chrome/skin/unstar_unknown.png chrome/skin/unstar_web.png \
38
		chrome/skin/warn.png chrome.manifest defaults/preferences/cn_unplug.js \
39
		install.rdf
40
41
XPI_DIRS=	chrome/content chrome/skin chrome defaults/preferences defaults
35
42
36
.include "../xpi-adblock/Makefile.xpi"
43
.include "../xpi-adblock/Makefile.xpi"
37
.include <bsd.port.mk>
44
.include <bsd.port.mk>
(-)/usr/home/chinsan/project/xpi-unplug/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (xpi/unplug-0.8-fx.xpi) = 764a0173d135588b197bdf8711c39a0c
1
MD5 (xpi/unplug-1.0.0-fx.xpi) = 68702e31fcc33071e4bb4b96270017f8
2
SHA256 (xpi/unplug-0.8-fx.xpi) = 7f405f3d2b8ee2a2b92b69379a5dc8f702f6eabc30c6aac46484cffeab89e179
2
SHA256 (xpi/unplug-1.0.0-fx.xpi) = 4cb9bfe26ec3b5f443385d232859fa881b960daf1fa6a9a70525fc977e068d91
3
SIZE (xpi/unplug-0.8-fx.xpi) = 24355
3
SIZE (xpi/unplug-1.0.0-fx.xpi) = 42314

Return to bug 97444