hcxtools: deleted unmaintained port

This commit is contained in:
Tim Biermann 2021-02-15 09:50:40 +00:00
parent 59f218dcd9
commit f5911990bc
3 changed files with 0 additions and 42 deletions

View File

@ -1,22 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/hcxeiutool
-rwxr-xr-x root/root usr/bin/hcxessidtool
-rwxr-xr-x root/root usr/bin/hcxhash2cap
-rwxr-xr-x root/root usr/bin/hcxhashcattool
-rwxr-xr-x root/root usr/bin/hcxhashtool
-rwxr-xr-x root/root usr/bin/hcxmactool
-rwxr-xr-x root/root usr/bin/hcxpcapngtool
-rwxr-xr-x root/root usr/bin/hcxpmkidtool
-rwxr-xr-x root/root usr/bin/hcxpsktool
-rwxr-xr-x root/root usr/bin/hcxwltool
-rwxr-xr-x root/root usr/bin/whoismac
-rwxr-xr-x root/root usr/bin/wlancap2wpasec
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/hcxhash2cap.1.gz
-rw-r--r-- root/root usr/share/man/man1/hcxhashtool.1.gz
-rw-r--r-- root/root usr/share/man/man1/hcxpcapngtool.1.gz
-rw-r--r-- root/root usr/share/man/man1/hcxpsktool.1.gz
-rw-r--r-- root/root usr/share/man/man1/wlancap2wpasec.1.gz

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF30uUEkPSZyIDH0BNBNDvSKHs9h1Jh6FG9+1kp7RmXDS+zn4Ig+lX3+QN9SI/YaLPbILCQOBdYI8iZkzy8UlKYw4=
SHA256 (Pkgfile) = 515c4370a90401a072fd73c69019c26a0fa72a6a289f2bd10dac63c6021f9621
SHA256 (.footprint) = 588d2c7acfeef4b5bdfecc9568400a3fb07272b79b87251457eb66c849edb042
SHA256 (hcxtools-6.1.5.tar.gz) = 6229e46a1298ee6f883e25dafbf837fe6314476d4b3201e1ba63645569c862c7

View File

@ -1,15 +0,0 @@
# Description: Convert captured packets for hashcat or John the Ripper
# URL: https://github.com/ZerBea/hcxtools
# Maintainer: UNMAINTAINED
# Depends on: curl
name=hcxtools
version=6.1.5
release=1
source=(https://github.com/ZerBea/$name/archive/$version/$name-$version.tar.gz)
build() {
cd $name-$version
make PREFIX=/usr DESTDIR=$PKG install
}