security/tor-browser-https-everywhere: import tor-browser-https-everywhere-2020.3.16
HTTPS Everywhere is a browser extension that encrypts your communications with many major websites, making your browsing more secure.
This commit is contained in:
parent
13579a7591
commit
565b6a09b9
4 changed files with 34 additions and 0 deletions
3
security/tor-browser-https-everywhere/DESCR
Normal file
3
security/tor-browser-https-everywhere/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
HTTPS Everywhere is a browser extension that encrypts your
|
||||
communications with many major websites, making your browsing more
|
||||
secure.
|
23
security/tor-browser-https-everywhere/Makefile
Normal file
23
security/tor-browser-https-everywhere/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
# $NetBSD: Makefile,v 1.1 2020/04/30 07:51:22 wiz Exp $
|
||||
|
||||
VERSION= 2020.3.16
|
||||
DISTNAME= https-everywhere-${VERSION}-eff
|
||||
PKGNAME= tor-browser-${DISTNAME:S/-eff//}
|
||||
CATEGORIES= security www
|
||||
MASTER_SITES= https://www.eff.org/files/
|
||||
EXTRACT_SUFX= .xpi
|
||||
|
||||
MAINTAINER= wiz@NetBSD.org
|
||||
HOMEPAGE= https://www.eff.org/https-everywhere
|
||||
COMMENT= HTTPS Everywhere plugin for tor-browser
|
||||
LICENSE= gnu-gpl-v3
|
||||
|
||||
INSTALLATION_DIRS+= lib/tor-browser/distribution/extensions
|
||||
|
||||
do-build:
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA} ${WRKDIR}/${DISTNAME}${EXTRACT_SUFX} \
|
||||
${DESTDIR}${PREFIX}/lib/tor-browser/distribution/extensions/https-everywhere-eff@eff.org.xpi
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
2
security/tor-browser-https-everywhere/PLIST
Normal file
2
security/tor-browser-https-everywhere/PLIST
Normal file
|
@ -0,0 +1,2 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2020/04/30 07:51:22 wiz Exp $
|
||||
lib/tor-browser/distribution/extensions/https-everywhere-eff@eff.org.xpi
|
6
security/tor-browser-https-everywhere/distinfo
Normal file
6
security/tor-browser-https-everywhere/distinfo
Normal file
|
@ -0,0 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.1 2020/04/30 07:51:22 wiz Exp $
|
||||
|
||||
SHA1 (https-everywhere-2020.3.16-eff.xpi) = 3a62bf920f42da6df2229ade398289045b5a7a99
|
||||
RMD160 (https-everywhere-2020.3.16-eff.xpi) = b8c5f462969b5f5339a82767989194ba8203af04
|
||||
SHA512 (https-everywhere-2020.3.16-eff.xpi) = 5931a4a7a5eb37309e0268acb15f8ae8b5fa2bdc7e145490affe97209306603d36db08d6cc3538e13a7854f3568e17866f52894c9f47cfb2ab00e74b1aacdc91
|
||||
Size (https-everywhere-2020.3.16-eff.xpi) = 3076882 bytes
|
Loading…
Reference in a new issue