From de3edb178b35c27fb31f586a4ae1bfcab93827b7 Mon Sep 17 00:00:00 2001 From: Tim Biermann Date: Thu, 22 Dec 2022 10:09:30 +0000 Subject: [PATCH] bogofilter-lmdb: dropped --- bogofilter-lmdb/.footprint | 23 ----------------------- bogofilter-lmdb/.signature | 5 ----- bogofilter-lmdb/Pkgfile | 27 --------------------------- 3 files changed, 55 deletions(-) delete mode 100644 bogofilter-lmdb/.footprint delete mode 100644 bogofilter-lmdb/.signature delete mode 100644 bogofilter-lmdb/Pkgfile diff --git a/bogofilter-lmdb/.footprint b/bogofilter-lmdb/.footprint deleted file mode 100644 index 8ded1ed05..000000000 --- a/bogofilter-lmdb/.footprint +++ /dev/null @@ -1,23 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/bf_compact --rwxr-xr-x root/root usr/bin/bf_copy --rwxr-xr-x root/root usr/bin/bf_tar --rwxr-xr-x root/root usr/bin/bogofilter --rwxr-xr-x root/root usr/bin/bogolexer --rwxr-xr-x root/root usr/bin/bogotune --rwxr-xr-x root/root usr/bin/bogoupgrade --rwxr-xr-x root/root usr/bin/bogoutil -drwxr-xr-x root/root usr/etc/ --rw-r--r-- root/root usr/etc/bogofilter.cf.example -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/bf_compact.1.gz --rw-r--r-- root/root usr/share/man/man1/bf_copy.1.gz --rw-r--r-- root/root usr/share/man/man1/bf_tar.1.gz --rw-r--r-- root/root usr/share/man/man1/bogofilter.1.gz --rw-r--r-- root/root usr/share/man/man1/bogolexer.1.gz --rw-r--r-- root/root usr/share/man/man1/bogotune.1.gz --rw-r--r-- root/root usr/share/man/man1/bogoupgrade.1.gz --rw-r--r-- root/root usr/share/man/man1/bogoutil.1.gz diff --git a/bogofilter-lmdb/.signature b/bogofilter-lmdb/.signature deleted file mode 100644 index 1cba2dda5..000000000 --- a/bogofilter-lmdb/.signature +++ /dev/null @@ -1,5 +0,0 @@ -untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF34IdUSW+4r/b8TKhToHksHlnqVI0qnGjgsK6jEKuV8Befvx9v5EQdGEGn18wISVcH096kbx/in5o9SoByfCjkQY= -SHA256 (Pkgfile) = 4bb948e3fc028baa2aa322481ec0f5958dcc753a28a377b9177fc40a26359e87 -SHA256 (.footprint) = 51b3926e47109fac99e34b9db99d1edc913ade1aa9e5ad69b0d030124fd5030b -SHA256 (bogofilter-1.2.5.tar.xz) = 3248a1373bff552c500834adbea4b6caee04224516ae581fb25a4c6a6dee89ea diff --git a/bogofilter-lmdb/Pkgfile b/bogofilter-lmdb/Pkgfile deleted file mode 100644 index 961456fcb..000000000 --- a/bogofilter-lmdb/Pkgfile +++ /dev/null @@ -1,27 +0,0 @@ -# Description: Fast Bayesian spam filtering, using LMDB backend -# URL: https://gitlab.com/bogofilter/bogofilter -# Maintainer: Steffen Nurpmeso, steffen at sdaoden dot eu -# Depends on: lmdb xmlto - -name=bogofilter-lmdb -version=1.2.5 -release=1 -realn=bogofilter -source=( - https://downloads.sourceforge.net/project/\ -${realn}/${realn}-stable/${realn}-${version}.tar.xz -) - -build() { - cd ${realn}-${version} - - ./configure --prefix=/usr --sysconfdir=/usr/etc --with-database=lmdb - make DESTDIR="${PKG}" install - - # Fix manual misconversion? a bit - for f in `find "${PKG}"/usr/share/man -type f`; do - sed -i -E -e 's/^[[:space:]]+(\.[[:alpha:]].+)$/\1/' "${f}" - done -} - -# s-sh-mode