[Lunar-commits] <moonbase> sylpheed2: remove sylpheed and move sylpheed2 to it. bump the version to 2.6.0.

Florin Braescu florin at lunar-linux.org
Sat Jan 3 06:47:47 CET 2009


commit 016e75c109440283c270bfb246ddc8eef2def083
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Sat Jan 3 07:47:47 2009 +0200

    sylpheed2: remove sylpheed and move sylpheed2 to it. bump the version to 2.6.0.
    
    Changes:
        * A workaround for raw-JIS filename used for attachments (specifically
          Eudora) was made.
        * The backups for configuration files are kept for four generations now.
        * Only new messages are counted when incorporating from local mbox.
        * In the folder selection dialog, only folders which are expanded in the
          folder view are expanded now.
        * The folders which should not be selected in the folder selection dialog
          became unselectable now.
        * The menu was added to the remote POP3 mailbox window.
        * The sorting of remote POP3 mailbox was fixed.
        * The remote POP3 mailbox button was added to the toolbar.
        * The Japanese manual was updated.
        * The remote POP3 mailbox feature which can view/download/delete messages
          on POP3 servers directly was added.
        * Enchant (with GtkSpell 2.0.13) was supported.
        * When creating filter rule automatically, the target header field is used
          as a default filter name now.
        * The progress column was added to the progress dialog.
        * Unix: SIGHUP/SIGINT/SIGTERM/SIGQUIT signals are handled now.
---
 mail/sylpheed/BUILD      |    8 ++++++++
 mail/sylpheed/CONFLICTS  |    4 ++--
 mail/sylpheed/DEPENDS    |   14 +++++++-------
 mail/sylpheed/DETAILS    |   25 ++++++++++++-------------
 mail/sylpheed2/BUILD     |    8 --------
 mail/sylpheed2/CONFLICTS |    2 --
 mail/sylpheed2/DEPENDS   |    8 --------
 mail/sylpheed2/DETAILS   |   17 -----------------
 8 files changed, 29 insertions(+), 57 deletions(-)

diff --git a/mail/sylpheed/BUILD b/mail/sylpheed/BUILD
new file mode 100644
index 0000000..0bf647f
--- /dev/null
+++ b/mail/sylpheed/BUILD
@@ -0,0 +1,8 @@
+(
+
+  default_build  &&
+
+  install -m 755 -d /usr/share/pixmaps/ &&
+  install -m 644 sylpheed.png /usr/share/pixmaps/
+
+) > $C_FIFO 2>&1
diff --git a/mail/sylpheed/CONFLICTS b/mail/sylpheed/CONFLICTS
index c2a615f..2164f81 100644
--- a/mail/sylpheed/CONFLICTS
+++ b/mail/sylpheed/CONFLICTS
@@ -1,2 +1,2 @@
-conflicts sylpheed-claws &&
-conflicts sylpheed-dev
+conflicts sylpheed
+conflicts sylpheed-claws
diff --git a/mail/sylpheed/DEPENDS b/mail/sylpheed/DEPENDS
index 81c60c6..50a01d6 100644
--- a/mail/sylpheed/DEPENDS
+++ b/mail/sylpheed/DEPENDS
@@ -1,8 +1,8 @@
-depends gtk+
-optional_depends  compface    ""  ""  "for X-Face support"
-optional_depends  gdk-pixbuf  ""  ""  "for built-in image view support"
-optional_depends  openssl "--enable-ssl" "" "for pop3s and imaps"
-optional_depends  openldap "--enable-ldap" "" "for ldap support" 
-optional_depends  gpgme "--enable-gpgme" "--disable-gpgme" "for encrypted email"
-optional_depends  jpilot "--enable-jpilot" "" "to use jpilot address book"
+depends gtk+-2
 
+optional_depends compface "" "--disable-compface" "for X-Face support"
+optional_depends openssl  "" "--disable-ssl"      "for pop3s and imaps"
+optional_depends openldap "--enable-ldap" ""      "for ldap support"
+optional_depends gpgme    "" "--disable-gpgme"    "for encrypted email"
+optional_depends jpilot   "--enable-jpilot" ""    "to use jpilot address book"
+optional_depends gtkspell "" "--disable-gtkspell" "for inline spellchecking support"
diff --git a/mail/sylpheed/DETAILS b/mail/sylpheed/DETAILS
index 1b55e37..40742e8 100644
--- a/mail/sylpheed/DETAILS
+++ b/mail/sylpheed/DETAILS
@@ -1,17 +1,16 @@
           MODULE=sylpheed
