summaryrefslogtreecommitdiff
path: root/mail/cue
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2008-04-26 17:44:23 +0000
committerjoerg <joerg@pkgsrc.org>2008-04-26 17:44:23 +0000
commitb250ef9c06d0a0b7e6dee5ec70935e71539317f1 (patch)
tree9730a4ced715af26f4695c5fde3bbf561cc5a989 /mail/cue
parent4d3a05f90fde8d2049f15f616a41b77d4f639eb2 (diff)
downloadpkgsrc-b250ef9c06d0a0b7e6dee5ec70935e71539317f1.tar.gz
Add a clean pkg_add implementation on top of libarchive and libfetch.
Known regressions: - "pkg_add -" (aka reading from stdin) is currently not supported - "pkg_add -s" is not supported either - no progress reports for the downloads - binary packages with hardlinks created by pkg_create before pkg_install-20080422 will not extract correctly (libarchive issue) - no adhoc check for potential conflicts between dependencies and already installed packages Features: - Twice as fast for the typical case of /var/tmp and /usr/pkg on different filesystems - Standalone - implicit conflict detection before actual installation.
Diffstat (limited to 'mail/cue')
-rw-r--r--mail/cue/DESCR12
-rw-r--r--mail/cue/Makefile60
-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, 160 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 8ec0422451e..00000000000
--- a/mail/cue/Makefile
+++ /dev/null
@@ -1,60 +0,0 @@
-# $NetBSD: Makefile,v 1.55 2008/03/04 17:57:18 jlam Exp $
-
-DISTNAME= cue-snap-20061225
-PKGNAME= ${DISTNAME:S/snap-//}
-PKGREVISION= 1
-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
-
-PKG_DESTDIR_SUPPORT= user-destdir
-
-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 ${DESTDIR}${PREFIX}/bin
- ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/examples/cue
- ${INSTALL_DATA} ${WRKSRC}/sample.cuerc \
- ${DESTDIR}${PREFIX}/share/examples/cue
- ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/cue
- ${INSTALL_DATA} ${WRKSRC}/cue.hlp ${DESTDIR}${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
- */