summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authoritojun <itojun@pkgsrc.org>2001-04-10 00:24:46 +0000
committeritojun <itojun@pkgsrc.org>2001-04-10 00:24:46 +0000
commit9d4bb52e26b3d36632363744e08c8d1582eddb99 (patch)
treeac81b38f7b5820e5cdd116aac3d0c825c8c4c96c /mail
parent0d48e61384674cdeeb9cd683019afae93f5b1038 (diff)
downloadpkgsrc-9d4bb52e26b3d36632363744e08c8d1582eddb99.tar.gz
cue - a lightweight email reader
Diffstat (limited to 'mail')
-rw-r--r--mail/cue/Makefile33
-rw-r--r--mail/cue/files/md53
-rw-r--r--mail/cue/pkg/DESCR12
-rw-r--r--mail/cue/pkg/PLIST2
4 files changed, 50 insertions, 0 deletions
diff --git a/mail/cue/Makefile b/mail/cue/Makefile
new file mode 100644
index 00000000000..185c63949b0
--- /dev/null
+++ b/mail/cue/Makefile
@@ -0,0 +1,33 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/04/10 00:24:46 itojun Exp $
+
+DISTNAME= cue-snap-20010410
+PKGNAME= cue-20010410
+CATEGORIES= mail
+MASTER_SITES= ftp://sh.wide.ad.jp/WIDE/free-ware/cue/snap/
+
+MAINTAINER= packages@netbsd.org
+COMMENT= mh-e like mail user agent
+
+.include "../../mk/bsd.prefs.mk"
+BUILD_DEFS+= USE_INET6
+
+GNU_CONFIGURE= yes
+USE_SSL= yes
+.if exists(/usr/include/openssl/rsa.h)
+CONFIGURE_ARGS+=--with-openssl=/usr
+.else
+CONFIGURE_ARGS+=--with-openssl=${LOCALBASE}
+.endif
+.if ${USE_INET6} == "YES"
+CONFIGURE_ARGS+=--enable-ipv6
+.else
+CONFIGURE_ARGS+=--disable-ipv6
+.endif
+.if defined(USE_CANNA)
+CONFIGURE_ARGS+=--with-canna=${LOCALBASE}
+.endif
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/cue ${PREFIX}/bin
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/mail/cue/files/md5 b/mail/cue/files/md5
new file mode 100644
index 00000000000..c1e8f9fa6c6
--- /dev/null
+++ b/mail/cue/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.1.1.1 2001/04/10 00:24:46 itojun Exp $
+
+SHA1 (cue-snap-20010410.tar.gz) = 01010d906aea800b0f3dcdab11d044030dcea4e7
diff --git a/mail/cue/pkg/DESCR b/mail/cue/pkg/DESCR
new file mode 100644
index 00000000000..c6aa7b26d91
--- /dev/null
+++ b/mail/cue/pkg/DESCR
@@ -0,0 +1,12 @@
+"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/pkg/PLIST b/mail/cue/pkg/PLIST
new file mode 100644
index 00000000000..e21c0dd86da
--- /dev/null
+++ b/mail/cue/pkg/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2001/04/10 00:24:46 itojun Exp $
+bin/cue