-         VERSION=1.0.3
+         VERSION=2.6.0
           SOURCE=$MODULE-$VERSION.tar.bz2
-      SOURCE_URL=http://sylpheed.good-day.net/$MODULE/v1.0/
-      SOURCE_VFY=sha1:73ca85273ef1d448583a50cb73754fcad647fa78
-        WEB_SITE=http://sylpheed.good-day.net
-         ENTERED=20011031
-         UPDATED=20050304
-           SHORT="e-mail client (& news reader) based on GTK+"
+      SOURCE_URL=http://sylpheed.sraoss.jp/sylpheed/v2.6
+      SOURCE_VFY=sha1:122fe608b5a7cb5a262da65908b1f5cf67a0123f
+        WEB_SITE=http://sylpheed.sraoss.jp/en
+         ENTERED=20050201
+         UPDATED=20090103
+           SHORT="A gtk+-2 based e-mail client (and news reader)"
+
 cat << EOF
-Sylpheed is a GTK+ based, lightweight, and fast email client. Almost
-all commands are accessible with the keyboard. It also has many
-features such as multiple accounts, POP3/APOP support, thread display,
-and multipart MIME. One of Sylpheed's future goals is to be fully
-internationalized. The messages are managed in the MH format, so you'll
-be able to use it together with another mailer that uses the MH format.
+Sylpheed strives to be a simple, lightweight but featureful, easy-to-use
+e-mail and news clinet based on the gtk+-2 toolkit. Messages are stored
+in the MH message format on your local system.
+For the older, unmaintained gtk+-1 version, see the 'sylpheed' module.
 EOF
diff --git a/mail/sylpheed2/BUILD b/mail/sylpheed2/BUILD
deleted file mode 100644
index 0bf647f..0000000
--- a/mail/sylpheed2/BUILD
+++ /dev/null
@@ -1,8 +0,0 @@
-(
-
-  default_build  &&
-
-  install -m 755 -d /usr/share/pixmaps/ &&
-  install -m 644 sylpheed.png /usr/share/pixmaps/
-
-) > $C_FIFO 2>&1
diff --git a/mail/sylpheed2/CONFLICTS b/mail/sylpheed2/CONFLICTS
deleted file mode 100644
index 2164f81..0000000
--- a/mail/sylpheed2/CONFLICTS
+++ /dev/null
@@ -1,2 +0,0 @@
-conflicts sylpheed
-conflicts sylpheed-claws
diff --git a/mail/sylpheed2/DEPENDS b/mail/sylpheed2/DEPENDS
deleted file mode 100644
index 50a01d6..0000000
--- a/mail/sylpheed2/DEPENDS
+++ /dev/null
@@ -1,8 +0,0 @@
-depends gtk+-2
-
-optional_depends compface "" "--disable-compface" "for X-Face support"
-optional_depends openssl  "" "--disable-ssl"      "for pop3s and imaps"
-optional_depends openldap "--enable-ldap" ""      "for ldap support"
-optional_depends gpgme    "" "--disable-gpgme"    "for encrypted email"
-optional_depends jpilot   "--enable-jpilot" ""    "to use jpilot address book"
-optional_depends gtkspell "" "--disable-gtkspell" "for inline spellchecking support"
diff --git a/mail/sylpheed2/DETAILS b/mail/sylpheed2/DETAILS
deleted file mode 100644
index 3672e24..0000000
--- a/mail/sylpheed2/DETAILS
+++ /dev/null
@@ -1,17 +0,0 @@
-          MODULE=sylpheed2
-         VERSION=2.5.0
-          SOURCE=sylpheed-$VERSION.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/sylpheed-$VERSION
-      SOURCE_URL=http://sylpheed.sraoss.jp/sylpheed/v2.5/
-      SOURCE_VFY=sha1:d6384669b720c361d1761bbcc5d426e69a1d2bd4
-        WEB_SITE=http://sylpheed.sraoss.jp/en/
-         ENTERED=20050201
-         UPDATED=20081107
-           SHORT="a gtk+-2 based e-mail client (and news reader)"
-
-cat << EOF
-Sylpheed strives to be a simple, lightweight but featureful, easy-to-use
-e-mail and news clinet based on the gtk+-2 toolkit. Messages are stored
-in the MH message format on your local system.
-For the older, unmaintained gtk+-1 version, see the 'sylpheed' module.
-EOF


More information about the Lunar-commits mailing list