head	1.20;
access;
symbols
	RELEASE_4_EOL:1.18
	RELEASE_6_2_0:1.18
	RELEASE_6_1_0:1.18
	RELEASE_5_5_0:1.18
	RELEASE_6_0_0:1.17
	RELEASE_5_4_0:1.15
	RELEASE_4_11_0:1.14
	RELEASE_5_3_0:1.14
	RELEASE_4_10_0:1.13
	RELEASE_5_2_1:1.12
	RELEASE_5_2_0:1.12
	RELEASE_4_9_0:1.11
	RELEASE_5_1_0:1.11
	RELEASE_4_8_0:1.11
	RELEASE_5_0_0:1.7
	RELEASE_4_7_0:1.6
	RELEASE_4_6_2:1.6
	RELEASE_4_6_1:1.6
	RELEASE_4_6_0:1.6
	RELEASE_5_0_DP1:1.5
	RELEASE_4_5_0:1.4;
locks; strict;
comment	@# @;


1.20
date	2007.03.13.18.36.04;	author miwi;	state dead;
branches;
next	1.19;

1.19
date	2007.02.18.14.18.27;	author gabor;	state Exp;
branches;
next	1.18;

1.18
date	2005.11.11.01.18.01;	author linimon;	state Exp;
branches;
next	1.17;

1.17
date	2005.08.03.15.31.29;	author lawrance;	state Exp;
branches;
next	1.16;

1.16
date	2005.07.23.02.53.38;	author kris;	state Exp;
branches;
next	1.15;

1.15
date	2005.02.28.01.29.59;	author kris;	state Exp;
branches;
next	1.14;

1.14
date	2004.05.03.04.35.27;	author knu;	state Exp;
branches;
next	1.13;

1.13
date	2004.02.28.06.25.58;	author knu;	state Exp;
branches;
next	1.12;

1.12
date	2003.10.31.18.52.20;	author knu;	state Exp;
branches;
next	1.11;

1.11
date	2003.03.11.07.16.24;	author knu;	state Exp;
branches;
next	1.10;

1.10
date	2003.03.06.03.41.54;	author ade;	state Exp;
branches;
next	1.9;

1.9
date	2003.02.18.05.39.36;	author knu;	state Exp;
branches;
next	1.8;

1.8
date	2003.01.22.20.07.45;	author knu;	state Exp;
branches;
next	1.7;

1.7
date	2002.10.06.21.38.32;	author knu;	state Exp;
branches;
next	1.6;

1.6
date	2002.04.12.22.00.04;	author knu;	state Exp;
branches;
next	1.5;

1.5
date	2002.03.30.12.12.53;	author knu;	state Exp;
branches;
next	1.4;

1.4
date	2001.10.20.11.48.43;	author knu;	state Exp;
branches;
next	1.3;

1.3
date	2001.10.02.14.55.43;	author knu;	state Exp;
branches;
next	1.2;

1.2
date	2001.09.21.17.43.10;	author knu;	state Exp;
branches;
next	1.1;

1.1
date	2001.09.20.06.13.01;	author knu;	state Exp;
branches;
next	;


desc
@@


1.20
log
@2007-03-01 www/ruby-webunit: has deprecated dependencies
2007-03-07 emulators/grustibus: Project was abandoned 6 years ago and expects an old version of xmame (0.37b4), please use other frontends instead (like gxmame)
2007-03-10 graphics/drm-kmod: Broken on all supported versions of FreeBSD
@
text
@# New ports collection makefile for:	Ruby/WebUnit
# Date created:		20 September 2001
# Whom:			Akinori MUSHA aka knu <knu@@idaemons.org>
#
# $FreeBSD: ports/www/ruby-webunit/Makefile,v 1.19 2007/02/18 14:18:27 gabor Exp $
#

