Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Alexander Tsamutali (f1e761555fc200264263bf277af9a54f9d29708d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Alexander Tsamutali <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Alexander Tsamutali (f1e761555fc200264263bf277af9a54f9d29708d)
  • Date: Tue, 8 Jul 2008 17:48:50 -0500

GIT changes to master grimoire by Alexander Tsamutali <astsmtl AT gmail.com>:

ChangeLog | 3 +++
mail/nmh/BUILD | 1 +
mail/nmh/DETAILS | 20 +++++++++++---------
mail/nmh/HISTORY | 4 ++++
mail/nmh/INSTALL | 2 ++
mail/putmail/BUILD | 1 +
mail/putmail/CONFIGURE | 1 +
mail/putmail/DEPENDS | 1 +
mail/putmail/DETAILS | 24 ++++++++++++++++++++++++
mail/putmail/HISTORY | 3 +++
mail/putmail/INSTALL | 5 +++++
mail/putmail/PROVIDES | 2 ++
12 files changed, 58 insertions(+), 9 deletions(-)

New commits:
commit f1e761555fc200264263bf277af9a54f9d29708d
Author: Alexander Tsamutali <astsmtl AT gmail.com>
Commit: Alexander Tsamutali <astsmtl AT gmail.com>

mail/putmail: new spell, very lightweight SMTP client

commit c5f7718d5729ce822f4db0800e4cd9ae6ee3ff24
Author: Alexander Tsamutali <astsmtl AT gmail.com>
Commit: Alexander Tsamutali <astsmtl AT gmail.com>

mail/nmh: updated to 1.3

diff --git a/ChangeLog b/ChangeLog
index 5c6c82a..ccb35fb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-07-09 Alexander Tsamutali <astsmtl AT gmail.com>
+ * mail/putmail: new spell, very lightweight SMTP client
+
2008-07-08 Ladislav Hagara <hgr AT vabo.cz>
* utils/dwdiff: new spell, a delimited word diff program

diff --git a/mail/nmh/BUILD b/mail/nmh/BUILD
index ec4129b..b2d3a66 100755
--- a/mail/nmh/BUILD
+++ b/mail/nmh/BUILD
@@ -1,2 +1,3 @@
OPTS="$OPTS --enable-apop --enable-mhe --with-editor=$EDITOR
--with-locking=dot" &&
+make_single &&
default_build
diff --git a/mail/nmh/DETAILS b/mail/nmh/DETAILS
index 32ce5f1..46677d3 100755
--- a/mail/nmh/DETAILS
+++ b/mail/nmh/DETAILS
@@ -1,21 +1,23 @@
SPELL=nmh
- VERSION=1.2
+ VERSION=1.3
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://savannah.nongnu.org/download/nmh/$SOURCE
-
SOURCE_HASH=sha512:e350a75d5313b37259a134f902c763178006459ba5df022337ae6429ad8eaab8e949cebccb60cd23fb8b496a0655448d8275e312edb3e35eae698811355a359e
+
SOURCE_HASH=sha512:f7ab227813a7fb1c45cb1c91ca5c020c22be28193152d80d008cf962856138a2fdfe7dc5a9fae5e3702c1a7020b9609826ebffd843241d9b09b7b136d901e77a
WEB_SITE=http://www.nongnu.org/nmh/
ENTERED=20040827
LICENSE=GPL
KEYWORDS="mail"
SHORT="The new mail handling(nmh) system"
cat << EOF
-nmh (new MH) is a powerful electronic mail handling system. It was
originally based on version 6.8.3
-of the MH message system developed by the RAND Corporation and the
University of California. It is
-intended to be a (mostly) compatible drop-in replacement for MH.
+nmh (new MH) is a powerful electronic mail handling system. It was originally
+based on version 6.8.3 of the MH message system developed by the RAND
+Corporation and the University of California. It is intended to be a (mostly)
+compatible drop-in replacement for MH.

-nmh consists of a collection of fairly simple single-purpose programs to
send, receive, save,
-retrieve, and manipulate e-mail messages. Since nmh is a suite rather than a
single monolithic
-program, you may freely intersperse nmh commands with other commands at your
shell prompt, or write
-custom scripts which use these commands in flexible ways.
+nmh consists of a collection of fairly simple single-purpose programs to
+send, receive, save, retrieve, and manipulate e-mail messages. Since nmh is a
+suite rather than a single monolithic program, you may freely intersperse nmh
+commands with other commands at your shell prompt, or write custom scripts
+which use these commands in flexible ways.
EOF
diff --git a/mail/nmh/HISTORY b/mail/nmh/HISTORY
index 94f6bc5..0337ef3 100644
--- a/mail/nmh/HISTORY
+++ b/mail/nmh/HISTORY
@@ -1,3 +1,7 @@
+2008-07-09 Alexander Tsamutali <astsmtl AT gmail.com>
+ * DETAILS: Updated spell to 1.3, fixed long description wrap
+ * BUILD, INSTALL: Now use make_single
+
2007-12-01 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: Fixed SOURCE_DIRECTORY

diff --git a/mail/nmh/INSTALL b/mail/nmh/INSTALL
new file mode 100755
index 0000000..03b8bb9
--- /dev/null
+++ b/mail/nmh/INSTALL
@@ -0,0 +1,2 @@
+make_single &&
+default_install
diff --git a/mail/putmail/BUILD b/mail/putmail/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/mail/putmail/BUILD
@@ -0,0 +1 @@
+true
diff --git a/mail/putmail/CONFIGURE b/mail/putmail/CONFIGURE
new file mode 100755
index 0000000..e5903ca
--- /dev/null
+++ b/mail/putmail/CONFIGURE
@@ -0,0 +1 @@
+config_query SYMLINK "Create a symlink to sendmail?" y
diff --git a/mail/putmail/DEPENDS b/mail/putmail/DEPENDS
new file mode 100755
index 0000000..a86d429
--- /dev/null
+++ b/mail/putmail/DEPENDS
@@ -0,0 +1 @@
+depends python
diff --git a/mail/putmail/DETAILS b/mail/putmail/DETAILS
new file mode 100755
index 0000000..877dafe
--- /dev/null
+++ b/mail/putmail/DETAILS
@@ -0,0 +1,24 @@
+ SPELL=putmail
+ VERSION=1.4
+ SOURCE=${SPELL}.py-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL}.py-$VERSION
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:7f58ba107e9513f268f01f7d4d8bd6013b72190ef648225bed12631195a9d82b2fb7ff11142ca6df358f55bda1e64b7c2e3e76dcdfa318d07035b5024cc0f8a4
+ WEB_SITE=http://putmail.sourceforge.net
+ LICENSE=XCL
+ ENTERED=20080709
+ KEYWORDS="mail"
+ SHORT="very lightweight SMTP client that may replace the sendmail"
+cat << EOF
+Putmail is a very lightweight MTA or SMTP client, distributed under the
terms of
+the X Consortium License. It is designed to replace the sendmail command when
+used with MUAs that lack SMTP support, like mutt. Its main features are:
+
+ * Command-line compatibility with sendmail.
+ * TLS support. SSL can also be used with an external tool like stunnel.
+ * IPv6 support. I have not tested this myself, but in theory it works.
If you can confirm whether this works or not, please contact me.
+ * Optional per-address configuration. You can use different settings
depending on the From: header.
+ * Multiplatform. It works on any platform Python works.
+ * Simple to configure.
+ * Short and sweet. Less than 500 lines of source code.
+EOF
diff --git a/mail/putmail/HISTORY b/mail/putmail/HISTORY
new file mode 100644
index 0000000..cd3f058
--- /dev/null
+++ b/mail/putmail/HISTORY
@@ -0,0 +1,3 @@
+2008-07-09 Alexander Tsamutali <astsmtl AT gmail.com>
+ * DETAILS, DEPENDS, CONFIGURE, BUILD, INSTALL, PROVIDES, HISTORY:
+ Created at version 1.4
diff --git a/mail/putmail/INSTALL b/mail/putmail/INSTALL
new file mode 100755
index 0000000..8c442a2
--- /dev/null
+++ b/mail/putmail/INSTALL
@@ -0,0 +1,5 @@
+PREFIX=$INSTALL_ROOT/usr ./install.sh
+
+if [[ "$SYMLINK" == "y" ]] ; then
+ ln -s $INSTALL_ROOT/usr/bin/putmail.py $INSTALL_ROOT/usr/bin/sendmail
+fi
diff --git a/mail/putmail/PROVIDES b/mail/putmail/PROVIDES
new file mode 100755
index 0000000..bebbaa4
--- /dev/null
+++ b/mail/putmail/PROVIDES
@@ -0,0 +1,2 @@
+MAIL-TRANSPORT-AGENT
+SENDMAIL



  • [SM-Commit] GIT changes to master grimoire by Alexander Tsamutali (f1e761555fc200264263bf277af9a54f9d29708d), Alexander Tsamutali, 07/08/2008

Archive powered by MHonArc 2.6.24.

Top of Page