Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to test grimoire by Andra?? Levstik : 380a3d6095d6f055fb2c237d3d739a23e4131015

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Andra?? Levstik <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to test grimoire by Andra?? Levstik : 380a3d6095d6f055fb2c237d3d739a23e4131015
  • Date: Fri, 26 May 2006 05:52:28 -0500

GIT changes to test grimoire by Andra?? Levstik :
380a3d6095d6f055fb2c237d3d739a23e4131015 <ruskie AT mages.ath.cx>:

mail/mpop/BUILD | 5 +++++
mail/mpop/CONFIGURE | 2 ++
mail/mpop/DEPENDS | 15 +++++++++++++++
mail/mpop/DETAILS | 19 +++++++++++++++++++
mail/mpop/HISTORY | 2 ++
5 files changed, 43 insertions(+)

New commits:
commit 380a3d6095d6f055fb2c237d3d739a23e4131015
Author: Andra?? Levstik <ruskie AT mages.ath.cx>
Commit: Andra?? Levstik <ruskie AT mages.ath.cx>

New spell mpop

diff --git a/mail/mpop/BUILD b/mail/mpop/BUILD
new file mode 100755
index 0000000..077f127
--- /dev/null
+++ b/mail/mpop/BUILD
@@ -0,0 +1,5 @@
+if [[ "$MPOP_TLS" == "none" ]]
+then
+OPTS="--with-ssl=no $OPTS"
+fi &&
+default_build
diff --git a/mail/mpop/CONFIGURE b/mail/mpop/CONFIGURE
new file mode 100755
index 0000000..7cfd15a
--- /dev/null
+++ b/mail/mpop/CONFIGURE
@@ -0,0 +1,2 @@
+config_query_list MPOP_TLS "What provider of TLS do you want to use?" \
+ gnutls openssl none
diff --git a/mail/mpop/DEPENDS b/mail/mpop/DEPENDS
new file mode 100755
index 0000000..67a4cac
--- /dev/null
+++ b/mail/mpop/DEPENDS
@@ -0,0 +1,15 @@
+if [[ "$MPOP_TLS" == "gnutls" ]]
+then
+depends "gnutls" "--with-ssl=gnutls"
+elif [[ "$MPOP_TLS" == "openssl" ]]
+then
+depends "openssl" "--with-ssl=openssl"
+fi &&
+optional_depends "libidn" \
+ "--with-libidn" \
+ "--without-libidn" \
+ "For internationalized domain names." &&
+optional_depends "gsasl" \
+ "--with-libgsasl" \
+ "--without-libgsasl" \
+ "For more authentication methods."
diff --git a/mail/mpop/DETAILS b/mail/mpop/DETAILS
new file mode 100755
index 0000000..a074729
--- /dev/null
+++ b/mail/mpop/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=mpop
+ VERSION=1.0.0
+ SOURCE=mpop-1.0.0.tar.bz2
+ SOURCE_URL[0]=${SOURCEFORGE_URL}/mpop/mpop-1.0.0.tar.bz2
+
SOURCE_HASH=sha512:7e803bc47aa9e27bd2b865f91c3eccca8ac9ca48ab68fbf6aa51060c15fec8fcd2b87374d8afe52e0275bdafc9d71fe88d64f977c92c210b58a0e63fcd89c189
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
+ WEB_SITE=http://mpop.sourceforge.net/
+ ENTERED=20060526
+ UPDATED=20060526
+ LICENSE[0]=GPL
+ BUILD_API=2
+ KEYWORDS="mail pop3"
+ SHORT="A small, fast, and portable POP3 client."
+cat << EOF
+mpop is a small, fast, and portable POP3 client. Its features include
+header-based email filtering (filter junk mail before downloading it),
delivery
+to mbox files, maildir folders, or a mail delivery agent, a very fast POP3
+implementation, many authentication methods, and good support for TLS/SSL.
+EOF
diff --git a/mail/mpop/HISTORY b/mail/mpop/HISTORY
new file mode 100644
index 0000000..c89fdac
--- /dev/null
+++ b/mail/mpop/HISTORY
@@ -0,0 +1,2 @@
+2006-05-26 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DETAILS, CONFIGURE, DEPENDS, BUILD, HISTORY: created spell



  • [SM-Commit] GIT changes to test grimoire by Andra?? Levstik : 380a3d6095d6f055fb2c237d3d739a23e4131015, Andra?? Levstik, 05/26/2006

Archive powered by MHonArc 2.6.24.

Top of Page