aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2014-11-29 14:33:15 +0000
committerRene Ladan <rene@FreeBSD.org>2014-11-29 14:33:15 +0000
commit3b3ed051bcba7474c997c3d123f56af38d0c1f4e (patch)
treec9a23764a7350feced9ad9f0be69c749fd380fc3 /lang
parent40cd269a196ea095297e8e687fc3401780400aaa (diff)
downloadports-3b3ed051bcba7474c997c3d123f56af38d0c1f4e.tar.gz
ports-3b3ed051bcba7474c997c3d123f56af38d0c1f4e.zip
Notes
Diffstat (limited to 'lang')
-rw-r--r--lang/Makefile1
-rw-r--r--lang/ironpython/Makefile52
-rw-r--r--lang/ironpython/distinfo2
-rw-r--r--lang/ironpython/files/ipy.in2
-rw-r--r--lang/ironpython/files/ipy64.in2
-rw-r--r--lang/ironpython/files/patch-Languages-IronPython-IronPython-IronPython.csproj47
-rw-r--r--lang/ironpython/files/patch-Languages-IronPython-IronPython.SQLite-c#sqlite-pcache1_c.cs11
-rw-r--r--lang/ironpython/files/patch-Solutions-Build.IronPython.proj62
-rw-r--r--lang/ironpython/files/patch-Solutions-Common.proj18
-rw-r--r--lang/ironpython/pkg-descr6
10 files changed, 0 insertions, 203 deletions
diff --git a/lang/Makefile b/lang/Makefile
index f2483622175f..c8aab67de78b 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -117,7 +117,6 @@
SUBDIR += intel2gas
SUBDIR += intercal
SUBDIR += io
- SUBDIR += ironpython
SUBDIR += itcl
SUBDIR += itcl4
SUBDIR += jakarta-commons-jelly
diff --git a/lang/ironpython/Makefile b/lang/ironpython/Makefile
deleted file mode 100644
index 0eac4a9bb92f..000000000000
--- a/lang/ironpython/Makefile
+++ /dev/null
@@ -1,52 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= ironpython
-PORTVERSION= 2.7.4
-CATEGORIES= lang python
-DISTNAME= ipy-${PORTVERSION}
-
-MAINTAINER= mva@FreeBSD.org
-COMMENT= Python implementation based on .NET
-
-LICENSE= APACHE20
-
-BUILD_DEPENDS= mono:${PORTSDIR}/lang/mono
-RUN_DEPENDS= mono:${PORTSDIR}/lang/mono
-
-USE_GITHUB= yes
-GH_ACCOUNT= IronLanguages
-GH_PROJECT= main
-GH_TAGNAME= ipy-2.7.4
-GH_COMMIT= 568c234
-
-SUB_FILES= ipy ipy64
-
-BROKEN= does not build with mono 3.4.0
-DEPRECATED= Broken for more than 6 months
-EXPIRATION_DATE= 2014-11-26
-
-do-build:
- cd ${WRKSRC} && ${LOCALBASE}/bin/xbuild /t:Stage \
- /p:Configuration=Release /p:ReferencedPlatform=V4 \
- /p:Mono=true /p:BaseConfiguration=Release
-
-do-install:
- @${MKDIR} ${STAGEDIR}${PREFIX}/lib/ironpython
- cd ${WRKSRC}/Stage/Release/IronPython-${PORTVERSION} && \
- ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/lib/ironpython;
- ${CHMOD} a+x ${STAGEDIR}${PREFIX}/lib/ironpython/ipy.exe
- ${CHMOD} a+x ${STAGEDIR}${PREFIX}/lib/ironpython/ipy64.exe
- for f in ${SUB_FILES}; do \
- ${INSTALL_SCRIPT} ${WRKDIR}/$$f ${STAGEDIR}${PREFIX}/bin; \
- done
-
-post-install:
- @for f in ${SUB_FILES}; do \
- ${ECHO_CMD} "bin/$$f" >> ${TMPPLIST}; \
- done
- @${FIND} -P ${STAGEDIR}${PREFIX}/lib/ironpython ! -type d 2>/dev/null | \
- ${SED} -ne 's,^${STAGEDIR}${PREFIX}/,,p' >> ${TMPPLIST}
- @${FIND} -P -d ${STAGEDIR}${PREFIX}/lib/ironpython -type d 2>/dev/null | \
- ${SED} -ne 's,^${STAGEDIR}${PREFIX}/,@dirrm ,p' >> ${TMPPLIST}
-
-.include <bsd.port.mk>
diff --git a/lang/ironpython/distinfo b/lang/ironpython/distinfo
deleted file mode 100644
index bc662fcc3246..000000000000
--- a/lang/ironpython/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (ipy-2.7.4.tar.gz) = 60a37bd1c4d01037b1ced3066bc3b720aad3955ce2a8e6a7da8374be5364eb84
-SIZE (ipy-2.7.4.tar.gz) = 104738305
diff --git a/lang/ironpython/files/ipy.in b/lang/ironpython/files/ipy.in
deleted file mode 100644
index bd9c295be6f9..000000000000
--- a/lang/ironpython/files/ipy.in
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh
-%%LOCALBASE%%/bin/mono %%PREFIX%%/lib/ironpython/ipy.exe $*
diff --git a/lang/ironpython/files/ipy64.in b/lang/ironpython/files/ipy64.in
deleted file mode 100644
index 757f618b3cf7..000000000000
--- a/lang/ironpython/files/ipy64.in
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh
-%%LOCALBASE%%/bin/mono %%PREFIX%%/lib/ironpython/ipy64.exe $*
diff --git a/lang/ironpython/files/patch-Languages-IronPython-IronPython-IronPython.csproj b/lang/ironpython/files/patch-Languages-IronPython-IronPython-IronPython.csproj
deleted file mode 100644
index c15f60699972..000000000000
--- a/lang/ironpython/files/patch-Languages-IronPython-IronPython-IronPython.csproj
+++ /dev/null
@@ -1,47 +0,0 @@
---- ./Languages/IronPython/IronPython/IronPython.csproj.orig 2013-05-01 13:31:53.000000000 +0200
-+++ ./Languages/IronPython/IronPython/IronPython.csproj 2013-05-01 13:32:28.000000000 +0200
-@@ -13,35 +13,35 @@
- <DocumentationFile>$(SolutionDir)..\bin\$(Configuration)\$(AssemblyName).xml</DocumentationFile>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'FxCop|AnyCPU' ">
-- <NoWarn>1591;0429</NoWarn>
-+ <NoWarn>1591</NoWarn>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-- <NoWarn>1591;0429</NoWarn>
-+ <NoWarn>1591</NoWarn>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-- <NoWarn>1591;0429</NoWarn>
-+ <NoWarn>1591</NoWarn>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Win8Debug|AnyCPU' ">
-- <NoWarn>1591;0429</NoWarn>
-+ <NoWarn>1591</NoWarn>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Win8Release|AnyCPU' ">
-- <NoWarn>1591;0429</NoWarn>
-+ <NoWarn>1591</NoWarn>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'v2Debug|AnyCPU' ">
-- <NoWarn>1591;0429</NoWarn>
-+ <NoWarn>1591</NoWarn>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'v2Release|AnyCPU' ">
-- <NoWarn>1591;0429</NoWarn>
-+ <NoWarn>1591</NoWarn>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'WP7Debug|AnyCPU' ">
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'WP7Release|AnyCPU' ">
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Silverlight4Debug|AnyCPU' ">
-- <NoWarn>1591;0429</NoWarn>
-+ <NoWarn>1591</NoWarn>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Silverlight4Release|AnyCPU' ">
-- <NoWarn>1591;0429</NoWarn>
-+ <NoWarn>1591</NoWarn>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Silverlight5Debug|AnyCPU' ">
- </PropertyGroup>
diff --git a/lang/ironpython/files/patch-Languages-IronPython-IronPython.SQLite-c#sqlite-pcache1_c.cs b/lang/ironpython/files/patch-Languages-IronPython-IronPython.SQLite-c#sqlite-pcache1_c.cs
deleted file mode 100644
index 6ddd3f651ef3..000000000000
--- a/lang/ironpython/files/patch-Languages-IronPython-IronPython.SQLite-c#sqlite-pcache1_c.cs
+++ /dev/null
@@ -1,11 +0,0 @@
---- Languages/IronPython/IronPython.SQLite/c#sqlite/pcache1_c.cs.orig 2014-02-28 08:17:32.000000000 +0100
-+++ Languages/IronPython/IronPython.SQLite/c#sqlite/pcache1_c.cs 2014-02-28 08:17:57.000000000 +0100
-@@ -705,7 +705,7 @@
- static sqlite3_pcache pcache1Create( int szPage, bool bPurgeable )
- {
- PCache1 pCache; /* The newly created page cache */
-- PGroup pGroup; /* The group the new page cache will belong to */
-+ PGroup pGroup = null; /* The group the new page cache will belong to */
- int sz; /* Bytes of memory required to allocate the new cache */
-
- /*
diff --git a/lang/ironpython/files/patch-Solutions-Build.IronPython.proj b/lang/ironpython/files/patch-Solutions-Build.IronPython.proj
deleted file mode 100644
index 5f6087fe1d78..000000000000
--- a/lang/ironpython/files/patch-Solutions-Build.IronPython.proj
+++ /dev/null
@@ -1,62 +0,0 @@
---- Solutions/Build.IronPython.proj.orig 2013-09-08 04:53:28.000000000 +0200
-+++ Solutions/Build.IronPython.proj 2013-09-12 18:21:09.000000000 +0200
-@@ -81,7 +81,7 @@
- <SilverlightScriptTemplates Include="$(BaseDir)\Hosts\Silverlight\Public\script\templates\python\**\*.*" />
-
- <MiscFiles Include="$(BaseDir)\Languages\IronPython\Public\License.html" />
-- <MiscFiles Include="$(BaseDir)\Languages\IronPython\Public\License.rtf" />
-+ <MiscFiles Include="$(BaseDir)\Languages\IronPython\Public\License.Rtf" />
- <MiscFiles Include="$(BaseDir)\Languages\IronPython\Public\License.txt" />
- <MiscFiles Include="$(BaseDir)\Languages\IronPython\Public\Readme.html" />
-
-@@ -149,6 +149,7 @@
- <Copy SourceFiles="@(TutorialFiles)" DestinationFiles="@(TutorialFiles->'$(StageDir)\Tutorial\%(RecursiveDir)%(Filename)%(Extension)')" />
-
- <!-- Continue to copy the Silverlight files here for compatibility with previous releases. -->
-+<!--
- <Copy SourceFiles="@(DlrLibs->'$(Silverlight5BuildDir)\%(Identity)')" DestinationFolder="$(StageDir)\Silverlight\bin" />
- <Copy SourceFiles="@(SilverlightDlrLibs->'$(Silverlight5BuildDir)\%(Identity)')" DestinationFolder="$(StageDir)\Silverlight\bin" />
- <Copy SourceFiles="@(IronPythonLibs->'$(Silverlight5BuildDir)\%(Identity)')" DestinationFolder="$(StageDir)\Silverlight\bin" />
-@@ -156,33 +157,38 @@
-
- <Copy SourceFiles="@(SilverlightScriptFiles)" DestinationFiles="@(SilverlightScriptFiles->'$(StageDir)\Silverlight\script\%(RecursiveDir)%(Filename)%(Extension)')" />
- <Copy SourceFiles="@(SilverlightScriptTemplates)" DestinationFiles="@(SilverlightScriptTemplates->'$(StageDir)\Silverlight\script\templates\python\%(RecursiveDir)%(Filename)%(Extension)')" />
--
-+-->
- <!-- .NET 4 -->
-+<!--
- <Copy SourceFiles="@(DlrLibs->'$(BuildDir)\%(Identity)')" DestinationFolder="$(StageDir)\Platforms\Net40" />
- <Copy SourceFiles="@(ClrDlrLibs->'$(BuildDir)\%(Identity)')" DestinationFolder="$(StageDir)\Platforms\Net40" />
- <Copy SourceFiles="@(IronPythonLibs->'$(BuildDir)\%(Identity)')" DestinationFolder="$(StageDir)\Platforms\Net40" />
- <Copy SourceFiles="@(v4IronPythonModules->'$(BuildDir)\%(Identity)')" DestinationFolder="$(StageDir)\Platforms\Net40" />
- <Copy SourceFiles="@(IronPythonModules->'$(BuildDir)\%(Identity)')" DestinationFolder="$(StageDir)\Platforms\Net40" />
--
-+-->
- <!-- .NET 4.5 -->
-+<!--
- <Copy SourceFiles="@(DlrLibs->'$(v45BuildDir)\%(Identity)')" DestinationFolder="$(StageDir)\Platforms\Net45" />
- <Copy SourceFiles="@(ClrDlrLibs->'$(v45BuildDir)\%(Identity)')" DestinationFolder="$(StageDir)\Platforms\Net45" />
- <Copy SourceFiles="@(IronPythonLibs->'$(v45BuildDir)\%(Identity)')" DestinationFolder="$(StageDir)\Platforms\Net45" />
- <Copy SourceFiles="@(v4IronPythonModules->'$(v45BuildDir)\%(Identity)')" DestinationFolder="$(StageDir)\Platforms\Net45" />
- <Copy SourceFiles="@(IronPythonModules->'$(v45BuildDir)\%(Identity)')" DestinationFolder="$(StageDir)\Platforms\Net45" />
--
-+-->
- <!-- .NET 3.5 -->
-+<!--
- <Copy SourceFiles="@(DlrLibs->'$(v2BuildDir)\%(Identity)')" DestinationFolder="$(StageDir)\Platforms\Net35" />
- <Copy SourceFiles="@(ClrDlrLibs->'$(v2BuildDir)\%(Identity)')" DestinationFolder="$(StageDir)\Platforms\Net35" />
- <Copy SourceFiles="@(v2DlrLibs->'$(v2BuildDir)\%(Identity)')" DestinationFolder="$(StageDir)\Platforms\Net35" />
- <Copy SourceFiles="@(IronPythonLibs->'$(v2BuildDir)\%(Identity)')" DestinationFolder="$(StageDir)\Platforms\Net35" />
- <Copy SourceFiles="@(IronPythonModules->'$(v2BuildDir)\%(Identity)')" DestinationFolder="$(StageDir)\Platforms\Net35" />
--
-+-->
- <!-- Silverlight 5 -->
-+<!--
- <Copy SourceFiles="@(DlrLibs->'$(Silverlight5BuildDir)\%(Identity)')" DestinationFolder="$(StageDir)\Platforms\Sl5" />
- <Copy SourceFiles="@(SilverlightDlrLibs->'$(Silverlight5BuildDir)\%(Identity)')" DestinationFolder="$(StageDir)\Platforms\Sl5" />
- <Copy SourceFiles="@(IronPythonLibs->'$(Silverlight5BuildDir)\%(Identity)')" DestinationFolder="$(StageDir)\Platforms\Sl5" />
- <Copy SourceFiles="@(IronPythonModules->'$(Silverlight5BuildDir)\%(Identity)')" DestinationFolder="$(StageDir)\Platforms\Sl5" />
-+-->
- </Target>
-
- <Target Name="NuGetPackage" DependsOnTargets="Stage" Condition="'$(OS)' == 'Windows_NT'">
diff --git a/lang/ironpython/files/patch-Solutions-Common.proj b/lang/ironpython/files/patch-Solutions-Common.proj
deleted file mode 100644
index 813bf09d8ef6..000000000000
--- a/lang/ironpython/files/patch-Solutions-Common.proj
+++ /dev/null
@@ -1,18 +0,0 @@
---- Solutions/Common.proj.orig 2013-05-01 13:37:45.000000000 +0200
-+++ Solutions/Common.proj 2013-05-01 13:37:50.000000000 +0200
-@@ -147,7 +147,7 @@
- <OutputPath>$(SolutionDir)..\bin\$(Configuration)</OutputPath>
- <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
- <WarningsNotAsErrors>618;429;219;1717;162;414</WarningsNotAsErrors>
-- <NoWarn>1591;1584;1574;444;1685;1573</NoWarn>
-+ <NoWarn>1591;1584;1574;1685;1573;436</NoWarn>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <PlatformTarget>AnyCPU</PlatformTarget>
-@@ -467,4 +467,4 @@
- <Private>False</Private>
- </Reference>
- </ItemGroup>
--</Project>
-\ No newline at end of file
-+</Project>
diff --git a/lang/ironpython/pkg-descr b/lang/ironpython/pkg-descr
deleted file mode 100644
index d884d3ff9cf5..000000000000
--- a/lang/ironpython/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-IronPython is an open-source implementation of the Python programming
-language which is tightly integrated with the .NET Framework. IronPython
-can use the .NET Framework and Python libraries, and other .NET languages
-can use Python code just as easily.
-
-WWW: http://www.ironpython.net