aboutsummaryrefslogtreecommitdiffstats
path: root/lang/ironpython
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2012-10-26 06:36:44 +0800
committerbapt <bapt@FreeBSD.org>2012-10-26 06:36:44 +0800
commitc6da995e6baa50b604074111ffa08dd277b4f466 (patch)
tree4267986638bd6a27f64834495b4aa4474322524a /lang/ironpython
parent4def5b9698a44d167e01df21acd704e7a4a0ee38 (diff)
downloadfreebsd-ports-gnome-c6da995e6baa50b604074111ffa08dd277b4f466.tar.gz
freebsd-ports-gnome-c6da995e6baa50b604074111ffa08dd277b4f466.tar.zst
freebsd-ports-gnome-c6da995e6baa50b604074111ffa08dd277b4f466.zip
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
Diffstat (limited to 'lang/ironpython')
-rw-r--r--lang/ironpython/Makefile48
-rw-r--r--lang/ironpython/distinfo2
-rw-r--r--lang/ironpython/files/patch-Src-makefile8
-rw-r--r--lang/ironpython/pkg-descr24
-rw-r--r--lang/ironpython/pkg-plist6
5 files changed, 0 insertions, 88 deletions
diff --git a/lang/ironpython/Makefile b/lang/ironpython/Makefile
deleted file mode 100644
index 8c56428a4c1a..000000000000
--- a/lang/ironpython/Makefile
+++ /dev/null
@@ -1,48 +0,0 @@
-# New ports collection makefile for: ironpython
-# Date created: 29 July 2004
-# Whom: Hye-Shik Chang
-#
-# $FreeBSD$
-#
-
-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>
diff --git a/lang/ironpython/distinfo b/lang/ironpython/distinfo
deleted file mode 100644
index be63214fb4d4..000000000000
--- a/lang/ironpython/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (IronPython-1.0.1-Src.zip) = a406d7e5ad8903c950bf148634417eef8f9586b20260762a20d8d3eb7676bbf8
-SIZE (IronPython-1.0.1-Src.zip) = 1579582
diff --git a/lang/ironpython/files/patch-Src-makefile b/lang/ironpython/files/patch-Src-makefile
deleted file mode 100644
index 6ae6ae34413a..000000000000
--- a/lang/ironpython/files/patch-Src-makefile
+++ /dev/null
@@ -1,8 +0,0 @@
---- Src/makefile.orig Mon Oct 9 11:29:35 2006
-+++ Src/makefile Mon Oct 9 11:29:45 2006
-@@ -1,4 +1,4 @@
--CSC=csc
-+CSC=gmcs
-
- all:../IronMath.dll ../IronPython.dll ../ipy.exe ../ipyw.exe IronPythonTest/bin/Debug/IronPythonTest.dll
-
diff --git a/lang/ironpython/pkg-descr b/lang/ironpython/pkg-descr
deleted file mode 100644
index 353732349132..000000000000
--- a/lang/ironpython/pkg-descr
+++ /dev/null
@@ -1,24 +0,0 @@
-IronPython is a new Python implementation targeting the .NET and
-Mono platforms. It is...
-
-* Fast - IronPython-0.6 is up to 1.7x faster than Python-2.3 on the
-standard pystone benchmark. An early performance report is are
-contained in this paper for PyCon 2004.
-
-* Integrated with the Common Language Runtime - IronPython code can
-easily use CLR libraries and Python classes can extend CLR classes.
-
-* Fully dynamic - IronPython supports an interactive interpreter
-and transparent on-the-fly compilation of source files just like
-standard Python.
-
-* Optionally static - IronPython also supports static compilation
-of Python code to produce static executables (.exe's) that can be
-run directly or static libraries (.dll's) that can be called from
-other CLR languages including C#, VB, managed C++ and many more.
-
-* Managed and verifiable - IronPython generates verifiable assemblies
-with no dependencies on native libraries that can run in environments
-which require verifiable managed code.
-
-WWW: http://www.ironpython.com/
diff --git a/lang/ironpython/pkg-plist b/lang/ironpython/pkg-plist
deleted file mode 100644
index 2fcfb8a1c4ac..000000000000
--- a/lang/ironpython/pkg-plist
+++ /dev/null
@@ -1,6 +0,0 @@
-bin/ironpython
-lib/ironpython/IronMath.dll
-lib/ironpython/IronPython.dll
-lib/ironpython/ipy.exe
-lib/ironpython/ipyw.exe
-@dirrm lib/ironpython