The Evolution Project specification
Miguel de Icaza.
* Introduction
Evolution is a project aiming at providing the free software
community with a professional, high-quality tool for managing
mail, appointments, tasks and other personal information
tools.
We want to make Evolution a system that addresses our needs
(the free software development community) and we believe that
by addressing our needs, we will provide a system that will
scale in the years to come for other users that are just
starting to use computers and the internet.
The main objectives of Evolution are to provide these powerful
features, and to make the user interface as pretty and
polished as possible.
Evolution is a GNOME application and a number of auxiliary
CORBA servers that act as the storage backends.
Evolution will copy the best user interface bits and the best
ideas and features found on contemporary groupware systems.
* Evolution internals.
Evolution can store its information locally (files for mail,
calendar and address book) or on a remote server (imap/pop,
cap, ldap).
Given the importance of syncing in this modern PDA world,
the Evolution GUI acts as a client to the data repository.
The data repository is a GUI-less CORBA server called Wombat.
Wombat provides a unified access system to the calendar and
addressbook data (doing mail is a bit hard, so we are leaving
this as a TODO item for now).
Wombat's CORBA interfaces are notifier-based. This means that
CORBA requests sent to Wombat do not return values
inmediately, but rather than for Wombat requests the user has
to provide a CORBA object that will be notified of what
happened.
Yes, that sounds hairy. It is actually pretty simple. It
basically means that you submit requests to Wombat, and a
callback is invoked in your code when the request has been
carried away.
This enables a Palm to sync to the repository without having
the GUI for Evolution running. It also means that volunteers
will be able to write text-based and web-based versions of
Evolution (not me though :-).
* Evolution as a platform
Evolution is more than a client for managing the above
information: Evolution is a platform for building groupware
applications that use the above components to get their work done.
To achieve this Evolution is designed to be scriptable, and it
exports its internals trough CORBA/Bonobo. It is implemented
as a collection of Bonobo containers and Bonobo components.
There is a clean separation between the views (the user
interface) and the model (the view). The views that we are
writing are GNOME based, and they talk to the Wombat CORBA
server.
Wombat takes care of notifications to the various clients for
the data.
* The overall organization
A bar similar to outlook provides shortcuts for accessing the
various resources managed by Evolution: mail folders,
contacts, tasks, journal entries, notes, messages and other
user-defined destinations.
* User interface widgets
** The ETable package
This package provides a way of displaying and editing tables.
Tables are displayed based on a TableColumn definition that
defines the layout used for the display. Table Columns can be
nested, and the package does grouping of information displayed
according to the criteria defined there.
This is used in multiple places troughout evolution: it is
used for the Mail summary display, for the TODO display and
TODO new data entry and for the address book.
Nesting in the address book can be performed on various
fields. For example, a first level of nesting could be
"Company" and a second level would be "Country" the result is
a 2-level tree that can be collapsed expanded and contains the
information sorted/grouped by those two criteria.
The user interface for this will be copied from Outlook: the
possibility of adding and removing fields with drag and drop
as well as grouping using drag and drop.
* The Mail system
** The Mail sources
The mail system will support 4 sources of mail:
POP3 (transfer to a local file).
IMAP
Local mbox format in $MAIL.
Local mbox format that have other delivery points.
On top of that, it will be possible to browse existing mbox
archives (and possibly other formats in the future, like
Mailbox and Maildir).
** Storing the mail
Mail that gets incorporated into the system is stored in mbox
format, and summary files are provided for quick access to the
files. No modifications to the file on disk is performed (I
am not quite sure about this, perhaps we want to add the
status flags and some method for adding metadata to the mail).
Summary files are rebuilt on demand or rebuild if the mbox
file and the summary file have got out of sync.
A Metadata system that will enable us to attach information to
a message will have to be designed and implemented (enabling
users to add annotations to mails, and special keywords and
flags in a per-message fashion).
** Folders
Michael Zucchi is working on a system that will let users
easily define rules for splitting their incoming mail into
physical folders.
A further refinement to Folders are Virtual Folders. This
basically provides a powerful search and viewing facility for
mail. It works like this: when a mail is "incorporated" into
Evolution it is scanned and indexed.
Then users can enter queries into Evolution that will search
the entire database of messages.
** Virtual folders
Virtual folders will enable users to read/browse their mail in
new ways: by specifying search criterias, these folders will
contain messages that match the criteria given.
There is more information about this in the libcamel
directory.
We will index all headers from a message, and possible the
contents of messages and keep those on a separate file, to
enable users to query their mail database.
** Mail summary display
The summary will be displayed using the ETable package, to
enable users to add a number of sorting criteria and various
display methods for the summary view.
The Outlook methods for displaying will be present on the
system.
Message threading will be supported in Evolution.
** Message display engine
We are going to be using a combination of
libcamel/limime/libjamie to parse messages and render them
into an HTML buffer.
* The HTML engine
The GtkHTML engine will be used to display messages, and will
be extended to support a number of features that we require:
internal handling of characters will be based on Unicode
* The message composer
Regular features found in composers will be added: connecting
the composer to the address book, support for drag and drop
for including attachments, editing the message, archiving
drafts and archiving messages sent.
Ettore has been working on adding editing support to the
GtkHTML and he is working currently on a Bonobo component that
will provide a ready-to-use Bonobo control for embedding into
other applications.
git.cgi/freebsd-ports-gnome/log/x11-toolkits?h=gnome-3.24&id=a5b78fe72f221277e2e7ae6d9aa2ed30079d316e&showmsg=1'>Expand)
Author | Age | Files | Lines |
* | - Fix build with gcc 3.4 [1] | pav | 2004-09-20 | 6 | -6/+65 |
* | BROKEN on 5.x: Does not compile | kris | 2004-09-19 | 2 | -2/+14 |
* | Fix recent XPM buffer overflows as described at | marcus | 2004-09-17 | 4 | -0/+202 |
* | Fix build with gcc 3.4 | bland | 2004-09-05 | 6 | -0/+128 |
* | Utilize X_WINDOW_SYSTEM. | nork | 2004-09-04 | 2 | -7/+6 |
* | - Resign on maintainership of my FreeBSD ports | pav | 2004-09-02 | 2 | -2/+2 |
* | - Don't hardcode shlib versions | pav | 2004-08-29 | 60 | -116/+200 |
* | Update to 2.4.9. This is just a quick fix release that pretty | adamw | 2004-08-26 | 6 | -28/+6 |
* | Update to 2.4.8. | marcus | 2004-08-26 | 8 | -6/+32 |
* | Slightly harder to deal with than ports/70328, but tweak tcl80 and tk80 | ade | 2004-08-24 | 3 | -416/+259 |
* | add flu 2.13 | ijliao | 2004-08-23 | 4 | -0/+61 |
* | - Sneak CXX into configure script as CC. Configure script ignores CXX and keeps | pav | 2004-08-22 | 1 | -1/+2 |
* | Maintainer no longer has time to work on this port. But thanks for your | linimon | 2004-08-21 | 1 | -1/+1 |
* | Build shared library with -fPIC to fix build on amd64 | arved | 2004-08-20 | 1 | -0/+11 |
* | - Move notif2 from x11-toolkits to x11-themes. | pav | 2004-08-20 | 5 | -49/+0 |
* | My territory, suggested by ijliao. :p | clsung | 2004-08-20 | 1 | -1/+1 |
* | mirror.ac.uk -> mirrorservice.org | vs | 2004-08-19 | 2 | -2/+2 |
* | - Fix build with gcc 3.4 [1] | bland | 2004-08-18 | 5 | -52/+56 |
* | Fix build with gcc 3.4 (friend of typedef is prohibited by C++ standard). | bland | 2004-08-17 | 1 | -0/+11 |
* | Fix plist. | bland | 2004-08-17 | 2 | -0/+3 |
* | Fix plist. | bland | 2004-08-17 | 2 | -1/+2 |
* | - new options: | dinoex | 2004-08-17 | 3 | -5/+29 |
* | USE_INTLTOOL_VER -> USE_INC_LIBTOOL_VER to let lthack actually | bland | 2004-08-17 | 1 | -1/+1 |
* | Update to 0.10.1, this fixed some serious bugs of 0.10.0. | mezz | 2004-08-17 | 1 | -0/+7 |
* | Ruby/PanelApplet is a Ruby binding of libpanel-applet. | mezz | 2004-08-16 | 4 | -0/+59 |
* | Ruby/GtkSourceView is a Ruby binding of gtksourceview-1.0.x. | mezz | 2004-08-16 | 4 | -0/+56 |
* | Update to version 2.2.3. | steve | 2004-08-15 | 11 | -118/+121 |
* | fix build for (at least my) 4.10 (box) | oliver | 2004-08-15 | 4 | -4/+24 |
* | Fix STC build. | fjoe | 2004-08-15 | 8 | -0/+52 |
* | NO_LATEST_LINK=yes | fjoe | 2004-08-15 | 4 | -0/+4 |
* | - Update to 0.10.0. | mezz | 2004-08-15 | 5 | -21/+34 |
* | BROKEN: Unfetchable | kris | 2004-08-15 | 1 | -0/+2 |
* | Update to 2.4.7 which has the fix for the FileSelector bug as well as | marcus | 2004-08-15 | 6 | -146/+6 |
* | Fix a bug in GtkFileChooser which prevent files to be opened. | bland | 2004-08-15 | 4 | -0/+140 |
* | Fix build with GCC 3.4.2. | marcus | 2004-08-14 | 1 | -0/+10 |
* | - Update to 1.0.1 | pav | 2004-08-14 | 16 | -1738/+30 |
* | Update to 3.3.3 | lofi | 2004-08-14 | 4 | -6/+27 |
* | Update to 2.4.6 | bland | 2004-08-14 | 6 | -8/+10 |
* | Update to version 1.1.9 | krion | 2004-08-14 | 4 | -6/+6 |
* | Fix location of pkg-config-file | vs | 2004-08-13 | 2 | -3/+3 |
* | Update lang/ruby18 to 1.8.2-preview2. | knu | 2004-08-12 | 1 | -0/+414 |
* | Add p5-Tk-ResizeButton 0.01, a resizeable button to be used in a | vanilla | 2004-08-11 | 5 | -0/+41 |
* | Update to 2.4.5 | bland | 2004-08-10 | 3 | -3/+9 |
* | - Update to 0.4.1. [1] | mezz | 2004-08-09 | 4 | -18/+9 |
* | Use new libtool scheme. | mezz | 2004-08-09 | 4 | -104/+2 |
* | - Update to 2.0.3. | mezz | 2004-08-08 | 3 | -21/+11 |
* | Add to ipv6 category. | lofi | 2004-08-05 | 1 | -1/+1 |
* | Fix warnings when doing make deinstall by applying some @unexec | marcus | 2004-08-05 | 4 | -2/+8 |
* | Sync the MIME search directories from gnome-vfs. This fixes some | marcus | 2004-08-05 | 4 | -2/+4 |
* | Move devel/autoconf->devel/autoconf253 and devel/automake->devel/automake15 | ade | 2004-08-04 | 5 | -5/+26 |
* | Update to 1.4.1. | marcus | 2004-08-03 | 5 | -147/+19 |
* | - wx-config now points to wxgtk2-2.4.config | fjoe | 2004-08-01 | 8 | -7/+6 |
* | Update to 1.0.6, and use the new libtool scheme. | marcus | 2004-07-27 | 3 | -17/+5 |
* | Register missing CONFLICTS, mostly on xorg-libraries-* | anholt | 2004-07-27 | 3 | -1/+5 |
* | Remove references to mirror.ac.uk | vs | 2004-07-26 | 3 | -6/+3 |
* | * Fix detection of i18n support [1] | marcus | 2004-07-26 | 3 | -31/+6 |
* | - Chase redirect | pav | 2004-07-25 | 4 | -4/+4 |
* | Since this port uses custom LIBTOOLFLAGS, make sure to use its included | marcus | 2004-07-25 | 1 | -1/+1 |
* | [1] Only utilize ATK_ROLE_EMBEDDED if it exists. | adamw | 2004-07-24 | 3 | -14/+13 |
* | Bump PORTREVISION as these need to be recompiled with X.Org. | marcus | 2004-07-24 | 1 | -0/+1 |
* | Update to 1.0.5. | adamw | 2004-07-24 | 2 | -3/+3 |
* | - Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk, | anholt | 2004-07-24 | 6 | -20/+13 |
* | Retire QT2. QT3 was released a few years ago and QT4 will be released soon. | arved | 2004-07-23 | 15 | -2364/+0 |
* | Update to 0.5.17 | arved | 2004-07-23 | 3 | -14/+11 |
* | upgrade to 1.043 | ijliao | 2004-07-21 | 2 | -3/+3 |
* | update to xfce4-4.0.6 | oliver | 2004-07-19 | 3 | -3/+4 |
* | Add scx, a GUI library for Scheme. | pav | 2004-07-18 | 5 | -0/+85 |
* | Put back USE_INC_LIBTOOL_VER=13 and lthack to fix build with | bland | 2004-07-16 | 1 | -2/+2 |
* | Whitespace cleanup. | bland | 2004-07-16 | 1 | -1/+1 |
* | - Correct shared library numbers to match current state of GNOME. | pav | 2004-07-16 | 48 | -0/+448 |
* | - Update to 1.0 | pav | 2004-07-15 | 24 | -304/+388 |
* | Update to version 1.2.7 | krion | 2004-07-14 | 4 | -6/+6 |
* | Update to 2.6.0 | bland | 2004-07-14 | 6 | -59/+42 |
* | Update to 0.5.1 and fix dependency. | perky | 2004-07-12 | 3 | -6/+5 |
* | - Fix plist after latest libtool change | pav | 2004-07-12 | 1 | -1/+0 |
* | - Portlint | pav | 2004-07-12 | 1 | -1/+1 |
* | Fix LIB_DEPENDS for wxgtk2-utils-devel port. | fjoe | 2004-07-11 | 6 | -36/+28 |
* | BROKEN: Broken dependency | kris | 2004-07-11 | 1 | -0/+2 |
* | Update to 2.4.4 | bland | 2004-07-10 | 4 | -8/+6 |
* | Update to version 2.4.0 | krion | 2004-07-10 | 7 | -51/+30 |
* | Update to version 2.4.0 | krion | 2004-07-10 | 5 | -142/+33 |
* | Apply a big libtool patch to allow porters to use the libtool installed by | marcus | 2004-07-10 | 50 | -50/+50 |
* | sort | eik | 2004-07-09 | 1 | -2/+2 |
* | - Fix examples build trigger. | bland | 2004-07-08 | 1 | -5/+5 |
* | Fix LATEST_LINK. | bland | 2004-07-08 | 1 | -1/+2 |
* | Update to 2.6.2 | bland | 2004-07-08 | 1 | -11/+8 |
* | Add libgnomeuimm 2.6.0 after repocopy from libgnomeuimm, | bland | 2004-07-08 | 6 | -117/+88 |
* | Change email address for my ports. | sem | 2004-07-08 | 1 | -1/+1 |
* | Patch Makefile.in in pre-configure instead of post-patch: | fjoe | 2004-07-07 | 4 | -4/+4 |
* | - Register conflict with newly added Gtk2 incarnation of this port | pav | 2004-07-07 | 1 | -0/+2 |
* | After repocopy from x11-toolkits/gtkdatabox, add gtkdatabox2, Gtk+2 widget | pav | 2004-07-07 | 6 | -27/+39 |
* | Update to 2.6.2.1. | adamw | 2004-07-07 | 3 | -3/+4 |
* | Update to version 1.2.6 | krion | 2004-07-03 | 4 | -6/+6 |
* | Unbreak on 5.8 by doing some creative patching. While at it, assign | tobez | 2004-07-02 | 2 | -5/+24 |
* | Still BROKEN with perl 5.8.4 | kris | 2004-07-02 | 1 | -2/+2 |
* | BROKEN: Build fails | kris | 2004-07-02 | 1 | -0/+2 |
* | Update to 2.4.4 | bland | 2004-07-02 | 2 | -3/+3 |
* | Autotools cleanup. Remove autoconf257 (259), automake17 (18), and | ade | 2004-07-02 | 1 | -2/+4 |
* | Update to 0.5.16 (unbreak w. gtk+-2.4), thanks to Jochen Huhmann | vs | 2004-06-28 | 3 | -15/+14 |
* | Update to 1.5 | perky | 2004-06-28 | 3 | -6/+40 |
* | Fix order. | fjoe | 2004-06-28 | 1 | -1/+1 |
* | New ports: | fjoe | 2004-06-28 | 121 | -0/+4450 |
* | - Update to 1.2.5 | pav | 2004-06-27 | 4 | -6/+6 |
* | Add gtkmm 2.4.3 after repocopy from gtk--2, a C++ wrapper for GTK+, | bland | 2004-06-26 | 6 | -2424/+2111 |
* | Add support for a mime database in ${X11BASE} as well as ${LOCALBASE}. | marcus | 2004-06-26 | 4 | -2/+28 |
* | Depend on Mozilla since certain Firefox ports are broken after the recent | marcus | 2004-06-25 | 1 | -3/+2 |
* | We have a new Mono vict^W^W^Wolunteer! John Merryweather Cooper has offered | marcus | 2004-06-25 | 4 | -4/+4 |
* | - Update to 1.0.29 | pav | 2004-06-24 | 12 | -20/+44 |
* | Add fxscintilla, an implementation of Scintilla editing widget for FOX | pav | 2004-06-24 | 5 | -0/+44 |
* | Update to 2.6.2 | bland | 2004-06-23 | 3 | -4/+3 |
* | - update pkg-plist for gnustep-stable | dinoex | 2004-06-23 | 1 | -5/+5 |
* | Add -fPIC to CFLAGS since some depents use plib in shared libraries. | des | 2004-06-22 | 1 | -2/+2 |
* | Remove the WITH_XUNICODE knob I once added, since fltk-xunicode is way | knu | 2004-06-22 | 1 | -24/+1 |
* | Set an expiry date of 2004-08-20 for these BROKEN/IGNORE/FORBIDDEN | kris | 2004-06-22 | 1 | -1/+3 |
* | Add new port for py-gui 1.4, | perky | 2004-06-21 | 5 | -0/+319 |
* | Remove expired ports, plus the three ports that depended on them. | kris | 2004-06-21 | 6 | -490/+0 |
* | - rename patchfile | dinoex | 2004-06-21 | 2 | -0/+1 |
* | Unbreak by upgrading to 3.11.1. | thierry | 2004-06-21 | 5 | -84/+23 |
* | - Add a patching I forgot in previous commit | pav | 2004-06-21 | 4 | -0/+16 |
* | - Update to 0.93 | pav | 2004-06-21 | 24 | -168/+672 |
* | BROKEN: Unfetchable | kris | 2004-06-19 | 1 | -0/+2 |
* | - udpate to 0.9.3 | dinoex | 2004-06-17 | 2 | -3/+3 |
* | - udpate to 0.9.3 | dinoex | 2004-06-17 | 4 | -19/+93 |
* | Update to version 3.12 | krion | 2004-06-16 | 3 | -4/+5 |
* | Update to 2.6.2. | marcus | 2004-06-15 | 2 | -3/+3 |
* | Not broken for Perl > 5.8.4 | vs | 2004-06-15 | 1 | -1/+1 |
* | Chase the gstreamer shared lib version, and bump PORTREVISION where | marcus | 2004-06-15 | 4 | -4/+4 |
* | Sort plist. | bland | 2004-06-12 | 2 | -26/+26 |
* | Update to 2.4.3. | marcus | 2004-06-12 | 4 | -6/+6 |
* | - Upgrade to 804.027. | vanilla | 2004-06-11 | 4 | -7/+33 |
* | Update to version 3.2.3 | lofi | 2004-06-10 | 2 | -2/+1 |
* | - Update to version 3.11.r1; | thierry | 2004-06-07 | 6 | -130/+587 |
* | - Readd distinfo for dropshadow patch | pav | 2004-06-05 | 2 | -0/+4 |
* | Update to 2.6.2. | marcus | 2004-06-05 | 2 | -3/+3 |
* | Update to 2.4.2. | marcus | 2004-06-05 | 6 | -10/+10 |
* | Update to 2.2.12 | bland | 2004-06-05 | 12 | -40/+12 |
* | Sync with new bsd.autotools.mk | ade | 2004-06-05 | 6 | -23/+15 |
* | 5.x's <usbhid.h> lacks __BEGIN_DECLS / __END_DECLS, so we need to wrap | des | 2004-06-03 | 2 | -7/+6 |
* | add missing file | ijliao | 2004-06-03 | 2 | -1/+2 |
* | Putting commit bit in storage. I don't have the time | patrick | 2004-06-03 | 1 | -1/+1 |
* | - Move to new category x11-themes. | pav | 2004-06-02 | 13 | -112/+0 |
* | - gtk-qt-engine was moved from x11-toolkits to x11-themes | pav | 2004-06-02 | 1 | -1/+0 |
* | Repocopy x11-toolkits/gtk-qt-engine to x11-themes/gtk-qt-engine. | thierry | 2004-06-02 | 8 | -182/+0 |
* | - This port was moved to x11-themes category. | pav | 2004-06-02 | 144 | -5890/+0 |
* | - Populate new category x11-themes with some suitable candidates | pav | 2004-06-02 | 1 | -30/+0 |
* | Previous commit unintentionally dropped maintainership. | des | 2004-06-01 | 1 | -1/+1 |
* | Upgrade to 1.8.3. | des | 2004-06-01 | 5 | -29/+54 |
* | Fix a crash when trying to render non-Hangul unicode characters. This was | marcus | 2004-06-01 | 2 | -0/+86 |
* | - Update to 0.42 | erwin | 2004-05-31 | 2 | -5/+10 |
* | Unbreak on 4.x and get rid of USE_GCC. | lofi | 2004-05-31 | 2 | -10/+78 |
* | Add gtk-qt-engine 0.3, a GTK-QT Theme Engine allowing GTK2 to use | thierry | 2004-05-31 | 9 | -0/+115 |
* | o) Update to version 4.50.91 | lkoeller | 2004-05-30 | 5 | -454/+153 |
* | Don't try to enforce PREFIX by patching, Qt already honors it. | lofi | 2004-05-28 | 1 | -1/+1 |
* | - Install Gtk2 files to gtk-2.0/2.4.0 instead of gtk-2.0/2.2.0 | pav | 2004-05-27 | 1 | -3/+3 |
* | Patch configure instead of piping echo output to the configure script - | lofi | 2004-05-25 | 2 | -2/+13 |
* | Fix/update MASTER_SITES. | lofi | 2004-05-24 | 1 | -4/+8 |
* | - Update to version 1.2.1 | krion | 2004-05-24 | 8 | -102/+230 |
* | - Make fetchable | pav | 2004-05-23 | 1 | -8/+2 |
* | BROKEN on amd64: Does not compile (missing -fPIC) | kris | 2004-05-23 | 1 | -1/+7 |
* | BROKEN: Unfetchable | kris | 2004-05-23 | 1 | -0/+2 |
* | - According to contents of distfile, this is 0.6.11 | pav | 2004-05-23 | 1 | -2/+1 |
* | Fix location of pkgconfig file. | lofi | 2004-05-23 | 2 | -3/+8 |
* | Resign maintainership to ports@. gnome@ hasn't been that active in maintaining | marcus | 2004-05-22 | 4 | -4/+4 |
* | Adjust CONFLICTS, the latest revision of the xfmail port does no longer | lofi | 2004-05-22 | 1 | -1/+3 |
* | Shase qscintilla shared library version. | arved | 2004-05-20 | 1 | -1/+2 |
* | Update to 1.3 | arved | 2004-05-20 | 3 | -7/+9 |
* | - Chase orbitcpp shlib version | bland | 2004-05-19 | 2 | -12/+2 |
* | Remove dependency on Xaw headers, fixing build. | anholt | 2004-05-18 | 1 | -0/+42 |
* | Upgrade to 0.15.3. | obraun | 2004-05-18 | 4 | -32/+3 |
* | Start the QT2 deorbit by marking all ports that depend non-optional | arved | 2004-05-17 | 1 | -1/+3 |
* | Update to 3.3.2 | lofi | 2004-05-16 | 4 | -33/+5 |
* | Restore maintainer; his email was bouncing last week and I fat-fingered the | kris | 2004-05-16 | 1 | -1/+1 |
* | Reset bouncing maintainer address: | kris | 2004-05-16 | 1 | -1/+1 |
* | Add an additional patch to make Qt compile on 4.x/Alpha. | lofi | 2004-05-15 | 1 | -0/+14 |
* | Update to 2.6.1. | marcus | 2004-05-15 | 3 | -3/+7 |
* | Requires libXext, which covers some of the other deps. | anholt | 2004-05-13 | 1 | -4/+2 |
* | Update to 7.0.2. | anholt | 2004-05-11 | 2 | -4/+3 |
* | Update to 6.2.3. | anholt | 2004-05-11 | 2 | -4/+3 |
* | fix build on -stable | ijliao | 2004-05-10 | 1 | -0/+12 |
* | Add missing xproto build depend. | anholt | 2004-05-09 | 1 | -1/+2 |
* | Drop maintainership. Maintainer is not using FreeBSD as | erwin | 2004-05-09 | 2 | -2/+2 |
* | Update to 0.1.5. | anholt | 2004-05-08 | 4 | -66/+4 |
* | Reword some of the dropshadow patch warning message text stuff thingers. | adamw | 2004-05-07 | 2 | -4/+6 |
* | Add experimental WITH_DROPSHADOW option back in; it is not supported by | mezz | 2004-05-06 | 4 | -0/+38 |
* | Chase vte shlib version. | bland | 2004-05-06 | 4 | -4/+4 |
* | Update to 0.11.11 | bland | 2004-05-06 | 5 | -21/+28 |
* | Fix build on AMD64 | arved | 2004-05-05 | 3 | -4/+41 |
* | Change my email to mezz@FreeBSD.org. | mezz | 2004-05-03 | 3 | -3/+3 |
* | Update lang/ruby18 and the bundled modules to the latest 1.8 branch | knu | 2004-05-03 | 3 | -46/+153 |
* | Convert build switches to OPTIONS. | lofi | 2004-05-03 | 1 | -22/+10 |
* | Update to 2.6.1.1 | bland | 2004-05-02 | 4 | -14/+4 |
* | x11-toolkits/ruby-gtkglext: | mezz | 2004-05-02 | 1 | -3/+7 |
* | Update to 2.6.1. | marcus | 2004-05-01 | 4 | -4/+19 |
* | Update to 2.4.1. | marcus | 2004-05-01 | 6 | -6/+24 |
* | Version update to handle new GTK stuff (fixing the broken port issue | linimon | 2004-04-30 | 3 | -6/+13 |
* | - ignore creation of files in /root/GNUstep | dinoex | 2004-04-29 | 1 | -5/+0 |
* | - reorder target | dinoex | 2004-04-29 | 1 | -1/+1 |
* | Update to 2.6.1. | marcus | 2004-04-29 | 3 | -22/+25 |
* | Fix dependencies. | vs | 2004-04-29 | 1 | -1/+1 |
* | Add a missing dependency on librsvg2 to fix the package build on 4.X. | marcus | 2004-04-22 | 4 | -8/+8 |
* | Update to 2.4.0. | marcus | 2004-04-21 | 2 | -5/+5 |
* | add p5-Gtk2-Html2 0.03 | ijliao | 2004-04-20 | 5 | -0/+60 |
* | upgrade to 1.042 | ijliao | 2004-04-20 | 3 | -5/+28 |
* | Update to 0.9.5: Fix build with most recent GHC version. | vs | 2004-04-20 | 3 | -8/+29 |
* | Update to 0.7. | marcus | 2004-04-20 | 4 | -66/+81 |
* | Update to 2.6.1. | marcus | 2004-04-20 | 3 | -3/+5 |
* | Update to 2.6.1. | marcus | 2004-04-20 | 3 | -3/+6 |
* | Update to 1.0.4. | marcus | 2004-04-20 | 2 | -4/+3 |
* | Update to 2.6.1. | marcus | 2004-04-20 | 3 | -3/+4 |
* | Use the right MTREE_FILE | arved | 2004-04-19 | 3 | -0/+3 |
* | BROKEN: Broken dependency | kris | 2004-04-19 | 1 | -0/+2 |
* | These broken ports are scheduled for deletion on June 18 if they are | kris | 2004-04-19 | 1 | -0/+2 |
* | Update to 1.0.1. | marcus | 2004-04-19 | 3 | -3/+4 |
* | BROKEN: Does not compile | kris | 2004-04-19 | 2 | -0/+4 |
* | Add py-fltk, a Python wrapper for the Fast Light Tool Kit cross-platform grap... | pav | 2004-04-19 | 6 | -0/+145 |
* | Add py-fox, a Python bindings for FOX GUI toolkit. | pav | 2004-04-19 | 6 | -0/+232 |
* | update to 4.0.5 | oliver | 2004-04-19 | 4 | -14/+12 |
* | Drop the coalescence timeout from 50 to 15 to compromise between actual | marcus | 2004-04-18 | 2 | -2/+2 |
* | Always add the default gtkrc file to the search path so that we know we'll | marcus | 2004-04-18 | 2 | -8/+33 |
* | Add missing files | kris | 2004-04-17 | 1 | -0/+2 |
* | Add a missing RUN_DEPENDS on libXpm. | marcus | 2004-04-16 | 1 | -2/+3 |
* | fix build on -stable | ijliao | 2004-04-16 | 1 | -2/+3 |
* | utilize MASTER_SITE_SOURCEFORGE | ijliao | 2004-04-15 | 1 | -2/+3 |
* | Unbreak, the PORTREV-bump affected path-name generation. | vs | 2004-04-15 | 1 | -1/+1 |
* | wxWindows -> wxWidgets | fjoe | 2004-04-14 | 10 | -11/+11 |
* | Move the gtk20 dependency to USE_GNOME to chase the gtk20 shared lib version. | marcus | 2004-04-13 | 1 | -1/+1 |
* | add guis 1.4 | ijliao | 2004-04-13 | 4 | -0/+50 |
* | upgrade to 0.5.4 | ijliao | 2004-04-12 | 2 | -5/+5 |
* | BROKEN on sparc64: Does not compile | kris | 2004-04-12 | 1 | -1/+7 |
* | BROKEN on sparc64: Build fails | kris | 2004-04-12 | 1 | -1/+7 |
* | * Add a missing build dependency on xextensions [1] | marcus | 2004-04-12 | 2 | -1/+3 |
* | Mark this port BROKEN with gtk+-2.4. | marcus | 2004-04-11 | 1 | -0/+2 |
* | This seems to be broken globally. | kris | 2004-04-11 | 2 | -8/+4 |
* | Tidy up whitespace. | trevor | 2004-04-11 | 13 | -18/+18 |
* | Trim whitespace. | trevor | 2004-04-11 | 1 | -1/+0 |
* | Add a missing build dependency on xextensions. | marcus | 2004-04-10 | 1 | -0/+1 |
* | Remove PTHREAD_LIBS form CONFIGURE_ENV. | bland | 2004-04-10 | 1 | -2/+2 |
* | Add x11-toolkits/ruby-gtkglext, Ruby binding for GtkGLExt. | knu | 2004-04-09 |