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


1.11
date	2013.03.19.19.21.25;	author svnexp;	state Exp;
branches;
next	1.10;

1.10
date	2012.11.17.06.03.13;	author svnexp;	state Exp;
branches;
next	1.9;

1.9
date	2011.08.11.19.20.03;	author kwm;	state Exp;
branches;
next	1.8;

1.8
date	2011.06.12.19.06.25;	author romain;	state Exp;
branches;
next	1.7;

1.7
date	2010.07.28.18.03.32;	author romain;	state Exp;
branches;
next	1.6;

1.6
date	2010.06.01.12.41.29;	author romain;	state Exp;
branches;
next	1.5;

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

1.4
date	2009.12.24.17.18.48;	author glewis;	state Exp;
branches;
next	1.3;

1.3
date	2009.11.22.19.49.43;	author pav;	state Exp;
branches;
next	1.2;

1.2
date	2009.07.06.10.23.36;	author flz;	state Exp;
branches;
next	1.1;

1.1
date	2009.06.22.07.55.48;	author flz;	state Exp;
branches;
next	;


desc
@@


1.11
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/314640
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# New ports collection makefile for:		xsp
# Date created:					20040828
# Whom:				Tom McLaughlin <tmclaugh@@sdf.lonestar.org>
#
# $FreeBSD: head/www/xsp/Makefile 314640 2013-03-19 13:04:30Z eadler $
#

PORTNAME=	xsp
PORTVERSION=	2.10.2
CATEGORIES=	www
MASTER_SITES=	http://ftp.novell.com/pub/mono/sources/${PORTNAME}/

MAINTAINER=	mono@@FreeBSD.org
COMMENT=	Mono based web server

BUILD_DEPENDS=	${LOCALBASE}/bin/mono:${PORTSDIR}/lang/mono
RUN_DEPENDS=	${LOCALBASE}/bin/mono:${PORTSDIR}/lang/mono

MAKE_JOBS_UNSAFE=	yes

USE_SQLITE=	3
USE_BZIP2=	yes
USES=	pathfix
GNU_CONFIGURE=	yes
USE_GMAKE=	yes

MAN1=		asp-state.1 dbsessmgr.1 mod-mono-server.1 xsp.1 \
		fastcgi-mono-server.1

PLIST_SUB+=	PORTVERSION=${PORTVERSION}

pre-su-install:
	${MKDIR} ${XSP_DOCROOT}

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


1.10
log
@Switch exporter over
@
text
@d5 1
a5 1
# $FreeBSD: head/www/xsp/Makefile 300897 2012-07-14 14:29:18Z beat $
d23 1
a23 1
USE_GNOME=	gnomehack
@


1.9
log
@Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.

PR:		ports/159624
Submitted by:	Ruslan Mahmatkhanov <cvs-src@@yandex.ru>
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.8
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
@d23 1
a23 1
USE_GNOME=	gnometarget gnomehack
@


1.7
log
@Update to 2.6.5.
@
text
@d9 1
a9 1
PORTVERSION=	2.6.5
@


1.6
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
@a5 1
#   $Id: Makefile,v 1.38 2007/12/15 00:04:31 killfill Exp $
d9 1
a9 1
PORTVERSION=	2.6.4
@


1.5
log
@Mark MAKE_JOBS_UNSAFE=yes

PR:		ports/146946
Submitted by:	pgollucci
@
text
@d10 1
a10 1
PORTVERSION=	2.4.3
@


1.4
log
@. Update to 2.4.3.

PR:		141379
Submitted by:	Romain Tartiere <mono@@FreeBSD.org>
@
text
@d20 2
@


1.3
log
@- Mark MAKE_JOBS_UNSAFE

Reported by:	pointyhat
@
text
@d10 1
a10 1
PORTVERSION=	2.4.2
a24 1
MAKE_JOBS_UNSAFE=	yes
d29 2
@


1.2
log
@Update www/xsp to 2.4.2.

PR:		ports/136352
Submitted by:	Romain Tartiere
@
text
@d25 1
@


1.1
log
@- Update lang/mono to 2.4.
- Update a bunch of c# ports as well (gtksharp20, mono-zeroconf, tomboy,
gnome-desktop-sharp, gnomesharp20).
- Remove devel/monodoc as it is now included in lang/mono.
- Add www/mod_mono, an apache module serving ASP.net pages.
- Add www/xsp, a mono-based webserver.

PR:		ports/135248, ports/135249
Submitted by:	Romain Tartiere <romain@@blogreen.org>
@
text
@d10 1
a10 1
PORTVERSION=	2.4
@

