pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/sylpheed-gtk2 Initial import of sylpheed-gtk2-0.9...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2ae0112e6517
branches:  trunk
changeset: 462223:2ae0112e6517
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Sun Sep 28 11:04:28 2003 +0000

description:
Initial import of sylpheed-gtk2-0.9.5-20030906.

Sylpheed is an e-mail client (and news reader) based on GTK+, running on
X Window System, and aiming for:
  * Quick response
  * Graceful, and sophisticated interface
  * Easy configuration, intuitive operation
  * Abundant features

Currently, many features are supported including POP3, IMAP, NNTP,
multiple accounts, threading, filtering, MIME attachments, APOP, SMTP
AUTH, SSL, IPv6, GnuPG, internalization, and more.

This is the GTK+ 2.0 branch of Sylpheed, authored by Takuro Ashie and
Botond Botyanszki.

diffstat:

 mail/sylpheed-gtk2/DESCR            |   13 +
 mail/sylpheed-gtk2/Makefile         |   70 +++++
 mail/sylpheed-gtk2/PLIST            |  102 +++++++
 mail/sylpheed-gtk2/distinfo         |    4 +
 mail/sylpheed-gtk2/files/mime.types |  471 ++++++++++++++++++++++++++++++++++++
 5 files changed, 660 insertions(+), 0 deletions(-)

diffs (truncated from 680 to 300 lines):

