head	1.8;
access;
symbols
	RELEASE_8_3_0:1.6
	RELEASE_9_0_0:1.6
	RELEASE_7_4_0:1.4
	RELEASE_8_2_0:1.4
	RELEASE_6_EOL:1.4
	RELEASE_8_1_0:1.4
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.1;
locks; strict;
comment	@# @;


1.8
date	2012.11.17.05.58.48;	author svnexp;	state Exp;
branches;
next	1.7;

1.7
date	2012.04.09.23.51.35;	author bapt;	state Exp;
branches;
next	1.6;

1.6
date	2011.09.22.06.19.37;	author erwin;	state Exp;
branches;
next	1.5;

1.5
date	2011.06.12.19.06.22;	author romain;	state Exp;
branches;
next	1.4;

1.4
date	2010.06.01.12.41.24;	author romain;	state Exp;
branches;
next	1.3;

1.3
date	2010.03.28.06.38.50;	author dinoex;	state Exp;
branches;
next	1.2;

1.2
date	2010.02.05.11.40.11;	author dinoex;	state Exp;
branches;
next	1.1;

1.1
date	2009.09.07.17.00.22;	author glewis;	state Exp;
branches;
next	;


desc
@@


1.8
log
@Switch exporter over
@
text
@# New ports collection makefile for:		Boo
# Date created:					June 17, 2005
# Whom:				Christopher Nehren <apeiron@@coitusmentis.info>
#
# $FreeBSD: head/lang/boo/Makefile 300896 2012-07-14 13:54:48Z beat $
#

PORTNAME=	boo
PORTVERSION=	0.9.4.9
CATEGORIES=	lang
MASTER_SITES=	http://dist.codehaus.org/boo/distributions/
DISTNAME=	${PORTNAME}-${PORTVERSION}-src

MAINTAINER=	mono@@FreeBSD.org
COMMENT=	A CLI-targeted programming language similar to Python

PATCH_DEPENDS=	iconv:${PORTSDIR}/converters/libiconv
BUILD_DEPENDS=	${LOCALBASE}/share/mime/magic:${PORTSDIR}/misc/shared-mime-info
RUN_DEPENDS=	mono:${PORTSDIR}/lang/mono \
		${LOCALBASE}/share/mime/magic:${PORTSDIR}/misc/shared-mime-info

DEPRECATED=	BROKEN for more than 6 month
EXPIRATION_DATE=	2012-05-10

BROKEN=		does not build

WRKSRC=		${WRKDIR}
USE_GNOME=	gtksourceview
USE_NANT=	yes
USE_ZIP=	yes
# These two lines seems to help to prevent some weird random bug in nant.
#  - Without them, nant fails to build boo sort of 'really often';
#  - With them it seems to fail less.
#  I (romain@@) have not yet found a test condition that triggers the failure in
#  a deterministic way.  This is under investigation.
MAKE_ENV=	LC_ALL=C
NANT_FLAGS+=	-debug

PLIST_SUB+=	PORTVERSION="2.${PORTVERSION:R}"

.if !defined(NOPORTDOCS)
PORTDOCS=	*
.endif
.if !defined(NOPORTEXAMPLES)
PORTEXAMPLES=	*
.endif

post-patch:
	@@${REINPLACE_CMD} \
		-e 's!%%PREFIX%%!${PREFIX}!' \
		-e 's!%%DOCSDIR%%!${DOCSDIR}!' \
		-e 's!%%EXAMPLESDIR%%!${EXAMPLESDIR}!' \
		${WRKSRC}/default.build
.if defined(NOPORTDOCS)
	@@${REINPLACE_CMD} -e 's/%%INSTALLDOCS%%//' ${WRKSRC}/default.build
.else
	@@${REINPLACE_CMD} -e 's/%%INSTALLDOCS%%/install-docs,/' ${WRKSRC}/default.build
.endif
.if defined(NOPORTEXAMPLES)
	@@${REINPLACE_CMD} -e 's/%%INSTALLEXAMPLES%%//' ${WRKSRC}/default.build
.else
	@@${REINPLACE_CMD} -e 's/%%INSTALLEXAMPLES%%/install-examples,/' ${WRKSRC}/default.build
.endif

post-install:
	${LOCALBASE}/bin/update-mime-database ${LOCALBASE}/share/mime

.include "${.CURDIR}/../../lang/mono/bsd.mono.mk"
.include <bsd.port.mk>
@


1.7
log
@Mark as deprecated and set expiration to 2012-05-10 for ports that are mark as broken for more than 6 month
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.6
log
@Mark BROKEN: does not build
@
text
@d22 3
@


1.5
log
@Hello Mono 2.10!

Main updates
------------
devel/mono-tools                2.6.2 -> 2.10
lang/mono                       2.6.7 -> 2.10.2
lang/mono-basic                 2.6.2 -> 2.10.2
www/mod_mono                    2.6.3 -> 2.10
www/xsp                         2.6.5 -> 2.10.2
x11-toolkits/libgdiplus         2.6.7 -> 2.10

Other updates
-------------
deskutils/tomboy                1.4.2 -> 1.6.1
devel/mono-addins               0.5 -> 0.6.1
devel/monodevelop               2.4 -> 2.4.2
graphics/f-spot                 0.8.0 -> 0.8.2
print/pdfmod                    0.9.0 -> 0.9.1
x11-toolkits/gnome-sharp20      2.24.1 -> 2.24.2

Ports marked BROKEN
-------------------
multimedia/banshee
multimedia/moonlight

PR:		ports/155948
Submitted by:	me
@
text
@d22 2
@


1.4
log
@- Update lang/mono to 2.6.4;
- Update a bunch of C# ports as well (audio/taglib-sharp, deskutils/tomboy,
  devel/mono-tools, devel/monodevelop, devel/monodevelop-boo,
  devel/monodevelop-database, devel/monodevelop-java, devel/monodevelop-vala,
  graphics/f-spot, lang/boo [1], lang/mono-basic, mail/gmime24, gmime24-sharp,
  multimedia/banshee, multimedia/banshee-mirage, multimedia/moonlight,
  www/mod_mono, www/webkit-sharp, www/xsp, x11-toolkits/gnome-desktop-sharp20,
  x11-toolkits/gtk-sharp20, x11-toolkits/libgdiplus).

PR:		ports/143657 [1]
Submitted by:	glewis [1]
@
text
@d9 1
a9 1
PORTVERSION=	0.9.3
d12 1
a12 1
DISTNAME=	${PORTNAME}-${PORTVERSION}.${BUILD_NUMBER}-src
d34 1
a34 3
BUILD_NUMBER=	3457

PLIST_SUB+=	PORTVERSION="${PORTVERSION}"
@


1.3
log
@- update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
@
text
@d9 1
a9 2
PORTVERSION=	0.9.2
PORTREVISION=	2
d26 7
d34 3
a36 1
BUILD_NUMBER=	3383
@


1.2
log
@- update to jpeg-8
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.1
log
@Boo is a new, object-oriented, statically-typed programming language for the
Common Language Infrastructure (CLI) with a Python-inspired syntax and a
special focus on language and compiler extensibility.

PR:		117551
Submitted by:	Romain Tartiere <romain at blogreen.org> (latest version)
@
text
@d10 1
@

