dma: remove "unmaintained" port; 'still thinking would be good core software!

This commit is contained in:
Steffen Nurpmeso 2021-10-13 15:06:12 +02:00
parent cc4f276842
commit 3e92f0dd9e
6 changed files with 0 additions and 72 deletions

View File

@ -1,17 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/etc/
-rw-r----- root/mail usr/etc/auth.conf
-rw-r--r-- root/mail usr/etc/dma.conf
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/dma/
-rwsr-xr-- root/mail usr/lib/dma/dma-mbox-create
drwxr-xr-x root/root usr/sbin/
-rwxr-sr-x root/mail usr/sbin/dma
lrwxrwxrwx root/root usr/sbin/sendmail -> dma
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/dma.8.gz
drwxr-xr-x root/root var/
drwxr-xr-x root/root var/spool/
drwxrws--- root/mail var/spool/dma/

View File

@ -1,8 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3489VSLCQlkcbkwH8IFGyslmkttJV2R8gM0PeZGlEUdwjLNyfn5hZ6lqrkh3AK80evziTIG//92GlOY79OprPQI=
SHA256 (Pkgfile) = 8ec77ecd5993778378fb9d042a3ec7ca4307abe61442e7d1e265d28a557e1845
SHA256 (.footprint) = 6c5a4e68ba5e38ef8a273560b907e1fac541f0c30c4f80e0c4b31c4318add08f
SHA256 (dma-20201022.tar.gz) = 890f785b4addada4dbd067751e8a8c0bc4fcff3c1a310ca12ad99dbb449448b3
SHA256 (pre-install) = f849878441571c9072abc33fe732614a06c1998dff416b6c102060803c5b9fd5
SHA256 (post-install) = fc67774f1ffef17fee116003fdbbc5bb4fa59f0fddd2a28d365c2ca97fbe2f51
SHA256 (README) = 430794fbf37fde5409cb2142a253a431d17925a085d99fa477efa8e39302b249

View File

@ -1,30 +0,0 @@
# Description: DragonFly Mail Agent, a local MTA (not listening, but sending)
# URL: https://github.com/corecode/dma
# Maintainer: Steffen Nurpmeso, steffen at sdaoden dot eu
# Depends on: openssl
name=dma
version=20201022
gitver=a9f892c0b161531548223cd1159d2adbf7e02e0a
release=2
source=(
https://github.com/corecode/${name}/archive/\
${gitver}/${name}-${version}.tar.gz
pre-install post-install README
)
build() {
cd ${name}-${gitver}
make PREFIX=/usr LIBEXEC=/usr/lib/dma CONFDIR=/usr/etc/ \
DESTDIR="${PKG}" \
all install install-etc
ln -s -f dma "${PKG}"/usr/sbin/sendmail
mkdir -p "${PKG}"/var/spool/dma
chown root:mail "${PKG}"/var/spool/dma
chmod 2770 "${PKG}"/var/spool/dma
}
# s-sh-mode

View File

@ -1,10 +0,0 @@
README for dma
The DragonFly Mail Agent does not listen on ports and therefore
does not handle incoming mail. It can handle a local system
and will send out mails when online. Queue as below.
Aliases can reside in /etc/aliases (by default).
MBOX mailboxes will be created with mode 0620.
Dma does not provide a daemon, so in order to get messages
flushed out a crontab entry is used (via post-install).

View File

@ -1,4 +0,0 @@
#!/bin/sh -
grep -q dma /etc/crontab ||
echo '*/15 * * * * exec dma -q' >> /etc/crontab

View File

@ -1,3 +0,0 @@
#!/bin/sh -
getent group mail >/dev/null || groupadd -r mail