head	1.12;
access;
symbols
	RELEASE_8_3_0:1.11
	RELEASE_9_0_0:1.11
	RELEASE_7_4_0:1.11
	RELEASE_8_2_0:1.11
	RELEASE_6_EOL:1.11
	RELEASE_8_1_0:1.11
	RELEASE_7_3_0:1.10
	RELEASE_8_0_0:1.10
	RELEASE_7_2_0:1.9
	RELEASE_7_1_0:1.9
	RELEASE_6_4_0:1.9
	RELEASE_5_EOL:1.9
	RELEASE_7_0_0:1.9
	RELEASE_6_3_0:1.9
	PRE_XORG_7:1.9
	RELEASE_4_EOL:1.9
	RELEASE_6_2_0:1.9
	RELEASE_6_1_0:1.8
	RELEASE_5_5_0:1.8
	RELEASE_6_0_0:1.7
	RELEASE_5_4_0:1.7
	RELEASE_4_11_0:1.7
	RELEASE_5_3_0:1.7
	RELEASE_4_10_0:1.6
	RELEASE_5_2_1:1.5
	RELEASE_5_2_0:1.5
	RELEASE_4_9_0:1.4
	RELEASE_5_1_0:1.3
	RELEASE_4_8_0:1.3;
locks; strict;
comment	@# @;


1.12
date	2012.11.17.06.03.03;	author svnexp;	state Exp;
branches;
next	1.11;

1.11
date	2010.06.07.20.48.41;	author pgollucci;	state Exp;
branches;
next	1.10;

1.10
date	2009.06.16.15.53.22;	author stas;	state Exp;
branches;
next	1.9;

1.9
date	2006.08.08.11.35.25;	author jmelo;	state Exp;
branches;
next	1.8;

1.8
date	2005.11.11.01.17.59;	author linimon;	state Exp;
branches;
next	1.7;

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

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

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

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

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

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

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


desc
@@


1.12
log
@Switch exporter over
@
text
@# New ports collection makefile for:	Ruby-Borges
# Date created:		31 January 2003
# Whom:			Akinori MUSHA aka knu <knu@@idaemons.org>
#
# $FreeBSD: head/www/ruby-borges/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	borges
PORTVERSION=	1.1.0
CATEGORIES=	www ruby
MASTER_SITES=	RF
PKGNAMEPREFIX=	${RUBY_PKGNAMEPREFIX}
DIST_SUBDIR=	ruby

MAINTAINER=	ruby@@FreeBSD.org
COMMENT=	A web application framework for Ruby that allows linear programming

USE_RUBY=	yes
USE_RUBY_SETUP=	yes

DOCS=		BUGS CHANGELOG README
EXAMPLES=	data/examples/ruby/borges/*

RUBY_REQUIRE=	Ruby > 180

.include <bsd.port.pre.mk>

.if !defined(RUBY_PROVIDED)
IGNORE=		only works with Ruby 1.8.0 or later
.endif

post-extract:
# This port is not really RUBY_MODEXAMPLESDIR/RUBY_MODDOCDIR clean
.for d in doc examples
	${MV} ${WRKSRC}/data/${d}/ruby/Borges ${WRKSRC}/data/${d}/ruby/borges
	${MV} ${WRKSRC}/data/${d}/ruby ${WRKSRC}/data/${d}/${RUBY_NAME}
.if defined(NOPORTDOCS)
	${MV} ${WRKSRC}/data/${d} ${WRKSRC}/
.endif
.endfor

.include <bsd.port.post.mk>
@


1.11
log
@- Convert to RF macro

With Hat:   ruby@@
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.10
log
@- Assign all unmaintained ruby ports to ruby@@,
  so people will know where to send questions to.
@
text
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_RUBYFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}
@


1.9
log
@- Change to use MASTER_SITE_RUBYFORGE macro to fix fetch problem.

Approved by:	portmgr (erwin)
@
text
@d16 1
a16 1
MAINTAINER=	ports@@FreeBSD.org
@


1.8
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
@d11 2
a12 1
MASTER_SITES=	http://rubyforge.org/frs/download.php/574/
@


1.7
log
@Update to 1.1.0.
@
text
@d15 1
a15 1
MAINTAINER=	knu@@FreeBSD.org
@


1.6
log
@Update to 1.0.0.
@
text
@d9 1
a9 1
PORTVERSION=	1.0.0
d11 1
a11 1
MASTER_SITES=	http://rubyforge.org/frs/download.php/420/
@


1.5
log
@Update obsolete dependencies with USE_RUBY_FEATURES.
@
text
@d9 1
a9 1
PORTVERSION=	0.2.0
d11 1
a11 1
MASTER_SITES=	http://segment7.net/ruby-code/borges/
d19 1
a19 3
USE_RUBY_FEATURES=	webrick

NO_BUILD=	yes
d24 16
a39 6
do-install:
	${CP} -R ${WRKSRC}/lib/* ${RUBY_SITELIBDIR}/
.if !defined(NOPORTDOCS)
	${MKDIR} ${RUBY_MODEXAMPLESDIR}
.for f in ${EXAMPLES}
	${CP} -R ${WRKSRC}/${f} ${RUBY_MODEXAMPLESDIR}/
a40 5
	${MKDIR} ${RUBY_MODDOCDIR}
.for f in ${DOCS}
	${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/
.endfor
.endif
d42 1
a42 1
.include <bsd.port.mk>
@


1.4
log
@Update to 0.2.0.
@
text
@a17 2
RUN_DEPENDS=	${RUBY_SITELIBDIR}/webrick.rb:${PORTSDIR}/www/ruby-webrick

d19 1
@


1.3
log
@De-pkg-comment.
@
text
@d9 1
a9 1
PORTVERSION=	0.1.1
d24 1
a24 1
DOCS=		CHANGELOG README TODO
@


1.2
log
@Update to 0.1.1.
@
text
@d16 1
@


1.1
log
@Add ruby-borges, a web application framework for Ruby that allows
linear programming.
@
text
@d9 1
a9 1
PORTVERSION=	0.1.0
@

