Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Justin Boffemmyer (fce94224b44d3c12ba1e8fda5572b84026b7ab8c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Justin Boffemmyer <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Justin Boffemmyer (fce94224b44d3c12ba1e8fda5572b84026b7ab8c)
  • Date: Tue, 12 Feb 2008 07:42:48 -0600

GIT changes to master grimoire by Justin Boffemmyer <flux AT sourcemage.org>:

ChangeLog | 3 +++
mail/fdm/BUILD | 1 +
mail/fdm/CONFIGURE | 2 ++
mail/fdm/DEPENDS | 1 +
mail/fdm/DETAILS | 18 ++++++++++++++++++
mail/fdm/HISTORY | 3 +++
mail/fdm/INSTALL | 1 +
7 files changed, 29 insertions(+)

New commits:
commit fce94224b44d3c12ba1e8fda5572b84026b7ab8c
Author: Justin Boffemmyer <flux AT sourcemage.org>
Commit: Justin Boffemmyer <flux AT sourcemage.org>

mail/fdm: new spell for processing mail

diff --git a/ChangeLog b/ChangeLog
index 5dd19a8..0b366a9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-02-11 Justin Boffemmyer <flux AT sourcemage.org>
+ * mail/fdm: new spell, mail fetch, filter, and delivery agent
+
2008-02-11 Dale E. Edmons <linuxfan AT sourcemage.org>
* ruby-raa/wx_sugar: Corrected misspelled name from wx_ruby.

diff --git a/mail/fdm/BUILD b/mail/fdm/BUILD
new file mode 100755
index 0000000..560afce
--- /dev/null
+++ b/mail/fdm/BUILD
@@ -0,0 +1 @@
+make ${FDM_PCRE}
diff --git a/mail/fdm/CONFIGURE b/mail/fdm/CONFIGURE
new file mode 100755
index 0000000..d2fd07c
--- /dev/null
+++ b/mail/fdm/CONFIGURE
@@ -0,0 +1,2 @@
+config_query_option FDM_PCRE "Enable pcre instead of posix regex?" n \
+ "PCRE=0" "PCRE=1"
diff --git a/mail/fdm/DEPENDS b/mail/fdm/DEPENDS
new file mode 100755
index 0000000..6b7b0f9
--- /dev/null
+++ b/mail/fdm/DEPENDS
@@ -0,0 +1 @@
+depends tdb
diff --git a/mail/fdm/DETAILS b/mail/fdm/DETAILS
new file mode 100755
index 0000000..67aece4
--- /dev/null
+++ b/mail/fdm/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=fdm
+ VERSION=1.4
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=$SOURCEFORGE_URL/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:a7e1eb0c6edb39687bb62da7f99dc4bb89aef440e0dee6fe2c327867f35f66733fc0e0d3f77390fb6e9aa382f2758b56c21d2898fe3529a7163ce7d0250196c9
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://fdm.sourceforge.net/ "
+ LICENSE[0]=BSD
+ ENTERED=20080212
+ SHORT="A mail fetching, filtering, and delivery program."
+cat << EOF
+fdm (fetch and deliver mail) is a simple, lightweight replacement for mail
+fetching, filtering, and delivery programs such as fetchmail and procmail. It
+can fetch using POP3, POP3S, IMAP, IMAPS, or stdin, and deliver to a pipe,
+file, maildir, mbox, or SMTP server, based on a set of regexps. It can
+be used for both single user and multiuser setups, and is designed with
+privilege separation when running as root.
+EOF
diff --git a/mail/fdm/HISTORY b/mail/fdm/HISTORY
new file mode 100644
index 0000000..03658ad
--- /dev/null
+++ b/mail/fdm/HISTORY
@@ -0,0 +1,3 @@
+2008-02-12 Justin Boffemmyer <flux AT sourcemage.org>
+ * BUILD, CONFIGURE, DEPENDS, DETAILS, HISTORY: spell created, 1.4
+
diff --git a/mail/fdm/INSTALL b/mail/fdm/INSTALL
new file mode 100755
index 0000000..e72b41d
--- /dev/null
+++ b/mail/fdm/INSTALL
@@ -0,0 +1 @@
+make PREFIX="${INSTALL_ROOT}/usr" install



  • [SM-Commit] GIT changes to master grimoire by Justin Boffemmyer (fce94224b44d3c12ba1e8fda5572b84026b7ab8c), Justin Boffemmyer, 02/12/2008

Archive powered by MHonArc 2.6.24.

Top of Page