[Lunar-commits] <moonbase-other> mutt-devel: readded to -other
v4hn
me at v4hn.de
Thu Aug 2 21:05:59 CEST 2012
commit ce0ea83ff981a02388a361925d082d8a8ab400ba
Author: v4hn <me at v4hn.de>
Date: Thu, 02 Aug 2012 12:05:59 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/ce0ea83ff981a02388a361925d082d8a8ab400ba
mutt-devel: readded to -other
---
mail/mutt-devel/BUILD +13/-0
mail/mutt-devel/CONFLICTS +1/-0
mail/mutt-devel/DEPENDS +2/-0
mail/mutt-devel/DETAILS +30/-0
4 files changed, 46 insertions (+), 0 deletions (-)
--- /dev/null
+++ b/mail/mutt-devel/BUILD
@@ -0,0 +1,13 @@
+(
+ patch_it $SOURCE_CACHE/$SOURCE2 1 &&
+ patch_it $SOURCE_CACHE/$SOURCE3 1 &&
+
+ OPTS+=" --enable-pop \
+ --enable-imap \
+ --disable-nls \
+ --with-mailpath=/var/spool/mail \
+ --with-docdir=/usr/share/doc/$MODULE" &&
+
+ default_build &&
+ gather_docs doc/Muttrc
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/mail/mutt-devel/CONFLICTS
@@ -0,0 +1 @@
+conflicts mutt
--- /dev/null
+++ b/mail/mutt-devel/DEPENDS
@@ -0,0 +1,2 @@
+depends ncurses
+optional_depends "openssl" "--with-ssl" "" "to enable ssl support for pop/imap"
--- /dev/null
+++ b/mail/mutt-devel/DETAILS
@@ -0,0 +1,30 @@
+ MODULE=mutt-devel
+ VERSION=1.5.20
+ SOURCE=mutt-$VERSION.tar.gz
+ SOURCE2=patch-$VERSION.sidebar.20090619.txt
+ SOURCE3=mutt-$VERSION-openssl.patch.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/mutt-$VERSION
+ SOURCE_URL[0]=ftp://ftp.mutt.org/mutt/devel
+ SOURCE_URL[1]=$SFORGE_URL/mutt
+ SOURCE_VFY=sha1:d2bec7a33771f128ca49b1723b06b6d248a35d31
+ SOURCE2_URL=$PATCH_URL
+ SOURCE2_VFY=sha1:d72355e39674bb4f892e4af3b84fe49c94415487
+ SOURCE3_URL=$PATCH_URL
+ SOURCE3_VFY=sha1:cbb94d0569e4c1d701ae7cb2291c7983b4661ce8
+ WEB_SITE=http://www.mutt.org
+ ENTERED=20010922
+ UPDATED=20100410
+ MAINTAINER=tchan at lunar-linux.org
+ PSAFE=no
+ SHORT="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.
+NOTE: the sidebar patch is now maintained by tchan as of 20060720.
+See: http://www.lunar-linux.org/index.php?page=mutt-sidebar
+EOF
More information about the Lunar-commits
mailing list