pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/cone Import cone-0.73 as pkgsrc/mail/cone:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/369c9433ae55
branches:  trunk
changeset: 535327:369c9433ae55
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Tue Nov 13 18:02:15 2007 +0000

description:
Import cone-0.73 as pkgsrc/mail/cone:

Cone is a text-based mail client.  Cone seamlessly handles multiple
POP3, IMAP accounts, and local mail folders.  Cone is also a simple
newsreader.  Cone's interface is foolproof enough to be used by
inexperienced users, but it also offers advanced features for power
users.  Cone also serves as a platform for development of a new
experimental network mail access protocol, SMAP, that offers additional
functionality not available with IMAP or POP3.

diffstat:

 mail/cone/DESCR            |    7 +
 mail/cone/Makefile         |   32 ++++++++
 mail/cone/PLIST            |  165 +++++++++++++++++++++++++++++++++++++++++++++
 mail/cone/distinfo         |   11 +++
 mail/cone/options.mk       |   22 ++++++
 mail/cone/patches/patch-aa |   13 +++
 mail/cone/patches/patch-ab |   13 +++
 mail/cone/patches/patch-ac |   36 +++++++++
 mail/cone/patches/patch-ad |   24 ++++++
 mail/cone/patches/patch-ae |   21 +++++
 mail/cone/patches/patch-af |   16 ++++
 11 files changed, 360 insertions(+), 0 deletions(-)

diffs (truncated from 404 to 300 lines):