PORTNAME=	webunit
PORTVERSION=	20040429
CATEGORIES=	www textproc ruby
MASTER_SITES=	http://www.xpenguin.biz/download/webunit/
PKGNAMEPREFIX=	${RUBY_PKGNAMEPREFIX}
DISTNAME=	${PORTNAME}-${PORTVERSION}++
DIST_SUBDIR=	ruby

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	A Ruby API for automated unit testing of web sites

RUN_DEPENDS=	${RUBY_SITELIBDIR}/html-parser.rb:${PORTSDIR}/textproc/ruby-html-parser \
		${RUBY_SITELIBDIR}/htmlrepair.rb:${PORTSDIR}/textproc/ruby-htmlrepair \
		${RUBY_SITELIBDIR}/htmlsplit.rb:${PORTSDIR}/textproc/ruby-htmlsplit

DEPRECATED=	has deprecated dependencies
EXPIRATION_DATE=	2007-03-01

USE_RUBY=	yes
USE_RUBY_FEATURES=	rexml testunit

WRKSRC=		${WRKDIR}/${PORTNAME}
NO_BUILD=	yes

EXAMPLES=	sample/*
DOCS=		*.html *.rd

do-install:
	${CP} -R ${WRKSRC}/lib/webunit* ${RUBY_SITELIBDIR}/
.if !defined(NOPORTDOCS)
	${MKDIR} ${RUBY_MODEXAMPLESDIR}
.for f in ${EXAMPLES}
	${CP} -R ${WRKSRC}/${f} ${RUBY_MODEXAMPLESDIR}/
.endfor
	${MKDIR} ${RUBY_MODDOCDIR}/ja
.for f in ${DOCS}
	${INSTALL_DATA} ${WRKSRC}/doc/${f} ${RUBY_MODDOCDIR}/
.endfor
	${MV} ${RUBY_MODDOCDIR}/*-ja.* ${RUBY_MODDOCDIR}/ja/
.endif

.include <bsd.port.mk>
@


1.19
log
@- Deprecate: has deprecated dependencies
- Set EXPIRATION_DATE

Approved by:	erwin (mentor, implicit)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.18
log
@With portmgr hat on, reset maintainership of knu's ports since he has
been inactive more than 6 months.  We hope to see him back sometime.
@
text
@d23 3
@


1.17
log
@Forgot to unbreak Makefile when committing this:

  Log:
  Fix pkg-plist

  Approved by:    portmgr (clement), knu (maintainer) is away
@
text
@d16 1
a16 1
MAINTAINER=	knu@@FreeBSD.org
@


1.16
log
@This port is scheduled for deletion on 2005-09-22 if it is still broken
at that time and no PRs have been submitted to fix it.
@
text
@a22 4
BROKEN=		Incomplete pkg-plist
DEPRECATED=	${BROKEN}
EXPIRATION_DATE=2005-09-22

@


1.15
log
@BROKEN: Incomplete pkg-plist
@
text
@d24 2
@


1.14
log
@Update to 20040429++.
@
text
@d23 2
@


1.13
log
@Update to 20040211.
@
text
@d9 1
a9 1
PORTVERSION=	20040211
d13 1
a13 1
DISTNAME=	${PORTNAME}-${PORTVERSION}
@


1.12
log
@Update obsolete dependencies with USE_RUBY_FEATURES.
@
text
@d9 1
a9 1
PORTVERSION=	20030121
@


1.11
log
@ruby-testunit and ruby-runit are now part of ruby 1.8.  Do not add
unnecessary dependencies when building with ruby 1.8.

Submitted by:	bento
@
text
@d21 1
a21 2
		${RUBY_SITELIBDIR}/htmlsplit.rb:${PORTSDIR}/textproc/ruby-htmlsplit \
		${RUBY_SITELIBDIR}/rexml/rexml.rb:${PORTSDIR}/textproc/ruby-rexml
d24 1
a24 1
USE_RUBY_FEATURES=	testunit
@


1.10
log
@ruby-testunit folded into ruby16-shim-ruby18

Submitted by:	 make index
@
text
@d19 1
a19 2
RUN_DEPENDS=	${RUBY_SITELIBDIR}/test/unit/testcase.rb:${PORTSDIR}/lang/ruby16-shim-ruby18 \
		${RUBY_SITELIBDIR}/html-parser.rb:${PORTSDIR}/textproc/ruby-html-parser \
d25 1
@


1.9
log
@De-pkg-comment.
@
text
@d19 1
a19 1
RUN_DEPENDS=	${RUBY_SITELIBDIR}/test/unit/testcase.rb:${PORTSDIR}/devel/ruby-testunit \
@


1.8
log
@Update to 20030121.  It now depends on REXML instead of NQXML and
Test::Unit instead of RUnit.
@
text
@d17 1
@


1.7
log
@Use RUBY_MOD*.
@
text
@d9 1
a9 1
PORTVERSION=	20020410
d13 1
a13 1
DISTNAME=	${PORTNAME}-${PORTVERSION}-alpha
d18 1
a18 1
RUN_DEPENDS=	${RUBY_SITELIBDIR}/runit/assert.rb:${PORTSDIR}/devel/ruby-unit \
d22 1
a22 1
		${RUBY_SITELIBDIR}/nqxml/info.rb:${PORTSDIR}/textproc/ruby-nqxml
d29 2
a30 3
EXAMPLES_EN=	cgi test sample
DOCS_EN=	index-en.html
DOCS_JA=	index-ja.html TIPS-ja.html TODO-ja.sdf
d33 1
a33 1
	cd ${WRKSRC}; ${RUBY} install.rb
d36 1
a36 1
.for f in ${EXAMPLES_EN}
d40 1
a40 1
.for f in ${DOCS_EN}
d43 1
a43 3
.for f in ${DOCS_JA}
	${INSTALL_DATA} ${WRKSRC}/doc/${f} ${RUBY_MODDOCDIR}/ja/
.endfor
@


1.6
log
@Update to 20020410.
@
text
@d36 1
a36 1
	${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME}
d38 1
a38 1
	${CP} -R ${WRKSRC}/${f} ${RUBY_EXAMPLESDIR}/${PORTNAME}/
d40 1
a40 1
	${MKDIR} ${RUBY_DOCDIR}/${PORTNAME}/ja
d42 1
a42 1
	${INSTALL_DATA} ${WRKSRC}/doc/${f} ${RUBY_DOCDIR}/${PORTNAME}/
d45 1
a45 1
	${INSTALL_DATA} ${WRKSRC}/doc/${f} ${RUBY_DOCDIR}/${PORTNAME}/ja/
@


1.5
log
@cd dir && command -> cd dir; command
@
text
@d9 1
a9 1
PORTVERSION=	20011022
d11 1
a11 1
MASTER_SITES=	http://xp.jbt.co.jp/download/webunit/
@


1.4
log
@Update to 20011019.
@
text
@d9 1
a9 1
PORTVERSION=	20011019
d34 1
a34 1
	cd ${WRKSRC} && ${RUBY} install.rb
@


1.3
log
@Update to 20011002.
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/ruby-webunit/Makefile,v 1.2 2001/09/21 17:43:10 knu Exp $
d9 1
a9 1
PORTVERSION=	20011002
d21 2
a22 1
		${RUBY_SITELIBDIR}/htmlsplit.rb:${PORTSDIR}/textproc/ruby-htmlsplit
@


1.2
log
@Update to 20010922.
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/ruby-webunit/Makefile,v 1.1 2001/09/20 06:13:01 knu Exp $
d9 1
a9 1
PORTVERSION=	20010922
d11 1
a11 1
MASTER_SITES=	http://www.jbt.co.jp/user/yuichi/ruby/webunit/
d13 1
@


1.1
log
@Add ruby-webunit, a Ruby API for automated unit testing of web sites.
@
text
@d5 1
a5 1
# $FreeBSD$
d9 1
a9 1
PORTVERSION=	20010919
a12 1
DISTNAME=	${PORTNAME}-${PORTVERSION}-alpha
@

