pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/mail/spampd



Module Name:    pkgsrc
Committed By:   jakllsch
Date:           Sun Jan 12 00:21:47 UTC 2025

Added Files:
        pkgsrc/mail/spampd: DESCR Makefile PLIST distinfo

Log Message:
Add spampd 2.62

SpamPD is a program used within an e-mail delivery system to scan messages
for possible Unsolicited Commercial E-mail (UCE, aka spam) content.
It uses an excellent program called SpamAssassin (SA) to do the actual
message scanning. SpamPD acts as a transparent SMTP/LMTP proxy between
two mail servers, and during the transaction it passes the mail through
SA. If SA decides the mail could be spam, then SpamPD will ask SA to add
some headers and a report to the message indicating it's spam and why.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/mail/spampd/DESCR pkgsrc/mail/spampd/Makefile \
    pkgsrc/mail/spampd/PLIST pkgsrc/mail/spampd/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/mail/spampd/DESCR
diff -u /dev/null pkgsrc/mail/spampd/DESCR:1.1
--- /dev/null   Sun Jan 12 00:21:47 2025
+++ pkgsrc/mail/spampd/DESCR    Sun Jan 12 00:21:47 2025
@@ -0,0 +1,7 @@
+SpamPD is a program used within an e-mail delivery system to scan messages
+for possible Unsolicited Commercial E-mail (UCE, aka spam) content.
+It uses an excellent program called SpamAssassin (SA) to do the actual
+message scanning. SpamPD acts as a transparent SMTP/LMTP proxy between
+two mail servers, and during the transaction it passes the mail through
+SA. If SA decides the mail could be spam, then SpamPD will ask SA to add
+some headers and a report to the message indicating it's spam and why.
Index: pkgsrc/mail/spampd/Makefile
diff -u /dev/null pkgsrc/mail/spampd/Makefile:1.1
--- /dev/null   Sun Jan 12 00:21:47 2025
+++ pkgsrc/mail/spampd/Makefile Sun Jan 12 00:21:47 2025
@@ -0,0 +1,31 @@
+# $NetBSD: Makefile,v 1.1 2025/01/12 00:21:47 jakllsch Exp $
+
+SPAMPD_VERSION=        2.62
+GITHUB_PROJECT=        spampd
+GITHUB_TAG=    refs/tags/${SPAMPD_VERSION}
+DISTNAME=      ${SPAMPD_VERSION}
+PKGNAME=       ${GITHUB_PROJECT}-${DISTNAME}
+CATEGORIES=    mail
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=mpaperno/}
+DIST_SUBDIR=   ${GITHUB_PROJECT}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/mpaperno/spampd/
+COMMENT=       Spam mail policy daemon
+LICENSE=       gnu-gpl-v2
+
+WRKSRC=                ${WRKDIR}/spampd-${SPAMPD_VERSION}
+USE_LANGUAGES= # none
+USE_TOOLS+=    perl:run
+REPLACE_PERL=  spampd.pl
+NO_BUILD=      yes
+
+DEPENDS+=      spamassassin-[0-9]*:../../mail/spamassassin
+DEPENDS+=      p5-Net-Server-[0-9]*:../../net/p5-Net-Server
+
+INSTALLATION_DIRS+=    sbin
+
+do-install:
+       ${INSTALL_SCRIPT} ${WRKSRC}/spampd.pl ${DESTDIR}${PREFIX}/sbin/spampd
+
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/mail/spampd/PLIST
diff -u /dev/null pkgsrc/mail/spampd/PLIST:1.1
--- /dev/null   Sun Jan 12 00:21:47 2025
+++ pkgsrc/mail/spampd/PLIST    Sun Jan 12 00:21:47 2025
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2025/01/12 00:21:47 jakllsch Exp $
+sbin/spampd
Index: pkgsrc/mail/spampd/distinfo
diff -u /dev/null pkgsrc/mail/spampd/distinfo:1.1
--- /dev/null   Sun Jan 12 00:21:47 2025
+++ pkgsrc/mail/spampd/distinfo Sun Jan 12 00:21:47 2025
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2025/01/12 00:21:47 jakllsch Exp $
+
+BLAKE2s (spampd/2.62.tar.gz) = ac20167770e8f0c585b75794963c9d76a7d66cdb87518a2e0a6a037bb42ba81f
+SHA512 (spampd/2.62.tar.gz) = a4caa96f379f7f85f60e68d4ca91fd2999ca3538e0a3dc62e15a8638bdc43e0ba6ef82bfba8e58121e9723ea2a12399febaa55afe13334ec34867ee3296fc424
+Size (spampd/2.62.tar.gz) = 249062 bytes



Home | Main Index | Thread Index | Old Index