pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/mono-tools Initial import of mono-tools
details: https://anonhg.NetBSD.org/pkgsrc/rev/0e9865f9b494
branches: trunk
changeset: 541321:0e9865f9b494
user: kefren <kefren%pkgsrc.org@localhost>
date: Sat Apr 19 18:46:43 2008 +0000
description:
Initial import of mono-tools
Mono Tools is a collection of development and testing programs and
utilities for use with Mono
diffstat:
devel/mono-tools/DESCR | 2 +
devel/mono-tools/Makefile | 26 ++++++++++++++++
devel/mono-tools/PLIST | 61 +++++++++++++++++++++++++++++++++++++++
devel/mono-tools/buildlink3.mk | 19 ++++++++++++
devel/mono-tools/distinfo | 6 +++
devel/mono-tools/patches/patch-aa | 11 +++++++
6 files changed, 125 insertions(+), 0 deletions(-)
diffs (149 lines):
diff -r c56b05e74587 -r 0e9865f9b494 devel/mono-tools/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/mono-tools/DESCR Sat Apr 19 18:46:43 2008 +0000
@@ -0,0 +1,2 @@
+A collection of tools and utilities for use with the
+Mono runtime environment.
diff -r c56b05e74587 -r 0e9865f9b494 devel/mono-tools/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/mono-tools/Makefile Sat Apr 19 18:46:43 2008 +0000
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/04/19 18:46:43 kefren Exp $
+
+DISTNAME= mono-tools-${MONO_VERSION}
+CATEGORIES= devel
+MASTER_SITES= http://go-mono.com/sources/mono-tools/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= kefren%NetBSD.org@localhost
+HOMEPAGE= http://www.mono-project.com/
+COMMENT= Tools for use with the Mono runtime
+
+.include "../../lang/mono/Makefile.common"
+
+PKGCONFIG_OVERRIDE+= create-native-map/lib/pkgconfig/create-native-map.pc.in
+PKGCONFIG_OVERRIDE+= gendarme/framework/gendarme-framework.pc.in
+
+GNU_CONFIGURE= yes
+USE_TOOLS+= pkg-config gmake
+
+MAKE_JOBS_SAFE= no
+
+.include "../../sysutils/desktop-file-utils/desktopdb.mk"
+.include "../../lang/mono/buildlink3.mk"
+.include "../../lang/monodoc/buildlink3.mk"
+.include "../../x11/gnome-sharp/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r c56b05e74587 -r 0e9865f9b494 devel/mono-tools/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/mono-tools/PLIST Sat Apr 19 18:46:43 2008 +0000
@@ -0,0 +1,61 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2008/04/19 18:46:43 kefren Exp $
+bin/create-native-map
+bin/gasnview
+bin/gendarme
+bin/gnunit
+bin/gnunit2
+bin/gui-compare
+bin/monodoc
+lib/create-native-map/MapAttribute.cs
+lib/create-native-map/create-native-map.exe
+lib/gendarme/Gendarme.Framework.dll
+lib/gendarme/Gendarme.Rules.BadPractice.dll
+lib/gendarme/Gendarme.Rules.BadPractice.xml
+lib/gendarme/Gendarme.Rules.Concurrency.dll
+lib/gendarme/Gendarme.Rules.Concurrency.xml
+lib/gendarme/Gendarme.Rules.Correctness.dll
+lib/gendarme/Gendarme.Rules.Correctness.xml
+lib/gendarme/Gendarme.Rules.Design.dll
+lib/gendarme/Gendarme.Rules.Design.xml
+lib/gendarme/Gendarme.Rules.Exceptions.dll
+lib/gendarme/Gendarme.Rules.Exceptions.xml
+lib/gendarme/Gendarme.Rules.Interoperability.dll
+lib/gendarme/Gendarme.Rules.Interoperability.xml
+lib/gendarme/Gendarme.Rules.Naming.dll
+lib/gendarme/Gendarme.Rules.Naming.xml
+lib/gendarme/Gendarme.Rules.Performance.dll
+lib/gendarme/Gendarme.Rules.Performance.xml
+lib/gendarme/Gendarme.Rules.Portability.dll
+lib/gendarme/Gendarme.Rules.Portability.xml
+lib/gendarme/Gendarme.Rules.Security.dll
+lib/gendarme/Gendarme.Rules.Security.xml
+lib/gendarme/Gendarme.Rules.Smells.dll
+lib/gendarme/Gendarme.Rules.Smells.xml
+lib/gendarme/Gendarme.Rules.Ui.dll
+lib/gendarme/Gendarme.Rules.Ui.xml
+lib/gendarme/Mono.Cecil.dll
+lib/gendarme/gendarme.exe
+lib/gendarme/rules.xml
+lib/gui-compare/Mono.Cecil.dll
+lib/gui-compare/gui-compare.exe
+lib/mono/1.0/gasnview.exe
+lib/mono/1.0/gnunit.exe
+lib/mono/2.0/gnunit2.exe
+lib/monodoc/GtkHtmlHtmlRender.dll
+lib/monodoc/browser.exe
+lib/pkgconfig/create-native-map.pc
+lib/pkgconfig/gendarme-framework.pc
+man/man1/create-native-map.1
+man/man1/gendarme.1
+share/applications/monodoc.desktop
+share/locale/ca/LC_MESSAGES/mono-tools.mo
+share/locale/da/LC_MESSAGES/mono-tools.mo
+share/locale/es/LC_MESSAGES/mono-tools.mo
+share/locale/fr/LC_MESSAGES/mono-tools.mo
+share/locale/pt_BR/LC_MESSAGES/mono-tools.mo
+share/pixmaps/monodoc.png
+@exec ${MKDIR} %D/lib/ilcontrast
+@dirrm lib/ilcontrast
+@dirrm lib/gui-compare
+@dirrm lib/gendarme
+@dirrm lib/create-native-map
diff -r c56b05e74587 -r 0e9865f9b494 devel/mono-tools/buildlink3.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/mono-tools/buildlink3.mk Sat Apr 19 18:46:43 2008 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: buildlink3.mk,v 1.1.1.1 2008/04/19 18:46:43 kefren Exp $
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
+MONO_TOOLS_BUILDLINK3_MK:= ${MONO_TOOLS_BUILDLINK3_MK}+
+
+.if ${BUILDLINK_DEPTH} == "+"
+BUILDLINK_DEPENDS+= mono-tools
+.endif
+
+BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nmono-tools}
+BUILDLINK_PACKAGES+= mono-tools
+BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}mono-tools
+
+.if ${MONO_TOOLS_BUILDLINK3_MK} == "+"
+BUILDLINK_API_DEPENDS.mono-tools+= mono-tools>=1.9
+BUILDLINK_PKGSRCDIR.mono-tools?= ../../devel/mono-tools
+.endif # MONO_TOOLS_BUILDLINK3_MK
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
diff -r c56b05e74587 -r 0e9865f9b494 devel/mono-tools/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/mono-tools/distinfo Sat Apr 19 18:46:43 2008 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/04/19 18:46:43 kefren Exp $
+
+SHA1 (mono-tools-1.9.tar.bz2) = 1530951261231af4b7cf788dec2646a951a620ee
+RMD160 (mono-tools-1.9.tar.bz2) = 843b30f5546829ce7063ec6f26bb5c09b1f81429
+Size (mono-tools-1.9.tar.bz2) = 523749 bytes
+SHA1 (patch-aa) = c421b09bf0912fbfc2b0a8972aa008ba95dc7133
diff -r c56b05e74587 -r 0e9865f9b494 devel/mono-tools/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/mono-tools/patches/patch-aa Sat Apr 19 18:46:43 2008 +0000
@@ -0,0 +1,11 @@
+$NetBSD: patch-aa,v 1.1.1.1 2008/04/19 18:46:43 kefren Exp $
+--- po/Makefile.in.in.orig 2008-03-19 13:44:17.000000000 +0200
++++ po/Makefile.in.in 2008-03-19 13:44:36.000000000 +0200
+@@ -32,6 +32,7 @@
+ gnulocaledir = $(datadir)/locale
+ gettextsrcdir = $(datadir)/glib-2.0/gettext/po
+ subdir = po
++top_builddir = @top_builddir@
+
+ INSTALL = @INSTALL@
+ INSTALL_DATA = @INSTALL_DATA@
Home |
Main Index |
Thread Index |
Old Index