[Lunar-commits] <moonbase-other> Merge pull request #37 from dagbrown/c7087f73fc19c245ca44012b6f8f62a5dda3d72e
Auke Kok
sofar+github at foo-projects.org
Tue Oct 23 21:29:22 CEST 2012
commit 8af2b55d208d26fa9afff6c59a704829bd030d99
Author: Auke Kok <sofar+github at foo-projects.org>
Date: Tue, 23 Oct 2012 12:29:22 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/8af2b55d208d26fa9afff6c59a704829bd030d99
Merge pull request #37 from dagbrown/c7087f73fc19c245ca44012b6f8f62a5dda3d72e
nmh: Resurrected from when it fell out of the moonbase.
---
mail/nmh/BUILD | +8/-0
mail/nmh/DETAILS | +23/-0
2 files changed
--- /dev/null
+++ b/mail/nmh/BUILD
@@ -0,0 +1,8 @@
+(
+
+ # By default, nmh fills /usr/lib with a bunch of binaries
+ OPTS+=" --libdir=${MODULE_PREFIX}/libexec"
+
+ default_build
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/mail/nmh/DETAILS
@@ -0,0 +1,23 @@
+ MODULE=nmh
+ VERSION=1.5
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL[0]=http://download.savannah.gnu.org/releases/nmh/
+ SOURCE_VFY=sha1:9d8c034206f793d6d796b514c9a8242422f0d4f7
+ WEB_SITE=http://www.nongnu.org/nmh/
+ ENTERED=20080604
+ UPDATED=20121022
+ PSAFE=no
+ SHORT="electronic mail handling 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 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
More information about the Lunar-commits
mailing list