esmtp: deleted unmaintained port

This commit is contained in:
Tim Biermann 2021-01-31 17:41:42 +00:00
parent 134a2ed939
commit bdcaa34f91
4 changed files with 0 additions and 53 deletions

View File

@ -1,18 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/esmtp
lrwxrwxrwx root/root usr/bin/mailq -> /usr/bin/esmtp
lrwxrwxrwx root/root usr/bin/newaliases -> /usr/bin/esmtp
drwxr-xr-x root/root usr/lib/
lrwxrwxrwx root/root usr/lib/sendmail -> /usr/bin/esmtp
drwxr-xr-x root/root usr/sbin/
lrwxrwxrwx root/root usr/sbin/sendmail -> /usr/bin/esmtp
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/esmtp.1.gz
lrwxrwxrwx root/root usr/share/man/man1/mailq.1.gz -> esmtp.1.gz
lrwxrwxrwx root/root usr/share/man/man1/newaliases.1.gz -> esmtp.1.gz
lrwxrwxrwx root/root usr/share/man/man1/sendmail.1.gz -> esmtp.1.gz
drwxr-xr-x root/root usr/share/man/man5/
-rw-r--r-- root/root usr/share/man/man5/esmtprc.5.gz

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/WlLmY4l7VNEz3vq8LEZF0c2p+I4yHJwTHUcxRxYzEZn7Q40yWshAF7uoDtvqQ89cKTf6iiPUWTpvrOvzFbQaAA=
SHA256 (Pkgfile) = becaf6de4454bc14f06dc708c6bbd529178a01d937a3b039a0faf1611c8d3a1f
SHA256 (.footprint) = 1c8b6cdb38b60484abeb01b70051fe76e477cbb603b18464c15fed5349552307
SHA256 (esmtp-1.2.tar.bz2) = a0d26931bf731f97514da266d079d8bc7d73c65b3499ed080576ab606b21c0ce

View File

@ -1,19 +0,0 @@
# Description: A small relay-only MTA based on libesmtp
# URL: http://esmtp.sourceforge.net
# Maintainer: Thomas Penteker, tek at serverop dot de
# Depends on: libesmtp
name=esmtp
version=1.2
release=1
source=(http://download.sourceforge.net/$name/$name-$version.tar.bz2)
build() {
cd $name-$version
CPPFLAGS=`libesmtp-config --cflags` \
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}

View File

@ -1,11 +0,0 @@
README for esmtp 0.5.0
REQUIREMENTS
PRE-INSTALL
1. Remove any other MTA that's currently installed. They can't coexist.
POST-INSTALL
PRECAUTION