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

(-)/usr/home/lapo/ports/xpi-jslib/Makefile (-5 / +6 lines)
Lines 8-27 Link Here
8
PORTNAME=	jslib
8
PORTNAME=	jslib
9
PORTVERSION=	0.1.365
9
PORTVERSION=	0.1.365
10
CATEGORIES=	www
10
CATEGORIES=	www
11
MASTER_SITES=	http://downloads.mozdev.org/jslib/xpi/signed/
11
MASTER_SITES=	http://lapo.it/freebsd/
12
DISTNAME=	jslib_current_lite_signed
12
DISTNAME=	jslib_${PORTVERSION}_lite_signed
13
DIST_SUBDIR=	${PORTNAME}-${PORTVERSION}
14
13
15
MAINTAINER=	lapo@lapo.it
14
MAINTAINER=	lapo@lapo.it
16
COMMENT=	Library of common useful routines for XPI developers
15
COMMENT=	Library of common useful routines for XPI developers
17
16
18
LICENSE=	MPL
17
LICENSE=	MPL
19
18
20
FETCH_ARGS=	"-pRr" # without "-A" as MASTER_SITE uses redirect to send to different mirrors
21
22
XPI_ID=		{DF8E5247-8E0A-4de6-B393-0735A39DFD80}
19
XPI_ID=		{DF8E5247-8E0A-4de6-B393-0735A39DFD80}
23
XPI_FILES=	application.ini chrome/jslib.jar chrome/jsliblive/contents.rdf chrome/jsliblive/jsliblive.xul chrome.manifest components/jslib-dom.js components/jslib-service.js components/jslib.xpt defaults/preferences/prefs.js install.js install.rdf
20
XPI_FILES=	application.ini chrome/jslib.jar chrome/jsliblive/contents.rdf chrome/jsliblive/jsliblive.xul chrome.manifest components/jslib-dom.js components/jslib-service.js components/jslib.xpt defaults/preferences/prefs.js install.js install.rdf
24
XPI_DIRS=	chrome/jsliblive chrome components defaults/preferences defaults
21
XPI_DIRS=	chrome/jsliblive chrome components defaults/preferences defaults
25
22
23
# we don't (currently) care about the signature
24
post-extract:
25
	@${RM} -rf ${WRKSRC}/META-INF
26
26
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
27
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
27
.include <bsd.port.mk>
28
.include <bsd.port.mk>
(-)/usr/home/lapo/ports/xpi-jslib/distinfo (-3 / +2 lines)
Lines 1-3 Link Here
1
MD5 (jslib-0.1.365/jslib_current_lite_signed.xpi) = 7e3b922d282f6d68f5a827aed2aae40b
1
SHA256 (xpi/jslib_0.1.365_lite_signed.xpi) = a760e431e156854ba4990297d4bf8daff0d335f60f645979abba7b8e10e3f519
2
SHA256 (jslib-0.1.365/jslib_current_lite_signed.xpi) = a760e431e156854ba4990297d4bf8daff0d335f60f645979abba7b8e10e3f519
2
SIZE (xpi/jslib_0.1.365_lite_signed.xpi) = 112885
3
SIZE (jslib-0.1.365/jslib_current_lite_signed.xpi) = 112885

Return to bug 153994