[Lunar-commits] <moonbase> fdm: move from zbeta to mail

Paul Bredbury brebs at lunar-linux.org
Mon Sep 28 01:46:08 CEST 2009


commit 4d36cf356cede23937750df3fb8aec3870570edd
Author: Paul Bredbury <brebs at lunar-linux.org>
Date:   Mon Sep 28 06:46:08 2009 +0700

    fdm: move from zbeta to mail
---
 mail/fdm/BUILD    |   12 ++++++++++++
 mail/fdm/DEPENDS  |    1 +
 mail/fdm/DETAILS  |   19 +++++++++++++++++++
 zbeta/fdm/BUILD   |   12 ------------
 zbeta/fdm/DEPENDS |    1 -
 zbeta/fdm/DETAILS |   19 -------------------
 6 files changed, 32 insertions(+), 32 deletions(-)

diff --git a/mail/fdm/BUILD b/mail/fdm/BUILD
new file mode 100644
index 0000000..0b074fb
--- /dev/null
+++ b/mail/fdm/BUILD
@@ -0,0 +1,12 @@
+(
+
+  # Fixes compilation error:
+  # /usr/include/asm/posix_types.h:2:30: error: posix_types_32.h: No such file or directory
+  # From 02gmake_use_iquote.diff in Debian's patches:
+  # http://packages.debian.org/unstable/mail/fdm
+  sedit "s:-I. -I- \$(INCDIRS):-I. -iquote. \$(INCDIRS):" GNUmakefile  &&
+
+  export PREFIX=/usr PCRE=1 &&
+  default_build
+
+) > $C_FIFO 2>&1
diff --git a/mail/fdm/DEPENDS b/mail/fdm/DEPENDS
new file mode 100644
index 0000000..a0351db
--- /dev/null
+++ b/mail/fdm/DEPENDS
@@ -0,0 +1 @@
+depends samba
diff --git a/mail/fdm/DETAILS b/mail/fdm/DETAILS
new file mode 100644
index 0000000..3cd6bb0
--- /dev/null
+++ b/mail/fdm/DETAILS
@@ -0,0 +1,19 @@
+          MODULE=fdm
+         VERSION=1.6
+          SOURCE=fdm-${VERSION}.tar.gz
+      SOURCE_URL=$SFORGE_URL/$MODULE/
+      SOURCE_VFY=sha1:fb8042f2355062848ff142c9604069b6657e6a82
+        WEB_SITE=http://fdm.sourceforge.net/
+         ENTERED=20090128
+         UPDATED=20090216
+           PSAFE=no
+           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/zbeta/fdm/BUILD b/zbeta/fdm/BUILD
deleted file mode 100644
index 0b074fb..0000000
--- a/zbeta/fdm/BUILD
+++ /dev/null
@@ -1,12 +0,0 @@
-(
-
-  # Fixes compilation error:
-  # /usr/include/asm/posix_types.h:2:30: error: posix_types_32.h: No such file or directory
-  # From 02gmake_use_iquote.diff in Debian's patches:
-  # http://packages.debian.org/unstable/mail/fdm
-  sedit "s:-I. -I- \$(INCDIRS):-I. -iquote. \$(INCDIRS):" GNUmakefile  &&
-
-  export PREFIX=/usr PCRE=1 &&
-  default_build
-
-) > $C_FIFO 2>&1
diff --git a/zbeta/fdm/DEPENDS b/zbeta/fdm/DEPENDS
deleted file mode 100644
index a0351db..0000000
--- a/zbeta/fdm/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-depends samba
diff --git a/zbeta/fdm/DETAILS b/zbeta/fdm/DETAILS
deleted file mode 100644
index 3cd6bb0..0000000
--- a/zbeta/fdm/DETAILS
+++ /dev/null
@@ -1,19 +0,0 @@
-          MODULE=fdm
-         VERSION=1.6
-          SOURCE=fdm-${VERSION}.tar.gz
-      SOURCE_URL=$SFORGE_URL/$MODULE/
-      SOURCE_VFY=sha1:fb8042f2355062848ff142c9604069b6657e6a82
-        WEB_SITE=http://fdm.sourceforge.net/
-         ENTERED=20090128
-         UPDATED=20090216
-           PSAFE=no
-           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


More information about the Lunar-commits mailing list