libmcrypt: dropped unmaintained port

This commit is contained in:
Tim Biermann 2023-09-24 09:32:54 +02:00
parent 425894e50a
commit 1a1c1c5d99
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 43 deletions

View File

@ -1,19 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/libmcrypt-config
drwxr-xr-x root/root usr/include/
-rw-r--r-- root/root usr/include/mcrypt.h
drwxr-xr-x root/root usr/include/mutils/
-rw-r--r-- root/root usr/include/mutils/mcrypt.h
drwxr-xr-x root/root usr/lib/
-rwxr-xr-x root/root usr/lib/libmcrypt.la
lrwxrwxrwx root/root usr/lib/libmcrypt.so -> libmcrypt.so.4.4.8
lrwxrwxrwx root/root usr/lib/libmcrypt.so.4 -> libmcrypt.so.4.4.8
-rwxr-xr-x root/root usr/lib/libmcrypt.so.4.4.8
drwxr-xr-x root/root usr/lib/libmcrypt/
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/aclocal/
-rw-r--r-- root/root usr/share/aclocal/libmcrypt.m4
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man3/
-rw-r--r-- root/root usr/share/man/man3/mcrypt.3.gz

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF33hnXNHAtIyWL5101dh6+WQNW/WgmoGO9pZJa7U5aRkEeG1bzAY2UfBWxS9cojWSQAPGdo9wde8Ujp7vQtSeVQo=
SHA256 (Pkgfile) = 718318f55d35dd7b356adeacaecb6d3ee30820c43f56edd722dec1dbfbda8f0f
SHA256 (.footprint) = 1612eee1529cf2bf17f428d34bc6e2f264ce336593ebfca79c25681713d5670a
SHA256 (libmcrypt-2.5.8.tar.gz) = e4eb6c074bbab168ac47b947c195ff8cef9d51a211cdd18ca9c9ef34d27a373e

View File

@ -1,19 +0,0 @@
# Description: A replacement for the old crypt() package
# URL: https://mcrypt.sourceforge.net/
# Maintainer: unmaintained
name=libmcrypt
version=2.5.8
release=3
source=(https://downloads.sourceforge.net/project/mcrypt/Libmcrypt/$version/$name-$version.tar.gz)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--mandir=/usr/share/man \
--disable-posix-threads
make DESTDIR=$PKG install
}