diff options
author | kei <kei> | 2000-12-11 02:23:26 +0000 |
---|---|---|
committer | kei <kei> | 2000-12-11 02:23:26 +0000 |
commit | 42b5d6bb06aa9aa5ba9378e1165bff34982f8568 (patch) | |
tree | 0fc1c1937002ee132dc81533b8179fd29ada8971 /mail | |
parent | e8315ecd244406652b5de04aeb4082e93aa247da (diff) | |
download | pkgsrc-42b5d6bb06aa9aa5ba9378e1165bff34982f8568.tar.gz |
Initial import of "Sylpheed" package:
Sylpheed - an X based e-mail client has features (or go for it :-))
o user-friendly and intuitive interface
o 3-paned view like many Windoze-based mail client
o ability of keyboard-only operation
o Mew/Wanderlust-like key bind
o multipart MIME
o unlimited multiple account handling
o message queueing
o assortment function
o XML-based address book
o APOP support
o unread message management
o MH folder support
o multithread support (experimental)
o can import mbox
o drag & drop (partially implemented)
o fast thread display
o high-speed message processing
o lightweight resource usage
o easily customizable configuration
o "Attract by subject" faculty, which is convenient when thread is
broken on Mailing List and so on.
o supports automake + autoconf, and internationalization of message by gettext
o integrated NetNews client (partially implemented)
This package was made by Osamu OISHI <oishi@ims.ac.jp> and he posted it to
tech-pkg-ja mailing list.
XXX latest version is 0.8.4, which will (hopefully) be imported later.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/sylpheed/Makefile | 22 | ||||
-rw-r--r-- | mail/sylpheed/files/md5 | 3 | ||||
-rw-r--r-- | mail/sylpheed/pkg/COMMENT | 1 | ||||
-rw-r--r-- | mail/sylpheed/pkg/DESCR | 24 | ||||
-rw-r--r-- | mail/sylpheed/pkg/PLIST | 3 |
5 files changed, 53 insertions, 0 deletions
diff --git a/mail/sylpheed/Makefile b/mail/sylpheed/Makefile new file mode 100644 index 00000000000..cbd6a25c42a --- /dev/null +++ b/mail/sylpheed/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/12/11 02:23:26 kei Exp $ + +DISTNAME= sylpheed-0.3.23 +CATEGORIES= mail x11 +MASTER_SITES= http://sylpheed.good-day.net/sylpheed/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= oishi@ims.ac.jp +HOMEPAGE= http://sylpheed.good-day.net/index.cgi.en + +DEPENDS+= gtk+>=1.2.6:../../x11/gtk + +USE_GMAKE= yes +USE_X11= yes +USE_X11BASE= yes +HAS_CONFIGURE= yes +CONFIGURE_ARGS+=--prefix=${X11BASE} \ + --includedir=${LOCALBASE}/include \ + --libdir=${LOCALBASE}/lib \ + --enable-nls + +.include "../../mk/bsd.pkg.mk" diff --git a/mail/sylpheed/files/md5 b/mail/sylpheed/files/md5 new file mode 100644 index 00000000000..cfb5a4a3ccd --- /dev/null +++ b/mail/sylpheed/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2000/12/11 02:23:26 kei Exp $ + +MD5 (sylpheed-0.3.23.tar.bz2) = 6a21f5a501505da94c14d3a5c9f74989 diff --git a/mail/sylpheed/pkg/COMMENT b/mail/sylpheed/pkg/COMMENT new file mode 100644 index 00000000000..dd573c23ae5 --- /dev/null +++ b/mail/sylpheed/pkg/COMMENT @@ -0,0 +1 @@ +an X based e-mail client diff --git a/mail/sylpheed/pkg/DESCR b/mail/sylpheed/pkg/DESCR new file mode 100644 index 00000000000..c21ce6ed0f9 --- /dev/null +++ b/mail/sylpheed/pkg/DESCR @@ -0,0 +1,24 @@ +Sylpheed - an X based e-mail client has features (or go for it :-)) +o user-friendly and intuitive interface +o 3-paned view like many Windoze-based mail client +o ability of keyboard-only operation +o Mew/Wanderlust-like key bind +o multipart MIME +o unlimited multiple account handling +o message queueing +o assortment function +o XML-based address book +o APOP support +o unread message management +o MH folder support +o multithread support (experimental) +o can import mbox +o drag & drop (partially implemented) +o fast thread display +o high-speed message processing +o lightweight resource usage +o easily customizable configuration +o "Attract by subject" faculty, which is convenient when thread is + broken on Mailing List and so on. +o supports automake + autoconf, and internationalization of message by gettext +o integrated NetNews client (partially implemented) diff --git a/mail/sylpheed/pkg/PLIST b/mail/sylpheed/pkg/PLIST new file mode 100644 index 00000000000..ba4cc9829ee --- /dev/null +++ b/mail/sylpheed/pkg/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/12/11 02:23:26 kei Exp $ +bin/sylpheed +share/locale/ja/LC_MESSAGES/sylpheed.mo |