diff options
author | rene <rene@FreeBSD.org> | 2013-06-19 19:36:45 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2013-06-19 19:36:45 +0800 |
commit | 6a33db2dd1fa22f44add84d507d52d7e0ccac297 (patch) | |
tree | 752dadaf8dc625a244706702c1b9ade05379243a /lang | |
parent | 384e6ad434a4932fc99b1df15a51fafeb87716a5 (diff) | |
download | freebsd-ports-gnome-6a33db2dd1fa22f44add84d507d52d7e0ccac297.tar.gz freebsd-ports-gnome-6a33db2dd1fa22f44add84d507d52d7e0ccac297.tar.zst freebsd-ports-gnome-6a33db2dd1fa22f44add84d507d52d7e0ccac297.zip |
Remove expired port:
2012-05-10 lang/boo: BROKEN for more than 6 month
Diffstat (limited to 'lang')
-rw-r--r-- | lang/Makefile | 1 | ||||
-rw-r--r-- | lang/boo/Makefile | 69 | ||||
-rw-r--r-- | lang/boo/distinfo | 2 | ||||
-rw-r--r-- | lang/boo/files/patch-default.build | 89 | ||||
-rw-r--r-- | lang/boo/files/patch-extras-boo.pc.in | 10 | ||||
-rw-r--r-- | lang/boo/pkg-descr | 5 | ||||
-rw-r--r-- | lang/boo/pkg-plist | 62 |
7 files changed, 0 insertions, 238 deletions
diff --git a/lang/Makefile b/lang/Makefile index e24692a7c163..17d7a1fdfbce 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -19,7 +19,6 @@ SUBDIR += basic256 SUBDIR += bf2c SUBDIR += bigloo - SUBDIR += boo SUBDIR += bsh SUBDIR += bwbasic SUBDIR += caml-light diff --git a/lang/boo/Makefile b/lang/boo/Makefile deleted file mode 100644 index 4b3f4c8018bf..000000000000 --- a/lang/boo/Makefile +++ /dev/null @@ -1,69 +0,0 @@ -# New ports collection makefile for: Boo -# Date created: June 17, 2005 -# Whom: Christopher Nehren <apeiron@coitusmentis.info> -# -# $FreeBSD$ -# - -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> diff --git a/lang/boo/distinfo b/lang/boo/distinfo deleted file mode 100644 index 8a436b0aad11..000000000000 --- a/lang/boo/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (boo-0.9.4.9-src.zip) = 4a01c5b720ad3953ebf388bbf09822b6e9a5bff12a033a74f3bb1209ce0431d7 -SIZE (boo-0.9.4.9-src.zip) = 3911285 diff --git a/lang/boo/files/patch-default.build b/lang/boo/files/patch-default.build deleted file mode 100644 index 71196c0b4fd1..000000000000 --- a/lang/boo/files/patch-default.build +++ /dev/null @@ -1,89 +0,0 @@ - -$FreeBSD$ - ---- default.build.orig -+++ default.build -@@ -23,19 +23,25 @@ -
- <property name="build.dir" value="build" dynamic="True"/>
- <property name="distrobuild.dir" value="distrobuild"/>
-+ <property name="docs.dir" value="docs"/>
-+ <property name="examples.dir" value="examples"/>
-
-- <property name="install.prefix" value="/usr/local" />
-+ <property name="install.prefix" value="%%PREFIX%%" />
- <property name="install.destdir" value="/" />
-
- <property name="install.share" value="${path::combine(install.prefix,'share')}" />
- <property name="install.bindir" value="${path::combine(install.prefix,'bin')}" />
- <property name="install.libdir" value="${path::combine(install.prefix,'lib')}" />
-+ <property name="install.libdatadir" value="${path::combine(install.prefix,'libdata')}" />
- <property name="install.boolib" value="${path::combine(install.libdir,'boo')}" />
-
- <property name="fakeroot.boolib" value="${install.destdir}/${install.boolib}" />
- <property name="fakeroot.bindir" value="${install.destdir}/${install.bindir}" />
- <property name="fakeroot.libdir" value="${install.destdir}/${install.libdir}" />
-+ <property name="fakeroot.libdatadir" value="${install.destdir}/${install.libdatadir}" />
- <property name="fakeroot.share" value="${install.destdir}/${install.share}" />
-+ <property name="fakeroot.docsdir" value="%%DOCSDIR%%" />
-+ <property name="fakeroot.examplesdir" value="%%EXAMPLESDIR%%" />
-
- <!-- set gendarme.dir in your build.properties to enable Gendarme report after build -->
- <property name="gendarme.dir" value=""/>
-@@ -90,7 +96,7 @@ - <property name="nosign" value="true" overwrite="true" />
- </target>
-
-- <target name="all" depends="booc, booi, booish, boo-pkgconfig, Boo.Lang.CodeDom, Boo.Lang.Useful, boo, Boo.Microsoft.Build.Tasks, update-vs-env, Boo.Lang.PatternMatching">
-+ <target name="all" depends="booc, booi, booish, boo-pkgconfig, Boo.Lang.CodeDom, Boo.Lang.Useful, boo, Boo.Microsoft.Build.Tasks, Boo.Lang.PatternMatching">
- <call target="gendarme" if="${gendarme.dir != ''}" />
- <call target="verify-assemblies" />
- </target>
-@@ -571,7 +577,7 @@ - <call target="install-linux" if="${not(platform::is-win32())}"/>
- </target>
-
-- <target name="install-linux" depends="booc, booish, booi">
-+ <target name="install-linux" depends="%%INSTALLDOCS%%%%INSTALLEXAMPLES%%booc, booish, booi">
- <!--
- Use pkg-config to find the proper locations for several
- key files for mime detection, etc
-@@ -635,7 +641,7 @@ - </copy>
-
- <copy file="extras/boo.lang" todir="${fakeroot.gsv}/share/gtksourceview-1.0/language-specs/" />
-- <copy file="${build.dir}/boo.pc" todir="${fakeroot.libdir}/pkgconfig/" />
-+ <copy file="${build.dir}/boo.pc" todir="${fakeroot.libdatadir}/pkgconfig/" />
- <copy file="extras/boo-mime-info.xml" todir="${fakeroot.sharedmime}/share/mime/packages/" />
-
- <exec program="chmod" commandline="+x ${fakeroot.bindir}/booc" />
-@@ -678,7 +684,28 @@ - </foreach>
-
- </target>
--
-+
-+ <target name="install-docs">
-+ <copy todir="${fakeroot.docsdir}">
-+ <fileset basedir="${docs.dir}">
-+ <include name="*.sxw"/>
-+ </fileset>
-+ </copy>
-+ <copy todir="${fakeroot.docsdir}">
-+ <fileset basedir=".">
-+ <include name="*.txt"/>
-+ </fileset>
-+ </copy>
-+ </target>
-+
-+ <target name="install-examples">
-+ <copy todir="${fakeroot.examplesdir}">
-+ <fileset basedir="${examples.dir}">
-+ <include name="**"/>
-+ </fileset>
-+ </copy>
-+ </target>
-+
- <target name="uninstall">
- <call target="uninstall-linux" if="${not(platform::is-win32())}"/>
- <call target="uninstall-win32" if="${platform::is-win32()}"/>
diff --git a/lang/boo/files/patch-extras-boo.pc.in b/lang/boo/files/patch-extras-boo.pc.in deleted file mode 100644 index 6074e48fe0f0..000000000000 --- a/lang/boo/files/patch-extras-boo.pc.in +++ /dev/null @@ -1,10 +0,0 @@ ---- extras/boo.pc.in.orig Mon Oct 1 17:53:29 2007 -+++ extras/boo.pc.in Mon Oct 1 17:53:56 2007 -@@ -1,6 +1,6 @@ - prefix=@prefix@ - exec_prefix=${prefix} --libdir=${prefix}/lib -+libdir=${prefix}/lib/mono - - - Name: Boo diff --git a/lang/boo/pkg-descr b/lang/boo/pkg-descr deleted file mode 100644 index 5f12f89b4a68..000000000000 --- a/lang/boo/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -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. - -WWW: http://boo.codehaus.org/ diff --git a/lang/boo/pkg-plist b/lang/boo/pkg-plist deleted file mode 100644 index ce97e985de7f..000000000000 --- a/lang/boo/pkg-plist +++ /dev/null @@ -1,62 +0,0 @@ -@comment $FreeBSD$ -bin/booc -bin/booi -bin/booish -lib/boo/Boo.Microsoft.Build.Tasks.dll -lib/boo/Boo.Microsoft.Build.targets -lib/boo/Boo.NAnt.Tasks.dll -lib/boo/boo.exe -lib/boo/booc.exe -lib/boo/booc.exe.config -lib/boo/booc.rsp -lib/boo/booi.exe -lib/boo/booi.exe.config -lib/boo/booish.exe -lib/boo/booish.exe.config -lib/mono/boo/Boo.Lang.CodeDom.dll -lib/mono/boo/Boo.Lang.Compiler.dll -lib/mono/boo/Boo.Lang.Extensions.dll -lib/mono/boo/Boo.Lang.Interpreter.dll -lib/mono/boo/Boo.Lang.Parser.dll -lib/mono/boo/Boo.Lang.PatternMatching.dll -lib/mono/boo/Boo.Lang.Useful.dll -lib/mono/boo/Boo.Lang.dll -lib/mono/gac/Boo.Lang.CodeDom/%%PORTVERSION%%__32c39770e9a21a67/Boo.Lang.CodeDom.dll -lib/mono/gac/Boo.Lang.CodeDom/%%PORTVERSION%%__32c39770e9a21a67/Boo.Lang.CodeDom.dll.mdb -lib/mono/gac/Boo.Lang.Compiler/%%PORTVERSION%%__32c39770e9a21a67/Boo.Lang.Compiler.dll -lib/mono/gac/Boo.Lang.Compiler/%%PORTVERSION%%__32c39770e9a21a67/Boo.Lang.Compiler.dll.mdb -lib/mono/gac/Boo.Lang.Extensions/%%PORTVERSION%%__32c39770e9a21a67/Boo.Lang.Extensions.dll -lib/mono/gac/Boo.Lang.Extensions/%%PORTVERSION%%__32c39770e9a21a67/Boo.Lang.Extensions.dll.mdb -lib/mono/gac/Boo.Lang.Interpreter/%%PORTVERSION%%__32c39770e9a21a67/Boo.Lang.Interpreter.dll -lib/mono/gac/Boo.Lang.Interpreter/%%PORTVERSION%%__32c39770e9a21a67/Boo.Lang.Interpreter.dll.mdb -lib/mono/gac/Boo.Lang.Parser/%%PORTVERSION%%__32c39770e9a21a67/Boo.Lang.Parser.dll -lib/mono/gac/Boo.Lang.Parser/%%PORTVERSION%%__32c39770e9a21a67/Boo.Lang.Parser.dll.mdb -lib/mono/gac/Boo.Lang.PatternMatching/%%PORTVERSION%%__32c39770e9a21a67/Boo.Lang.PatternMatching.dll -lib/mono/gac/Boo.Lang.PatternMatching/%%PORTVERSION%%__32c39770e9a21a67/Boo.Lang.PatternMatching.dll.mdb -lib/mono/gac/Boo.Lang.Useful/%%PORTVERSION%%__32c39770e9a21a67/Boo.Lang.Useful.dll -lib/mono/gac/Boo.Lang.Useful/%%PORTVERSION%%__32c39770e9a21a67/Boo.Lang.Useful.dll.mdb -lib/mono/gac/Boo.Lang/%%PORTVERSION%%__32c39770e9a21a67/Boo.Lang.dll -lib/mono/gac/Boo.Lang/%%PORTVERSION%%__32c39770e9a21a67/Boo.Lang.dll.mdb -libdata/pkgconfig/boo.pc -share/mime-info/boo.keys -share/mime-info/boo.mime -share/mime/packages/boo-mime-info.xml -share/mime/text/x-boo.xml -@dirrm lib/mono/gac/Boo.Lang/%%PORTVERSION%%__32c39770e9a21a67 -@dirrm lib/mono/gac/Boo.Lang.Useful/%%PORTVERSION%%__32c39770e9a21a67 -@dirrm lib/mono/gac/Boo.Lang.Useful -@dirrm lib/mono/gac/Boo.Lang.PatternMatching/%%PORTVERSION%%__32c39770e9a21a67 -@dirrm lib/mono/gac/Boo.Lang.PatternMatching -@dirrm lib/mono/gac/Boo.Lang.Parser/%%PORTVERSION%%__32c39770e9a21a67 -@dirrm lib/mono/gac/Boo.Lang.Parser -@dirrm lib/mono/gac/Boo.Lang.Interpreter/%%PORTVERSION%%__32c39770e9a21a67 -@dirrm lib/mono/gac/Boo.Lang.Interpreter -@dirrm lib/mono/gac/Boo.Lang.Extensions/%%PORTVERSION%%__32c39770e9a21a67 -@dirrm lib/mono/gac/Boo.Lang.Extensions -@dirrm lib/mono/gac/Boo.Lang.Compiler/%%PORTVERSION%%__32c39770e9a21a67 -@dirrm lib/mono/gac/Boo.Lang.Compiler -@dirrm lib/mono/gac/Boo.Lang.CodeDom/%%PORTVERSION%%__32c39770e9a21a67 -@dirrm lib/mono/gac/Boo.Lang.CodeDom -@dirrm lib/mono/gac/Boo.Lang -@dirrm lib/mono/boo -@dirrm lib/boo |