[Lunar-commits] <moonbase> alpine: Initial import. Need a bit of testing thus zbeta section.

Stefan Wold ratler at lunar-linux.org
Mon Jul 12 20:55:43 CEST 2010


commit 5911e1bf3c566e0896437c03626d45429a9dc7cf
Author: Stefan Wold <ratler at lunar-linux.org>
Date:   Mon Jul 12 20:55:43 2010 +0200

    alpine: Initial import. Need a bit of testing thus zbeta section.
---
 zbeta/alpine/BUILD     |   18 ++++++++++++++++++
 zbeta/alpine/CONFIGURE |    2 ++
 zbeta/alpine/CONFLICTS |    1 +
 zbeta/alpine/DEPENDS   |   21 +++++++++++++++++++++
 zbeta/alpine/DETAILS   |   24 ++++++++++++++++++++++++
 5 files changed, 66 insertions(+), 0 deletions(-)

diff --git a/zbeta/alpine/BUILD b/zbeta/alpine/BUILD
new file mode 100644
index 0000000..5a84068
--- /dev/null
+++ b/zbeta/alpine/BUILD
@@ -0,0 +1,18 @@
+(
+
+  OPTS+=" --without-tcl \
+          --with-smime \
+          --without-passfile \
+          --with-system-pinerc=/etc/pine.conf \
+          --with-system-fixed-pinerc=/etc/pine.conf.fixed \
+          --with-ssl-certs-dir=/etc/ssl/certs"
+
+  patch_it $SOURCE2 1 &&
+  if module_installed Linux-PAM; then
+    patch_it $SOURCE3 1
+  fi &&
+  patch_it $SOURCE4 1 &&
+
+  default_build
+
+) > $C_FIFO 2>&1
diff --git a/zbeta/alpine/CONFIGURE b/zbeta/alpine/CONFIGURE
new file mode 100644
index 0000000..40cb35c
--- /dev/null
+++ b/zbeta/alpine/CONFIGURE
@@ -0,0 +1,2 @@
+mquery IPV6 "Enable IPV6 support?" n "--with-ipv6" "--without-ipv6"
+mquery PTHREAD "Enable pthread support?" y "--with-pthread" "--without-phtread"
diff --git a/zbeta/alpine/CONFLICTS b/zbeta/alpine/CONFLICTS
new file mode 100644
index 0000000..4c32000
--- /dev/null
+++ b/zbeta/alpine/CONFLICTS
@@ -0,0 +1 @@
+conflicts pine
diff --git a/zbeta/alpine/DEPENDS b/zbeta/alpine/DEPENDS
new file mode 100644
index 0000000..aaede0a
--- /dev/null
+++ b/zbeta/alpine/DEPENDS
@@ -0,0 +1,21 @@
+depends ncurses
+optional_depends openssl \
+                 "--with-ssl-dir=/usr" \
+                 "--without-ssl" \
+                 "for SSL support"
+optional_depends openldap \
+                 "--with-ldap-dir=/usr" \
+                 "--without-ldap" \
+                 "for LDAP support"
+optional_depends heimdal \
+                 "--with-krb5-dir=/usr" \
+                 "--without-krb5" \
+                 "for kerberos5 (GSSAPI) support"
+optional_depends aspell \
+                 "--with-aspell" \
+                 "--without-aspell" \
+                 "for spell check support"
+optional_depends gettext \
+                 "--enable-nls" \
+                 "--disable-nls" \
+                 "for NLS support"
diff --git a/zbeta/alpine/DETAILS b/zbeta/alpine/DETAILS
new file mode 100644
index 0000000..4662fe3
--- /dev/null
+++ b/zbeta/alpine/DETAILS
@@ -0,0 +1,24 @@
+          MODULE=alpine
+         VERSION=2.00
+          SOURCE=${MODULE}-${VERSION}.tar.bz2
+         SOURCE2=$MODULE-2.00-all_67.patch.gz
+         SOURCE3=$MODULE-2.00-lpam.patch
+         SOURCE4=CVE-2008-5514.patch
+      SOURCE_URL=ftp://ftp.cac.washington.edu/alpine
+     SOURCE2_URL=$PATCH_URL
+     SOURCE3_URL=$PATCH_URL
+     SOURCE4_URL=$PATCH_URL
+      SOURCE_VFY=sha256:c85db8405af90375ba2440c85b7952d80996154e9916b83acca558dc82e0a2a6
+     SOURCE2_VFY=sha256:878820f237f8f39865c459b60edc515c0f5cb9a6095989bae6cc1ef5c1ee9881
+     SOURCE3_VFY=sha256:22c354937019693cfc03a8864a36c30579fd98475b729e089f83ec125e4225ad
+     SOURCE4_VFY=sha256:07fd3dd2ffdfe9e2c952603b9aae099d1250bc89373de3e1a5009ec5d251346b
+        WEB_SITE="http://www.washington.edu/alpine/"
+         ENTERED=20100712
+         UPDATED=20100712
+           SHORT="An easy to use text-based based mail and news client"
+cat <<EOF
+Alpine is a fast, easy to use email client that is suitable for both
+the inexperienced email user as well as for the most demanding of
+power users. Alpine is based on the Pine® Message System, which was
+also developed at the University of Washington.
+EOF


More information about the Lunar-commits mailing list