pkgsrc-WIP-changes archive

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

dma: Import the DragonFly Mail Agent as wip/dma.



Module Name:	pkgsrc-wip
Committed By:	Christian Koch <cfkoch%edgebsd.org@localhost>
Pushed By:	cfkoch
Date:		Sun Jan 10 20:08:59 2016 -0800
Changeset:	ae4d69763b074ae20cf68300b5483838e4201f04

Modified Files:
	Makefile
Added Files:
	dma/DESCR
	dma/Makefile
	dma/PLIST
	dma/distinfo

Log Message:
dma: Import the DragonFly Mail Agent as wip/dma.

dma is a small Mail Transport Agent (MTA), designed for home and office use.
It accepts mails from locally installed Mail User Agents (MUA) and delivers
the mails either locally or to a remote destination. Remote delivery
includes several features like TLS/SSL support and SMTP authentication.

dma is not intended as a replacement for real, big MTAs like sendmail(8) or
postfix(1). Consequently, dma does not listen on port 25 for incoming
connections.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ae4d69763b074ae20cf68300b5483838e4201f04

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

diffstat:
 Makefile     |  1 +
 dma/DESCR    |  8 ++++++++
 dma/Makefile | 25 +++++++++++++++++++++++++
 dma/PLIST    |  4 ++++
 dma/distinfo |  5 +++++
 5 files changed, 43 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 43d9b0f..6c57617 100755
--- a/Makefile
+++ b/Makefile
@@ -502,6 +502,7 @@ SUBDIR+=	ditz-commander
 SUBDIR+=	diveintopython
 SUBDIR+=	djplay
 SUBDIR+=	dlpoly-classic
+SUBDIR+=	dma
 SUBDIR+=	dmapd
 SUBDIR+=	dmd
 SUBDIR+=	dmd-bin
diff --git a/dma/DESCR b/dma/DESCR
new file mode 100644
index 0000000..f3a2dc4
--- /dev/null
+++ b/dma/DESCR
@@ -0,0 +1,8 @@
+dma is a small Mail Transport Agent (MTA), designed for home and office use.
+It accepts mails from locally installed Mail User Agents (MUA) and delivers
+the mails either locally or to a remote destination. Remote delivery
+includes several features like TLS/SSL support and SMTP authentication.
+
+dma is not intended as a replacement for real, big MTAs like sendmail(8) or
+postfix(1). Consequently, dma does not listen on port 25 for incoming
+connections.
diff --git a/dma/Makefile b/dma/Makefile
new file mode 100644
index 0000000..31bd3ea
--- /dev/null
+++ b/dma/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD$
+
+PKGNAME=		dma-0.10
+DISTNAME=		dma-${GITHUB_TAG}
+CATEGORIES=		mail
+MASTER_SITES=	${MASTER_SITE_GITHUB:=corecode/}
+GITHUB_PROJECT=	dma
+GITHUB_TAG=		v0.10
+
+MAINTAINER=	cfkoch%edgebsd.org@localhost
+HOMEPAGE=	https://github.com/corecode/dma
+COMMENT=	The DragonFly Mail Agent
+LICENSE=	modified-bsd
+
+NO_CONFIGURE=	yes
+USE_LANGUAGES=	c
+
+CFLAGS+=	-DHAVE_GETPROGNAME
+CFLAGS+=	-DHAVE_STRLCPY
+CFLAGS+=	-DLIBEXEC_PATH=${PREFIX}/libexec
+
+MAKE_FLAGS=		"LIBEXEC=${PREFIX}/libexec"
+MAKE_FLAGS+=	"MAN=${PREFIX}/${PKGMANDIR}"
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/dma/PLIST b/dma/PLIST
new file mode 100644
index 0000000..cedff35
--- /dev/null
+++ b/dma/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD$
+libexec/dma-mbox-create
+man/man8/dma.8
+sbin/dma
diff --git a/dma/distinfo b/dma/distinfo
new file mode 100644
index 0000000..bc7c2df
--- /dev/null
+++ b/dma/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+SHA1 (dma-v0.10.tar.gz) = 299741b8b336267293812f3ceae3b8c43f06cc03
+RMD160 (dma-v0.10.tar.gz) = 3950fa80c434d8b8f8d7006e69411756a0b25453
+Size (dma-v0.10.tar.gz) = 34531 bytes


Home | Main Index | Thread Index | Old Index