Index: head/devel/gauche-gaunit/Makefile =================================================================== --- head/devel/gauche-gaunit/Makefile (revision 117571) +++ head/devel/gauche-gaunit/Makefile (revision 117572) @@ -1,41 +1,41 @@ # New ports collection makefile for: GaUnit # Date created: 8 May 2004 # Whom: Kimura Fuyuki # # $FreeBSD$ PORTNAME= gaunit -PORTVERSION= 0.0.8 +PORTVERSION= 0.0.9 CATEGORIES= devel scheme MASTER_SITES= http://www.cozmixng.org/~kou/download/ PKGNAMEPREFIX= gauche- MAINTAINER= fuyuki@hadaly.org COMMENT= An unit testing framework in Gauche BUILD_DEPENDS= gosh:${PORTSDIR}/lang/gauche RUN_DEPENDS= ${BUILD_DEPENDS} NO_BUILD= yes DOCSDIR= ${PREFIX}/share/doc/gauche/${PORTNAME} EXAMPLESDIR= ${PREFIX}/share/examples/gauche/${PORTNAME} .if !defined(NOPORTDOCS) PORTDOCS= README.* Tutorial.* .endif do-install: cd ${WRKSRC}; ${LOCALBASE}/bin/gosh install/install.scm post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} cd ${WRKSRC}; ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} .endif ${MKDIR} ${EXAMPLESDIR} ${CP} -R ${WRKSRC}/sample/* ${EXAMPLESDIR} test: cd ${WRKSRC}; ${LOCALBASE}/bin/gosh -I. test/run-test.scm .include Property changes on: head/devel/gauche-gaunit/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/devel/gauche-gaunit/distinfo =================================================================== --- head/devel/gauche-gaunit/distinfo (revision 117571) +++ head/devel/gauche-gaunit/distinfo (revision 117572) @@ -1,2 +1,2 @@ -MD5 (gaunit-0.0.8.tar.gz) = 55277854ecea2d3308350fb6e4ce460e -SIZE (gaunit-0.0.8.tar.gz) = 28608 +MD5 (gaunit-0.0.9.tar.gz) = ae9d2eef9030ab38054502c6fbd9c012 +SIZE (gaunit-0.0.9.tar.gz) = 30477 Property changes on: head/devel/gauche-gaunit/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/devel/gauche-gaunit/pkg-plist =================================================================== --- head/devel/gauche-gaunit/pkg-plist (revision 117571) +++ head/devel/gauche-gaunit/pkg-plist (revision 117572) @@ -1,20 +1,24 @@ share/gauche/site/lib/test/unit.scm share/gauche/site/lib/test/unit/assertions.scm share/gauche/site/lib/test/unit/autorunner.scm share/gauche/site/lib/test/unit/base.scm share/gauche/site/lib/test/unit/common.scm share/gauche/site/lib/test/unit/result.scm share/gauche/site/lib/test/unit/ui.scm share/gauche/site/lib/test/unit/ui/gtk.scm share/gauche/site/lib/test/unit/ui/text.scm @dirrm share/gauche/site/lib/test/unit/ui @dirrm share/gauche/site/lib/test/unit @unexec rmdir %D/share/gauche/site/lib/test 2>/dev/null || true @unexec rmdir %D/share/doc/gauche 2>/dev/null || true +%%EXAMPLESDIR%%/site-lisp/run-test-setting.el %%EXAMPLESDIR%%/site-lisp/run-test.el -%%EXAMPLESDIR%%/symbolic_differentiation/symdiff.scm -%%EXAMPLESDIR%%/symbolic_differentiation/test-symdiff.scm -@dirrm %%EXAMPLESDIR%%/symbolic_differentiation +%%EXAMPLESDIR%%/symdiff/lib/symdiff.scm +%%EXAMPLESDIR%%/symdiff/test/run-test.scm +%%EXAMPLESDIR%%/symdiff/test/test-symdiff.scm +@dirrm %%EXAMPLESDIR%%/symdiff/test +@dirrm %%EXAMPLESDIR%%/symdiff/lib +@dirrm %%EXAMPLESDIR%%/symdiff @dirrm %%EXAMPLESDIR%%/site-lisp @dirrm %%EXAMPLESDIR%% @unexec rmdir %D/share/examples/gauche 2>/dev/null || true Property changes on: head/devel/gauche-gaunit/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property