aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--devel/str/Makefile4
-rw-r--r--devel/str/distinfo2
2 files changed, 3 insertions, 3 deletions
diff --git a/devel/str/Makefile b/devel/str/Makefile
index 488fa85efc53..b0e3f5eda75c 100644
--- a/devel/str/Makefile
+++ b/devel/str/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: str
-# Version required: 0.9.2
+# Version required: 0.9.3
# Date Created: 09 Jan 2000
# Whom: Ralf S. Engelschall
#
# $FreeBSD$
#
-DISTNAME= str-0.9.2
+DISTNAME= str-0.9.3
CATEGORIES= devel
MASTER_SITES= http://www.engelschall.com/sw/str/ \
ftp://ftp.engelschall.com/sw/str/
diff --git a/devel/str/distinfo b/devel/str/distinfo
index 755b9e48dfd9..8b3c7a030ed3 100644
--- a/devel/str/distinfo
+++ b/devel/str/distinfo
@@ -1 +1 @@
-MD5 (str-0.9.2.tar.gz) = 42c591f9a7a9d1c6a76d06e2c72453f1
+MD5 (str-0.9.3.tar.gz) = 5c3fd56ff7b21a24fcceed6d94566be6
n title='2001-03-10 05:53:05 +0800'>2001-03-102-2/+8 * Hm... probably would be clever to be calling this 0.9 rather than 0.8,Dan Winship2001-03-102-1/+7 * Fix a bug that could make this walk off the end of a string. (The bug hasDan Winship2001-03-102-3/+10 * Changed int to char when returning a character from a stream (since itChristopher James Lahey2001-03-102-1/+6 * Took out the "IMPLEMENT ME"'s from the forward menu items since I've codedJeffrey Stedfast2001-03-092-3/+9 * Set the Forward->Quoted callback. Also set the forward->AttachmentJeffrey Stedfast2001-03-097-38/+167 * Maybe I shouldn't have smoked all of that crack before I startedJon Trowbridge2001-03-091-1/+0 * Changes so that the folder gets added to the vtrash reguardless of whetherJeffrey Stedfast2001-03-092-9/+22 * Some dead code mades its way into my commit. Sorry.Jon Trowbridge2001-03-091-4/+2 * Switched to use e_contact_quick_add_free_form. Removed debugging code,Jon Trowbridge2001-03-0918-178/+1102 * Removed mail-vtrash.cJeffrey Stedfast2001-03-092-3/+5 * The type of this folder is now "vtrash" and not "mail".Jeffrey Stedfast2001-03-092-1/+6 * Removed from cvsJeffrey Stedfast2001-03-095-218/+6 * Add "vtrash" as a folder type we support. (create_view): Kludgy-kludgeJeffrey Stedfast2001-03-092-3/+7 * Hmm, fixesFatih Demir2001-03-091-10/+10 * Updated tr.poFatih Demir2001-03-092-2280/+2830 * Call open_msg here so that it does the Right Thing (tm).Jeffrey Stedfast2001-03-093-5/+10 * Make sure we have something selected first ;-)Jeffrey Stedfast2001-03-093-6/+13 * Override the default init_trash() with the our custom one (sinceJeffrey Stedfast2001-03-092-15/+70 * These fixes make it so that the CamelStore does not actually hold a ref onJeffrey Stedfast2001-03-092-27/+54 * Added a ShellComponent method to retrieve the selection for drag andEttore Perazzoli2001-03-0817-73/+312 * Rename the "Get Mail" button to "Send and Receive".Ettore Perazzoli2001-03-082-2/+7 * Implement. (get_trash): Implement. (camel_pop3_store_class_init): OverrideJeffrey Stedfast2001-03-082-0/+31 * Removed --enable-assbarn-security and replaced it with the real options:Jeffrey Stedfast2001-03-083-101/+91 * New function. Used to store integer values into the configuration engine.Miguel de Icaza2001-03-087-275/+645 * Added the ability for components to specify drag/drop types, andEttore Perazzoli2001-03-088-14/+425 * Require GAL 0.5.99.6.Ettore Perazzoli2001-03-082-1/+5 * New public API call, `e_table_get_cell_at()'. Also upped the GALEttore Perazzoli2001-03-082-44/+42 * Add an action-part widget. (filter_rule_from_mlist): Same here. ThisJeffrey Stedfast2001-03-082-4/+16 * (remote_recv_line): Fix another problem...Dan Winship2001-03-082-1/+3 * /* xgettext:no-c-format */ before the welcome message.Kjartan Maraas2001-03-081-0/+2 * Don't try to generate a Makefile in camel/providers/vee as it's empty.Kjartan Maraas2001-03-083-2/+6 * Remove some unused stuffDan Winship2001-03-074-71/+4 * Fix an off-by-one in the "is this for real?" check so that "http:// "Dan Winship2001-03-072-1/+6 * Return the return value of camel_service_connect rather than returningDan Winship2001-03-072-4/+10 * Add extension mime type fileMiguel de Icaza2001-03-072-3/+9 * New function to decide if a mime part is an S/MIME v3 signed part.Jeffrey Stedfast2001-03-073-21/+107 * Move the signal emittion to after the set_menu call so that it actuallyJeffrey Stedfast2001-03-074-1399/+1332 * uh, emacs said it didn't save thisJeffrey Stedfast2001-03-071-1/+1 * Disable the NNTP code if NNTP is not enabled. This prevents some runtimeJeffrey Stedfast2001-03-072-1/+6 * Updated to have a transport auth page.Jeffrey Stedfast2001-03-074-92/+554 * Redone so as to save on memory allocations and speed.Jeffrey Stedfast2001-03-073-54/+63 * Reorganize the menus to have entries always in a consistent fashion, asMiguel de Icaza2001-03-0718-304/+621 * Fix glitch with inserting comma-delimited stuff when length > 1.Jon Trowbridge2001-03-072-0/+8 * Added. Just encapsulates openingJon Trowbridge2001-03-073-2/+40 * If the folderinfo has no URL (ie, can't contain messages), don't add it asDan Winship2001-03-072-4/+7 * Added the third argument to e_contact_editor_new. (Cheated and send NULLBenjamin Kahn2001-03-073-2/+10 * Fix a reference counting bug.Jon Trowbridge2001-03-0614-6/+1084 * Added. This is part of a change of sematics that makes things much nicerJon Trowbridge2001-03-064-28/+68 * Set version number to 0.5.99.5Jon Trowbridge2001-03-065-10/+66 * Update pilot instructionsJP Rosevear2001-03-062-1/+5 * Updated Norwegian (bokmål) translation. Updated with a bunch of missingKjartan Maraas2001-03-064-1185/+1493 * Don't return NULL if the token is non-NULL. This is why:Jeffrey Stedfast2001-03-064-3/+37 * i18n'd some strings in here.Jeffrey Stedfast2001-03-063-9/+68 * Don't access the `active` data member of a GtkToggleButton directly - badJeffrey Stedfast2001-03-066-157/+37 * Correcty set the mime type for the multipart. Hmmm, still doesn't wrapJeffrey Stedfast2001-03-062-8/+19 * Rebuild when the collection changes.Christopher James Lahey2001-03-062-11/+65 * Check for gal 0.5.99.4.Christopher James Lahey2001-03-062-3/+7 * Upped the version number to 0.5.99.4.Christopher James Lahey2001-03-061-0/+1 * New changed signal.Christopher James Lahey2001-03-062-12/+47 * Override cursor_activated signal instead of cursor_changed signal.Christopher James Lahey2001-03-052-4/+9 * updateJP Rosevear2001-03-052-1/+4 * Wrote a new version of header_fold() that takes a 'force' option and usesJeffrey Stedfast2001-03-052-1/+141 * Make sure there is a space between the name and the address tokens.Jeffrey Stedfast2001-03-052-1/+5 * encoded string segments need to be at least 8 chars (7 doesn't leave roomJeffrey Stedfast2001-03-052-18/+29 * keep list of all Tasks folders so we can update the preference settingsDamon Chaplin2001-03-0519-386/+715 * pretty much working now.Damon Chaplin2001-03-053-76/+537 * added e-util/e-time-utils.c and widgets/misc/e-cell-date-edit.cDamon Chaplin2001-03-052-0/+7 * new files to contain functions to parse and format dates and times forDamon Chaplin2001-03-054-0/+334 * "New" -> "New Task".Damon Chaplin2001-03-053-3/+10 * added "editable" Arg, to stop the user from editing the text. The user canDamon Chaplin2001-03-054-5/+74 * Reorganize a bit to get rid of warnings about AC_TRY_COMPILE being usedDan Winship2001-03-052-11/+17 * Mention the GNOME VFS stable tag.Dan Winship2001-03-051-1/+2 * Added views/addressbook/Makefile.Christopher James Lahey2001-03-042-0/+5 * New view.Christopher James Lahey2001-03-045-2/+33 * Added a built in view menu for addressbook.Christopher James Lahey2001-03-046-1/+38 * Cleaned up the formatting in this file a bit.Christopher James Lahey2001-03-048-81/+100 * Corrected these views a bit.Christopher James Lahey2001-03-046-4/+27 * doh, track renaming of objectclass from evolvePerson to evolutionPerson.Chris Toshok2001-03-032-14/+19 * rename evolveperson.schema to this, and add remaining attributes.Chris Toshok2001-03-033-28/+95 * Remove very old camel lock stuff.Not Zed2001-03-036-12/+121 * Added option menu to vfolder editor.Not Zed2001-03-035-208/+160 * New function to remove a folder from a vfolder.Not Zed2001-03-033-1/+73 * Added a comment reminding us that we should probably not force aJeffrey Stedfast2001-03-032-1/+9 * Doh! Set the CAMEL_URL_ALLOW_AUTH flag.Jeffrey Stedfast2001-03-032-1/+4 * install conduit iconsJP Rosevear2001-03-0312-22/+62 * oops, forgot the changelogJeffrey Stedfast2001-03-031-0/+5 * Updated with the extended AUTH return codes.Jeffrey Stedfast2001-03-031-1/+14 * oops, the return code is 235 on success, not 234Jeffrey Stedfast2001-03-031-1/+1 * Don't forget to unref the SASL object.Jeffrey Stedfast2001-03-034-52/+205 * Remove cruftKjartan Maraas2001-03-021-4/+0 * Updated Slovak translationStano Visnovsky2001-03-022-712/+660 * Use "-f" to set the envelope from address so bounces go to the rightDan Winship2001-03-022-10/+41 * add logic to make sure we're building against OpenLDAP >= 2Chris Toshok2001-03-022-0/+22 * track change to e_contact_editor_new.Chris Toshok2001-03-022-1/+7 * add objectclasses for "person", "organizationalPerson", and "top" as well,Chris Toshok2001-03-022-38/+91 * new function. (e_minicard_view_event): split out the creation of theChris Toshok2001-03-0213-230/+753 * add new entries for phone enums, and fill in the ecard_field with (bogusChris Toshok2001-03-026-33/+140 * implement properly, we support everything.Chris Toshok2001-03-022-1/+17 * #include "camel-sasl-digest-md5.h" (camel_sasl_authtype_list): addJeffrey Stedfast2001-03-025-0/+922 * Oops, we do need to be able to write to "text" after all (for things likeJon Trowbridge2001-03-024-5/+33 * quote a test and make sure incdir is always set so 'cat' worksJP Rosevear2001-03-022-1/+7 * remove camel-imap-auth.c, add sasl stuffDan Winship2001-03-022-1/+8 * New function to turn foo/bar into foo/subfolders/bar. The inverse functionDan Winship2001-03-024-0/+155 * add missing "for" to a messageDan Winship2001-03-021-1/+1 * Updated Slovenian translationAndraz Tori2001-03-021-608/+645 * I am an idiot.Jon Trowbridge2001-03-022-12/+27 * Add an "authtypes" hash table to CamelImapStore recording the supportedDan Winship2001-03-026-286/+151 * Take a GByteArray as input as well. Comment that you can pass %NULL forDan Winship2001-03-0211-386/+413 * Added views stuff.Christopher James Lahey2001-03-023-3/+11 * Builtin View menus for tasks and mail.Christopher James Lahey2001-03-0213-0/+67 * Change for new EDestination/ESelectNamesModel API.Jon Trowbridge2001-03-0218-1100/+2301 * Boost version number to 0.5.99.3.Jon Trowbridge2001-03-025-99/+91 * When when when when when when oh WHEN will I remember to add the files - Fede...Federico Mena Quintero2001-03-021-0/+180 * Don't base64 encode the data, leave that up to the provider to do if itJeffrey Stedfast2001-03-022-8/+8 * remove mime-utils header for base64 stuff.Jeffrey Stedfast2001-03-022-2/+0 * Don't base64 encode the data, leave that up to the provider to do if itJeffrey Stedfast2001-03-023-9/+14 * Fixed some warnings.Christopher James Lahey2001-03-028-223/+257 * Reconstify variables to match iconv.Not Zed2001-03-023-4/+15 * camel depends on krb4 now (where available), for camel-sasl-kerberos4.cDan Winship2001-03-024-9/+26 * Redo the Kerberos stuff again to deal with the stuff currently on myDan Winship2001-03-022-53/+65 * Check the container is not NIL before trying to set thje prop.Not Zed2001-03-022-0/+7 * Make it handle a NULL string as an empty string.Not Zed2001-03-022-1/+9 * pilot conduitsJakub Steiner2001-03-027-0/+11 * Check for gal 0.5.99.2.Christopher James Lahey2001-03-012-3/+7 * Used ESelectionModelSimple and the changes to EReflow and EReflowSorted toChristopher James Lahey2001-03-016-67/+199 * New class implementing a simple selection model that you add rows to andChris Lahey2001-03-012-0/+144 * Added e-selection-model-simple.lo.Christopher James Lahey2001-03-014-27/+83 * Added new ECellPixbuf -- takes a GdkPixbuf from the model and renders itVladimir Vukicevic2001-03-011-0/+2 * Added new ECellPixbuf -- takes a GdkPixbuf from the model and renders itVladimir Vukicevic2001-03-012-0/+289 * Assert url_string != NULL.Peter Williams2001-03-012-1/+7 * Fixes for changes to search bar. (search_save): Removed. (search_full):Not Zed2001-03-018-290/+272 * Added searches.xml to default user data.Not Zed2001-03-013-1/+78 * New type of search bar that interacts with filter contexts to save filtersNot Zed2001-03-016-29/+672 * New function to clone rules.Not Zed2001-03-013-0/+21 * oops, not empty string - need to base64 encode it, which is just "="Jeffrey Stedfast2001-03-011-1/+1 * Added camel-sasl-anonymous.[c,h] to the build.Jeffrey Stedfast2001-03-016-2/+256 * A fix for broken mailers that send 2-digit years (ie "Wed, 28 Feb 01Jeffrey Stedfast2001-03-011-1/+1 * A fix for broken mailers that send 2-digit years (ie "Wed, 28 Feb 01Jeffrey Stedfast2001-03-013-5/+16 * New function to set the EDateEdit's value when a row is selected in theFederico Mena Quintero2001-03-014-13/+74 * If we get back 0 bytes from camel_stream_buffer_gets, that means theDan Winship2001-03-012-0/+12 * Added camel-sasl*.[c,h] to the build.Jeffrey Stedfast2001-03-0113-25/+972 * Correct a couple errorsJP Rosevear2001-02-282-2/+6 * Make this more robust: do not assume that the GdkEvent will be either aMiguel de Icaza2001-02-281-1/+7 * Changed e_table_selection_model_clear to e_selection_model_clear.Christopher James Lahey2001-02-2817-893/+154 * Added e-sorter.lo and e-selection-model.lo.Christopher James Lahey2001-02-284-0/+1107 * Translations from keldKenneth Christiansen2001-02-281-2040/+1502 * If !mail_config_is_configured(), give an error and return NULL.Dan Winship2001-02-282-0/+13 * Update this again.Dan Winship2001-02-282-14/+16 * Merge the building fix from evolution-0-9-branch.Ettore Perazzoli2001-02-282-1/+6 * Use VERSION and the Wombat description for gnome_init_with_popt_table().Federico Mena Quintero2001-02-282-1/+6 * Return TRUE if the user configured his/her settings, else return FALSE.Jeffrey Stedfast2001-02-282-11/+21 * Updated NEWS from 0.9 - FedericoFederico Mena Quintero2001-02-281-0/+64 * Prevent `gtk_signal_disconnect()' warnings when destroying aEttore Perazzoli2001-02-271-10/+18 * Added `accepted_dnd_mime_types' and `exported_dnd_mime_types' membersEttore Perazzoli2001-02-275-14/+26 * Set a "References" header no matter what if we are able to get aJeffrey Stedfast2001-02-272-10/+16 * Confirm thatt he user REALLY wants to delete this account. (news_delete):Jeffrey Stedfast2001-02-272-4/+42 * Group messages into sets with the same flags and use the IMAP message setDan Winship2001-02-272-33/+156 * Changed the product string - will change it to use User-Agent once I getJeffrey Stedfast2001-02-272-2/+8 * Create a little stand-alone library for the low-level alarm triggerFederico Mena Quintero2001-02-277-413/+31 * Made thread-safe and moved to above the test code.Jeffrey Stedfast2001-02-274-17/+105 * Mark deleted messages as "seen" as well so they don't count towards theDan Winship2001-02-273-2/+9 * Re-add the mail_vtrash_create() hack back in for LocalStores since there'sJeffrey Stedfast2001-02-274-6/+50 * New function to force the removal of a given password.Jeffrey Stedfast2001-02-264-39/+82 * Abort if the message is NULL (which is valid if an error occured).Jeffrey Stedfast2001-02-262-0/+10 * new files to implement an ECell for showing and editing dates & times.Damon Chaplin2001-02-264-0/+513 * new abstract ECell subclass to be used as base class for popup ECells.Damon Chaplin2001-02-266-7/+1240 * Update Lithuanian translationGediminas Paulauskas2001-02-252-3943/+4494 * Toss the mail_tool_camel_lock* stuff. Same. Here too.Jeffrey Stedfast2001-02-256-118/+14 * This is a text file containing C source code that will eventually be an intel...Iain Holmes2001-02-251-0/+277 * fixed a compile warning in camel-store.Jeffrey Stedfast2001-02-251-1/+0 * No longer need to construct the vTrash here. (owner_set_cb): Don't makeJeffrey Stedfast2001-02-253-7/+46 * Don't free a const pointer.Jeffrey Stedfast2001-02-252-3/+9 * Updated Dutch translation.Almer S. Tigelaar2001-02-252-3821/+5511 * init the vTrash folder here instead of in store_init.Jeffrey Stedfast2001-02-252-18/+36 * Updated russian translation.Valek Frob2001-02-242-244/+343 * remove stale calender oaf.in fileMichael Meeks2001-02-242-1/+4 * Switched to using our own refcounted structure for loaded clients.Federico Mena Quintero2001-02-2415-242/+187 * Added e-table/e-table-sorting-utils.lo.Christopher James Lahey2001-02-2419-641/+1226 * Move the event box into the esb->dropdown_holder. Changed so it can beNot Zed2001-02-243-16/+68 * Remove a warning....DOH!Iain Holmes2001-02-241-1/+0 * Changes to allow folders to be created from a callback.Iain Holmes2001-02-243-36/+87 * fixed generation of history recordsRodrigo Moya2001-02-242-2/+42 * Fixed. (e_entry_select_region): Fixed. (e_entry_show_popup): Grab/ungrabJon Trowbridge2001-02-243-8/+49 * init get_trash and init_trash. (camel_store_init): call the virtualJeffrey Stedfast2001-02-24