[Lunar-commits] <moonbase> alpine: Moved from zbeta -> mail
Stefan Wold
ratler at lunar-linux.org
Sun Dec 5 22:20:51 CET 2010
commit 817ca2e06d3fdbf08eca07242c98bb415f5c7014
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Sun Dec 5 22:20:51 2010 +0100
alpine: Moved from zbeta -> mail
---
mail/alpine/BUILD | 18 ++++++++++++++++++
mail/alpine/CONFIGURE | 2 ++
mail/alpine/CONFLICTS | 1 +
mail/alpine/DEPENDS | 21 +++++++++++++++++++++
mail/alpine/DETAILS | 25 +++++++++++++++++++++++++
zbeta/alpine/BUILD | 18 ------------------
zbeta/alpine/CONFIGURE | 2 --
zbeta/alpine/CONFLICTS | 1 -
zbeta/alpine/DEPENDS | 21 ---------------------
zbeta/alpine/DETAILS | 25 -------------------------
10 files changed, 67 insertions(+), 67 deletions(-)
diff --git a/mail/alpine/BUILD b/mail/alpine/BUILD
new file mode 100644
index 0000000..5a84068
--- /dev/null
+++ b/mail/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/mail/alpine/CONFIGURE b/mail/alpine/CONFIGURE
new file mode 100644
index 0000000..40cb35c
--- /dev/null
+++ b/mail/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/mail/alpine/CONFLICTS b/mail/alpine/CONFLICTS
new file mode 100644
index 0000000..4c32000
--- /dev/null
+++ b/mail/alpine/CONFLICTS
@@ -0,0 +1 @@
+conflicts pine
diff --git a/mail/alpine/DEPENDS b/mail/alpine/DEPENDS
new file mode 100644
index 0000000..aaede0a
--- /dev/null
+++ b/mail/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/mail/alpine/DETAILS b/mail/alpine/DETAILS
new file mode 100644
index 0000000..cd8fb17
--- /dev/null
+++ b/mail/alpine/DETAILS
@@ -0,0 +1,25 @@
+ 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
diff --git a/zbeta/alpine/BUILD b/zbeta/alpine/BUILD
deleted file mode 100644
index 5a84068..0000000
--- a/zbeta/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
diff --git a/zbeta/alpine/CONFIGURE b/zbeta/alpine/CONFIGURE
deleted file mode 100644
index 40cb35c..0000000
--- a/zbeta/alpine/CONFIGURE
+++ /dev/null
@@ -1,2 +0,0 @@
-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
deleted file mode 100644
index 4c32000..0000000
--- a/zbeta/alpine/CONFLICTS
+++ /dev/null
@@ -1 +0,0 @@
-conflicts pine
diff --git a/zbeta/alpine/DEPENDS b/zbeta/alpine/DEPENDS
deleted file mode 100644
index aaede0a..0000000
--- a/zbeta/alpine/DEPENDS
+++ /dev/null
@@ -1,21 +0,0 @@
-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
deleted file mode 100644
index cd8fb17..0000000
--- a/zbeta/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
More information about the Lunar-commits
mailing list