From cc28ada3069b2f2587fe24adaf7d522745ecbb9f Mon Sep 17 00:00:00 2001 From: xtraeme Date: Sat, 6 Aug 2005 05:32:19 +0000 Subject: Initial import of etpan-0.6.1 from pkgsrc-wip. etPan is a mail client that is based on libEtPan! Features: * IMAP4rev1 / POP3 / NNTP / mbox / mh / maildir * virtual folder tree * multiple folder views and message views * smart multi-threading * PGP signing and encryption (using GnuPG as external command) * S/MIME signing and encryption (using OpenSSL as external command) * SPAM process (using bogofilter as external command) * user interface for configuration edition --- mail/etpan/DESCR | 12 ++++++++++++ mail/etpan/Makefile | 31 +++++++++++++++++++++++++++++++ mail/etpan/PLIST | 6 ++++++ mail/etpan/distinfo | 7 +++++++ mail/etpan/patches/patch-aa | 43 +++++++++++++++++++++++++++++++++++++++++++ mail/etpan/patches/patch-ab | 14 ++++++++++++++ 6 files changed, 113 insertions(+) create mode 100644 mail/etpan/DESCR create mode 100644 mail/etpan/Makefile create mode 100644 mail/etpan/PLIST create mode 100644 mail/etpan/distinfo create mode 100644 mail/etpan/patches/patch-aa create mode 100644 mail/etpan/patches/patch-ab (limited to 'mail/etpan') diff --git a/mail/etpan/DESCR b/mail/etpan/DESCR new file mode 100644 index 00000000000..be1603d3866 --- /dev/null +++ b/mail/etpan/DESCR @@ -0,0 +1,12 @@ +etPan is a mail client that is based on libEtPan! + +Features: + +* IMAP4rev1 / POP3 / NNTP / mbox / mh / maildir +* virtual folder tree +* multiple folder views and message views +* smart multi-threading +* PGP signing and encryption (using GnuPG as external command) +* S/MIME signing and encryption (using OpenSSL as external command) +* SPAM process (using bogofilter as external command) +* user interface for configuration edition diff --git a/mail/etpan/Makefile b/mail/etpan/Makefile new file mode 100644 index 00000000000..42c3b744c16 --- /dev/null +++ b/mail/etpan/Makefile @@ -0,0 +1,31 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/08/06 05:32:19 xtraeme Exp $ +# + +DISTNAME= etpan-ng-0.6.1 +PKGNAME= ${DISTNAME:S/-ng//} +CATEGORIES= mail +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libetpan/} + +MAINTAINER= dawszy@arhea.pl +HOMEPAGE= http://libetpan.sourceforge.net/etpan/ +COMMENT= Mail console client with S/MIME and PGP support + +USE_PKGLOCALEDIR= yes +USE_TOOLS+= perl:run +GNU_CONFIGURE= yes + +DOCDIR= ${LOCALBASE}/share/doc/etpan + +INSTALLATION_DIRS= share/doc/etpan + +post-install: + ${INSTALL_DATA} ${WRKSRC}/README ${DOCDIR} + ${INSTALL_DATA} ${WRKSRC}/doc/CONFIG ${DOCDIR} + ${INSTALL_DATA} ${WRKSRC}/doc/INTERNAL ${DOCDIR} + +.include "../../databases/db4/buildlink3.mk" +.include "../../devel/ncurses/buildlink3.mk" +.include "../../mail/libetpan/buildlink3.mk" +.include "../../security/openssl/buildlink3.mk" +.include "../../mk/pthread.buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/mail/etpan/PLIST b/mail/etpan/PLIST new file mode 100644 index 00000000000..77702a97057 --- /dev/null +++ b/mail/etpan/PLIST @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/08/06 05:32:19 xtraeme Exp $ +bin/etpan +share/doc/etpan/CONFIG +share/doc/etpan/INTERNAL +share/doc/etpan/README +@dirrm share/doc/etpan diff --git a/mail/etpan/distinfo b/mail/etpan/distinfo new file mode 100644 index 00000000000..090af69d931 --- /dev/null +++ b/mail/etpan/distinfo @@ -0,0 +1,7 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/08/06 05:32:19 xtraeme Exp $ + +SHA1 (etpan-ng-0.6.1.tar.gz) = 53b552c8e03d83f9d400e116383e0b48ef18676c +RMD160 (etpan-ng-0.6.1.tar.gz) = edde7cadaee1dbd68bae29faec47a8ae63015dae +Size (etpan-ng-0.6.1.tar.gz) = 372832 bytes +SHA1 (patch-aa) = 72ab16853068fc5d7f3f736411187b720d15f8a0 +SHA1 (patch-ab) = f45fadaa7b7326fe73726761c499fb2792527787 diff --git a/mail/etpan/patches/patch-aa b/mail/etpan/patches/patch-aa new file mode 100644 index 00000000000..f2013d6790b --- /dev/null +++ b/mail/etpan/patches/patch-aa @@ -0,0 +1,43 @@ +$NetBSD: patch-aa,v 1.1.1.1 2005/08/06 05:32:19 xtraeme Exp $ + +--- src/Makefile.in.orig 2005-08-05 21:37:44.000000000 +0200 ++++ src/Makefile.in 2005-08-05 21:38:46.000000000 +0200 +@@ -7,14 +7,14 @@ + bindir = @bindir@ + INSTALL = @INSTALL@ + +-SHELL = /bin/sh +-RM = rm -fr ++#SHELL = /bin/sh ++#RM = rm -fr + # CPPFLAGS is duplicated for FreeBSD compatibility +-CFLAGS = @DEFS@ @CFLAGS@ @CPPFLAGS@ +-CPPFLAGS = -I.. -Ilibversit @CPPFLAGS@ +-CC = @CC@ ++CFLAGS += @DEFS@ ++CPPFLAGS += -I.. -Ilibversit ++#CC = @CC@ + PROGS = etpan +-LDFLAGS = @LDFLAGS@ @LIBS@ ++LINKERFLAGS = @LDFLAGS@ @LIBS@ + + OBJ = \ + etpan-config.o \ +@@ -104,7 +104,7 @@ + all: all-recursive $(PROGS) + + etpan: $(OBJ) +- $(CC) -o $@ $(OBJ) $(VERSIT_OBJ) $(LDFLAGS) ++ $(CC) -o $@ $(OBJ) $(VERSIT_OBJ) $(LINKERFLAGS) + + install: etpan + $(INSTALL) -m 755 -d $(bindir) +@@ -123,7 +123,7 @@ + $(CC) $(CPPFLAGS) $(CFLAGS) -c -o $@ $< + + etpan-ldap-test: etpan-ldap-test.o etpan-ldap.o +- $(CC) -o $@ etpan-ldap-test.o etpan-ldap.o $(LDFLAGS) ++ $(CC) -o $@ etpan-ldap-test.o etpan-ldap.o $(LINKERFLAGS) + + dep: + $(CC) -M $(CFLAGS) $(OBJ:.o=.c) etpan-ldap-test.c | sed 's,\( /[^ ]*\),,g;/^ *\\$$/d' > .deps diff --git a/mail/etpan/patches/patch-ab b/mail/etpan/patches/patch-ab new file mode 100644 index 00000000000..efd50d91bcb --- /dev/null +++ b/mail/etpan/patches/patch-ab @@ -0,0 +1,14 @@ +$NetBSD: patch-ab,v 1.1.1.1 2005/08/06 05:32:19 xtraeme Exp $ + +--- src/etpan-app-subapp.c.orig 2005-08-06 07:00:51.000000000 +0200 ++++ src/etpan-app-subapp.c 2005-08-06 07:14:57.000000000 +0200 +@@ -807,7 +807,9 @@ + struct etpan_subapp * old_subapp; + int app_index; + ++#if 0 + color_reset(subapp->app); ++#endif + + old_subapp = subapp->app->current_subapp; + if (old_subapp != NULL) { -- cgit v1.2.3