]> diplodocus.org Git - nmh/blobdiff - SPECS/nmh.cygport
mts/smtp/smtp.c: Replace int with bool.
[nmh] / SPECS / nmh.cygport
index 17de0b951c70572a9d0870ac3b8d0913f1652ccf..a8b8148d63227aa8733a9acf7bdf5d3f7101690a 100644 (file)
@@ -1,21 +1,17 @@
 NAME="nmh"
-VERSION=1.6
-RELEASE=3
+VERSION=1.7
+RELEASE=1
 
 CATEGORY="Mail"
-SUMMARY="A capable mail handling system with a command line interface"
-DESCRIPTION="A capable mail handling system with a command line interface.
-Nmh isn't a single comprehensive program.  Instead, it consists of
-simple, single-purpose programs for sending, receiving, saving,
-retrieving, and otherwise manipulating email messages.  You can freely
-intersperse nmh commands with other shell commands or write custom
-scripts which utilize nmh commands.  If you want to use nmh as a true
-email user agent, you'll want to also install xmh to provide a user
-interface for it--nmh only has a command line interface.  nmh is
-configured to use less and vim by default but options allow use of
-more and emacs, respectively."
-
-HOMEPAGE="http://savannah.nongnu.org/projects/nmh"
-SRC_URI="http://download.savannah.nongnu.org/releases/nmh/nmh-${VERSION}.tar.gz"
-CYGCONF_ARGS="--sysconfdir=${prefix}/etc/nmh --with-cyrus-sasl --with-tls"
+SUMMARY="A capable MIME-email-handling system with a command-line interface"
+DESCRIPTION="A capable MIME-email-handling system with a command-line interface.
+nmh is a collection of single-purpose programs that send, receive,
+show, search, and otherwise manipulate emails, including MIME.
+They combine well with other Unix programs, easing the development
+of custom shorthand commands as shell scripts.
+Optional GUI interfaces are provided by the external xmh and exmh
+projects.  nmh is a descendant of the RAND MH, Mail Handler, project."
 
+HOMEPAGE="http://savannah.nongnu.org/projects/${PN}"
+SRC_URI="http://download.savannah.nongnu.org/releases/${PN}/${P}.tar.gz"
+CYGCONF_ARGS="--sysconfdir=${prefix}/etc/${PN}"