head	1.9;
access;
symbols
	RELEASE_8_3_0:1.6
	RELEASE_9_0_0:1.6
	RELEASE_7_4_0:1.6
	RELEASE_8_2_0:1.6
	RELEASE_6_EOL:1.6
	RELEASE_8_1_0:1.6
	RELEASE_7_3_0:1.5
	RELEASE_8_0_0:1.5
	RELEASE_7_2_0:1.5
	RELEASE_7_1_0:1.5
	RELEASE_6_4_0:1.5
	RELEASE_5_EOL:1.3
	RELEASE_7_0_0:1.3
	RELEASE_6_3_0:1.3
	PRE_XORG_7:1.3
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2
	RELEASE_6_0_0:1.2
	RELEASE_5_4_0:1.2
	RELEASE_4_11_0:1.1
	RELEASE_5_3_0:1.1;
locks; strict;
comment	@# @;


1.9
date	2012.10.25.22.36.44;	author bapt;	state dead;
branches;
next	1.8;

1.8
date	2012.09.21.06.52.44;	author bapt;	state Exp;
branches;
next	1.7;

1.7
date	2012.05.12.22.02.57;	author pav;	state Exp;
branches;
next	1.6;

1.6
date	2010.05.23.21.16.12;	author linimon;	state Exp;
branches;
next	1.5;

1.5
date	2008.06.18.20.09.56;	author pav;	state Exp;
branches;
next	1.4;

1.4
date	2008.06.06.13.41.09;	author edwin;	state Exp;
branches;
next	1.3;

1.3
date	2007.02.04.23.32.23;	author tmclaugh;	state Exp;
branches;
next	1.2;

1.2
date	2005.03.12.10.52.05;	author marcus;	state Exp;
branches;
next	1.1;

1.1
date	2004.07.29.06.10.47;	author perky;	state Exp;
branches;
next	;


desc
@@


1.9
log
@SVN rev 306407 on 2012-10-25 22:36:44Z by bapt

2012-10-20 lang/ironpython: No more public distfiles
2012-10-20 lang/cu-prolog: No more public distfiles
2012-10-20 japanese/stardict-dict-ja: No more public distfiles
2012-10-20 japanese/otojiro-fpw: No more public distfiles
2012-10-20 japanese/hex: No more public distfiles
2012-10-20 japanese/gxditview: No more public distfiles
2012-10-20 graphics/view3ds: No more public distfiles
2012-10-20 graphics/photoclip: No more public distfiles
2012-10-20 graphics/multivideo: Abandonware, no more upstream, depends on the deprecated wxGTK 2.4
2012-10-20 graphics/kphotoalbum: No more public distfiles
2012-10-20 graphics/jpegpixi: No more public distfiles
2012-10-20 graphics/gimp-manual-pdf: No more public distfiles
2012-10-20 graphics/exifprobe: No more public distfiles

Feature safe:	yes
@
text
@# New ports collection makefile for:    ironpython
# Date created:		29 July 2004
# Whom:			Hye-Shik Chang
#
# $FreeBSD: ports/lang/ironpython/Makefile,v 1.8 2012/09/21 06:52:44 bapt Exp $
#

PORTNAME=	ironpython
PORTVERSION=	1.0.1
PORTREVISION=	2
CATEGORIES=	lang python
MASTER_SITES=	http://ftp.novell.com/pub/mono/sources/${PORTNAME}/
DISTNAME=	IronPython-1.0.1-Src

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	New Python implementation targeting the .NET

DEPRECATED=	No more public distfiles
EXPIRATION_DATE=	2012-10-20

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

BROKEN=		does not build

WRKSRC=	${WRKDIR}/IronPython-${PORTVERSION}
USE_ZIP=	yes
USE_GMAKE=	yes

post-extract:
	@@(${ECHO} '#!${SH}' > ${WRKDIR}/ironpython)
	@@(${ECHO} '${LOCALBASE}/bin/mono ${PREFIX}/lib/ironpython/ipy.exe -X:ColorfulConsole $$*' \
		>> ${WRKDIR}/ironpython)

pre-build:
	@@${MKDIR} ${WRKSRC}/Src/IronPythonTest/bin

do-build:
	cd ${WRKSRC}/Src && ${GMAKE}

do-install:
	@@${MKDIR} ${PREFIX}/lib/ironpython
	cd ${WRKSRC}; for f in *.exe *.dll; do \
		${INSTALL_DATA} $$f ${PREFIX}/lib/ironpython; \
	done
	@@${INSTALL_SCRIPT} ${WRKDIR}/ironpython ${PREFIX}/bin/

.include <bsd.port.mk>
@


1.8
log
@SVN rev 304608 on 2012-09-21 06:52:44Z by bapt

Deprecated a bunch a ports with no more public distfiles (thanks ehaupt's
distilator
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.7
log
@- Mark BROKEN: does not build
  gmcs -t:exe -r:../IronPython.dll -out:../ipy.exe -recurse:IronPythonConsole/*.cs
  IronPythonConsole/PythonCommandLine.cs(512,36): error CS0012: The type
  `IronMath.ISlice' is defined in an assembly that is not referenced. Consider
  adding a reference to assembly `IronMath, Version=1.0.60816.1877,
  Culture=neutral, PublicKeyToken=null'

Reported by:	pointyhat
@
text
@d18 3
@


1.6
log
@Reset perky@@FreeBSD.org due to maintainer-timeouts and no response
to email.

Hat:		portmgr
@
text
@d21 2
@


1.5
log
@- Fix fetch
@
text
@d15 1
a15 1
MAINTAINER=	perky@@FreeBSD.org
@


1.4
log
@Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@@
Approved by:    portmgr (pav)
@
text
@d12 1
a12 1
MASTER_SITES=	http://www.go-mono.com/sources/${PORTNAME}/
@


1.3
log
@- Update to 1.0.1 (required by recent lang/mono update)
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.2
log
@Bump PORTREVISION to chase the glib20 shared lib version change.
@
text
@d9 1
a9 1
PORTVERSION=	0.6
d12 2
a13 2
MASTER_SITES=	http://www.ironpython.com/
DISTNAME=	IronPython-${PORTVERSION}
d18 1
d21 1
d23 1
a23 2
NO_BUILD=	yes
EXTRACT_BEFORE_ARGS=	-q -a
d26 9
a34 2
	${ECHO} '#!${SH}' > ${WRKDIR}/ironpython
	${ECHO} '${LOCALBASE}/bin/mono ${PREFIX}/lib/ironpython/IronPythonConsole.exe $$*' >> ${WRKDIR}/ironpython
d37 2
a38 2
	${MKDIR} ${PREFIX}/lib/ironpython
	cd ${WRKSRC}/bin; for f in *.exe *.dll; do \
d41 1
a41 1
	${INSTALL_SCRIPT} ${WRKDIR}/ironpython ${PREFIX}/bin/
@


1.1
log
@Add new port for IronPython 0.6,
a new Python implementation for .NET platforms.
@
text
@d10 1
@

