Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/web
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7059/10.3/unstable/main/finkinfo/web

Modified Files:
        mono-xsp.info 
Log Message:
lots of mono updates and related stuff

Index: mono-xsp.info
===================================================================
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/web/mono-xsp.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- mono-xsp.info       17 Aug 2005 17:15:01 -0000      1.6
+++ mono-xsp.info       30 Nov 2005 02:27:04 -0000      1.7
@@ -1,11 +1,11 @@
 Package: mono-xsp
-Version: 1.0.9
-Revision: 2
+Version: 1.1.10
+Revision: 1
 Source: http://www.go-mono.com/sources/xsp/xsp-%v.tar.gz
-Source-MD5: 49edbfb3edf93bdfb712700b18fdc461
+Source-MD5: 8b5347c60951810c4fb6a96ff64c231e
 DocFiles: AUTHORS COPYING* ChangeLog INSTALL NEWS README
-Depends: mono (>= 1.1.8.3-1)
-BuildDepends: mono (>= 1.1.8.3-1)
+Depends: mono (>= %v-1)
+BuildDepends: mono (>= %v-1)
 Homepage: http://go-mono.com/
 Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
 Description: Mono ASP.Net web server
@@ -19,55 +19,39 @@
   export MONO_PATH=%b/server:%b/test:$MONO_PATH
   ./configure %c
   make
+  make check
 <<
 InstallScript: <<
 #!/bin/sh -ex
 
-  export DYLD_FALLBACK_LIBRARY_PATH="%i/lib:/usr/lib"
   make -j1 install DESTDIR=%d
   install -d -m 755 %i/bin
-  install -d -m 755 %i/lib/%n
   install -d -m 755 %i/etc/%n
   install -d -m 755 %i/share/doc/%n
   install -d -m 755 %i/var/lib/%n
   touch %i/var/lib/%n/.turd
 
-  mv %i/share/doc/xsp/* %i/share/doc/%n/
-
-  find %i/lib/mono -name \*.exe | while read FILE; do
-    FILE`echo $FILE | sed -e 's,^%d,,'`
+  find %i/lib/xsp -name \*.exe | while read FILE; do
+    FILE=`echo $FILE | sed -e 's,^%d,,'`
     FILENAME=`basename $FILE`
+    FILEPATH=`dirname $FILE`
     cat <<END >%i/bin/${FILENAME/.exe/}
 #!/bin/sh
 
-export MONO_PATH="%p/etc/%n:%p/lib/%n:\$MONO_PATH"
-%p/bin/mono %p/lib/mono/$FILENAME "\$@"
+export MONO_PATH="%p/etc/%n:$FILEPATH:\$MONO_PATH"
+%p/bin/mono $FILE "\$@"
 END
   done
   chmod 755 %i/bin/*
 
-  cat <<END >%i/etc/%n/web.config
-<?xml version="1.0" encoding="utf-8"?>
-<configuration>
- <appSettings>
-  <add key="MonoServerPort" value="8080"/>
-  <add key="MonoApplications" value="/:%p/share/doc/%n/test" />
-  <add key="MonoServerRootDir" value="%p/var/lib/%n" />
-  
-  <!-- MonoServerDefaultIndexFiles is set in web.config -->
- </appSettings>
-</configuration>
-END
-
-  for file in `cd %i/etc/%n; ls -1 *.exe.config`; do
-    ln -sf %p/etc/%n/$file %i/lib/%n/
-  done
-<<
-ConfFiles: <<
-  %p/etc/mono-xsp/web.config
+  cp -pR test %i/share/doc/%n/
 <<
 DescDetail: <<
 The XSP server is a small web server that hosts the Mono
 System.Web classes for running what is commonly known as ASP.NET.
 <<
+DescUsage: <<
+To test the XSP server, cd to %p/share/doc/%n/test and run 'xsp'
+from the command-line.
+<<
 License: GPL



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to