mono-xsp stable port information

Package: mono-xsp
Version: 2.4
Revision: 1
Distribution: 10.4, 10.5
Architecture: i386, powerpc
Description: Mono ASP.Net web server
License: GPL
Maintainer: Benjamin Reed

Depends: mono (>= 2.4-1)
BuildDepends: <<
mono-dev (>= 2.4-1),
pkgconfig (>= 0.22-3)
<<

Source: http://ftp.novell.com/pub/mono/sources/xsp/xsp-%v.tar.bz2
Source-MD5: 4c8215a528e8427797ef1e3093660892

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/
<<
DocFiles: AUTHORS COPYING* ChangeLog INSTALL NEWS README

Homepage: http://www.mono-project.com/
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.
<<

mono-xsp _unstable_ port information

Package: mono-xsp
Version: 2.6.4
Revision: 1
Architecture: i386, powerpc
Description: Mono ASP.Net web server
License: GPL
Maintainer: Benjamin Reed

Depends: mono (>= 2.6.2-1)
BuildDepends: <<
mono-dev (>= 2.6.2-1),
pkgconfig (>= 0.23-1)
<<

Source: http://ftp.novell.com/pub/mono/sources/xsp/xsp-%v.tar.bz2
Source-MD5: 271886aa22cae93fd9cb75c9fe832391

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/
<<
DocFiles: AUTHORS COPYING* ChangeLog INSTALL NEWS README

Homepage: http://www.mono-project.com/
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.
<<