Bug 88297 - [UPDATE]: lang/kawa: Update to version 1.8
Summary: [UPDATE]: lang/kawa: Update to version 1.8
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-31 22:00 UTC by Frank J. Laszlo
Modified: 2005-11-01 16:34 UTC (History)
0 users

See Also:


Attachments
kawa-1.8.diff (1.22 KB, patch)
2005-10-31 22:00 UTC, Frank J. Laszlo
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Frank J. Laszlo 2005-10-31 22:00:31 UTC
	This patch will update lang/kawa to version 1.8. This version adds the following features:
	
	- SRFI-34 (Exception Handling for Programs), which implements with-exception-handler, guard, and raise, is now
		available, if you (require 'srfi-34).
		Also, SRFI-35 (Conditions) is available, if you (require 'srfi-35). 

	- The case-lambda form from SRFI-69 is now implemented more efficiently. 
	
	Take over maintainership.
Comment 1 Tilman Keskinoz freebsd_committer freebsd_triage 2005-11-01 16:33:56 UTC
State Changed
From-To: open->closed

Committed, thanks!