Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Oct 2005 16:54:14 -0500
From:      Frank Laszlo <laszlof@vonostingroup.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/88297: [UPDATE]: lang/kawa: Update to version 1.8
Message-ID:  <E1EWhba-000LqD-SR@ritamari.vonostingroup.com>
Resent-Message-ID: <200510312200.j9VM0VxE046278@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         88297
>Category:       ports
>Synopsis:       [UPDATE]: lang/kawa: Update to version 1.8
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 31 22:00:31 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Frank Laszlo
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
>Environment:
System: FreeBSD ritamari.vonostingroup.com 5.4-STABLE FreeBSD 5.4-STABLE #0: Thu Jun 9 22:20:56 EDT 2005 laszlof@ritamari.vonostingroup.com:/usr/obj/usr/src/sys/RITAMARI i386


	
>Description:
	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.

>How-To-Repeat:
	
>Fix:

	



--- kawa-1.8.diff begins here ---
diff -NrU3 kawa.orig/Makefile kawa/Makefile
--- kawa.orig/Makefile	Tue Oct 11 06:42:05 2005
+++ kawa/Makefile	Mon Oct 31 16:28:06 2005
@@ -6,12 +6,12 @@
 #
 
 PORTNAME=		kawa
-PORTVERSION=		1.7
+PORTVERSION=		1.8
 CATEGORIES=		lang scheme java
 MASTER_SITES=		${MASTER_SITE_GNU}
 MASTER_SITE_SUBDIR=	kawa
 
-MAINTAINER=		ports@FreeBSD.org
+MAINTAINER=		laszlof@vonostingroup.com
 COMMENT=		Java-based Scheme implementation
 
 BUILD_DEPENDS=		gsed:${PORTSDIR}/textproc/gsed
@@ -22,7 +22,7 @@
 GNU_CONFIGURE=		yes
 CONFIGURE_ARGS=		--enable-kawa-frontend --program-prefix=''
 
-MAN1=			kawa.1
+MAN1=			kawa.1 qexo.1
 INFO=			kawa kawa-tour
 
 pre-patch:
diff -NrU3 kawa.orig/distinfo kawa/distinfo
--- kawa.orig/distinfo	Tue Oct 11 06:28:33 2005
+++ kawa/distinfo	Mon Oct 31 16:19:21 2005
@@ -1,2 +1,2 @@
-MD5 (kawa-1.7.tar.gz) = 9d48be6163d746b489c6e2f3491445b0
-SIZE (kawa-1.7.tar.gz) = 1684193
+MD5 (kawa-1.8.tar.gz) = d3f33eccb77dd7dc6805fb81b72ebb2a
+SIZE (kawa-1.8.tar.gz) = 1944341
diff -NrU3 kawa.orig/pkg-plist kawa/pkg-plist
--- kawa.orig/pkg-plist	Tue Oct 11 06:28:33 2005
+++ kawa/pkg-plist	Mon Oct 31 16:26:06 2005
@@ -1,4 +1,5 @@
 bin/cgi-servlet
 bin/kawa
-share/java/kawa-1.7.jar
+bin/qexo
+share/java/kawa-1.8.jar
 share/java/kawa.jar
--- kawa-1.8.diff ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1EWhba-000LqD-SR>