pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/sylpheed-devel Initial import of sylpheed 1.9.x d...
details: https://anonhg.NetBSD.org/pkgsrc/rev/6fd36eb28daf
branches: trunk
changeset: 491546:6fd36eb28daf
user: chris <chris%pkgsrc.org@localhost>
date: Fri Mar 25 12:57:05 2005 +0000
description:
Initial import of sylpheed 1.9.x development branch. Currently at
version 1.9.6.
Main difference is that the branch uses gtk+ v2, rather than gtk.
Note that it still installs as sylpheed (but version 1.9.x)
diffstat:
mail/sylpheed-devel/DESCR | 17 +
mail/sylpheed-devel/Makefile | 75 ++++
mail/sylpheed-devel/PLIST | 104 ++++++
mail/sylpheed-devel/distinfo | 5 +
mail/sylpheed-devel/files/mime.types | 592 +++++++++++++++++++++++++++++++++++
5 files changed, 793 insertions(+), 0 deletions(-)
diffs (truncated from 813 to 300 lines):
diff -r 832492d38ba9 -r 6fd36eb28daf mail/sylpheed-devel/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/sylpheed-devel/DESCR Fri Mar 25 12:57:05 2005 +0000
@@ -0,0 +1,17 @@
+Sylpheed is an e-mail client (and news reader) based on GTK+ v2, running on
+X Window System, and aiming for
+
+ * Quick response
+ * Graceful, and sophisticated interface
+ * Easy configuration, intuitive operation
+ * Abundant features
+
+The appearance and interface are similar to some popular e-mail clients for
+Windows, such as Outlook Express, Becky!, and Datula. The interface is also
+designed to emulate the mailers on Emacsen, and almost all commands are
+accessible with the keyboard.
+
+The messages are managed by MH format, and you'll be able to use it together
+with another mailer based on MH format (like Mew). You can also utilize
+fetchmail or/and procmail, and external programs on receiving (like inc or
+imget).
diff -r 832492d38ba9 -r 6fd36eb28daf mail/sylpheed-devel/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/sylpheed-devel/Makefile Fri Mar 25 12:57:05 2005 +0000
@@ -0,0 +1,75 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/03/25 12:57:05 chris Exp $
+
+DISTNAME= sylpheed-1.9.6
+CATEGORIES= mail news x11
+MASTER_SITES= http://sylpheed.good-day.net/sylpheed/v1.9/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= chris%NetBSD.org@localhost
+HOMEPAGE= http://sylpheed.good-day.net/index.cgi.en
+COMMENT= X based e-mail and netnews client
+
+BUILD_USES_MSGFMT= yes
+DEPENDS+= metamail>=2.7:../../mail/metamail
+
+CONFLICTS= sylpheed-claws-[0-9]* sylpheed-gtk2-[0-9]*
+
+USE_BUILDLINK3= yes
+USE_PKGINSTALL= yes
+USE_PKGLOCALEDIR= yes
+USE_X11= yes
+USE_GNU_TOOLS+= make
+
+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}
+
+PKG_OPTIONS_VAR= PKG_OPTIONS.sylpheed-devel
+PKG_SUPPORTED_OPTIONS= jpilot ldap inet6
+
+.include "../../mk/bsd.options.mk"
+
+.if !empty(PKG_OPTIONS:Minet6)
+CONFIGURE_ARGS+= --enable-ipv6
+.else
+CONFIGURE_ARGS+= --disable-ipv6
+.endif
+
+FACES_IS_INSTALLED!= ${PKG_INFO} -e faces || ${ECHO}
+.if empty(FACES_IS_INSTALLED)
+. include "../../graphics/compface/buildlink3.mk"
+.else
+. include "../../mail/faces/buildlink3.mk"
+.endif
+
+.if !empty(PKG_OPTIONS:Mldap)
+CONFIGURE_ARGS+= --enable-ldap
+.include "../../databases/openldap/buildlink3.mk"
+.endif
+
+.if !empty(PKG_OPTIONS:Mjpilot)
+CONFIGURE_ARGS+= --enable-jpilot
+.include "../../comms/pilot-link-libs/buildlink3.mk"
+.include "../../comms/jpilot/buildlink3.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/buildlink3.mk"
+.include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../security/gpgme/buildlink3.mk"
+.include "../../security/openssl/buildlink3.mk"
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
+
+.include "../../mk/bsd.pkg.mk"
diff -r 832492d38ba9 -r 6fd36eb28daf mail/sylpheed-devel/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/sylpheed-devel/PLIST Fri Mar 25 12:57:05 2005 +0000
@@ -0,0 +1,104 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/03/25 12:57:05 chris Exp $
+bin/sylpheed
+share/examples/sylpheed/mime.types
+${PKGLOCALEDIR}/locale/bg/LC_MESSAGES/sylpheed.mo
+${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/uk/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 832492d38ba9 -r 6fd36eb28daf mail/sylpheed-devel/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/sylpheed-devel/distinfo Fri Mar 25 12:57:05 2005 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/03/25 12:57:05 chris Exp $
+
+SHA1 (sylpheed-1.9.6.tar.bz2) = e9d0de42afe1178f361fffdd6262bfae226a9934
+RMD160 (sylpheed-1.9.6.tar.bz2) = 060f5328e0596daf77e93bcf5d9e3dd98288d1f9
+Size (sylpheed-1.9.6.tar.bz2) = 2226203 bytes
diff -r 832492d38ba9 -r 6fd36eb28daf mail/sylpheed-devel/files/mime.types
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/sylpheed-devel/files/mime.types Fri Mar 25 12:57:05 2005 +0000
@@ -0,0 +1,592 @@
+# 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 <http://www.iana.org/assignments/media-types/>.
+
+# MIME type Extensions
+application/activemessage
+application/andrew-inset ez
+application/applefile
+application/atom+xml atom
+application/atomicmail
+application/batch-smtp
+application/beep+xml
+application/cals-1840
+application/cnrp+xml
+application/commonground
+application/cpl+xml
+application/cybercash
+application/dca-rft
+application/dec-dx
+application/dvcs
+application/edi-consent
+application/edifact
+application/edi-x12
+application/eshop
+application/font-tdpfr
+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/mac-binhex40 hqx
+application/mac-compactpro cpt
+application/macwriteii
+application/marc
+application/mathematica
+application/mathml+xml mathml
+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 dmg
+application/oda oda
+application/ogg ogg
+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/prs.plucker
+application/qsig
+application/rdf+xml rdf
+application/reginfo+xml
+application/remote-printing
+application/riscos
+application/rtf
+application/sdp
Home |
Main Index |
Thread Index |
Old Index