Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by David Kowis (eba13cf87da5065ac4be00f0c928163fb1d1d8ff)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: David Kowis <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by David Kowis (eba13cf87da5065ac4be00f0c928163fb1d1d8ff)
  • Date: Mon, 19 Mar 2007 15:16:00 -0500

GIT changes to master grimoire by David Kowis <dkowis AT shlrm.org>:

ChangeLog | 3 +++
mail/mlmmj/CONFIGURE | 12 ++++++++++++
mail/mlmmj/DEPENDS | 2 ++
mail/mlmmj/DETAILS | 33 +++++++++++++++++++++++++++++++++
mail/mlmmj/HISTORY | 2 ++
5 files changed, 52 insertions(+)

New commits:
commit eba13cf87da5065ac4be00f0c928163fb1d1d8ff
Author: David Kowis <dkowis AT shlrm.org>
Commit: David Kowis <dkowis AT shlrm.org>

mlmmj

New spell for a mailing list manager

diff --git a/ChangeLog b/ChangeLog
index 0e0964b..3589960 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2007-03-19 David Kowis <dkowis AT shlrm.org>
+ * mail/mlmmj: New spell: Mailing List Management Made Joyful
+
2007-03-19 Juuso Alasuutari <iuso AT sourcemage.org>
* audio-drivers/jackdmp: New spell, Jack audio server for SMP
machines.
diff --git a/mail/mlmmj/CONFIGURE b/mail/mlmmj/CONFIGURE
new file mode 100755
index 0000000..9daeef7
--- /dev/null
+++ b/mail/mlmmj/CONFIGURE
@@ -0,0 +1,12 @@
+persistent_add MLMMJ_CRON
+if spell_ok fcron ; then
+ MLMMJ_CRON=fcron
+elif spell_ok hc-cron ; then
+ MLMMJ_CRON=hc-cron
+elif spell_ok mcron ; then
+ MLMMJ_CRON=mcron
+elif spell_ok vixie-cron ; then
+ MLMMJ_CRON=vixie-cron
+fi
+config_query_list MLMMJ_CRON "Which cron spell would you like?" fcron
hc-cron mcron vixie-cron
+
diff --git a/mail/mlmmj/DEPENDS b/mail/mlmmj/DEPENDS
new file mode 100755
index 0000000..e7fc392
--- /dev/null
+++ b/mail/mlmmj/DEPENDS
@@ -0,0 +1,2 @@
+depends MAIL-TRANSPORT-AGENT &&
+depends $MLMMJ_CRON
diff --git a/mail/mlmmj/DETAILS b/mail/mlmmj/DETAILS
new file mode 100755
index 0000000..dbea886
--- /dev/null
+++ b/mail/mlmmj/DETAILS
@@ -0,0 +1,33 @@
+ SPELL=mlmmj
+ VERSION=1.2.13
+ SOURCE=$SPELL-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://mlmmj.mmj.dk/files/$SOURCE
+
SOURCE_HASH=sha512:ba2a73a30672778e8740ab669660967d29983167373bc8864dc6a7406f5b59638da268e2ec0c6c160f88c2391095eff5cd5936f9a80d54fd31adc19be9a07ace
+ WEB_SITE=http://mlmmj.mmj.dk/
+ ENTERED=20070319
+ LICENSE=MIT
+ KEYWORDS="mail"
+ SHORT="ezmlm \"clone\""
+cat << EOF
+This is an attempt at implementing a mailing list manager with the same
+functionality as the brilliant ezmlm, but with a decent license and mail
server
+independency.
+
+The functionality:
+
+ * Archive
+ * Custom headers / footer
+ * Fully automated bouncehandling (similar to ezmlm)
+ * Complete requeueing functionality
+ * Moderation functionality
+ * Subject prefix
+ * Subscribers only posting
+ * Regular expression access control
+ * Functionality to retrieve old posts
+ * Web-interface
+ * Digests
+ * No mail delivery subscription
+ * VERP support
+ * Delivery Status Notification (RFC1891) support
+EOF
diff --git a/mail/mlmmj/HISTORY b/mail/mlmmj/HISTORY
new file mode 100644
index 0000000..eb82bf9
--- /dev/null
+++ b/mail/mlmmj/HISTORY
@@ -0,0 +1,2 @@
+2007-03-19 David Kowis <dkowis AT shlrm.org>
+ * ALL: Created the spell!



  • [SM-Commit] GIT changes to master grimoire by David Kowis (eba13cf87da5065ac4be00f0c928163fb1d1d8ff), David Kowis, 03/19/2007

Archive powered by MHonArc 2.6.24.

Top of Page