diff --git a/security/cyberchef/Makefile b/security/cyberchef/Makefile index ff2aeac86963..c7627a88198f 100644 --- a/security/cyberchef/Makefile +++ b/security/cyberchef/Makefile @@ -1,30 +1,31 @@ PORTNAME= cyberchef PORTVERSION= 9.46.0 DISTVERSIONPREFIX= v CATEGORIES= security MASTER_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/${GH_TAGNAME}/ DISTNAME= CyberChef_${DISTVERSIONPREFIX}${PORTVERSION} MAINTAINER= dvl@FreeBSD.org COMMENT= Cyber operations within a web browser +WWW= https://github.com/gchq/CyberChef/wiki LICENSE= APACHE20 USES= cpe zip CPE_VENDOR= gchq USE_GITHUB= nodefault GH_ACCOUNT= gchq GH_PROJECT= CyberChef NO_BUILD= yes NO_ARCH= yes do-install: ${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 diff --git a/security/cyberchef/pkg-descr b/security/cyberchef/pkg-descr index 31577877f96f..606dbfa30fc1 100644 --- a/security/cyberchef/pkg-descr +++ b/security/cyberchef/pkg-descr @@ -1,8 +1,6 @@ CyberChef is a simple, intuitive web app for carrying out all manner of "cyber" operations within a web browser. These operations include creating hexdumps, simple encoding like XOR or Base64, more complex encryption like AES, DES and Blowfish, data compression and decompression, calculating hashes and checksums, IPv6 and X.509 parsing, and much more. - -WWWW: https://github.com/gchq/CyberChef/wiki