testdisk: dropped unmaintained port

This commit is contained in:
Tim Biermann 2023-09-24 09:32:53 +02:00
parent 30e1cc90b9
commit 3c5988c950
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 37 deletions

View File

@ -1,11 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/fidentify
-rwxr-xr-x root/root usr/bin/photorec
-rwxr-xr-x root/root usr/bin/testdisk
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man8/
-rw-r--r-- root/root usr/share/man/man8/fidentify.8.gz
-rw-r--r-- root/root usr/share/man/man8/photorec.8.gz
-rw-r--r-- root/root usr/share/man/man8/testdisk.8.gz

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF36L3mX1vqrjUPI887KWyamt3CiJf2pyFsSU1tQi5drBT8JtNkaPzi3XXQlDbL7XdZxImxm3jccStnX1geeRLbQk=
SHA256 (Pkgfile) = aeec11366a04c59af84a78a0f3b03e6790bf2d243db3d7e29d138c4be7c9b467
SHA256 (.footprint) = f4c92e3f473b702ae101153a9eb39a42827b94a8bc8b658d880f971ed46aae3c
SHA256 (testdisk-7.1.tar.bz2) = 1413c47569e48c5b22653b943d48136cb228abcbd6f03da109c4df63382190fe

View File

@ -1,21 +0,0 @@
# Description: Recover lost partitions and files
# URL: https://www.cgsecurity.org/wiki/TestDisk
# Maintainer: unmaintained
# Depends on: ntfs-3g libjpeg-turbo
name=testdisk
version=7.1
release=1
source=(https://www.cgsecurity.org/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/doc
rm -r $PKG/usr/share/man/zh_CN
}