Version 0.5, "Salamander", 2000-09-13 ------------------------------------- Shell: - Switched to using ETree for the folder view. (Chris Toshok, Ettore) - Added interfaces to change the string displayed in the tree view as the name of the folder. (Ettore) Calendar: - Uses only the new iCalendar standard internally; this means future interoperability with new calendaring programs. (JP, Federico) - New ultra-cool date range selector, aka little calendar. (Damon) - Plenty of internal refactoring. (JP, Damon, Federico) - Pilot synch work, mostly on pcs infrastructure and some todo work (JP) - Pilot synch work, mostly on pcs infrastructure and some todo work (JP) Addressbook: - New advanced search dialog. (Michael Zucchi, Chris Lahey) - Added parsing of addresses. (Jesse Pavel) - Converted most of addressbook to UTF8. (Lauris) Mailer: - Filters (but not vfolders) are now more powerful: they can check any message header, and can do regexp searches on the headers and body. (Jeff) - A first draft of an automated mailing list recognizer has been added. (It will need more/better rules.) (Ettore) - Attachments are handled differently now. All attachments always have an icon and a header, and you can right-click on the icon to view/hide, save, or launch an external viewer. (Dan) - It is no longer necessary to quit and restart after adding a new IMAP server. (Peter) - Lots of i18n/charset fixing. (Lauris) - Shiny new toolbar icons. (Tuomas) - Giant menu reorganization. Most message operations are now in the "Message" menu, and folder operations in the "Folder" menu. (Ettore, Dan, Peter) - "Mark as seen" timeout is now configurable. Mail view remembers the location of the message list/message display split. (Richard Hult) - New filter category: "On-demand", for filters to be applied at arbitrary times rather than during mail incorporation. (Peter) - POP/IMAP config pages allow you to specify a port... this may go away in a later release when we support ssl/ssh tunneling directly. (Peter) - Reply To All will now remove your own addresses from the recipient lists. (Jesse Pavel) - Folders are synced when you switch to another folder now. (Dan) - An IMAP bug that caused all messages to be marked as read before they were read has been fixed. (Dan) - The IMAP provider is now more robust about dealing with other concurrent IMAP clients. (Jeff) - POP and IMAP are better about when they do and don't try to reconnect. This was part of Camel operation cancellation support, which unfortunately didn't make it into 0.5. (Peter) - Sent and Outbox folders are now functional. You now have 2 options when sending a message - "Send Now" which will send the message imediately and "Send Later" which will queue the message in Outbox for later sending. When a message is successfully sent, it is copied to the Sent folder for your records. (Jeff) ETable: - ETree fixes. (Chris Toshok) - Lots of small usability fixes. (Chris Lahey) - Lots of grouping bug fixes. Specifically, fixed crashes when grouping in trees and made ETable not go crazy when you change data and the table is grouped. (Chris Lahey) - Improved table printing when grouped. (Chris Lahey) - Converted most of ETable to UTF8. (Lauris) Version 0.4, "Alewife", 2000-08-14 ---------------------------------- Shell: - Added interfaces to display messages and a progress bar when the component is busy. (Ettore) - Changed the shell BonoboUIHandler code to allow placing menu items such as "Print" in the right places. (Ettore) - Added code to check if an existing `~/evolution' directory actually has the content we expect and, if not, complain to the user. (Dan) - Fixed some Bonobo-related refcounting problems. (Michael Meeks) - Removed the GConf dependency. (JP) - Improved the API for the folder selection dialog. (Ettore) - Memory leak fixes. (Peter) Calendar: The calendar is in the middle of major rewrite. Evolution 0.4 ships with essentially the same calendar component as 0.3 did. Addressbook: - More work on the Palm Pilot conduits. (Chris Toshok) - Fixed some LDAP-related crashes. (Chris Toshok) - Added support for displaying embedded vCards through a Bonobo component. (Chris Lahey) - Added support for generic fields. (Chris Lahey) - Fixed the navigation order for the Tab key in the contact editor window. (Chris Lahey) - Fixed some Bonobo-related bugs and crashes. (Chris Lahey, Michael Meeks) - Only display entries that have an email address in the address selector dialog. (Chris Lahey) - Added an utility program to import vCards from Gnomecard. (Chris Lahey) Mailer: Generic - Long mailer operations (such as fetching new mail) now run asynchronously rather than blocking the UI. This involved a major rewrite of much of the Camel and mailer code. (Peter) - GPG/PGP message decryption support (Nathan Thompson-Amato, Dan) - Unfinished messages in the composer can be saved to the "Drafts" folder and finished later. (Jeff) - Double-clicking on a message in the message view now opens it in a separate window. (Jeff) - vCards attached to messages now bring up a minicard view with a button to add the vCard to the addressbook (Chris Lahey, Dan) - Inline uuencoded/binhexed "attachment" support (Dan) - "Mark All Messages Seen" command. (Cody Russell) Filters / VFolders - Major filter/vfolder dialog rewrite (Michael Zucchi) VFolders can now search any (searchable) folder, not just Inbox. - Auto-filter/auto-vfolder code (right click on a message in the list and pick one of the options at the bottom of the menu to create a filter/vfolder rule for similar messages). (Michael) - You can now set the color of messages in the message list, based on filter rules. (Local stores can also now store arbitrary user flags, although there is not yet UI code to set/view them.) (Michael) - Added "Save" button to the quicksearch bar to save a search as a vfolder. (Michael) Configuration - Major mail config dialog rewrite (JP). - The mailer now remembers your threaded/unthreaded message view setting between sessions. (Jeremy Wise). - Support for multiple identities (JP, Jeff), sources (JP, Peter), and IMAP servers (JP, Dan) Providers - You can now leave POP mail on the server. (This will [currently] only work right with POP servers that support the UIDL command. On other servers, it will never download some messages unless you never delete mail.) - There is now an MH-like local store available, and code to convert a folder from one type to the other. (Michael) - The mbox provider now writes out "From " lines that are more compatible with other mailers (like Mutt) that are picky about their exact format. (Michael) - The IMAP provider now supports searching (Jeff). Also various other speed/efficiency/robustness improvements (Jeff), and support for old IMAP4 servers as well as IMAP4rev1 (Jon K Hellan). Version 0.3, "Jellyfish", 2000-07-21 ------------------------------------ Shell: - Pop-up folder selection. (Ettore) - Added support for multiple views. (Ettore) - Added support for saving component-specific settings, and some initial code to save the view's configuration. (Ettore) - Fixed the Bonobo menu code so that it works with all the locales. (Ettore) Mailer: - Lots of IMAP fixes. (Jeff) - You can use an external setuid/setgid movemail program (although we don't ship our own yet). If you have one installed with emacs, the configure script will find that. Otherwise, you can specify --with-movemail=/path. (Dan) - You can toggle HTML/plain text for an individual message in the composer now. (Ettore) - Bonobo embedding sort of works again, but there are problems with size allocation somewhere. Attachments can now also be handled by external applications. (Dan) - text/plain mail is now line-wrapped in the mail display, to deal with people who don't put newlines in their mail. (Dan) - Allow user to specify IMAP namespace in the mail config dialog. (Dan, Jeff) - Quoted-printable encoder fixes. (Michael Zucchi) - Various NNTP fixes, include a news pane in the config dialog. (Chris Toshok) - Some memory corruption fixes. (Peter Williams) - Fix for message not being re-drawn as deleted. (Peter Williams, Jeff) - Moving a message to another folder copies the flags now (Jeff) - Close signature in HTML mail with , not
, and
    default to ~/.signature.  (Michael Meeks)

  - Fixed some confusing behavior in the message threading
    algorithm.  (Dan)

  - Improvements to the item selection code.  (Chris Lahey)

Calendar:

  - Added support for a bunch of previously unsupported iCalendar
    properties.  (Federico)

  - Conduit for synchronizing the calendar with gnome-pilot
    (requires gnome-pilot from CVS).  (Seth)

  - ETable-based to-do list view ("taskpad"), for your viewing
    pleasure.

Addressbook:

  - Conduit for synchronizing the addressbook with gnome-pilot
    (requires gnome-pilot from CVS).  (Chris Toshok)

  - Conduit for synchronizing the addressbook with gnome-pilot
    (requires gnome-pilot from CVS).  (Chris Toshok)

  - Fixed some random crashes.  (Chris Lahey)

  - Implemented a vCard Bonobo control so that we can support
    inline vCard viewing in the mailer.  (Chris Lahey)

  - Quick search looks at both the name and the company name now.
    (Chris Lahey)

  - Added more functionality to the contact editor's toolbar.  (Chris
    Lahey)

  - Support for printing single cards.  (Chris Lahey)

Version 0.2, "Saccharomyces", 2000-07-11
----------------------------------------

Shell:

  * Folder selection dialog (Ettore).

  * Folder creation dialog (Ettore).

Addressbook:

  * LDAP server configuration dialog (Chris Toshok).
  
  * Integration of LDAP servers in the shell's tree view (Chris Toshok).
  
  * ETable-based view (Chris Lahey).
  
  * Printing support for the ETable-based view (Chris Lahey).
  
  * Address selection dialog integrated with the message composer (Chris
    Lahey).
  
  * Many miscellaneous bugs fixed (everyone).

Calendar:

  * Printing support (Michael, Federico).
  
  * Many, many behavior fixes and polishing to the day/week/month view
    widgets (Damon).
  
  * New glade-based event editor.  This is unfinished but usable (Seth,
    Federico).
  
  * Mouse wheel scrolling support (Anders).
  
  * We have an awesome new engine for computing recurring events
    (Damon).  This will be plugged in to the new iCalendar code.
  
  * Internal and public API fixes (Federico, Seth).
  
  * Shell-related changes (Ettore).
  
  * Data model for ETable; this is not used yet (Federico).
  
  * New iCalendar support; this is not used yet (Federico).
  
  * Pilot syncing updates; this is not used yet (Seth).
  
  * Many miscellaneous bugs fixed (everyone).


Mailer:

  Major features:

  * Basic IMAP support (Jeff)

  * Threaded message view (Michael, Chris Toshok)

  * Filters now work (original work by Michael, bugfixes by Dan)


  Smaller features:

  * Implemented moving messages between folders (Dan)

  * Very basic printing support (Dan, but it was only like 5 lines
    of code, because gnome-print kicks ass)

  * "Delete", "Forward", and "Refile" operations now work on
    multiple messages. (Chris Lahey, Peter Williams, Dan)

  * Toggle read/unread flag when the user clicks on the envelope
    icon (Chris Lahey, Dan).

  * The "New folder" menu item now works (Ettore, Dan).

  * The filter/vfolder druid now uses the new shell folder selection
    UI (Michael)

  * Added "Cc" to the set of filter/vfolderable headers and make the
    filter/vfolder "messages to address" rule work with to or cc.
    (Dan)

  * New key bindings: "Delete" deletes the current message and jumps
    to the next undeleted message. "N" and "P" go to next/previous
    unread message. (Dan)

  * Keep asking for POP/IMAP password until the user gets it correct
    or hits Cancel, and remember the result until the user exits (or
    chooses "Forget Passwords"). (Dan, Jeff)

  * Kludge Camel to output ISO-8859-1 instead of UTF-8, since
    neither GtkHTML nor ETable supports UTF-8 still. (Dan)

  * Use the gnome-vfs "sniff buffer" interface to try to identify
    the MIME type of attachments without useful type information
    (Dan)

  * Allow saving drafts in the composer (Ettore)

  * Added "Received date" header to the set of possible message list
    headers. (Dan)

  * Partial gladification of the config dialog (JP Rosevear)


  Bug fixes:

  * Message read/unread/deleted flags should now be saved reliably
    when you exit, and summary should not be rebuilt when a rebuild
    isn't needed. Expunging should work reliably (Dan, Ettore,
    Jeff).

  * Fix disappearing toolbar bug (Dan).

  * Fixed a bug that made downloading of very large messages over
    POP incredibly slow, and various other smaller POP bugs. (Dan)

  * Fixed bugs that made large attachments sometimes get dropped and
    small ones sometimes get truncated. (Dan)

  * Fixed filter/vfolder "messages to address" rule to correctly
    match "to" rather than "from". (Michael)

  * Fix some text/plain formatting bugs in the composer. (Dan,
    Ettore)

  * Turn off search mode when getting new mail (to avoid corrupting
    the display). Make "get mail" always put unfiltered mail into
    Inbox rather than the current folder. (Dan)

  * Fixed a bug that caused "Re:" to be prepended even to subjects
    that started with "Re:" when replying. Added a default subject
    to forwarded messages. (Dan)

  * Make the "Attach" dialog in the composer remember the last
    directory it was in. (Dan)

  * Code to parse invalid date formats since some mailers generate
    them... (Jeff)

  * Fixed various small SMTP bugs (Jeff, Chris Lahey)

  * Fixed some memory leaks (Peter, Jeff)

  * Make replies use the text/plain part of a multipart/alternative
    if the user configured plain text rather than HTML mail sending.
    (Dan)

  * Various config dialog fixes (Jeff)

  * Partial filter/vfolder GUI facelift (Jacob)
?id=373a0e56a86d83c0529102f8b03daabedfa24f0a'>Update to 2.29.1.marcus2010-01-076-0/+446
| 
| 
| 
| 

git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13377 df743ca5-7f9a-e211-a948-0013205c9059



* Update to 2.29.4.kwm2009-12-214-0/+687
| 
| 
| 
| 

git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13273 df743ca5-7f9a-e211-a948-0013205c9059



* Remove these ports now that they are in the ports tree.marcus2009-11-3053-2556/+0
| 
| 
| 
| 

git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13266 df743ca5-7f9a-e211-a948-0013205c9059



* Update to 0.3.10.avl2009-10-217-0/+109
| 
| 
| 
| 

git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13175 df743ca5-7f9a-e211-a948-0013205c9059



* Update to 2.28.1.avl2009-10-193-16/+5
| 
| 
| 
| 

git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13140 df743ca5-7f9a-e211-a948-0013205c9059



* Update to 2.28.1.avl2009-10-192-5/+5
| 
| 
| 
| 

git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13139 df743ca5-7f9a-e211-a948-0013205c9059



* Teach configure where to find jsapi.h.kwm2009-09-281-1/+5
| 
| 
| 
| 

git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13062 df743ca5-7f9a-e211-a948-0013205c9059



* Reset $FreeBSD$ tags.avl2009-09-271-1/+1
| 
| 
| 
| 

git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13041 df743ca5-7f9a-e211-a948-0013205c9059



* Reset $FreeBSD$ tags.marcus2009-09-262-2/+2
| 
| 
| 
| 

git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13038 df743ca5-7f9a-e211-a948-0013205c9059



* Add gnomevfs2 to depends.kwm2009-09-265-0/+81
| 
| 
| 
| 

git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13030 df743ca5-7f9a-e211-a948-0013205c9059



* Chase webkit update. Oopskwm2009-09-232-4/+4
| 
| 
| 
| 

git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13010 df743ca5-7f9a-e211-a948-0013205c9059



* Update to 2.28.0.kwm2009-09-235-0/+610
| 
| 
| 
| 

git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12989 df743ca5-7f9a-e211-a948-0013205c9059



* Update to 2.28.0.kwm2009-09-233-5/+9
| 
| 
| 
| 

git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12988 df743ca5-7f9a-e211-a948-0013205c9059



* Update to 2.28.0.avl2009-09-223-5/+8
| 
| 
| 
| 

git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12946 df743ca5-7f9a-e211-a948-0013205c9059



* Update to 2.28.0.1.avl2009-09-223-5/+11
| 
| 
| 
| 

git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12944 df743ca5-7f9a-e211-a948-0013205c9059



* Update to 2.28.0.kwm2009-09-223-5/+11
| 
| 
| 
| 

git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12929 df743ca5-7f9a-e211-a948-0013205c9059



* Add new gir-repository ports infrastructure.avl2009-09-161-0/+15
| 
| 
| 
| 

git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12879 df743ca5-7f9a-e211-a948-0013205c9059



* Update to 2.27.92.marcus2009-09-093-5/+9
| 
| 
| 
| 

git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12847 df743ca5-7f9a-e211-a948-0013205c9059



* Chase webkit update.kwm2009-09-092-4/+4
| 
| 
| 
| 

git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12835 df743ca5-7f9a-e211-a948-0013205c9059



* Update to 2.27.92.kwm2009-09-082-5/+5
| 
| 
| 
| 

git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12809 df743ca5-7f9a-e211-a948-0013205c9059



* Update to 2.27.92.kwm2009-09-073-5/+6
| 
| 
| 
| 

git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12799 df743ca5-7f9a-e211-a948-0013205c9059



* Clean up USE_GECKO. Remove old mozilla products that will be removed soonish.kwm2009-09-063-0/+37
| 
| 
| 
| 
| 
| 
| 

Submitted by:	miwi


git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12784 df743ca5-7f9a-e211-a948-0013205c9059



* Update to 2.27.91.kwm2009-08-264-0/+317
| 
| 
| 
| 

git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12730 df743ca5-7f9a-e211-a948-0013205c9059



* Update to 2.27.91.kwm2009-08-266-11/+97
| 
| 
| 
| 

git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12727 df743ca5-7f9a-e211-a948-0013205c9059



* Chase webkit shared lib version.marcus2009-08-252-3/+3
| 
| 
| 
| 

git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12712 df743ca5-7f9a-e211-a948-0013205c9059



* Sync w/ FreeBSD ports tree.mezz2009-08-231-2/+1
| 
| 
| 
| 

git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12680 df743ca5-7f9a-e211-a948-0013205c9059



* Chase gnutls libdump.kwm2009-08-172-3/+4
| 
| 
| 
| 

git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12654 df743ca5-7f9a-e211-a948-0013205c9059



* Update to 2.27.90.kwm2009-08-123-13/+12
| 
| 
| 
| 

git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12614 df743ca5-7f9a-e211-a948-0013205c9059



* Update to 2.27.90.kwm2009-08-112-5/+5
| 
| 
| 
| 

git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12610 df743ca5-7f9a-e211-a948-0013205c9059



* Add optional (default on) support for telepathy integration.marcus2009-08-032-3/+17
| 
| 
| 
| 

git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12563 df743ca5-7f9a-e211-a948-0013205c9059



* Update to 2.27.5.kwm2009-07-295-0/+324
| 
| 
| 
| 

git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12532 df743ca5-7f9a-e211-a948-0013205c9059



* Update to 2.27.5.kwm2009-07-288-0/+252
| 
| 
| 
| 

git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12514 df743ca5-7f9a-e211-a948-0013205c9059



* Update to 2.27.4.marcus2009-07-208-0/+384
| 
| 
| 
| 

git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12482 df743ca5-7f9a-e211-a948-0013205c9059



* Chase the webkit shared lib version.avl2009-07-152-4/+4
| 
| 
| 
| 

git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12439 df743ca5-7f9a-e211-a948-0013205c9059



* Chase webkit update.kwm2009-06-162-4/+4
| 
| 
| 
| 

git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12378 df743ca5-7f9a-e211-a948-0013205c9059



* Chase the webkit shared lib version.marcus2009-05-252-4/+4
| 
| 
| 
| 

git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12326 df743ca5-7f9a-e211-a948-0013205c9059



* Chase webkit lib dump.kwm2009-05-108-0/+311
| 
| 
| 
| 

git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12295 df743ca5-7f9a-e211-a948-0013205c9059



* Remove these ports now that they have been merged into FreeBSD ports.marcus2009-04-1135-1961/+0
| 
| 
| 
| 

git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12240 df743ca5-7f9a-e211-a948-0013205c9059



* Add a hack to fix the build with GNOME 2.26.marcus2009-04-075-0/+157
| 
| 
| 
| 

git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12225 df743ca5-7f9a-e211-a948-0013205c9059



* Actually remove this file from CVS.marcus2009-04-031-20/+0
| 
| 
| 
| 

git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12203 df743ca5-7f9a-e211-a948-0013205c9059



* Update to 2.26.1.marcus2009-04-012-6/+5
| 
| 
| 
| 

git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12202 df743ca5-7f9a-e211-a948-0013205c9059



* Make sure libgtop is initialized before calling its functions.marcus2009-03-222-1/+22
| 
| 
| 
| 

git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12175 df743ca5-7f9a-e211-a948-0013205c9059



* Update to 2.26.0kwm2009-03-183-6/+19
| 
| 
| 
| 

git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12156 df743ca5-7f9a-e211-a948-0013205c9059



* Update to 2.26.0.kwm2009-03-183-5/+16
| 
| 
| 
| 

git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12155 df743ca5-7f9a-e211-a948-0013205c9059



* Update to 2.26.0.kwm2009-03-182-6/+5
| 
| 
| 
| 

git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12154 df743ca5-7f9a-e211-a948-0013205c9059



* Update to 2.26.0.kwm2009-03-182-5/+5
| 
| 
| 
| 

git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12146 df743ca5-7f9a-e211-a948-0013205c9059



* Add etc/xdg and etc/xdg/autostart in gnomehier. It's starting to get toomezz2009-03-111-2/+0
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 

common for GNOME and even other different WMs/desktops. Remove both direcotries
from ports' plist.

Discussed with:	marcus


git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12066 df743ca5-7f9a-e211-a948-0013205c9059



* Fix the locale stuff in plist, ran by locale_dirrmtry.sh.mezz2009-03-103-4/+4
| 
| 
| 
| 

git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12055 df743ca5-7f9a-e211-a948-0013205c9059



* Add a missing dependency, libgtop. Bump the PORTREVISION.mezz2009-03-101-1/+4
| 
| 
| 
| 
| 
| 
| 

Reported by:	MC tinderbox


git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12052 df743ca5-7f9a-e211-a948-0013205c9059



* Fix the build on -STABLE.marcus2009-03-091-2/+2
| 
| 
| 
| 
| 
| 
| 

Reported by:	mezz


git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12048 df743ca5-7f9a-e211-a948-0013205c9059



* Update to 2.26.0.marcus2009-03-095-0/+592
| 
| 
| 
| 

git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12046 df743ca5-7f9a-e211-a948-0013205c9059



* Allow vino to listen on both IPv4 and v6 sockets.marcus2009-03-082-15/+26
| 
| 
| 
| 

git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12039 df743ca5-7f9a-e211-a948-0013205c9059



* Update to 2.25.92.marcus2009-03-052-5/+5
| 
| 
| 
| 

git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12024 df743ca5-7f9a-e211-a948-0013205c9059



* Update to 2.25.92.marcus2009-03-032-5/+5
| 
| 
| 
| 

git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12000 df743ca5-7f9a-e211-a948-0013205c9059



* Update to 2.25.92.marcus2009-03-032-5/+5
| 
| 
| 
| 

git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11998 df743ca5-7f9a-e211-a948-0013205c9059



* Update to 2.25.91.marcus2009-02-288-0/+251
| 
| 
| 
| 

git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11958 df743ca5-7f9a-e211-a948-0013205c9059



* Update to 2.25.3.marcus2009-02-288-0/+346
| 
| 
| 
| 

git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11946 df743ca5-7f9a-e211-a948-0013205c9059



* Update to 2.25.91.kwm2009-02-225-0/+263
| 
| 
| 
| 

git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11906 df743ca5-7f9a-e211-a948-0013205c9059



* Update to 2.25.91.kwm2009-02-214-0/+317
| 
| 
| 
| 

git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11887 df743ca5-7f9a-e211-a948-0013205c9059



* Remove these ports now that they have been merged into the FreeBSD portsmarcus2009-01-1236-1957/+0
| 
| 
| 
| 
| 
| 
| 

tree.


git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11869 df743ca5-7f9a-e211-a948-0013205c9059



* Sync w/ FreeBSD ports.mezz2009-01-011-3/+2
| 
| 
| 
| 

git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11844 df743ca5-7f9a-e211-a948-0013205c9059



* Sync with FreeBSD ports tree.marcus2008-12-171-2/+3
| 
| 
| 
| 

git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11819 df743ca5-7f9a-e211-a948-0013205c9059



* Update to 2.24.2.marcus2008-12-062-5/+5
| 
| 
| 
| 

git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11808 df743ca5-7f9a-e211-a948-0013205c9059



* Update to 2.24.2.mezz2008-11-262-5/+5
| 
| 
| 
| 

git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11792 df743ca5-7f9a-e211-a948-0013205c9059



* Update to 2.24.1.marcus2008-10-232-5/+5
| 
| 
| 
| 

git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11728 df743ca5-7f9a-e211-a948-0013205c9059



* Update to 2.24.1.kwm2008-10-215-10/+15
| 
| 
| 
| 

git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11709 df743ca5-7f9a-e211-a948-0013205c9059



* Fix the locale in plist, ran by locale_dirrmtry.sh.mezz2008-09-263-32/+2
| 
| 
| 
| 

git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11642 df743ca5-7f9a-e211-a948-0013205c9059



* Update to 2.24.0.mezz2008-09-233-5/+6
| 
| 
| 
| 

git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11608 df743ca5-7f9a-e211-a948-0013205c9059



* Update to 2.22.1.kwm2008-09-239-0/+547
| 
| 
| 
| 

git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11604 df743ca5-7f9a-e211-a948-0013205c9059



* Update to 2.12.2.kwm2008-09-235-0/+591
| 
| 
| 
| 

git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11601 df743ca5-7f9a-e211-a948-0013205c9059



* Update to 2.24.0.kwm2008-09-233-6/+6
| 
| 
| 
| 

git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11590 df743ca5-7f9a-e211-a948-0013205c9059



* Update to 2.24.0.kwm2008-09-223-5/+17
| 
| 
| 
| 

git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11575 df743ca5-7f9a-e211-a948-0013205c9059



* Fix the locale stuff, ran by locale_dirrmtry.sh.mezz2008-09-102-15/+15
| 
| 
| 
| 

git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11512 df743ca5-7f9a-e211-a948-0013205c9059



* Add --with-gtkglext=yes that way one day if something change and we willmezz2008-09-101-1/+2
| 
| 
| 
| 
| 
| 
| 

get something failure.


git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11501 df743ca5-7f9a-e211-a948-0013205c9059



* Add gtkglext dependency; it has autocheck that will building with gtkglextmezz2008-09-101-2/+4
| 
| 
| 
| 
| 
| 
| 

library by default. It is for scaling support. Bump the PORTREVISION.


git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11500 df743ca5-7f9a-e211-a948-0013205c9059



* Update to 2.23.92.kwm2008-09-093-5/+6
| 
| 
| 
| 

git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11480 df743ca5-7f9a-e211-a948-0013205c9059



* Update to 2.23.92.kwm2008-09-095-10/+11
| 
| 
| 
| 

git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11475 df743ca5-7f9a-e211-a948-0013205c9059



* Clean up the leftover sr@latin locale.marcus2008-09-071-0/+2
| 
| 
| 
| 

git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11461 df743ca5-7f9a-e211-a948-0013205c9059



* Update to 0.3.7.marcus2008-09-077-0/+92
| 
| 
| 
| 

git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11457 df743ca5-7f9a-e211-a948-0013205c9059



* Update to 2.23.91.kwm2008-09-033-6/+6
| 
| 
| 
| 

git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11425 df743ca5-7f9a-e211-a948-0013205c9059



* Update to 2.23.91ahze2008-09-023-9/+9
| 
| 
| 
| 

git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11412 df743ca5-7f9a-e211-a948-0013205c9059



* Update to 2.23.91ahze2008-09-023-5/+9
| 
| 
| 
| 

git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11409 df743ca5-7f9a-e211-a948-0013205c9059



* Update to 2.23.90.kwm2008-08-193-6/+11
| 
| 
| 
| 

git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11330 df743ca5-7f9a-e211-a948-0013205c9059



* Update to 2.23.90.kwm2008-08-193-5/+6
| 
| 
| 
| 

git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11328 df743ca5-7f9a-e211-a948-0013205c9059



* Update to 2.23.6.marcus2008-08-063-6/+9
| 
| 
| 
| 

git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11231 df743ca5-7f9a-e211-a948-0013205c9059



* Add a missing dependency on libsoup.marcus2008-07-261-1/+4
| 
| 
| 
| 

git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11173 df743ca5-7f9a-e211-a948-0013205c9059



* Update to 2.23.5.marcus2008-07-232-5/+5
| 
| 
| 
| 

git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11162 df743ca5-7f9a-e211-a948-0013205c9059



* Update to 2.23.5.marcus2008-07-236-0/+204
| 
| 
| 
| 

git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11159 df743ca5-7f9a-e211-a948-0013205c9059



* Add a missing dependency on gnomepanel.marcus2008-06-301-2/+4
| 
| 
| 
| 

git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11093 df743ca5-7f9a-e211-a948-0013205c9059



* Update to 2.23.4.marcus2008-06-182-6/+5
| 
| 
| 
| 

git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11081 df743ca5-7f9a-e211-a948-0013205c9059



* Update to 2.23.4.marcus2008-06-173-6/+9
| 
| 
| 
| 

git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11063 df743ca5-7f9a-e211-a948-0013205c9059



* Bump PORTREVISIONs to chase the gettext update.marcus2008-06-072-2/+4
| 
| 
| 
| 

git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11028 df743ca5-7f9a-e211-a948-0013205c9059



* Update to 2.23.3.1.kwm2008-06-05