[Lunar-commits] r16795 - in moonbase/trunk/zbeta: . mutt-devel

Terry Chan tchan at lunar-linux.org
Tue Oct 4 14:57:32 UTC 2005


Author: tchan
Date: 2005-10-04 14:57:30 +0000 (Tue, 04 Oct 2005)
New Revision: 16795

Added:
   moonbase/trunk/zbeta/mutt-devel/
   moonbase/trunk/zbeta/mutt-devel/BUILD
   moonbase/trunk/zbeta/mutt-devel/CONFLICTS
   moonbase/trunk/zbeta/mutt-devel/DEPENDS
   moonbase/trunk/zbeta/mutt-devel/DETAILS
Log:
Added the mutt-devel module. Basically the mutt developers are real slow
when it comes to releasing new versions of mutt, so if you want to use
a mutt newer than 1.4.x then you have to either use mutt-cvs or mutt-devel.
mutt-devel is a released tarball of the developmental version of mutt, so
its not quite as up to date as mutt-cvs, but it is slightly more stable.
I've also added the nice sidebar patch to mutt-devel.


Added: moonbase/trunk/zbeta/mutt-devel/BUILD
===================================================================
--- moonbase/trunk/zbeta/mutt-devel/BUILD	2005-10-04 14:54:40 UTC (rev 16794)
+++ moonbase/trunk/zbeta/mutt-devel/BUILD	2005-10-04 14:57:30 UTC (rev 16795)
@@ -0,0 +1,9 @@
+OPTS=$OPTS" --enable-pop                     \
+            --enable-imap                    \
+            --disable-nls                    \
+            --with-mailpath=/var/spool/mail  \
+            --with-docdir=/usr/share/doc/$MODULE"
+(
+   patch_it $SOURCE_CACHE/$SOURCE2 1      &&
+   default_build
+) > $C_FIFO 2>&1

Added: moonbase/trunk/zbeta/mutt-devel/CONFLICTS
===================================================================
--- moonbase/trunk/zbeta/mutt-devel/CONFLICTS	2005-10-04 14:54:40 UTC (rev 16794)
+++ moonbase/trunk/zbeta/mutt-devel/CONFLICTS	2005-10-04 14:57:30 UTC (rev 16795)
@@ -0,0 +1,2 @@
+conflicts mutt &&
+conflicts mutt-cvs

Added: moonbase/trunk/zbeta/mutt-devel/DEPENDS
===================================================================
--- moonbase/trunk/zbeta/mutt-devel/DEPENDS	2005-10-04 14:54:40 UTC (rev 16794)
+++ moonbase/trunk/zbeta/mutt-devel/DEPENDS	2005-10-04 14:57:30 UTC (rev 16795)
@@ -0,0 +1 @@
+optional_depends  "openssl"  "--with-ssl"  ""  "to enable ssl support for pop/imap"

Added: moonbase/trunk/zbeta/mutt-devel/DETAILS
===================================================================
--- moonbase/trunk/zbeta/mutt-devel/DETAILS	2005-10-04 14:54:40 UTC (rev 16794)
+++ moonbase/trunk/zbeta/mutt-devel/DETAILS	2005-10-04 14:57:30 UTC (rev 16795)
@@ -0,0 +1,21 @@
+          MODULE=mutt-devel
+         VERSION=1.5.10
+          SOURCE=mutt-${VERSION}i.tar.gz
+         SOURCE2=patch-${VERSION}i.sidebar.20050816.txt
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/mutt-$VERSION
+      SOURCE_URL=$SFORGE_URL/$MODULE/
+      SOURCE_VFY=sha1:3f9cbd330b1458a5c317fd29331f425aa36e0877
+     SOURCE2_URL=http://thomer.com/mutt/
+     SOURCE2_VFY=sha1:2d9c32ab1fa2e439b7ad7621cfbc92c61f1e87e6
+        WEB_SITE=http://www.mutt.org
+         ENTERED=20010922
+         UPDATED=20051003
+           SHORT="mutt is a text-based MIME Email client."
+cat << EOF
+This is the developmental version of mutt with the sidebar patch.
+Mutt is a small but very powerful text-based MIME mail client. It is
+highly configurable, and is well-suited to the mail power user with
+advanced features like key bindings, keyboard macros, mail threading,
+regular expression searches, and a powerful pattern matching language
+for selecting groups of messages.
+EOF



More information about the Lunar-commits mailing list