diff -r 8f0e728acc1b -r 369c9433ae55 mail/cone/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/cone/DESCR   Tue Nov 13 18:02:15 2007 +0000
@@ -0,0 +1,7 @@
+Cone is a text-based mail client.  Cone seamlessly handles multiple
+POP3, IMAP accounts, and local mail folders.  Cone is also a simple
+newsreader.  Cone's interface is foolproof enough to be used by
+inexperienced users, but it also offers advanced features for power
+users.  Cone also serves as a platform for development of a new
+experimental network mail access protocol, SMAP, that offers additional
+functionality not available with IMAP or POP3.
diff -r 8f0e728acc1b -r 369c9433ae55 mail/cone/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/cone/Makefile        Tue Nov 13 18:02:15 2007 +0000
@@ -0,0 +1,32 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/11/13 18:02:15 jlam Exp $
+
+DISTNAME=      cone-0.73
+CATEGORIES=    mail
+MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=courier/}
+EXTRACT_SUFX=  .tar.bz2
+
+MAINTAINER=    jlam%pkgsrc.org@localhost
+HOMEPAGE=      http://www.courier-mta.org/cone/
+COMMENT=       console newsreader and emailer
+
+USE_TOOLS+=            gmake
+USE_LANGUAGES=         c c++
+GCC_REQD+=             3.0     # need Standard C++ Library
+
+.include "options.mk"
+
+GNU_CONFIGURE=         yes
+CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR}
+CONFIGURE_ARGS+=       --without-certdb
+
+EGDIR=                 ${PREFIX}/share/examples/cone
+INSTALL_AM_MAKEFLAGS+= sysconfdir=${EGDIR:Q}
+INSTALL_MAKE_FLAGS=    ${MAKE_FLAGS} AM_MAKEFLAGS=${INSTALL_AM_MAKEFLAGS:Q}
+
+CONF_FILES=            ${EGDIR}/cone.dist ${PKG_SYSCONFDIR}/cone
+
+.include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../security/openssl/buildlink3.mk"
+.include "../../textproc/libxml2/buildlink3.mk"
+.include "../../mk/curses.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 8f0e728acc1b -r 369c9433ae55 mail/cone/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/cone/PLIST   Tue Nov 13 18:02:15 2007 +0000
@@ -0,0 +1,165 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/11/13 18:02:15 jlam Exp $
+bin/cone
+bin/leaf
+bin/mailtool
+libexec/cone
+man/man1/cone.1
+man/man1/leaf.1
+man/man1/mailtool.1
+share/cone/APPLICATION.PDF.filter
+share/cone/FAQ.html
+share/cone/IMAGE.GIF.filter
+share/cone/IMAGE.JPEG.filter
+share/cone/IMAGE.PNG.filter
+share/cone/INSTALL.html
+share/cone/README.html
+share/cone/account-checknewmail.html
+share/cone/account-copymessagesto.html
+share/cone/account-createfolder.html
+share/cone/account-deletefolder.html
+share/cone/account-delrights.html
+share/cone/account-getfolderfrompath.html
+share/cone/account-getfolderfromstring.html
+share/cone/account-getfolderindexinfo.html
+share/cone/account-getfolderindexsize.html
+share/cone/account-getfolderkeywordinfo.html
+share/cone/account-getmessagecontent.html
+share/cone/account-getmessagecontentdecoded.html
+share/cone/account-getmessageenvelope.html
+share/cone/account-getmessagestructure.html
+share/cone/account-getmyrights.html
+share/cone/account-getparentfolder.html
+share/cone/account-getrights.html
+share/cone/account-getsubfolders.html
+share/cone/account-gettoplevelfolders.html
+share/cone/account-libmail-addmessage.html
+share/cone/account-login.html
+share/cone/account-logout.html
+share/cone/account-movemessagesto.html
+share/cone/account-openfolder.html
+share/cone/account-readfolderinfo.html
+share/cone/account-removemessages.html
+share/cone/account-renamefolder.html
+share/cone/account-savefolderindexinfo.html
+share/cone/account-searchmessages.html
+share/cone/account-send.html
+share/cone/account-setrights.html
+share/cone/account-translatepath.html
+share/cone/account-updatefolderindexflags.html
+share/cone/account-updatefolderindexinfo.html
+share/cone/account-updatekeywords.html
+share/cone/add.html
+share/cone/address.html
+share/cone/attributes.html
+share/cone/bk01-toc.html
+share/cone/cone.hlp
+share/cone/cone.html
+share/cone/cone00index.html
+share/cone/cone01folderlist.html
+share/cone/cone02folderindex.html
+share/cone/cone03messageview.html
+share/cone/cone04writemessage.html
+share/cone/cone05setup.html
+share/cone/cone06newaccount.html
+share/cone/cone07remoteconfig.html
+share/cone/cone08gpg.html
+share/cone/cone09masterpassword.html
+share/cone/cone10encryption.html
+share/cone/cone11filters.html
+share/cone/cone12addressbook.html
+share/cone/cone13ldapaddressbook.html
+share/cone/conn.html
+share/cone/cppnamespace.html
+share/cone/emailaddress.html
+share/cone/envelope.html
+share/cone/folder-addmessage.html
+share/cone/folder-clone.html
+share/cone/folder-create.html
+share/cone/folder-createsubfolder.html
+share/cone/folder-delrights.html
+share/cone/folder-destroy.html
+share/cone/folder-getmyrights.html
+share/cone/folder-getname.html
+share/cone/folder-getparentfolder.html
+share/cone/folder-getpath.html
+share/cone/folder-getrights.html
+share/cone/folder-hasmessages.html
+share/cone/folder-hassubfolders.html
+share/cone/folder-isparentof.html
+share/cone/folder-open.html
+share/cone/folder-readfolderinfo.html
+share/cone/folder-readsubfolders.html
+share/cone/folder-renamefolder.html
+share/cone/folder-setrights.html
+share/cone/folder-tostring.html
+share/cone/header-addresslist.html
+share/cone/header-encoded.html
+share/cone/header-list.html
+share/cone/header-mime.html
+share/cone/header-plain.html
+share/cone/http.handler
+share/cone/https.handler
+share/cone/icon.gif
+share/cone/index.html
+share/cone/leaf.html
+share/cone/libmail-folder.html
+share/cone/libmail-misc.html
+share/cone/libmail.html
+share/cone/libmailapi.html
+share/cone/mail-attachments.html
+share/cone/mail-checknewmail.html
+share/cone/mail-copymessagesto.html
+share/cone/mail-findfolder.html
+share/cone/mail-folderfromstring.html
+share/cone/mail-getfolderindexinfo.html
+share/cone/mail-getfolderindexsize.html
+share/cone/mail-getfolderkeywordinfo.html
+share/cone/mail-getsendfolder.html
+share/cone/mail-hascapability.html
+share/cone/mail-headers.html
+share/cone/mail-homedir.html
+share/cone/mail-hostname.html
+share/cone/mail-isremoteurl.html
+share/cone/mail-loginurldecode.html
+share/cone/mail-loginurlencode.html
+share/cone/mail-logout.html
+share/cone/mail-movemessagesto.html
+share/cone/mail-open.html
+share/cone/mail-poll.html
+share/cone/mail-process.html
+share/cone/mail-readmsgattr.html
+share/cone/mail-readmsgcontent.html
+share/cone/mail-readmsgcontentdecoded.html
+share/cone/mail-readtoplevel.html
+share/cone/mail-removemessages.html
+share/cone/mail-resume.html
+share/cone/mail-savefolderindexinfo.html
+share/cone/mail-searchmessages.html
+share/cone/mail-setappcharset.html
+share/cone/mail-translatepath.html
+share/cone/mail-updatefolderindexflags.html
+share/cone/mail-updatefolderindexinfo.html
+share/cone/mail-updatekeywords.html
+share/cone/mail-updatenotify.html
+share/cone/mail-upper.html
+share/cone/maillist.html
+share/cone/mailtool.html
+share/cone/manpage.css
+share/cone/mimestruct.html
+share/cone/misc.html
+share/cone/moredocs.html
+share/cone/native.html
+share/cone/search.html
+share/cone/smap1.html
+share/cone/smapconcurrency.html
+share/cone/smapcopymovemessages.html
+share/cone/smapfolders.html
+share/cone/smaplogout.html
+share/cone/smapmessagecontents.html
+share/cone/smapsyntax.html
+share/cone/smapusingfolders.html
+share/cone/store.html
+share/cone/synchronous.html
+share/examples/cone/cone.dist
+@dirrm share/examples/cone
+@dirrm share/cone
diff -r 8f0e728acc1b -r 369c9433ae55 mail/cone/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/cone/distinfo        Tue Nov 13 18:02:15 2007 +0000
@@ -0,0 +1,11 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/11/13 18:02:15 jlam Exp $
+
+SHA1 (cone-0.73.tar.bz2) = 99adc13fa70e26cc4e107808acde6d7c272f630d
+RMD160 (cone-0.73.tar.bz2) = ee51f79c34e08b45e300a3e8e93cf6ab659315a1
+Size (cone-0.73.tar.bz2) = 4148825 bytes
+SHA1 (patch-aa) = 379e4875619bda6d7094f906e2cba34f19d879fe
+SHA1 (patch-ab) = 897bec29acdab95f679a3b95195614ae94509e29
+SHA1 (patch-ac) = 2a6a8ad9c8cc6773b219bfbefabc11eac31f6cb3
+SHA1 (patch-ad) = 578dde2e725ca4e1b332ad2e9135446534aa3184
+SHA1 (patch-ae) = f11842f29aadd91aaab74dff8583d6b62c06673d
+SHA1 (patch-af) = e78186b709c4eae63b5b05e5bf57dcc6a2967613
diff -r 8f0e728acc1b -r 369c9433ae55 mail/cone/options.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/cone/options.mk      Tue Nov 13 18:02:15 2007 +0000
@@ -0,0 +1,22 @@
+PKG_OPTIONS_VAR=               PKG_OPTIONS.cone
+PKG_SUPPORTED_OPTIONS=         aspell ldap
+PKG_SUGGESTED_OPTIONS=         aspell ldap
+
+.include "../../mk/bsd.options.mk"
+
+# Package-specific option-handling
+
+###
+### LDAP addressbook support
+###
+.if !empty(PKG_OPTIONS:Mldap)
+.  include "../../databases/openldap-client/buildlink3.mk"
+.endif
+
+###
+### Aspell spell-check support
+###
+.if !empty(PKG_OPTIONS:Maspell)
+.  include "../../textproc/aspell/buildlink3.mk"
+CONFIGURE_ARGS+=       --with-spellcheck=aspell
+.endif
diff -r 8f0e728acc1b -r 369c9433ae55 mail/cone/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/cone/patches/patch-aa        Tue Nov 13 18:02:15 2007 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2007/11/13 18:02:15 jlam Exp $
+
+--- curses/configure.in.orig   Sat Nov 20 02:37:20 2004
++++ curses/configure.in
+@@ -101,7 +101,7 @@ AC_C_CONST
+ dnl Checks for library functions.
+ AC_TYPE_SIGNAL
+ 
+-AC_CHECK_FUNCS(glob)
++AC_CHECK_FUNCS(glob mbrtowc wcrtomb)
+ if test "$GXX" = "yes"
+ then
+       CPPFLAGS="-Wall $CPPFLAGS"
diff -r 8f0e728acc1b -r 369c9433ae55 mail/cone/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/cone/patches/patch-ab        Tue Nov 13 18:02:15 2007 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1.1.1 2007/11/13 18:02:15 jlam Exp $
+
+--- curses/configure.orig      Sun Jul 22 00:35:48 2007
++++ curses/configure
+@@ -5846,7 +5846,7 @@ _ACEOF
+ 
+ 
+ 
+-for ac_func in glob
++for ac_func in glob mbrtowc wcrtomb
+ do
+ as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
+ { echo "$as_me:$LINENO: checking for $ac_func" >&5
diff -r 8f0e728acc1b -r 369c9433ae55 mail/cone/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/cone/patches/patch-ac        Tue Nov 13 18:02:15 2007 +0000
@@ -0,0 +1,36 @@
+$NetBSD: patch-ac,v 1.1.1.1 2007/11/13 18:02:15 jlam Exp $
+
+--- curses/curses.C.orig       Sat Mar 27 16:05:46 2004
++++ curses/curses.C
+@@ -422,6 +422,16 @@ bool Curses::processKeyInFocus(const Key



Home | Main Index | Thread Index | Old Index