From owner-freebsd-ports-bugs@FreeBSD.ORG Sat May 8 03:30:22 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 664EF16A4CE for ; Sat, 8 May 2004 03:30:22 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7B4043D48 for ; Sat, 8 May 2004 03:30:21 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i48AULli044788 for ; Sat, 8 May 2004 03:30:21 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i48AULva044786; Sat, 8 May 2004 03:30:21 -0700 (PDT) (envelope-from gnats) Resent-Date: Sat, 8 May 2004 03:30:21 -0700 (PDT) Resent-Message-Id: <200405081030.i48AULva044786@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Kimura Fuyuki Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 98D1D16A4CE for ; Sat, 8 May 2004 03:20:11 -0700 (PDT) Received: from mgate12.so-net.ne.jp (mgate12.so-net.ne.jp [210.139.254.159]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C9F943D53 for ; Sat, 8 May 2004 03:20:10 -0700 (PDT) (envelope-from fuyuki@hadaly.org) Received: from mail.dg8.so-net.ne.jp (mspool12.so-net.ne.jp [210.139.248.12]) by mgate12.so-net.ne.jp with ESMTP id i48AK9r12327 for ; Sat, 8 May 2004 19:20:09 +0900 (JST) Received: from ns.nigredo.org (pdddb3b.spprac00.ap.so-net.ne.jp [218.221.219.59]) by mail.dg8.so-net.ne.jp with ESMTP id i48AK8i17467 for ; Sat, 8 May 2004 19:20:08 +0900 (JST) Message-Id: <86zn8jte3s.wl%fuyuki@hadaly.org> Date: Sat, 08 May 2004 19:20:07 +0900 From: Kimura Fuyuki To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/66377: New port: devel/gauche-gaunit - An unit testing framework in Gauche X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 May 2004 10:30:22 -0000 >Number: 66377 >Category: ports >Synopsis: New port: devel/gauche-gaunit - An unit testing framework in Gauche >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat May 08 03:30:21 PDT 2004 >Closed-Date: >Last-Modified: >Originator: Kimura Fuyuki >Release: FreeBSD 5.2.1-RELEASE-p5 i386 >Organization: >Environment: FreeBSD ns.nigredo.org 5.2.1-RELEASE-p5 i386 >Description: This is an unit testing framework in the Gauche Scheme interpreter. WWW: http://www.cozmixng.org/~kou/gauche/gaunit >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # gauche-gaunit # gauche-gaunit/distinfo # gauche-gaunit/pkg-descr # gauche-gaunit/pkg-plist # gauche-gaunit/Makefile # echo c - gauche-gaunit mkdir -p gauche-gaunit > /dev/null 2>&1 echo x - gauche-gaunit/distinfo sed 's/^X//' >gauche-gaunit/distinfo << 'END-of-gauche-gaunit/distinfo' XMD5 (gaunit-0.0.5.tar.gz) = d9ab2d304f755d1d29230ca8993e4abb XSIZE (gaunit-0.0.5.tar.gz) = 25914 END-of-gauche-gaunit/distinfo echo x - gauche-gaunit/pkg-descr sed 's/^X//' >gauche-gaunit/pkg-descr << 'END-of-gauche-gaunit/pkg-descr' XThis is an unit testing framework in the Gauche Scheme interpreter. X XWWW: http://www.cozmixng.org/~kou/gauche/gaunit END-of-gauche-gaunit/pkg-descr echo x - gauche-gaunit/pkg-plist sed 's/^X//' >gauche-gaunit/pkg-plist << 'END-of-gauche-gaunit/pkg-plist' Xshare/gauche/site/lib/test/assertions.scm Xshare/gauche/site/lib/test/autorunner.scm Xshare/gauche/site/lib/test/ui.scm Xshare/gauche/site/lib/test/ui/gtk.scm Xshare/gauche/site/lib/test/ui/text.scm Xshare/gauche/site/lib/test/unit.scm X@unexec rmdir %D/share/gauche/site/lib/test/ui 2>/dev/null || true X@unexec rmdir %D/share/gauche/site/lib/test 2>/dev/null || true X@unexec rmdir %D/share/doc/gauche 2>/dev/null || true X%%EXAMPLESDIR%%/site-lisp/run-test.el X%%EXAMPLESDIR%%/symbolic_differentiation/symdiff.scm X%%EXAMPLESDIR%%/symbolic_differentiation/test-symdiff.scm X@dirrm %%EXAMPLESDIR%%/symbolic_differentiation X@dirrm %%EXAMPLESDIR%%/site-lisp X@dirrm %%EXAMPLESDIR%% X@unexec rmdir %D/share/examples/gauche 2>/dev/null || true END-of-gauche-gaunit/pkg-plist echo x - gauche-gaunit/Makefile sed 's/^X//' >gauche-gaunit/Makefile << 'END-of-gauche-gaunit/Makefile' X# New ports collection makefile for: GaUnit X# Date created: 8 May 2004 X# Whom: Kimura Fuyuki X# X# $FreeBSD$ X XPORTNAME= gaunit XPORTVERSION= 0.0.5 XCATEGORIES= devel scheme XMASTER_SITES= http://www.cozmixng.org/~kou/download/ XPKGNAMEPREFIX= gauche- X XMAINTAINER= fuyuki@hadaly.org XCOMMENT= An unit testing framework in Gauche X XBUILD_DEPENDS= gosh:${PORTSDIR}/lang/gauche XRUN_DEPENDS= ${BUILD_DEPENDS} X XNO_BUILD= yes XDOCSDIR= ${PREFIX}/share/doc/gauche/${PORTNAME} XEXAMPLESDIR= ${PREFIX}/share/examples/gauche/${PORTNAME} X X.if !defined(NOPORTDOCS) XPORTDOCS= README.* Tutorial.* X.endif X Xdo-install: X cd ${WRKSRC}; ${LOCALBASE}/bin/gosh install/install.scm X Xpost-install: X.if !defined(NOPORTDOCS) X ${MKDIR} ${DOCSDIR} X cd ${WRKSRC}; ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} X.endif X ${MKDIR} ${EXAMPLESDIR} X ${CP} -R ${WRKSRC}/sample/* ${EXAMPLESDIR} X Xtest: X cd ${WRKSRC}; ${LOCALBASE}/bin/gosh -I. test/run-test.scm X X.include END-of-gauche-gaunit/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: