Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (4af7b0fbc0d596586e5ec3f2f70f625452f9abf2)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (4af7b0fbc0d596586e5ec3f2f70f625452f9abf2)
  • Date: Sat, 17 Jan 2015 16:24:56 -0600

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

ChangeLog | 3 +++
mail/dmc/BUILD | 2 ++
mail/dmc/DEPENDS | 6 ++++++
mail/dmc/DETAILS | 15 +++++++++++++++
mail/dmc/HISTORY | 2 ++
mail/dmc/INSTALL | 1 +
mail/dmc/PREPARE | 2 ++
7 files changed, 31 insertions(+)

New commits:
commit 4af7b0fbc0d596586e5ec3f2f70f625452f9abf2
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

dmc: new spell, dynamic mail client

diff --git a/ChangeLog b/ChangeLog
index 3dba238..39afba7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2015-01-17 Ismael Luceno <ismael AT sourcemage.org>
+ * mail/dmc: new spell, dynamic mail client
+
2015-01-16 Vlad Glagolev <stealth AT sourcemage.org>
* news/fbnews: new spell, RSS/RDF newsfetcher for Fluxbox

diff --git a/mail/dmc/BUILD b/mail/dmc/BUILD
new file mode 100755
index 0000000..75f29d9
--- /dev/null
+++ b/mail/dmc/BUILD
@@ -0,0 +1,2 @@
+LDFLAGS="${LDFLAGS//-Wl,--as-needed}"
+make $OPTS
diff --git a/mail/dmc/DEPENDS b/mail/dmc/DEPENDS
new file mode 100755
index 0000000..0938494
--- /dev/null
+++ b/mail/dmc/DEPENDS
@@ -0,0 +1,6 @@
+depends git &&
+depends msmtp &&
+optional_depends SSL \
+ "HAVE_SSL=1" \
+ "HAVE_SSL=0" \
+ "SSL support"
diff --git a/mail/dmc/DETAILS b/mail/dmc/DETAILS
new file mode 100755
index 0000000..08acae1
--- /dev/null
+++ b/mail/dmc/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=dmc
+ VERSION=$(get_scm_version)
+ SOURCE="$SPELL-git.tar.bz2"
+ SOURCE_URL[0]=git://git.suckless.org/$SPELL
+ SOURCE_IGNORE=volatile
+ FORCE_DOWNLOAD=on
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-git"
+ WEB_SITE="http://git.suckless.org/dmc";
+ LICENSE[0]="MIT"
+ ENTERED=20150117
+ KEYWORDS=""
+ SHORT="dynamic mail client"
+cat << EOF
+dmc is a minimalist e-mail client solution
+EOF
diff --git a/mail/dmc/HISTORY b/mail/dmc/HISTORY
new file mode 100644
index 0000000..70432b9
--- /dev/null
+++ b/mail/dmc/HISTORY
@@ -0,0 +1,2 @@
+2015-01-17 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS, INSTALL, PREPARE: spell created
diff --git a/mail/dmc/INSTALL b/mail/dmc/INSTALL
new file mode 100755
index 0000000..7a7d501
--- /dev/null
+++ b/mail/dmc/INSTALL
@@ -0,0 +1 @@
+make DESTDIR="$INSTALL_ROOT" PREFIX=/usr install
diff --git a/mail/dmc/PREPARE b/mail/dmc/PREPARE
new file mode 100755
index 0000000..136a218
--- /dev/null
+++ b/mail/dmc/PREPARE
@@ -0,0 +1,2 @@
+. "$GRIMOIRE"/FUNCTIONS &&
+prepare_select_branch



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (4af7b0fbc0d596586e5ec3f2f70f625452f9abf2), Ismael Luceno, 01/17/2015

Archive powered by MHonArc 2.6.24.

Top of Page