[Lunar-commits] <moonbase> pine: Moving to zdeprecated. Use alpine instead.

Stefan Wold ratler at lunar-linux.org
Mon Aug 23 18:05:36 CEST 2010


commit 46be3549759cda3cea26a9c8a5896a2af80da16c
Author: Stefan Wold <ratler at lunar-linux.org>
Date:   Mon Aug 23 18:05:36 2010 +0200

    pine: Moving to zdeprecated. Use alpine instead.
---
 mail/pine/BUILD            |   45 --------------------------------------------
 mail/pine/CONFLICTS        |    1 -
 mail/pine/DEPENDS          |    1 -
 mail/pine/DETAILS          |   22 ---------------------
 zdeprecated/pine/BUILD     |   45 ++++++++++++++++++++++++++++++++++++++++++++
 zdeprecated/pine/CONFLICTS |    1 +
 zdeprecated/pine/DEPENDS   |    1 +
 zdeprecated/pine/DETAILS   |   22 +++++++++++++++++++++
 8 files changed, 69 insertions(+), 69 deletions(-)

diff --git a/mail/pine/BUILD b/mail/pine/BUILD
deleted file mode 100644
index b60b97d..0000000
--- a/mail/pine/BUILD
+++ /dev/null
@@ -1,45 +0,0 @@
-(
-
-  if module_installed openssl ; then
-    OPTS="NOSSL=unix SSLCERTS=/etc/ssl/certs SSLINCLUDE=/usr/include/openssl SSLLIB=/usr/lib"
-  fi
-  
-  if module_installed Linux-PAM ; then
-    TARGET="lnp"
-  else
-    TARGET="slx"
-  fi
-
-  if in_depends $MODULE openldap; then
-    mkdir $SOURCE_DIRECTORY/ldap
-    ln -s /usr/lib $SOURCE_DIRECTORY/ldap/libraries
-    ln -s /usr/include $SOURCE_DIRECTORY/ldap/include
-    sedit "s;L1=\"'LDAPLIBS=../ldap/libraries/libldap.a ../ldap/libraries/liblber.a'\";L1=\"'LDAPLIBS=../ldap/libraries/liblber.so ../ldap/libraries/libldap.so'\";" build
-  fi
-
-  ./build $TARGET DEBUG="$CFLAGS" $OPTS &&
-  prepare_install $$
-
-  for FILE in bin/rpload bin/rpdump ; do
-    install -m0755 $FILE /usr/sbin
-  done &&
-
-  for FILE in bin/mtest bin/pico bin/pilot bin/pine ; do
-    install -m0755 $FILE /usr/bin
-  done &&
-
-  #  cp  imapd   /usr/sbin
-  #  cp  ipop2d  /usr/sbin
-  #  cp  ipop3d  /usr/sbin
-  
-  for MANPAGE in doc/*.1 ;  do
-    gzip -9 $MANPAGE &&
-    install -m0644 $MANPAGE.gz /usr/share/man/man1
-  done
-
-  #  if  module_installed  stunnel;  then
-  #    ln  -sf  stunnel.pem  /etc/ssl/certs/imapd.pem
-  #    ln  -sf  stunnel.pem  /etc/ssl/certs/ipop3d.pem
-  #  fi
-
-) > $C_FIFO 2>&1
diff --git a/mail/pine/CONFLICTS b/mail/pine/CONFLICTS
deleted file mode 100644
index 19ee952..0000000
--- a/mail/pine/CONFLICTS
+++ /dev/null
@@ -1 +0,0 @@
-conflicts alpine
diff --git a/mail/pine/DEPENDS b/mail/pine/DEPENDS
deleted file mode 100644
index 04b990f..0000000
--- a/mail/pine/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-optional_depends "openldap" "" "" "to enable ldap support"
diff --git a/mail/pine/DETAILS b/mail/pine/DETAILS
deleted file mode 100644
index f0acd93..0000000
--- a/mail/pine/DETAILS
+++ /dev/null
@@ -1,22 +0,0 @@
-          MODULE=pine
-         VERSION=4.64
-          SOURCE=$MODULE$VERSION.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE$VERSION
-    SOURCE_URL=ftp://ftp.cac.washington.edu/$MODULE/
-      SOURCE_VFY=sha1:b88aeb64ec2fa30bbb38fda3a051d98dc0e19c5e
-        WEB_SITE=http://www.washington.edu/pine
-         ENTERED=20010922
-         UPDATED=20050929
-           PSAFE=no
-           SHORT="text-based MIME Email client."
-
-cat << EOF
-Pine is a tool for reading, sending, and managing electronic messages.
-Pine was designed by the Office of Computing & Communications at the
-University of Washington specifically with novice computer users in
-mind, but it can be tailored to accommodate the needs of "power users"
-as well.
-The source also installs:
-  imapd - an Internet Mail Protocol Daemon,
-  pico        - a text edtior
-EOF
diff --git a/zdeprecated/pine/BUILD b/zdeprecated/pine/BUILD
new file mode 100644
index 0000000..b60b97d
--- /dev/null
+++ b/zdeprecated/pine/BUILD
@@ -0,0 +1,45 @@
+(
+
+  if module_installed openssl ; then
+    OPTS="NOSSL=unix SSLCERTS=/etc/ssl/certs SSLINCLUDE=/usr/include/openssl SSLLIB=/usr/lib"
+  fi
+  
+  if module_installed Linux-PAM ; then
+    TARGET="lnp"
+  else
+    TARGET="slx"
+  fi
+
+  if in_depends $MODULE openldap; then
+    mkdir $SOURCE_DIRECTORY/ldap
+    ln -s /usr/lib $SOURCE_DIRECTORY/ldap/libraries
+    ln -s /usr/include $SOURCE_DIRECTORY/ldap/include
+    sedit "s;L1=\"'LDAPLIBS=../ldap/libraries/libldap.a ../ldap/libraries/liblber.a'\";L1=\"'LDAPLIBS=../ldap/libraries/liblber.so ../ldap/libraries/libldap.so'\";" build
+  fi
+
+  ./build $TARGET DEBUG="$CFLAGS" $OPTS &&
+  prepare_install $$
+
+  for FILE in bin/rpload bin/rpdump ; do
+    install -m0755 $FILE /usr/sbin
+  done &&
+
+  for FILE in bin/mtest bin/pico bin/pilot bin/pine ; do
+    install -m0755 $FILE /usr/bin
+  done &&
+
+  #  cp  imapd   /usr/sbin
+  #  cp  ipop2d  /usr/sbin
+  #  cp  ipop3d  /usr/sbin
+  
+  for MANPAGE in doc/*.1 ;  do
+    gzip -9 $MANPAGE &&
+    install -m0644 $MANPAGE.gz /usr/share/man/man1
+  done
+
+  #  if  module_installed  stunnel;  then
+  #    ln  -sf  stunnel.pem  /etc/ssl/certs/imapd.pem
+  #    ln  -sf  stunnel.pem  /etc/ssl/certs/ipop3d.pem
+  #  fi
+
+) > $C_FIFO 2>&1
diff --git a/zdeprecated/pine/CONFLICTS b/zdeprecated/pine/CONFLICTS
new file mode 100644
index 0000000..19ee952
--- /dev/null
+++ b/zdeprecated/pine/CONFLICTS
@@ -0,0 +1 @@
+conflicts alpine
diff --git a/zdeprecated/pine/DEPENDS b/zdeprecated/pine/DEPENDS
new file mode 100644
index 0000000..04b990f
--- /dev/null
+++ b/zdeprecated/pine/DEPENDS
@@ -0,0 +1 @@
+optional_depends "openldap" "" "" "to enable ldap support"
diff --git a/zdeprecated/pine/DETAILS b/zdeprecated/pine/DETAILS
new file mode 100644
index 0000000..f0acd93
--- /dev/null
+++ b/zdeprecated/pine/DETAILS
@@ -0,0 +1,22 @@
+          MODULE=pine
+         VERSION=4.64
+          SOURCE=$MODULE$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE$VERSION
+    SOURCE_URL=ftp://ftp.cac.washington.edu/$MODULE/
+      SOURCE_VFY=sha1:b88aeb64ec2fa30bbb38fda3a051d98dc0e19c5e
+        WEB_SITE=http://www.washington.edu/pine
+         ENTERED=20010922
+         UPDATED=20050929
+           PSAFE=no
+           SHORT="text-based MIME Email client."
+
+cat << EOF
+Pine is a tool for reading, sending, and managing electronic messages.
+Pine was designed by the Office of Computing & Communications at the
+University of Washington specifically with novice computer users in
+mind, but it can be tailored to accommodate the needs of "power users"
+as well.
+The source also installs:
+  imapd - an Internet Mail Protocol Daemon,
+  pico        - a text edtior
+EOF


More information about the Lunar-commits mailing list