[Lunar-commits] r24860 - in moonbase/trunk/zbeta: . mailutils
Auke Kok
sofar at lunar-linux.org
Sat Jun 16 08:05:42 CEST 2007
Author: sofar
Date: 2007-06-16 08:05:42 +0200 (Sat, 16 Jun 2007)
New Revision: 24860
Added:
moonbase/trunk/zbeta/mailutils/
moonbase/trunk/zbeta/mailutils/CONFLICTS
moonbase/trunk/zbeta/mailutils/DEPENDS
moonbase/trunk/zbeta/mailutils/DETAILS
Log:
standard collection of mail utilities from GNU
This module was created mostly using `lvu new mailutils` (the DETAILS
entirely). The DEPENDS and CONFLICTS were the only thing added manually.
From: sofar at foo-projects.org
Added: moonbase/trunk/zbeta/mailutils/CONFLICTS
===================================================================
--- moonbase/trunk/zbeta/mailutils/CONFLICTS (rev 0)
+++ moonbase/trunk/zbeta/mailutils/CONFLICTS 2007-06-16 06:05:42 UTC (rev 24860)
@@ -0,0 +1 @@
+conflicts heirloom-mailx
Added: moonbase/trunk/zbeta/mailutils/DEPENDS
===================================================================
--- moonbase/trunk/zbeta/mailutils/DEPENDS (rev 0)
+++ moonbase/trunk/zbeta/mailutils/DEPENDS 2007-06-16 06:05:42 UTC (rev 24860)
@@ -0,0 +1,2 @@
+depends guile &&
+depends ncurses
Added: moonbase/trunk/zbeta/mailutils/DETAILS
===================================================================
--- moonbase/trunk/zbeta/mailutils/DETAILS (rev 0)
+++ moonbase/trunk/zbeta/mailutils/DETAILS 2007-06-16 06:05:42 UTC (rev 24860)
@@ -0,0 +1,17 @@
+ MODULE=mailutils
+ VERSION=1.1
+ SOURCE=${MODULE}-${VERSION}.tar.bz2
+ SOURCE_URL=ftp://ftp.gnu.org/pub/gnu/mailutils/
+ SOURCE_VFY=sha1:b24c99bd646bdf936afaf5575846613d36392b1d
+ WEB_SITE="http://www.gnu.org/software/mailutils/"
+ ENTERED=20070615
+ UPDATED=20070615
+ SHORT="collection of mail-related utilities"
+cat <<EOF
+GNU Mailutils is a collection of mail-related utilities. At the
+core of Mailutils is libmailbox, a library which provides access
+to various forms of mailbox files (including remote mailboxes via
+popular protocols). It also provides support for parsing of RFC-822
+style messages and MIME support.
+
+EOF
More information about the Lunar-commits
mailing list