diff --git a/s-postgray/.footprint b/s-postgray/.footprint new file mode 100644 index 000000000..616664d15 --- /dev/null +++ b/s-postgray/.footprint @@ -0,0 +1,7 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/libexec/ +-rwxr-xr-x root/root usr/libexec/s-postgray +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/s-postgray.8.gz diff --git a/s-postgray/.signature b/s-postgray/.signature new file mode 100644 index 000000000..47cd4dd89 --- /dev/null +++ b/s-postgray/.signature @@ -0,0 +1,5 @@ +untrusted comment: verify with /etc/ports/contrib.pub +RWSagIOpLGJF3wER3iIP4J0F1oVwk5KNRCHuHx+x9sZCbnsTuBvnYtP154SvawfHR4CcQwzbrNRChpnQ4/kP3p9LkOK6RavS6gc= +SHA256 (Pkgfile) = 227e26d133f19f95302f210f523e7c0223f4b9d45d25094890f6d3c2b1d79c4a +SHA256 (.footprint) = 7bd72cdc9d3a2b80e0a40afc528b54369391d2fbb01c24b20511381dda8bc955 +SHA256 (s-postgray-0.6.0.tar.gz) = 1dee8ea8c881d5cb63726151f5142b5f5f4c4bf9c7133da5e7170ace8a00d146 diff --git a/s-postgray/Pkgfile b/s-postgray/Pkgfile new file mode 100644 index 000000000..55d9ee4ec --- /dev/null +++ b/s-postgray/Pkgfile @@ -0,0 +1,15 @@ +# Description: S-postgray: (fast+secure) postfix graylisting policy server +# URL: https://git.sdaoden.eu/browse/s-toolbox.git +# Maintainer: Steffen Nurpmeso, steffen at sdaoden dot eu + +name=s-postgray +version=0.6.0 +release=1 +source=(https://ftp.sdaoden.eu/${name}-${version}.tar.gz) + +build() { + cd ${name}-${version} + make install DESTDIR="${PKG}" PREFIX=/usr +} + +# s-sh-mode