Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Andraž Levstik (26b33d2a584ca85e82f904191cf4629b4315fa6f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Andraž Levstik <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Andraž Levstik (26b33d2a584ca85e82f904191cf4629b4315fa6f)
  • Date: Sun, 8 Apr 2007 10:18:12 -0500

GIT changes to master grimoire by Andraž Levstik <ruskie AT mages.ath.cx>:

gnome2-apps/evolution2/DETAILS | 121
++++++++++++++++++++++++++++++++++++-----
gnome2-apps/evolution2/HISTORY | 4 +
mail/dovecot/DETAILS | 2
mail/dovecot/HISTORY | 3 +
4 files changed, 117 insertions(+), 13 deletions(-)

New commits:
commit 9c53f36a5fbca0c13af1e08b827269cac83e1cf4
Author: Andraž Levstik <ruskie AT mages.ath.cx>
Commit: Andraž Levstik <ruskie AT mages.ath.cx>

evolution2: correct website and put in a rather long description :)

commit 16e4ac56cf3037b8b72aa6d809dc32293025c760
Author: Andraž Levstik <ruskie AT mages.ath.cx>
Commit: Andraž Levstik <ruskie AT mages.ath.cx>

dovecot: update to 1.0rc31 1.0 final is supposedly out next friday

diff --git a/gnome2-apps/evolution2/DETAILS b/gnome2-apps/evolution2/DETAILS
index 641593d..70a4d0f 100755
--- a/gnome2-apps/evolution2/DETAILS
+++ b/gnome2-apps/evolution2/DETAILS
@@ -1,24 +1,121 @@
SPELL=evolution2
VERSION=2.10.0
- BRANCH=`echo $VERSION | cut -d . -f 1,2`
+ BRANCH=${VERSION:0:4}
SOURCE=evolution-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/evolution-$VERSION
SOURCE_URL[0]=$GNOME_URL/sources/evolution/$BRANCH/$SOURCE
SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
LICENSE[0]=GPL
LICENSE[1]=FDL
- WEB_SITE=http://developer.ximian.com
+ WEB_SITE=http://www.gnome.org/projects/evolution/
ENTERED=20030312
KEYWORDS="evolution gnome2"
- SHORT="Ximian Evolution is an information management solution."
+ SHORT="Evolution provides mail, addressbook and calendar"
cat << EOF
-Ximian Evolution^(TM) is the premiere personal and workgroup
-information management solution for Linux and UNIX-based systems. The
-software seamlessly integrates email, calendaring, meeting scheduling,
-contact management and online task lists in one powerful, fast, and easy
-to use application. Ximian Evolution also delivers a comprehensive set
-of features that help you keep your work organized and your projects on
-track. Automatic email indexing keeps your information at your
-fingertips. The unique Ximian vFolders^(TM) are virtual folders you use
-to create and save powerful contextual views of your email messages.
+Evolution provides integrated mail, addressbook and calendaring
+functionality to users of the GNOME desktop.
+
+Evolution is the GNOME mailer, calendar, contact manager, and
+communications tool. Evolution represents the next step forward
+in GNOME applications. The tools which make up Evolution will
+be tightly integrated with one another and act as a seamless
+personal information-management tool.
+
+Feature Highlights
+
+ * No viruses or worms
+ * Junk filtering
+ * Desktop integration
+ * Developer Platform (EDS)
+ * Evolution#
+ * EPlugin
+ * Advanced email searching
+ * Web calendars
+ * User-defined filters
+ * Multiple accounts
+ * Palm device support
+ * Customized reminders
+ * Multiple calendar views
+ * iCalendar support
+ * To-Do list
+ * LDAP compatible
+ * Share vCards
+ * Security and encryption
+
+Intelligent Junk Mail Control
+
+Take control of your inbox! With Evolution's junk filtering,
+you're free to read the email you want and not see much of
+the email you don't. Bayesian-based junk filtering with
+optional remote rules get rid of all of the emails which
+bug you most.
+
+Junk filtering is easy, too. You can either select "Mark as Junk"
+under the edit or context menu — or simply click the junk button
+on the toolbar.
+
+Search Folders (formerly called vFolders)
+
+See your email the way you want it. Search Folders are saved
+intelligent searches which can display groups of email according
+to user-specified criteria. Create Search Folders to combine
+mail from different mail accounts into a single view, quickly
+view all mail from your boss (or a particular friend :) — and new
+in 2.0, optional include entire threads in the results!
+
+Integrated Security
+
+Evolution includes support for signing and encrypting mail via
+GPG (GNU Privacy Guard) and S/MIME. Encrypting mail helps you protect
+your privacy and helps those receiving your mail know its really
+from you. Evolution 2.0 includes a handy interface to help you
+manage your GPG keys and S/MIME certificates as well as a place to
+manage keys and certificates which have been shared to you.
+
+Desktop Integration
+
+By using the evolution-data-server, other GNOME apps are
+integrating with Evolution including:
+
+ * gnome-panel calendar applet lists your appointments and tasks
+ * Gaim patch to add buddies from evolution contacts
+ * Planner - imports contacts and under development is
+ a Planner backend that enables Evolution
+ to show different planner files as lists of tasks
+
+Filters
+
+Filters enable you to organize your mail as it arrives or on request.
+Filters allow you to bundle, sort and distribute mail into various
+folders or otherwise process mail. You can create multiple filters
+to perform multiple actins. For example, your filters could put
+copies of one message into multiple folders, or keep one copy and
+send one to another person, and it can do that quickly.
+
+Searching
+
+Evolution automatically indexes messages so searching for that
+long lost email is faster and easier than many other mail clients.
+
+Web Calendars
+
+You can add your favorite Web calendar so you can see upcoming
+football, movie or dvd releases, or a friend's schedule inside
+of Evolution. One of the most popular sites for Web calendars
+is icalshare.com.
+
+Collaboration Server support
+
+Evolution includes support for Exchange 2000/2003 and GroupWise.
+You can configure Evolution to act as an Exchange client or a
+GroupWise client. Also there are also several projects underway
+to enable Evolution to support more collaboration servers
+including OpenGroupware.org - let us know and we'll add your
+project to this list!
+
+Multiple Account Management
+
+Account management tools let you receive, manage and organize
+messages from multiple email accounts or collaboration servers.
+Create new mail accounts easily with the Evolution account assistant.
EOF
diff --git a/gnome2-apps/evolution2/HISTORY b/gnome2-apps/evolution2/HISTORY
index cf55476..0df2efd 100644
--- a/gnome2-apps/evolution2/HISTORY
+++ b/gnome2-apps/evolution2/HISTORY
@@ -1,3 +1,7 @@
+2007-04-08 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DETAILS: Corrected website and put in the description
+ from that site
+
2007-03-31 Mark Bainter <mbainter-smgl AT sourcemage.org>
* DEPENDS: Added scrollkeeper for bug #13175

diff --git a/mail/dovecot/DETAILS b/mail/dovecot/DETAILS
index 91975db..f7b3c7c 100755
--- a/mail/dovecot/DETAILS
+++ b/mail/dovecot/DETAILS
@@ -1,5 +1,5 @@
SPELL=dovecot
- VERSION=1.0.rc29
+ VERSION=1.0.rc31
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=$SOURCE.sig
SOURCE2_IGNORE=signature
diff --git a/mail/dovecot/HISTORY b/mail/dovecot/HISTORY
index 650c435..64757a6 100644
--- a/mail/dovecot/HISTORY
+++ b/mail/dovecot/HISTORY
@@ -1,3 +1,6 @@
+2007-04-08 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DETAILS: update to rc31
+
2007-04-01 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* DETAILS: added managesieve server patch, PATCHLEVEL++
* PREPARE: ask for managesieve if lda is selected



  • [SM-Commit] GIT changes to master grimoire by Andraž Levstik (26b33d2a584ca85e82f904191cf4629b4315fa6f), Andraž Levstik, 04/08/2007

Archive powered by MHonArc 2.6.24.

Top of Page