Update of /cvsroot/fink/dists/10.4-transitional/unstable/crypto/finkinfo
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8198/10.4-transitional/unstable/crypto/finkinfo

Added Files:
        monodevelop.info monodevelop.patch 
Log Message:
move to crypto because it depends on gtkhtml3-dev, which is in crypto (backport 
from 10.4)


--- NEW FILE: monodevelop.patch ---
--- monodevelop/Core/src/MonoDevelop.Projects/MonoDevelop.Projects/Combine.cs   
2005-11-28 20:58:50.000000000 -0500
+++ 
monodevelop-new/Core/src/MonoDevelop.Projects/MonoDevelop.Projects/Combine.cs   
    2006-01-13 14:11:56.000000000 -0500
@@ -17,7 +17,7 @@
 using System.Threading;
 
 using Mono.Unix.Native;
-using FileMode = Mono.Unix.FilePermissions;
+using FileMode = Mono.Unix.Native.FilePermissions;
 
 using MonoDevelop.Core;
 using MonoDevelop.Core.Properties;
--- monodevelop/monodevelop.in  2005-11-28 21:00:02.000000000 -0500
+++ monodevelop-new/monodevelop.in      2006-01-13 14:11:41.000000000 -0500
@@ -16,6 +16,8 @@
     echo "$ret"
 }
 
+export MOZILLA_FIVE_HOME='@FINKPREFIX@/lib/firefox';
+
 if test -n "$MOZILLA_FIVE_HOME"; then
        MOZILLA_HOME=$MOZILLA_FIVE_HOME
 elif [ -f @MOZILLA_HOME@/chrome/comm.jar ]; then
@@ -31,10 +33,10 @@
  
 [EMAIL PROTECTED]@/lib/monodevelop/bin
 
-if [ -n $LD_LIBRARY_PATH ]; then
-       export LD_LIBRARY_PATH=$MOZILLA_HOME:$LD_LIBRARY_PATH
+if [ -n $DYLD_LIBRARY_PATH ]; then
+       export DYLD_LIBRARY_PATH=$MOZILLA_HOME:$DYLD_LIBRARY_PATH
 else
-       export LD_LIBRARY_PATH=$MOZILLA_HOME
+       export DYLD_LIBRARY_PATH=$MOZILLA_HOME
 fi
 
 if [ -n $PKG_CONFIG_PATH ]; then

--- NEW FILE: monodevelop.info ---
Package: monodevelop
Version: 0.9
Revision: 22
Description: Integrated Development Environment for C#
License: GPL
Maintainer: Benjamin Reed <[EMAIL PROTECTED]>

Depends: boo (>= 0.7.5-1), gecko-sharp (>= 2.0-7), gtk-sharp2 (>= 2.4.0-1), 
gtk-sharp-monodoc (>= 2.4.0-1), gtksourceview-sharp (>= 2.0-1), ikvm (>= 
0.20.0.0-1), mono (>= 1.1.11-1), mono-tools (>= 1.1.11-1)
BuildDepends: atk1, bonobo-activation2-dev, boo (>= 0.7.5-1), gconf2-dev, 
gdk-pixbuf, gecko-sharp (>= 2.0-7), libgettext3-dev, libglade2, glib2 (>= 
2.4.6-7), glib2-dev (>= 2.4.6-7), gnome-vfs2-ssl-dev | gnome-vfs2-dev, 
gtk+2-dev (>= 2.4.9-8), gtk+2 (>= 2.4.9-8), gtkhtml3-dev (>= 3.2.1-1), gtkhtml3 
(>= 3.2.1-1), gtk-sharp2 (>= 2.4.0-1), gtk-sharp-monodoc (>= 2.4.0-1), 
gtksourceview-dev, gtksourceview-sharp (>= 2.0-1), ikvm (>= 0.20.0.0-1), 
libicu32-dev, libxml2, mono-dev (>= 1.1.11-1), mono-tools (>= 1.1.11-1), 
firefox-dev, orbit2-dev, pango1-xft2-dev, pkgconfig

CustomMirror: <<
        nam-US: http://ranger.befunk.com/fink
        nam-US: http://astrange.ithinksw.net/~astrange/ranger-fink
        nam-CA: http://www.southofheaven.net/befunk
<<
Source: mirror:custom:%n-%v-cvs.tar.bz2
SourceDirectory: %n
Source-MD5: f08355f3f90e2bf055f4167df6765e7e
PatchScript:   sed -e 's,@FINKPREFIX@,%p,g' %a/%n.patch | patch -p1

SetCPPFLAGS: -I%p/include
SetLIBS: -L%p/lib
SetMAKEFLAGS: -j1
NoSetCPPFLAGS: true
NoSetLDFLAGS: true
NoSetMAKEFLAGS: true
ConfigureParams: --mandir=%p/share/man --infodir=%p/share/info 
--disable-update-mimedb --disable-update-desktopdb 
--disable-dependency-tracking --enable-java --enable-boo --enable-nunit 
--enable-monoextensions --enable-versioncontrol
CompileScript: <<
#!/bin/sh -ex

        export DYLD_LIBRARY_PATH="%i/lib"
        export 
MONO_PATH="%i/lib:`pwd`/build/bin:`pwd`/build/AddIns/BackendBindings:$MONO_PATH"

        export lt_cv_sys_max_cmd_len=65536
        perl -pi.bak -e 's/hardcode_direct=yes/hardcode_direct=no/g;' configure
        ./configure %c
        make
<<

InstallScript: <<
#!/bin/sh -ex

        export DYLD_LIBRARY_PATH="%i/lib"
        export MONO_PATH="%i/lib:$MONO_PATH"

        make install DESTDIR="%d"
<<
DocFiles: AUTHORS ChangeLog INSTALL NEWS README COPYING

PostInstScript: <<
        [ -x "%p/bin/monodoc" ] && [ -d "%p/lib/monodoc" ] && "%p/bin/monodoc" 
--make-index >/dev/null 2>&1 || :
        [ -x "%p/bin/update-mime-database" ] && "%p/bin/update-mime-database" 
"%p/share/mime" >/dev/null 2>&1 || :
        [ -x "%p/bin/update-desktop-database" ] && 
"%p/bin/update-desktop-database" >/dev/null 2>&1 || :
<<

Homepage: http://www.monodevelop.com/
DescDetail: <<
MonoDevelop is a project to port SharpDevelop to Gtk#.  There are numerous
goals that MonoDevelop hopes to achieve.  Some of these are:
* To create a best of breed development environment for Unix systems for
  C# and Mono.
* Since its written in Gtk#, and we like Gtk# and we get good support from
  Gtk#, most likely it will add functionality to improve the Gtk# experience.
* To drift as little as possible from the main SharpDevelop: we want ideally
  to merge the code back (through ifdefs, conditional compilation,
  interfaces, whatever) to maximize the contributions and maximize the
  development speed.
* Today the IDE is a simple IDE and on Unix does not do GUI design (that is
  limited to SharpDevelop), but we want to add a GUI designer.
* We want to integrate the tools we have been building so far, so things
  like MonoDoc, NUnit-Gtk and the debugger should target MonoDevelop.
<<




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to