[Lunar-commits] <moonbase> nbsmtp: new module
Duncan Gibson
engelsman at lunar-linux.org
Sat Jan 8 16:33:56 CET 2011
commit 0bd0555e079809c41cdf58902579dfafc24a0a4f
Author: Christian Krause <kizkizzbangbang at googlemail.com>
Date: Sat Jan 8 16:33:56 2011 +0100
nbsmtp: new module
Note: downloads, compiles, installs OK,
but otherwise untested here - engelsman
---
zbeta/nbsmtp/CONFIGURE | 1 +
zbeta/nbsmtp/DEPENDS | 1 +
zbeta/nbsmtp/DETAILS | 13 +++++++++++++
3 files changed, 15 insertions(+), 0 deletions(-)
diff --git a/zbeta/nbsmtp/CONFIGURE b/zbeta/nbsmtp/CONFIGURE
new file mode 100644
index 0000000..01fc649
--- /dev/null
+++ b/zbeta/nbsmtp/CONFIGURE
@@ -0,0 +1 @@
+mquery ENABLE_IP6 "support for IPv6 connections?" y "--enable-ipv6" ""
diff --git a/zbeta/nbsmtp/DEPENDS b/zbeta/nbsmtp/DEPENDS
new file mode 100644
index 0000000..8e7c4ca
--- /dev/null
+++ b/zbeta/nbsmtp/DEPENDS
@@ -0,0 +1 @@
+optional_depends "openssl" "--enable-ssl" "" "support for secure connection to mail server"
diff --git a/zbeta/nbsmtp/DETAILS b/zbeta/nbsmtp/DETAILS
new file mode 100644
index 0000000..c6d5760
--- /dev/null
+++ b/zbeta/nbsmtp/DETAILS
@@ -0,0 +1,13 @@
+ MODULE=nbsmtp
+ VERSION=1.00
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=http://www.it.uc3m.es/~ferdy/nbsmtp/
+ SOURCE_VFY=sha1:02a2a4967c06afd862f943e6594c08eed8c6674a
+ WEB_SITE=http://nbsmtp.ferdyx.org/
+ ENTERED=20101224
+ UPDATED=20101224
+ SHORT="simple command line smtp client"
+
+cat << EOF
+Extremely simple MTA to get mail off the system to a relayhost.
+EOF
More information about the Lunar-commits
mailing list