summaryrefslogtreecommitdiff
path: root/mail/etpan
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2005-08-06 05:32:19 +0000
committerxtraeme <xtraeme@pkgsrc.org>2005-08-06 05:32:19 +0000
commitd8c9115abef845ec7f56ed73e359deb0122e8f2a (patch)
treef364769639ab36ea3774c1cadf3d0c7a1848c67a /mail/etpan
parentb9e3b22ee11034b00ba9b22f3dbb8586e78462cc (diff)
downloadpkgsrc-d8c9115abef845ec7f56ed73e359deb0122e8f2a.tar.gz
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
Diffstat (limited to 'mail/etpan')
-rw-r--r--mail/etpan/DESCR12
-rw-r--r--mail/etpan/Makefile31
-rw-r--r--mail/etpan/PLIST6
-rw-r--r--mail/etpan/distinfo7
-rw-r--r--mail/etpan/patches/patch-aa43
-rw-r--r--mail/etpan/patches/patch-ab14
6 files changed, 113 insertions, 0 deletions
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) {