summaryrefslogtreecommitdiff
path: root/mail/cue
diff options
context:
space:
mode:
authorcvs <cvs@pkgsrc.org>2007-03-23 19:00:19 +0000
committercvs <cvs@pkgsrc.org>2007-03-23 19:00:19 +0000
commitda1b24d6fdfe442753c8272da5432c8fcaa1f43c (patch)
tree8c7c348db30abadfdc6b77822405d9ffe7b79103 /mail/cue
parentda5bb3f20f33565c1db65018aabd8cf59023cfef (diff)
downloadpkgsrc-da1b24d6fdfe442753c8272da5432c8fcaa1f43c.tar.gz
Creating branch jlam-pkgviewsjlam-pkgviews
Diffstat (limited to 'mail/cue')
-rw-r--r--mail/cue/DESCR12
-rw-r--r--mail/cue/Makefile56
-rw-r--r--mail/cue/PLIST6
-rw-r--r--mail/cue/distinfo9
-rw-r--r--mail/cue/patches/patch-aa30
-rw-r--r--mail/cue/patches/patch-ab12
-rw-r--r--mail/cue/patches/patch-ac15
-rw-r--r--mail/cue/patches/patch-ad16
8 files changed, 0 insertions, 156 deletions
diff --git a/mail/cue/DESCR b/mail/cue/DESCR
deleted file mode 100644
index c6aa7b26d91..00000000000
--- a/mail/cue/DESCR
+++ /dev/null
@@ -1,12 +0,0 @@
-"Cue" is a small mail user agent (mail reader/writer).
-
-Features:
-- capable of handling Japanese and English (or ASCII) emails (no Latin1, sorry)
-- S/MIME, PGP/MIME, MIME Multipart handling
-- it looks just like mh-e or mew, but is much more lightweight. It is not
- an elisp program but an independent program that uses curses.
-
-Cue requires a couple of external programs, namely:
-- a program to grab emails into folders, like inc from MH
-- a program for sending emails, like sendmail
-- an editor like vi
diff --git a/mail/cue/Makefile b/mail/cue/Makefile
deleted file mode 100644
index 47849dafbc9..00000000000
--- a/mail/cue/Makefile
+++ /dev/null
@@ -1,56 +0,0 @@
-# $NetBSD: Makefile,v 1.53 2007/01/02 12:47:22 obache Exp $
-
-DISTNAME= cue-snap-20061225
-PKGNAME= ${DISTNAME:S/snap-//}
-CATEGORIES= mail
-MASTER_SITES= ftp://sh.wide.ad.jp/WIDE/free-ware/cue/snap/
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-COMMENT= mh-e like mail user agent
-
-GNU_CONFIGURE= yes
-
-.include "../../mk/bsd.prefs.mk"
-
-.if ${PKGSRC_COMPILER} == "ido"
-CPPFLAGS+= -DNO_ATTRIBUTE
-.endif
-
-PKG_OPTIONS_VAR= PKG_OPTIONS.cue
-PKG_SUPPORTED_OPTIONS= canna idea inet6
-
-.include "../../mk/bsd.options.mk"
-
-.if !empty(PKG_OPTIONS:Minet6) && (${OPSYS} != "SunOS")
-CONFIGURE_ARGS+= --enable-ipv6
-.else
-CONFIGURE_ARGS+= --disable-ipv6
-.endif
-
-.if !empty(PKG_OPTIONS:Mcanna)
-. include "../../inputmethod/canna-lib/buildlink3.mk"
-CONFIGURE_ARGS+= --with-canna=${BUILDLINK_PREFIX.canna}
-.else
-CONFIGURE_ARGS+= --without-canna
-.endif
-
-.if !empty(PKG_OPTIONS:Midea)
-CONFIGURE_ARGS+= --enable-idea
-.endif
-
-CONFIGURE_ARGS+= --with-openssl=${SSLBASE:Q}
-CONFIGURE_ARGS+= --with-zlib=${BUILDLINK_PREFIX.zlib}
-
-INSTALLATION_DIRS= bin
-
-.include "../../security/openssl/buildlink3.mk"
-.include "../../devel/zlib/buildlink3.mk"
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/cue ${PREFIX}/bin
- ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/cue
- ${INSTALL_DATA} ${WRKSRC}/sample.cuerc ${PREFIX}/share/examples/cue
- ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/cue
- ${INSTALL_DATA} ${WRKSRC}/cue.hlp ${PREFIX}/share/doc/cue
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/mail/cue/PLIST b/mail/cue/PLIST
deleted file mode 100644
index 6da8c7d4fb7..00000000000
--- a/mail/cue/PLIST
+++ /dev/null
@@ -1,6 +0,0 @@
-@comment $NetBSD: PLIST,v 1.3 2004/05/02 17:25:15 xtraeme Exp $
-bin/cue
-share/doc/cue/cue.hlp
-share/examples/cue/sample.cuerc
-@dirrm share/examples/cue
-@dirrm share/doc/cue
diff --git a/mail/cue/distinfo b/mail/cue/distinfo
deleted file mode 100644
index 20e59cf07d6..00000000000
--- a/mail/cue/distinfo
+++ /dev/null
@@ -1,9 +0,0 @@
-$NetBSD: distinfo,v 1.28 2007/01/02 12:47:22 obache Exp $
-
-SHA1 (cue-snap-20061225.tar.gz) = 969312a638076dfc345a703e28e58ddc744815f9
-RMD160 (cue-snap-20061225.tar.gz) = 108f514086631e8b6c2990ac34459c120a798add
-Size (cue-snap-20061225.tar.gz) = 176955 bytes
-SHA1 (patch-aa) = c1ed53b1333b58dd8f794b2f028ed4c71a294c04
-SHA1 (patch-ab) = a94ec3a565bbde8e8ca064821867f7a978450687
-SHA1 (patch-ac) = 105da5dc78a6a493d3863de74ba91891653cc936
-SHA1 (patch-ad) = 0d3ce51529e2b0d7fcc051719bbd4ad008bd1b65
diff --git a/mail/cue/patches/patch-aa b/mail/cue/patches/patch-aa
deleted file mode 100644
index b7437bab496..00000000000
--- a/mail/cue/patches/patch-aa
+++ /dev/null
@@ -1,30 +0,0 @@
-$NetBSD: patch-aa,v 1.5 2006/10/22 20:59:01 schwarz Exp $
-
---- configure.orig 2005-04-27 13:54:13.000000000 +0200
-+++ configure 2006-10-22 22:53:47.000000000 +0200
-@@ -675,7 +675,7 @@
- ;;
- esac
-
--OPTS="-O"
-+OPTS=""
-
-
-
-@@ -1127,7 +1127,7 @@
- rm -fr conftest*
- fi
-
--
-+if test ${OPSYS} != "DragonFly"; then
- if test "$buggygetaddrinfo" = "yes"; then
- if test "$ipv6" = "yes"; then
- echo 'Fatal: You must get working getaddrinfo() function.'
-@@ -1135,6 +1135,7 @@
- exit 1
- fi
- fi
-+fi
-
- echo $ac_n "checking if --enable-idea option is specified""... $ac_c" 1>&6
- echo "configure:1141: checking if --enable-idea option is specified" >&5
diff --git a/mail/cue/patches/patch-ab b/mail/cue/patches/patch-ab
deleted file mode 100644
index d3984fe37bc..00000000000
--- a/mail/cue/patches/patch-ab
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-ab,v 1.4 2006/10/07 08:19:08 obache Exp $
-
---- pgp.c.orig 2006-03-27 16:24:40.000000000 +0900
-+++ pgp.c
-@@ -37,6 +37,7 @@
-
- #ifdef OPENSSL
- #include <openssl/bn.h>
-+#include <openssl/dsa.h>
- #include <openssl/rsa.h>
- #include <openssl/evp.h>
- #include <openssl/rand.h>
diff --git a/mail/cue/patches/patch-ac b/mail/cue/patches/patch-ac
deleted file mode 100644
index fd8b3f248be..00000000000
--- a/mail/cue/patches/patch-ac
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-ac,v 1.1 2006/10/22 20:59:01 schwarz Exp $
-
---- proc.c.orig 2006-10-22 22:37:56.000000000 +0200
-+++ proc.c 2006-10-22 22:39:04.000000000 +0200
-@@ -41,6 +41,10 @@
-
- #include "cue.h"
-
-+#ifdef __sgi
-+#define vfork() fork()
-+#endif
-+
- struct procs {
- struct procs *pr_next;
- int pr_pid;
diff --git a/mail/cue/patches/patch-ad b/mail/cue/patches/patch-ad
deleted file mode 100644
index ac9553e42b6..00000000000
--- a/mail/cue/patches/patch-ad
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-ad,v 1.1 2006/10/22 20:59:01 schwarz Exp $
-
---- zip.h.orig 2006-10-22 22:42:35.000000000 +0200
-+++ zip.h 2006-10-22 22:43:58.000000000 +0200
-@@ -30,6 +30,11 @@
- #ifndef _ZIP_H
- #define _ZIP_H
-
-+#ifdef NO_ATTRIBUTE
-+/* some compilers don't like it */
-+#define __attribute__(x)
-+#endif
-+
- /*
- * Definition of ZIP
- */