[Lunar-commits] <moonbase-other> re-alpine: A fork of alpine, now at version 2.02.
Stefan Wold
ratler at lunar-linux.org
Sun Aug 12 17:55:32 CEST 2012
commit 1c47251b5b1300d9a510f7163bde0663e2930516
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Sun, 12 Aug 2012 08:55:32 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/1c47251b5b1300d9a510f7163bde0663e2930516
re-alpine: A fork of alpine, now at version 2.02.
- Renamed alpine module to re-alpine
- Dropped CONFLICTS since pine is no longer in moonbase
- Added maildir patch and removed the alpine patchset
---
mail/alpine/BUILD +0/-18
mail/alpine/CONFLICTS +0/-1
mail/alpine/DETAILS +0/-25
mail/re-alpine/BUILD +14/-0
mail/re-alpine/CONFIGURE +1/-1
mail/re-alpine/DEPENDS +0/-4
mail/re-alpine/DETAILS +20/-0
7 files changed, 53 insertions (+), 67 deletions (-)
--- a/mail/alpine/BUILD
+++ /dev/null
@@ -1,18 +0,0 @@
-(
-
- 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
--- a/mail/alpine/CONFLICTS
+++ /dev/null
@@ -1 +0,0 @@
-conflicts pine
--- a/mail/alpine/DETAILS
+++ /dev/null
@@ -1,25 +0,0 @@
- MODULE=alpine
- VERSION=2.00
- SOURCE=${MODULE}-${VERSION}.tar.bz2
- SOURCE2=$MODULE-2.00-all_79.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:b5a9143a969f7a6e63325947d0c125b96f6f7021aa5bddef9ee14e34764f3fe0
- SOURCE3_VFY=sha256:22c354937019693cfc03a8864a36c30579fd98475b729e089f83ec125e4225ad
- SOURCE4_VFY=sha256:07fd3dd2ffdfe9e2c952603b9aae099d1250bc89373de3e1a5009ec5d251346b
- WEB_SITE="http://www.washington.edu/alpine/"
- ENTERED=20100712
- UPDATED=20101205
- 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
--- /dev/null
+++ b/mail/re-alpine/BUILD
@@ -0,0 +1,14 @@
+(
+
+ OPTS+=" --without-tcl \
+ --with-smime \
+ --without-passfile \
+ --with-system-pinerc=/etc/alpine.d/pine.conf \
+ --with-system-fixed-pinerc=/etc/alpine.d/pine.conf.fixed \
+ --with-ssl-certs-dir=/etc/ssl/certs"
+
+ patch_it $SOURCE2 1 &&
+
+ default_build
+
+) > $C_FIFO 2>&1
@@ -1,2 +1,2 @@
-mquery IPV6 "Enable IPV6 support?" n "--with-ipv6" "--without-ipv6"
+mquery IPV6 "Enable IPV6 support?" y "--with-ipv6" "--without-ipv6"
mquery PTHREAD "Enable pthread support?" y "--with-pthread" "--without-phtread"
@@ -11,10 +11,6 @@ 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" \
--- /dev/null
+++ b/mail/re-alpine/DETAILS
@@ -0,0 +1,20 @@
+ MODULE=re-alpine
+ VERSION=2.02
+ SOURCE=${MODULE}-${VERSION}.tar.bz2
+ SOURCE2=alpine-2.00-maildir.patch
+ SOURCE_URL=$SFORGE_URL/$MODULE
+ SOURCE2_URL=$PATCH_URL
+ SOURCE_VFY=sha256:0f2e6f56a788cb358689d72739c4d93fbac83042a10f787c65425315712b207b
+ SOURCE2_VFY=sha256:f2524f7ce7d9fc86c3a40ed92c540617040e6daab35f885e124235c5fcaed8bd
+ MAINTAINER=ratler at lunar-linux.org
+ WEB_SITE="http://sourceforge.net/projects/re-alpine/"
+ ENTERED=20100712
+ UPDATED=20120812
+ SHORT="An easy to use text-based based mail and news client"
+PSAFE=no
+cat << EOF
+Re-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. Re-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