svn commit: r511697 - head/security/cyberchef
Dan Langille
dvl at FreeBSD.org
Mon Sep 9 20:04:40 UTC 2019
Author: dvl
Date: Mon Sep 9 20:04:39 2019
New Revision: 511697
URL: https://svnweb.freebsd.org/changeset/ports/511697
Log:
Update to 9.6.0
Committed with some changes.
Of note: CyberChef is no longer one single file.
See also the images, assets, & modules diretories.
PR: 240454
Submitted by: thomas at bsdunix.ch
Modified:
head/security/cyberchef/Makefile
head/security/cyberchef/distinfo
head/security/cyberchef/pkg-plist
Modified: head/security/cyberchef/Makefile
==============================================================================
--- head/security/cyberchef/Makefile Mon Sep 9 20:00:34 2019 (r511696)
+++ head/security/cyberchef/Makefile Mon Sep 9 20:04:39 2019 (r511697)
@@ -2,19 +2,20 @@
# $FreeBSD$
PORTNAME= cyberchef
-PORTVERSION= 8.24.2
-PORTREVISION= 2
+PORTVERSION= 9.6.0
DISTVERSIONPREFIX= v
+PORTREVISION= 2
CATEGORIES= security
-DISTFILES= cyberchef.htm
-EXTRACT_ONLY= # none
+MASTER_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/${GH_TAGNAME}/
+DISTNAME= CyberChef_v9.6.0
MAINTAINER= dvl at FreeBSD.org
COMMENT= Cyber operations within a web browser
LICENSE= APACHE20
-MASTER_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/${GH_TAGNAME}/
+USES= zip
+
USE_GITHUB= nodefault
GH_ACCOUNT= gchq
GH_PROJECT= CyberChef
@@ -23,7 +24,10 @@ NO_BUILD= yes
NO_ARCH= yes
do-install:
- ${MKDIR} ${STAGEDIR}${WWWDIR}
- ${INSTALL} ${DISTDIR}/cyberchef.htm ${STAGEDIR}${WWWDIR}/index.html
+ ${MKDIR} ${STAGEDIR}${WWWDIR}
+ ${INSTALL} ${WRKDIR}/${DISTNAME}.html ${STAGEDIR}${WWWDIR}/index.html
+ ${CP} -R ${WRKDIR}/images ${STAGEDIR}${WWWDIR}/
+ ${CP} -R ${WRKDIR}/modules ${STAGEDIR}${WWWDIR}/
+ ${CP} -R ${WRKDIR}/assets ${STAGEDIR}${WWWDIR}/
.include <bsd.port.mk>
Modified: head/security/cyberchef/distinfo
==============================================================================
--- head/security/cyberchef/distinfo Mon Sep 9 20:00:34 2019 (r511696)
+++ head/security/cyberchef/distinfo Mon Sep 9 20:04:39 2019 (r511697)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1551374789
-SHA256 (cyberchef.htm) = cdc1a608d1af21fd9d9b673fd35c603daccaa5ab62fb9ea05617d2c76f6be000
-SIZE (cyberchef.htm) = 11937259
+TIMESTAMP = 1568050222
+SHA256 (CyberChef_v9.6.0.zip) = 7e8b4fb809e2c3856da9ccb465a6ca6092c2c65b325ee01e9a84e97b2e8f448f
+SIZE (CyberChef_v9.6.0.zip) = 16219326
Modified: head/security/cyberchef/pkg-plist
==============================================================================
--- head/security/cyberchef/pkg-plist Mon Sep 9 20:00:34 2019 (r511696)
+++ head/security/cyberchef/pkg-plist Mon Sep 9 20:04:39 2019 (r511697)
@@ -1 +1,34 @@
%%WWWDIR%%/index.html
+%%WWWDIR%%/assets/fonts/Roboto72White.fnt
+%%WWWDIR%%/assets/fonts/Roboto72White.png
+%%WWWDIR%%/assets/fonts/RobotoBlack72White.fnt
+%%WWWDIR%%/assets/fonts/RobotoBlack72White.png
+%%WWWDIR%%/assets/fonts/RobotoMono72White.fnt
+%%WWWDIR%%/assets/fonts/RobotoMono72White.png
+%%WWWDIR%%/assets/fonts/RobotoSlab72White.fnt
+%%WWWDIR%%/assets/fonts/RobotoSlab72White.png
+%%WWWDIR%%/assets/main.css
+%%WWWDIR%%/assets/main.js
+%%WWWDIR%%/images/cook_male-32x32.png
+%%WWWDIR%%/images/cyberchef-128x128.png
+%%WWWDIR%%/images/file-128x128.png
+%%WWWDIR%%/images/file-32x32.png
+%%WWWDIR%%/images/fork_me.png
+%%WWWDIR%%/images/map.png
+%%WWWDIR%%/modules/BSON.js
+%%WWWDIR%%/modules/Charts.js
+%%WWWDIR%%/modules/Ciphers.js
+%%WWWDIR%%/modules/Code.js
+%%WWWDIR%%/modules/Compression.js
+%%WWWDIR%%/modules/Crypto.js
+%%WWWDIR%%/modules/Diff.js
+%%WWWDIR%%/modules/Encodings.js
+%%WWWDIR%%/modules/Hashing.js
+%%WWWDIR%%/modules/Image.js
+%%WWWDIR%%/modules/PGP.js
+%%WWWDIR%%/modules/PublicKey.js
+%%WWWDIR%%/modules/Regex.js
+%%WWWDIR%%/modules/Shellcode.js
+%%WWWDIR%%/modules/URL.js
+%%WWWDIR%%/modules/UserAgent.js
+%%WWWDIR%%/modules/Yara.js
More information about the svn-ports-all
mailing list