ports/66377: New port: devel/gauche-gaunit - An unit testing framework in Gauche
Kimura Fuyuki
fuyuki at hadaly.org
Sat May 8 10:30:22 UTC 2004
>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 at unexec rmdir %D/share/gauche/site/lib/test/ui 2>/dev/null || true
X at unexec rmdir %D/share/gauche/site/lib/test 2>/dev/null || true
X at 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 at dirrm %%EXAMPLESDIR%%/symbolic_differentiation
X at dirrm %%EXAMPLESDIR%%/site-lisp
X at dirrm %%EXAMPLESDIR%%
X at 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 <fuyuki at hadaly.org>
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 at 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 <bsd.port.mk>
END-of-gauche-gaunit/Makefile
exit
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list