diff -r c2db43a83540 -r 2ae0112e6517 mail/sylpheed-gtk2/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/sylpheed-gtk2/DESCR  Sun Sep 28 11:04:28 2003 +0000
@@ -0,0 +1,13 @@
+Sylpheed is an e-mail client (and news reader) based on GTK+, running on
+X Window System, and aiming for:
+  * Quick response
+  * Graceful, and sophisticated interface
+  * Easy configuration, intuitive operation
+  * Abundant features
+
+Currently, many features are supported including POP3, IMAP, NNTP,
+multiple accounts, threading, filtering, MIME attachments, APOP, SMTP
+AUTH, SSL, IPv6, GnuPG, internalization, and more.
+
+This is the GTK+ 2.0 branch of Sylpheed, authored by Takuro Ashie and
+Botond Botyanszki.
diff -r c2db43a83540 -r 2ae0112e6517 mail/sylpheed-gtk2/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/sylpheed-gtk2/Makefile       Sun Sep 28 11:04:28 2003 +0000
@@ -0,0 +1,70 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/09/28 11:04:28 xtraeme Exp $
+#
+
+DISTNAME=      sylpheed-0.9.5-gtk2-20030906
+PKGNAME=       sylpheed-gtk2-0.9.5
+CATEGORIES=    mail x11
+MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=sylpheed-gtk2/}
+
+MAINTAINER=    xtraeme%NetBSD.org@localhost
+HOMEPAGE=      http://www.homa.ne.jp/~ashie/linux/sylpheed-gtk2.html
+COMMENT=       The GTK+ 2.0 port of a lightweight, featureful, and fast e-mail client
+
+BUILD_USES_MSGFMT=      yes
+DEPENDS+=               metamail>=2.7:../../mail/metamail
+
+CONFLICTS=             sylpheed-claws-[0-9]* sylpheed-[0-9]*
+
+USE_BUILDLINK2=         yes
+USE_PKGINSTALL=         yes
+USE_PKGLOCALEDIR=       yes
+USE_X11=                yes
+USE_GMAKE=              yes
+
+GNU_CONFIGURE=          yes
+CONFIGURE_ARGS+=        --enable-nls
+CONFIGURE_ARGS+=        --enable-ssl
+CONFIGURE_ARGS+=        --enable-gpgme
+CONFIGURE_ARGS+=        --enable-compface
+
+PKG_SYSCONFSUBDIR=      sylpheed
+CONFIGURE_ARGS+=        --sysconfdir=${PKG_SYSCONFDIR}
+
+.include "../../mk/bsd.prefs.mk"
+BUILD_DEFS+=            USE_INET6 USE_OPENLDAP USE_JPILOT
+
+.if defined(USE_INET6) && ${USE_INET6} == YES
+CONFIGURE_ARGS+=        --enable-ipv6
+.endif
+
+FACES_IS_INSTALLED!=    ${PKG_INFO} -e faces || ${ECHO}
+.if empty(FACES_IS_INSTALLED)
+.  include "../../graphics/compface/buildlink2.mk"
+.else
+.  include "../../mail/faces/buildlink2.mk"
+.endif
+
+.if defined(USE_OPENLDAP) && ${USE_OPENLDAP} == YES
+CONFIGURE_ARGS+=        --enable-ldap
+.include "../../databases/openldap/buildlink2.mk"
+.endif
+
+.if defined(USE_JPILOT) && ${USE_JPILOT} == YES
+CONFIGURE_ARGS+=        --enable-jpilot
+.include "../../comms/pilot-link-libs/buildlink2.mk"
+.include "../../comms/jpilot/buildlink2.mk"
+.endif
+
+EGDIR=          ${PREFIX}/share/examples/sylpheed
+CONF_FILES=     ${EGDIR}/mime.types ${PKG_SYSCONFDIR}/mime.types
+
+post-install:
+       ${INSTALL_DATA_DIR} ${EGDIR}
+       ${INSTALL_DATA} ${FILESDIR}/mime.types ${EGDIR}
+
+.include "../../converters/libiconv/buildlink2.mk"
+.include "../../security/gpgme/buildlink2.mk"
+.include "../../security/openssl/buildlink2.mk"
+.include "../../x11/gtk2/buildlink2.mk"
+
+.include "../../mk/bsd.pkg.mk"
diff -r c2db43a83540 -r 2ae0112e6517 mail/sylpheed-gtk2/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/sylpheed-gtk2/PLIST  Sun Sep 28 11:04:28 2003 +0000
@@ -0,0 +1,102 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/09/28 11:04:29 xtraeme Exp $
+bin/sylpheed
+share/examples/sylpheed/mime.types
+${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/sylpheed.mo
+${PKGLOCALEDIR}/locale/da/LC_MESSAGES/sylpheed.mo
+${PKGLOCALEDIR}/locale/de/LC_MESSAGES/sylpheed.mo
+${PKGLOCALEDIR}/locale/el/LC_MESSAGES/sylpheed.mo
+${PKGLOCALEDIR}/locale/es/LC_MESSAGES/sylpheed.mo
+${PKGLOCALEDIR}/locale/et/LC_MESSAGES/sylpheed.mo
+${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/sylpheed.mo
+${PKGLOCALEDIR}/locale/gl/LC_MESSAGES/sylpheed.mo
+${PKGLOCALEDIR}/locale/hr/LC_MESSAGES/sylpheed.mo
+${PKGLOCALEDIR}/locale/hu/LC_MESSAGES/sylpheed.mo
+${PKGLOCALEDIR}/locale/it/LC_MESSAGES/sylpheed.mo
+${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/sylpheed.mo
+${PKGLOCALEDIR}/locale/ko/LC_MESSAGES/sylpheed.mo
+${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/sylpheed.mo
+${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/sylpheed.mo
+${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/sylpheed.mo
+${PKGLOCALEDIR}/locale/ro/LC_MESSAGES/sylpheed.mo
+${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/sylpheed.mo
+${PKGLOCALEDIR}/locale/sk/LC_MESSAGES/sylpheed.mo
+${PKGLOCALEDIR}/locale/sl/LC_MESSAGES/sylpheed.mo
+${PKGLOCALEDIR}/locale/sr/LC_MESSAGES/sylpheed.mo
+${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/sylpheed.mo
+${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/sylpheed.mo
+${PKGLOCALEDIR}/locale/zh_CN/LC_MESSAGES/sylpheed.mo
+${PKGLOCALEDIR}/locale/zh_TW.Big5/LC_MESSAGES/sylpheed.mo
+share/sylpheed/faq/de/sylpheed-faq-1.html
+share/sylpheed/faq/de/sylpheed-faq-2.html
+share/sylpheed/faq/de/sylpheed-faq-3.html
+share/sylpheed/faq/de/sylpheed-faq.html
+share/sylpheed/faq/en/sylpheed-faq-1.html
+share/sylpheed/faq/en/sylpheed-faq-2.html
+share/sylpheed/faq/en/sylpheed-faq-3.html
+share/sylpheed/faq/en/sylpheed-faq.html
+share/sylpheed/faq/es/sylpheed-faq-1.html
+share/sylpheed/faq/es/sylpheed-faq-2.html
+share/sylpheed/faq/es/sylpheed-faq-3.html
+share/sylpheed/faq/es/sylpheed-faq.html
+share/sylpheed/faq/fr/sylpheed-faq-1.html
+share/sylpheed/faq/fr/sylpheed-faq-2.html
+share/sylpheed/faq/fr/sylpheed-faq-3.html
+share/sylpheed/faq/fr/sylpheed-faq.html
+share/sylpheed/faq/it/sylpheed-faq-1.html
+share/sylpheed/faq/it/sylpheed-faq-2.html
+share/sylpheed/faq/it/sylpheed-faq-3.html
+share/sylpheed/faq/it/sylpheed-faq.html
+share/sylpheed/manual/en/sylpheed-1.html
+share/sylpheed/manual/en/sylpheed-10.html
+share/sylpheed/manual/en/sylpheed-11.html
+share/sylpheed/manual/en/sylpheed-12.html
+share/sylpheed/manual/en/sylpheed-13.html
+share/sylpheed/manual/en/sylpheed-14.html
+share/sylpheed/manual/en/sylpheed-15.html
+share/sylpheed/manual/en/sylpheed-16.html
+share/sylpheed/manual/en/sylpheed-17.html
+share/sylpheed/manual/en/sylpheed-18.html
+share/sylpheed/manual/en/sylpheed-19.html
+share/sylpheed/manual/en/sylpheed-2.html
+share/sylpheed/manual/en/sylpheed-20.html
+share/sylpheed/manual/en/sylpheed-3.html
+share/sylpheed/manual/en/sylpheed-4.html
+share/sylpheed/manual/en/sylpheed-5.html
+share/sylpheed/manual/en/sylpheed-6.html
+share/sylpheed/manual/en/sylpheed-7.html
+share/sylpheed/manual/en/sylpheed-8.html
+share/sylpheed/manual/en/sylpheed-9.html
+share/sylpheed/manual/en/sylpheed.html
+share/sylpheed/manual/ja/sylpheed-1.html
+share/sylpheed/manual/ja/sylpheed-10.html
+share/sylpheed/manual/ja/sylpheed-11.html
+share/sylpheed/manual/ja/sylpheed-12.html
+share/sylpheed/manual/ja/sylpheed-13.html
+share/sylpheed/manual/ja/sylpheed-14.html
+share/sylpheed/manual/ja/sylpheed-15.html
+share/sylpheed/manual/ja/sylpheed-16.html
+share/sylpheed/manual/ja/sylpheed-17.html
+share/sylpheed/manual/ja/sylpheed-18.html
+share/sylpheed/manual/ja/sylpheed-19.html
+share/sylpheed/manual/ja/sylpheed-2.html
+share/sylpheed/manual/ja/sylpheed-20.html
+share/sylpheed/manual/ja/sylpheed-3.html
+share/sylpheed/manual/ja/sylpheed-4.html
+share/sylpheed/manual/ja/sylpheed-5.html
+share/sylpheed/manual/ja/sylpheed-6.html
+share/sylpheed/manual/ja/sylpheed-7.html
+share/sylpheed/manual/ja/sylpheed-8.html
+share/sylpheed/manual/ja/sylpheed-9.html
+share/sylpheed/manual/ja/sylpheed.html
+share/sylpheed/manual/ja/sylpheed.sgml
+@dirrm share/sylpheed/manual/ja
+@dirrm share/sylpheed/manual/en
+@dirrm share/sylpheed/manual
+@dirrm share/sylpheed/faq/it
+@dirrm share/sylpheed/faq/fr
+@dirrm share/sylpheed/faq/es
+@dirrm share/sylpheed/faq/en
+@dirrm share/sylpheed/faq/de
+@dirrm share/sylpheed/faq
+@dirrm share/sylpheed
+@dirrm share/examples/sylpheed
diff -r c2db43a83540 -r 2ae0112e6517 mail/sylpheed-gtk2/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/sylpheed-gtk2/distinfo       Sun Sep 28 11:04:28 2003 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2003/09/28 11:04:29 xtraeme Exp $
+
+SHA1 (sylpheed-0.9.5-gtk2-20030906.tar.gz) = d789b6d82f9384bbcfcd6acd1840008907edcb97
+Size (sylpheed-0.9.5-gtk2-20030906.tar.gz) = 3084156 bytes
diff -r c2db43a83540 -r 2ae0112e6517 mail/sylpheed-gtk2/files/mime.types
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/sylpheed-gtk2/files/mime.types       Sun Sep 28 11:04:28 2003 +0000
@@ -0,0 +1,471 @@
+# This is a comment. I love comments.
+
+# This file controls what Internet media types are sent to the client for
+# given file extension(s).  Sending the correct media type to the client
+# is important so they know how to handle the content of the file.
+# Extra types can either be added here or by using an AddType directive
+# in your config files. For more information about Internet media types,
+# please read RFC 2045, 2046, 2047, 2048, and 2077.  The Internet media type
+# registry is at <ftp://ftp.iana.org/assignments/media-types/>.
+
+# MIME type                    Extension
+application/EDI-Consent
+application/EDI-X12
+application/EDIFACT
+application/activemessage
+application/andrew-inset       ez
+application/applefile
+application/atomicmail
+application/batch-SMTP
+application/beep+xml
+application/cals-1840
+application/commonground
+application/cybercash
+application/dca-rft
+application/dec-dx
+application/dvcs
+application/eshop
+application/http
+application/hyperstudio
+application/iges
+application/index
+application/index.cmd
+application/index.obj
+application/index.response
+application/index.vnd
+application/iotp
+application/ipp
+application/isup
+application/font-tdpfr
+application/mac-binhex40       hqx
+application/mac-compactpro     cpt
+application/macwriteii
+application/marc
+application/mathematica
+application/mathematica-old
+application/msword             doc
+application/news-message-id
+application/news-transmission
+application/ocsp-request
+application/ocsp-response
+application/octet-stream       bin dms lha lzh exe class so dll
+application/oda                        oda
+application/parityfec
+application/pdf                        pdf
+application/pgp-encrypted
+application/pgp-keys
+application/pgp-signature
+application/pkcs10
+application/pkcs7-mime
+application/pkcs7-signature
+application/pkix-cert
+application/pkix-crl
+application/pkixcmp
+application/postscript         ai eps ps
+application/prs.alvestrand.titrax-sheet
+application/prs.cww
+application/prs.nprend
+application/qsig
+application/remote-printing
+application/riscos
+application/rtf
+application/sdp
+application/set-payment
+application/set-payment-initiation
+application/set-registration
+application/set-registration-initiation
+application/sgml
+application/sgml-open-catalog
+application/sieve
+application/slate
+application/smil               smi smil
+application/timestamp-query
+application/timestamp-reply
+application/vemmi
+application/vnd.3M.Post-it-Notes
+application/vnd.FloGraphIt
+application/vnd.accpac.simply.aso
+application/vnd.accpac.simply.imp
+application/vnd.acucobol
+application/vnd.aether.imp
+application/vnd.anser-web-certificate-issue-initiation



Home | Main Index | Thread Index | Old Index