bogofilter-lmdb: dropped

This commit is contained in:
Tim Biermann 2022-12-22 10:09:30 +00:00
parent ddc609e094
commit de3edb178b
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 55 deletions

View File

@ -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

View File

@ -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

View File

@ -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