diff --git a/templates/mono-addins/template b/templates/mono-addins/template deleted file mode 100644 index 9974d2c20e2..00000000000 --- a/templates/mono-addins/template +++ /dev/null @@ -1,21 +0,0 @@ -# Template build file for 'mono-addins'. -pkgname=mono-addins -version=0.3.1 -distfiles=" -http://ftp.novell.com/pub/mono/sources/mono-addins/$pkgname-$version.tar.bz2" -build_style=gnu_configure -pkgconfig_override="mono-addins.pc mono-addins-setup.pc mono-addins-gui.pc" -make_cmd="$XBPS_MASTERDIR/bin/gmake" -short_desc="Framework for creating extensible applications" -maintainer="Juan RP " -checksum=dffb3fe49c4818b8ed95d0f3c51b99a75d244030 -long_desc=" - Mono.Addins is a framework for creating extensible applications, and for - creating libraries which extend those applications. - - Mono.Addins has been designed to be easy to use and useful for a wide range - of applications: from simple applications with small extensibility needs, - to complex applications which need support for large add-in structures. - - This new framework intends to set an standard for building extensible - applications and add-ins in Mono." diff --git a/templates/mono/template b/templates/mono/template deleted file mode 100644 index 12138841658..00000000000 --- a/templates/mono/template +++ /dev/null @@ -1,22 +0,0 @@ -# Template build file for 'mono'. -pkgname=mono -version=2.0 -distfiles="http://ftp.novell.com/pub/mono/sources/mono/$pkgname-$version.tar.bz2" -tar_override_cmd="$XBPS_MASTERDIR/bin/gtar" -build_style=gnu_configure -configure_args="--with-icu=yes --with-preview=yes --with-libgdiplus=installed - --enable-big-arrays --with-tls=__thread --with-large-heap=yes - --with-moonlight=no" -make_cmd="$XBPS_MASTERDIR/bin/gmake" -pkgconfig_override="cecil.pc dotnet.pc dotnet35.pc mint.pc - mono-cairo.pc mono.pc smcs.pc mono-nunit.pc" -short_desc="Open source implementation of the .NET Development Framework" -maintainer="Juan RP " -checksum=a80be8a222bcffd402ecc727c87d20c30b750031 -long_desc=" - The Mono Project is an open development initiative sponsored by Ximian - that is working to develop an open source, Unix version of the Microsoft - .NET development platform. Its objective is to enable Unix developers to - build and deploy cross-platform .NET Applications. The project will - implement various technologies developed by Microsoft that have now been - submitted to the ECMA for standardization." diff --git a/templates/monodevelop/template b/templates/monodevelop/template deleted file mode 100644 index 8fd4ab35622..00000000000 --- a/templates/monodevelop/template +++ /dev/null @@ -1,13 +0,0 @@ -# Template build file for 'monodevelop'. -pkgname=monodevelop -version=1.9 -distfiles="http://go-mono.com/sources/monodevelop/$pkgname-$version.tar.bz2" -tar_override_cmd="$XBPS_MASTERDIR/bin/gtar" -build_style=gnu_configure -make_cmd="$XBPS_MASTERDIR/bin/gmake" -short_desc="IDE for C# and other .NET languages" -maintainer="Juan RP " -checksum=0000b311b6ee5c4922b85d51004f3f94a62a7915 -long_desc=" - MonoDevelop is a free GNOME IDE primarily designed for C# and other - .NET languages." diff --git a/templates/monodoc/template b/templates/monodoc/template deleted file mode 100644 index a717d2deee2..00000000000 --- a/templates/monodoc/template +++ /dev/null @@ -1,14 +0,0 @@ -# Template build file for 'monodoc'. -pkgname=monodoc -version=2.0 -distfiles=" -http://ftp.novell.com/pub/mono/sources/monodoc/$pkgname-$version.zip" -build_style=gnu_configure -make_cmd="$XBPS_MASTERDIR/bin/gmake" -pkgconfig_override="monodoc.pc" -short_desc="Documentation for the Mono class libraries" -maintainer="Juan RP " -checksum=adf9aa8f57befd266f90a34b27ca8cd98f5b9e90 -long_desc=" - MonoDoc module contains the documentation for the Mono class libraries, - tools to produce and edit the documentation, and a documentation browser."