mono-xsp stable port information

Package: mono-xsp
Version: 1.9.1
Revision: 1
Source: http://ftp.novell.com/pub/mono/sources/xsp/xsp-%v.tar.bz2
Source-MD5: f53f440714a8126d7221212c6d79ea11
DocFiles: AUTHORS COPYING* ChangeLog INSTALL NEWS README
Depends: mono (>= 1.9.1-1)
BuildDepends: <<
mono-dev (>= 1.9.1-1),
pkgconfig (>= 0.22-3)
<<
Homepage: http://www.mono-project.com/
Maintainer: Benjamin Reed
Description: Mono ASP.Net web server
SetMAKEFLAGS: -j1
NoSetMAKEFLAGS: true
ConfigureParams: --mandir=%p/share/man
CompileScript: <<
#!/bin/sh -ex

export lt_cv_sys_max_cmd_len=65536
export MONO_PATH=%b/server:%b/test:$MONO_PATH
./configure %c
make
make check
<<
InstallScript: <<
#!/bin/sh -ex

make -j1 install DESTDIR=%d
install -d -m 755 %i/bin
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

find %i/lib/xsp -name \*.exe | while read FILE; do
FILE=`echo $FILE | sed -e 's,^%d,,'`
FILENAME=`basename $FILE`
FILEPATH=`dirname $FILE`
cat <%i/bin/${FILENAME/.exe/}
#!/bin/sh

export MONO_PATH="%p/etc/%n:$FILEPATH:\$MONO_PATH"
%p/bin/mono $FILE "\$@"
END
done
chmod 755 %i/bin/*

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

mono-xsp _unstable_ port information

Package: mono-xsp
Version: 1.9.1
Revision: 1
Source: http://ftp.novell.com/pub/mono/sources/xsp/xsp-%v.tar.bz2
Source-MD5: f53f440714a8126d7221212c6d79ea11
DocFiles: AUTHORS COPYING* ChangeLog INSTALL NEWS README
Depends: mono (>= 1.9.1-1)
BuildDepends: <<
mono-dev (>= 1.9.1-1),
pkgconfig (>= 0.22-3)
<<
Homepage: http://www.mono-project.com/
Maintainer: Benjamin Reed
Description: Mono ASP.Net web server
SetMAKEFLAGS: -j1
NoSetMAKEFLAGS: true
ConfigureParams: --mandir=%p/share/man
CompileScript: <<
#!/bin/sh -ex

export lt_cv_sys_max_cmd_len=65536
export MONO_PATH=%b/server:%b/test:$MONO_PATH
./configure %c
make
make check
<<
InstallScript: <<
#!/bin/sh -ex

make -j1 install DESTDIR=%d
install -d -m 755 %i/bin
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

find %i/lib/xsp -name \*.exe | while read FILE; do
FILE=`echo $FILE | sed -e 's,^%d,,'`
FILENAME=`basename $FILE`
FILEPATH=`dirname $FILE`
cat <%i/bin/${FILENAME/.exe/}
#!/bin/sh

export MONO_PATH="%p/etc/%n:$FILEPATH:\$MONO_PATH"
%p/bin/mono $FILE "\$@"
END
done
chmod 755 %i/bin/*

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