aboutsummaryrefslogtreecommitdiffstats
path: root/lang/smalltalk
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2001-11-30 15:21:48 +0800
committervanilla <vanilla@FreeBSD.org>2001-11-30 15:21:48 +0800
commitf3c31394f63d8438c8167ba3fccb9f34e28c54c9 (patch)
treeec801839f5927cd3fd65437751bdd7b4717fc364 /lang/smalltalk
parentfc62018f0c6dd133b926bdc41293848996e6eea5 (diff)
downloadfreebsd-ports-gnome-f3c31394f63d8438c8167ba3fccb9f34e28c54c9.tar.gz
freebsd-ports-gnome-f3c31394f63d8438c8167ba3fccb9f34e28c54c9.tar.zst
freebsd-ports-gnome-f3c31394f63d8438c8167ba3fccb9f34e28c54c9.zip
Upgrade to 1.95.6.
PR: ports/32313 Submitted by: KATO Tsuguru <tkato@prontomail.com>
Diffstat (limited to 'lang/smalltalk')
-rw-r--r--lang/smalltalk/Makefile4
-rw-r--r--lang/smalltalk/distinfo2
-rw-r--r--lang/smalltalk/pkg-plist4
3 files changed, 5 insertions, 5 deletions
diff --git a/lang/smalltalk/Makefile b/lang/smalltalk/Makefile
index c0b0f15a3f97..6365bf1830f1 100644
--- a/lang/smalltalk/Makefile
+++ b/lang/smalltalk/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= smalltalk
-PORTVERSION= 1.95.5
+PORTVERSION= 1.95.6
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -21,7 +21,7 @@ CONFIGURE_ARGS= --build=${ARCH}-portbld-freebsd${OSREL}
MAN1= gst.1
post-extract:
- @${RM} ${WRKSRC}/doc/gst.info*
+ @${RM} -f ${WRKSRC}/doc/gst.info*
pre-patch:
@find ${WRKSRC} -name 'Makefile.in' | xargs ${PERL} -pi -e \
diff --git a/lang/smalltalk/distinfo b/lang/smalltalk/distinfo
index cbd59cea387a..bfeed6ff8be0 100644
--- a/lang/smalltalk/distinfo
+++ b/lang/smalltalk/distinfo
@@ -1 +1 @@
-MD5 (smalltalk-1.95.5.tar.gz) = 5f3464aa38a25afccc130e66cb390566
+MD5 (smalltalk-1.95.6.tar.gz) = a527071ed6f7e5f67dc2d9891b916a5b
diff --git a/lang/smalltalk/pkg-plist b/lang/smalltalk/pkg-plist
index 98b438dbbdbb..f31ea677eae3 100644
--- a/lang/smalltalk/pkg-plist
+++ b/lang/smalltalk/pkg-plist
@@ -57,6 +57,7 @@ share/smalltalk/compiler/STTok.st
share/smalltalk/compiler/STToken.st
share/smalltalk/compiler/STVisitor.st
share/smalltalk/compiler/StartCompiler.st
+share/smalltalk/compiler/test.st
share/smalltalk/examples/Application.st
share/smalltalk/examples/Bench.st
share/smalltalk/examples/Buffers.st
@@ -94,6 +95,7 @@ share/smalltalk/examples/shell
share/smalltalk/examples/xml.sed
share/smalltalk/gst.im
share/smalltalk/i18n/Collation.st
+share/smalltalk/i18n/Expression.st
share/smalltalk/i18n/GetText.st
share/smalltalk/i18n/Load.st
share/smalltalk/i18n/Locale.st
@@ -231,8 +233,6 @@ share/smalltalk/web/recent.jpg
share/smalltalk/web/rename.jpg
share/smalltalk/web/test.st
share/smalltalk/web/top.jpg
-share/smalltalk/xml/Id-DOM.st
-share/smalltalk/xml/Id-XWalker.st
share/smalltalk/xml/XML.st
@dirrm share/smalltalk/xml
@dirrm share/smalltalk/web
t/?h=BALSA_1_1_2&id=20143e0762f927d23f57d72928761e1f599bbad2'>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-244-11/+125 * No longer need to do a vtrash_cleanup() (it also doesn't exist anymore).Jeffrey Stedfast2001-02-247-211/+59 * IMAP subscriptions stuff.Aaron Weber2001-02-236-2/+185 * New stuff for the importer to create a new folderIain Holmes2001-02-235-6/+55 * Turned off some of the debug.Not Zed2001-02-232-2/+3 * Come up with a unique store uri for each vtrash (using %p and theJeffrey Stedfast2001-02-232-11/+15 * Doh!Chris Lahey2001-02-231-10/+10 * Doh, cut and paste problem, use mlist not cc.Michael Zucci2001-02-234-11/+31 * Added a bunch of g_return_if_fails.Christopher James Lahey2001-02-231-7/+78 * add include. (show_import_wizard): update signature to that of a verb.Michael Meeks2001-02-235-76/+41 * vfolder/filter on mailing list. Doesn't acutally work right yet.Michael Zucci2001-02-237-57/+114 * renamed mailing list options to be more meaningful.Not Zed2001-02-233-20/+22 * Added mailing list matching rules.Not Zed2001-02-234-0/+101 * Implement a pseudo-header "x-camel-mlist" which just looks up in theNot Zed2001-02-234-2/+19 * Only allow downloading if the source is enabled at this time.Not Zed2001-02-233-7/+24 * Construct the PGP Path GnomeFileEntry widget. (pgp_path_changed): Try toJeffrey Stedfast2001-02-234-2/+93 * Wait a lot lot longer for threads to finish.Not Zed2001-02-232-2/+7 * Make op cancellable/report internals. (get_folder_get):Not Zed2001-02-237-31/+267 * Add some internal progress reporting. (imap_rescan): Do some progressNot Zed2001-02-233-1/+28 * Fixed memory corruption bug.Jeffrey Stedfast2001-02-2311-41/+392 * builddir != srcdir fix.Ettore Perazzoli2001-02-232-0/+5 * Updated to reflect changes to the filter-driver code.Jeffrey Stedfast2001-02-232-1/+7 * Remove the 'FIXME: remove because this isn't required...' comment forJeffrey Stedfast2001-02-234-23/+62 * Updated russian translation.Valek Frob2001-02-222-1824/+2114 * #define this as the set of all IMAP system flagsDan Winship2001-02-223-1/+19 * Updated italian translationChristopher R. Gabriel2001-02-222-555/+318 * exclude removed filesGediminas Paulauskas2001-02-222-2/+4 * Removed, no longer link with libcamelvee. (evolution_mail_LDADD): Ditto.Not Zed2001-02-224-7/+10 * Removed all files.Not Zed2001-02-2212-170/+73 * Removed, not used. (camel_vee_folder_new): Removed call to build_folder.Not Zed2001-02-224-110/+148 * started hack for progress reporting, which is currently to the console.Not Zed2001-02-224-1/+104 * Replaced awk with sed in gnome-print checks, seems to work nowLauris Kaplinski2001-02-222-8/+24 * Setup a command for MailStop.Not Zed2001-02-222-4/+9 * Advanced search/show all/save search stuff.Aaron Weber2001-02-2210