[arch-commits] Commit in xsp/repos (16 files)

Daniel Isenmann daniel at nymeria.archlinux.org
Mon Jun 10 16:36:39 UTC 2013


    Date: Monday, June 10, 2013 @ 18:36:39
  Author: daniel
Revision: 188154

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  xsp/repos/extra-i686/PKGBUILD
    (from rev 188153, xsp/trunk/PKGBUILD)
  xsp/repos/extra-i686/xsp.install
    (from rev 188153, xsp/trunk/xsp.install)
  xsp/repos/extra-i686/xsp.service
    (from rev 188153, xsp/trunk/xsp.service)
  xsp/repos/extra-i686/xsp.webapp
    (from rev 188153, xsp/trunk/xsp.webapp)
  xsp/repos/extra-x86_64/PKGBUILD
    (from rev 188153, xsp/trunk/PKGBUILD)
  xsp/repos/extra-x86_64/xsp.install
    (from rev 188153, xsp/trunk/xsp.install)
  xsp/repos/extra-x86_64/xsp.service
    (from rev 188153, xsp/trunk/xsp.service)
  xsp/repos/extra-x86_64/xsp.webapp
    (from rev 188153, xsp/trunk/xsp.webapp)
Deleted:
  xsp/repos/extra-i686/PKGBUILD
  xsp/repos/extra-i686/xsp.install
  xsp/repos/extra-i686/xsp.service
  xsp/repos/extra-i686/xsp.webapp
  xsp/repos/extra-x86_64/PKGBUILD
  xsp/repos/extra-x86_64/xsp.install
  xsp/repos/extra-x86_64/xsp.service
  xsp/repos/extra-x86_64/xsp.webapp

--------------------------+
 /PKGBUILD                |  116 +++++++++++++++++++++++++++++++++++++++++++++
 /xsp.install             |   74 ++++++++++++++++++++++++++++
 /xsp.service             |   16 ++++++
 /xsp.webapp              |   16 ++++++
 extra-i686/PKGBUILD      |   57 ----------------------
 extra-i686/xsp.install   |   37 --------------
 extra-i686/xsp.service   |    8 ---
 extra-i686/xsp.webapp    |    8 ---
 extra-x86_64/PKGBUILD    |   57 ----------------------
 extra-x86_64/xsp.install |   37 --------------
 extra-x86_64/xsp.service |    8 ---
 extra-x86_64/xsp.webapp  |    8 ---
 12 files changed, 222 insertions(+), 220 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2013-06-10 16:36:32 UTC (rev 188153)
+++ extra-i686/PKGBUILD	2013-06-10 16:36:39 UTC (rev 188154)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Daniel Isenmann <daniel at archlinux.org>
-# Contributor: Tobias Kieslich <tobias at justdreams.de>
-
-pkgname=xsp
-pkgver=2.10.2
-pkgrel=5
-pkgdesc="A simple webserver based on mono - provides ASP.NET support"
-arch=('i686' 'x86_64')
-license=('custom')
-url="http://www.go-mono.com"
-depends=('mono' 'sqlite')
-options=(!makeflags)
-install=${pkgname}.install
-source=(http://download.mono-project.com/sources/xsp/xsp-2.10.2.tar.bz2
-        ${pkgname}.webapp
-        ${pkgname}.service)
-md5sums=('4fe62fc95ad5dc136d8a7f3299d523b6'
-         'c917c07f68b945691506c29750db482f'
-         '9d83bd36d209f8d36a11dfbc4fa50819')
-
-build() {
- # get rid of that .wapi errors; thanks to brice
-  export MONO_SHARED_DIR=${srcdir}/src/weird
-  mkdir -p "${MONO_SHARED_DIR}"
- # import pathes
- # build
-  cd ${srcdir}/${pkgname}-${pkgver}
-  #sed -i 's|/bin/sh|\0\nexport MONO_PATH=${MONO_PATH}:/opt/mono/lib/mono/1.0|' scripts/script.in
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
- # tweak the xsp shellscript to grab system dll's
-  for script in scripts/*2; do
-    sed -i 's|/usr/lib/mono/1.0|/usr/lib/mono/2.0|' $script
-  done
-   #destdir related bugfixes
-  sed -i 's|mkdir \$(datadir)|mkdir $(DESTDIR)$(datadir)|' test/2.0/treeview/Makefile
-  sed -i 's|gif \$(datadir)|gif $(DESTDIR)$(datadir)|' test/2.0/treeview/Makefile
-}
-
-package(){
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir}/ install
- # move test files from share to arch' default html home
-  mkdir -p ${pkgdir}/srv/http/html
-  mv ${pkgdir}/usr/lib/xsp/test ${pkgdir}/srv/http/html/xsp
-  rm -rf ${pkgdir}/usr/share
-  chown -R http:http ${pkgdir}/srv/http/html/${pkgname}
-
- # install a xsp configuration home
-  install -D -m644 ${srcdir}/${pkgname}.webapp \
-    ${pkgdir}/etc/${pkgname}/${pkgname}.webapp
-  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
- # install systemd service file
-  install -D -m644 ${srcdir}/${pkgname}.service \
-    ${pkgdir}/usr/lib/systemd/system/xsp.service
-}

Copied: xsp/repos/extra-i686/PKGBUILD (from rev 188153, xsp/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2013-06-10 16:36:39 UTC (rev 188154)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Daniel Isenmann <daniel at archlinux.org>
+# Contributor: Tobias Kieslich <tobias at justdreams.de>
+
+pkgname=xsp
+pkgver=3.0.11
+pkgrel=1
+pkgdesc="A simple webserver based on mono - provides ASP.NET support"
+arch=('i686' 'x86_64')
+license=('custom')
+url="http://www.go-mono.com"
+depends=('mono' 'sqlite')
+options=(!makeflags)
+install=${pkgname}.install
+source=(https://github.com/mono/xsp/archive/${pkgver}.tar.gz
+        ${pkgname}.webapp
+        ${pkgname}.service)
+md5sums=('6a694d5e87ebe57e532ec80a16b6966d'
+         'c917c07f68b945691506c29750db482f'
+         '9d83bd36d209f8d36a11dfbc4fa50819')
+
+build() {
+ # get rid of that .wapi errors; thanks to brice
+  export MONO_SHARED_DIR=${srcdir}/src/weird
+  mkdir -p "${MONO_SHARED_DIR}"
+ # import pathes
+ # build
+  cd ${srcdir}/${pkgname}-${pkgver}
+  #sed -i 's|/bin/sh|\0\nexport MONO_PATH=${MONO_PATH}:/opt/mono/lib/mono/1.0|' scripts/script.in
+  ./autogen.sh
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+ # tweak the xsp shellscript to grab system dll's
+  for script in scripts/*2; do
+    sed -i 's|/usr/lib/mono/1.0|/usr/lib/mono/2.0|' $script
+  done
+   #destdir related bugfixes
+  sed -i 's|mkdir \$(datadir)|mkdir $(DESTDIR)$(datadir)|' test/2.0/treeview/Makefile
+  sed -i 's|gif \$(datadir)|gif $(DESTDIR)$(datadir)|' test/2.0/treeview/Makefile
+}
+
+package(){
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir}/ install
+ # move test files from share to arch' default html home
+  mkdir -p ${pkgdir}/srv/http/html
+  mv ${pkgdir}/usr/lib/xsp/test ${pkgdir}/srv/http/html/xsp
+  rm -rf ${pkgdir}/usr/share
+  chown -R http:http ${pkgdir}/srv/http/html/${pkgname}
+
+ # install a xsp configuration home
+  install -D -m644 ${srcdir}/${pkgname}.webapp \
+    ${pkgdir}/etc/${pkgname}/${pkgname}.webapp
+  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+ # install systemd service file
+  install -D -m644 ${srcdir}/${pkgname}.service \
+    ${pkgdir}/usr/lib/systemd/system/xsp.service
+}

Deleted: extra-i686/xsp.install
===================================================================
--- extra-i686/xsp.install	2013-06-10 16:36:32 UTC (rev 188153)
+++ extra-i686/xsp.install	2013-06-10 16:36:39 UTC (rev 188154)
@@ -1,37 +0,0 @@
-# arg 1:  the new package version
-post_install() {
-  cat << EOM
-
--->  xsp is just the helping app for mod_mono if you like a production like
--->  server. xsp itself is for ASP testing mainly  -- read the manpage for xsp
--->  to know which options are available.
--->  Archlinux will provide xsp configured by a .webapp configuration file
--->  which rests in /etc/xsp. Just put your other webapp files there to let
--->  xsp pick them up.
--->  xsp is commandline based configuration is done in /etc/conf.d/xsp. Set all
--->  your arguments there. Don't forget that you can run xsp from the console
--->  as oridinary user, which is safer and for testing absolutely sufficient!!
-
--->  You can run the testpages simply by starting the server and calling 
-                       http://localhost:8080
--->  from your browser's location bar
-
-
-EOM
-}
-
-# arg 1:  the new package version
-# arg 2:  the old package version
-post_upgrade() {
-  post_install $1
-}
-
-# arg 1:  the old package version
-pre_remove() {
-  /bin/true
-}
-
-# arg 1:  the old package version
-post_remove() {
-  /bin/true
-}

Copied: xsp/repos/extra-i686/xsp.install (from rev 188153, xsp/trunk/xsp.install)
===================================================================
--- extra-i686/xsp.install	                        (rev 0)
+++ extra-i686/xsp.install	2013-06-10 16:36:39 UTC (rev 188154)
@@ -0,0 +1,37 @@
+# arg 1:  the new package version
+post_install() {
+  cat << EOM
+
+-->  xsp is just the helping app for mod_mono if you like a production like
+-->  server. xsp itself is for ASP testing mainly  -- read the manpage for xsp
+-->  to know which options are available.
+-->  Archlinux will provide xsp configured by a .webapp configuration file
+-->  which rests in /etc/xsp. Just put your other webapp files there to let
+-->  xsp pick them up.
+-->  xsp is commandline based configuration is done in /etc/conf.d/xsp. Set all
+-->  your arguments there. Don't forget that you can run xsp from the console
+-->  as oridinary user, which is safer and for testing absolutely sufficient!!
+
+-->  You can run the testpages simply by starting the server and calling 
+                       http://localhost:8080
+-->  from your browser's location bar
+
+
+EOM
+}
+
+# arg 1:  the new package version
+# arg 2:  the old package version
+post_upgrade() {
+  post_install $1
+}
+
+# arg 1:  the old package version
+pre_remove() {
+  /bin/true
+}
+
+# arg 1:  the old package version
+post_remove() {
+  /bin/true
+}

Deleted: extra-i686/xsp.service
===================================================================
--- extra-i686/xsp.service	2013-06-10 16:36:32 UTC (rev 188153)
+++ extra-i686/xsp.service	2013-06-10 16:36:39 UTC (rev 188154)
@@ -1,8 +0,0 @@
-[Unit]
-Description=XSP Web Server
-
-[Service]
-ExecStart=/usr/bin/xsp --appconfigdir /etc/xsp --nonstop
-
-[Install]
-WantedBy=multi-user.target

Copied: xsp/repos/extra-i686/xsp.service (from rev 188153, xsp/trunk/xsp.service)
===================================================================
--- extra-i686/xsp.service	                        (rev 0)
+++ extra-i686/xsp.service	2013-06-10 16:36:39 UTC (rev 188154)
@@ -0,0 +1,8 @@
+[Unit]
+Description=XSP Web Server
+
+[Service]
+ExecStart=/usr/bin/xsp --appconfigdir /etc/xsp --nonstop
+
+[Install]
+WantedBy=multi-user.target

Deleted: extra-i686/xsp.webapp
===================================================================
--- extra-i686/xsp.webapp	2013-06-10 16:36:32 UTC (rev 188153)
+++ extra-i686/xsp.webapp	2013-06-10 16:36:39 UTC (rev 188154)
@@ -1,8 +0,0 @@
-<apps>
-  <web-application>
-    <name>Root</name>
-      <vpath>/</vpath>
-      <path>/srv/http/html/xsp</path>
-      <vhost>localhost</vhost>
-  </web-application>
-</apps>

Copied: xsp/repos/extra-i686/xsp.webapp (from rev 188153, xsp/trunk/xsp.webapp)
===================================================================
--- extra-i686/xsp.webapp	                        (rev 0)
+++ extra-i686/xsp.webapp	2013-06-10 16:36:39 UTC (rev 188154)
@@ -0,0 +1,8 @@
+<apps>
+  <web-application>
+    <name>Root</name>
+      <vpath>/</vpath>
+      <path>/srv/http/html/xsp</path>
+      <vhost>localhost</vhost>
+  </web-application>
+</apps>

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2013-06-10 16:36:32 UTC (rev 188153)
+++ extra-x86_64/PKGBUILD	2013-06-10 16:36:39 UTC (rev 188154)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Daniel Isenmann <daniel at archlinux.org>
-# Contributor: Tobias Kieslich <tobias at justdreams.de>
-
-pkgname=xsp
-pkgver=2.10.2
-pkgrel=5
-pkgdesc="A simple webserver based on mono - provides ASP.NET support"
-arch=('i686' 'x86_64')
-license=('custom')
-url="http://www.go-mono.com"
-depends=('mono' 'sqlite')
-options=(!makeflags)
-install=${pkgname}.install
-source=(http://download.mono-project.com/sources/xsp/xsp-2.10.2.tar.bz2
-        ${pkgname}.webapp
-        ${pkgname}.service)
-md5sums=('4fe62fc95ad5dc136d8a7f3299d523b6'
-         'c917c07f68b945691506c29750db482f'
-         '9d83bd36d209f8d36a11dfbc4fa50819')
-
-build() {
- # get rid of that .wapi errors; thanks to brice
-  export MONO_SHARED_DIR=${srcdir}/src/weird
-  mkdir -p "${MONO_SHARED_DIR}"
- # import pathes
- # build
-  cd ${srcdir}/${pkgname}-${pkgver}
-  #sed -i 's|/bin/sh|\0\nexport MONO_PATH=${MONO_PATH}:/opt/mono/lib/mono/1.0|' scripts/script.in
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
- # tweak the xsp shellscript to grab system dll's
-  for script in scripts/*2; do
-    sed -i 's|/usr/lib/mono/1.0|/usr/lib/mono/2.0|' $script
-  done
-   #destdir related bugfixes
-  sed -i 's|mkdir \$(datadir)|mkdir $(DESTDIR)$(datadir)|' test/2.0/treeview/Makefile
-  sed -i 's|gif \$(datadir)|gif $(DESTDIR)$(datadir)|' test/2.0/treeview/Makefile
-}
-
-package(){
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir}/ install
- # move test files from share to arch' default html home
-  mkdir -p ${pkgdir}/srv/http/html
-  mv ${pkgdir}/usr/lib/xsp/test ${pkgdir}/srv/http/html/xsp
-  rm -rf ${pkgdir}/usr/share
-  chown -R http:http ${pkgdir}/srv/http/html/${pkgname}
-
- # install a xsp configuration home
-  install -D -m644 ${srcdir}/${pkgname}.webapp \
-    ${pkgdir}/etc/${pkgname}/${pkgname}.webapp
-  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
- # install systemd service file
-  install -D -m644 ${srcdir}/${pkgname}.service \
-    ${pkgdir}/usr/lib/systemd/system/xsp.service
-}

Copied: xsp/repos/extra-x86_64/PKGBUILD (from rev 188153, xsp/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2013-06-10 16:36:39 UTC (rev 188154)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Daniel Isenmann <daniel at archlinux.org>
+# Contributor: Tobias Kieslich <tobias at justdreams.de>
+
+pkgname=xsp
+pkgver=3.0.11
+pkgrel=1
+pkgdesc="A simple webserver based on mono - provides ASP.NET support"
+arch=('i686' 'x86_64')
+license=('custom')
+url="http://www.go-mono.com"
+depends=('mono' 'sqlite')
+options=(!makeflags)
+install=${pkgname}.install
+source=(https://github.com/mono/xsp/archive/${pkgver}.tar.gz
+        ${pkgname}.webapp
+        ${pkgname}.service)
+md5sums=('6a694d5e87ebe57e532ec80a16b6966d'
+         'c917c07f68b945691506c29750db482f'
+         '9d83bd36d209f8d36a11dfbc4fa50819')
+
+build() {
+ # get rid of that .wapi errors; thanks to brice
+  export MONO_SHARED_DIR=${srcdir}/src/weird
+  mkdir -p "${MONO_SHARED_DIR}"
+ # import pathes
+ # build
+  cd ${srcdir}/${pkgname}-${pkgver}
+  #sed -i 's|/bin/sh|\0\nexport MONO_PATH=${MONO_PATH}:/opt/mono/lib/mono/1.0|' scripts/script.in
+  ./autogen.sh
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+ # tweak the xsp shellscript to grab system dll's
+  for script in scripts/*2; do
+    sed -i 's|/usr/lib/mono/1.0|/usr/lib/mono/2.0|' $script
+  done
+   #destdir related bugfixes
+  sed -i 's|mkdir \$(datadir)|mkdir $(DESTDIR)$(datadir)|' test/2.0/treeview/Makefile
+  sed -i 's|gif \$(datadir)|gif $(DESTDIR)$(datadir)|' test/2.0/treeview/Makefile
+}
+
+package(){
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir}/ install
+ # move test files from share to arch' default html home
+  mkdir -p ${pkgdir}/srv/http/html
+  mv ${pkgdir}/usr/lib/xsp/test ${pkgdir}/srv/http/html/xsp
+  rm -rf ${pkgdir}/usr/share
+  chown -R http:http ${pkgdir}/srv/http/html/${pkgname}
+
+ # install a xsp configuration home
+  install -D -m644 ${srcdir}/${pkgname}.webapp \
+    ${pkgdir}/etc/${pkgname}/${pkgname}.webapp
+  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+ # install systemd service file
+  install -D -m644 ${srcdir}/${pkgname}.service \
+    ${pkgdir}/usr/lib/systemd/system/xsp.service
+}

Deleted: extra-x86_64/xsp.install
===================================================================
--- extra-x86_64/xsp.install	2013-06-10 16:36:32 UTC (rev 188153)
+++ extra-x86_64/xsp.install	2013-06-10 16:36:39 UTC (rev 188154)
@@ -1,37 +0,0 @@
-# arg 1:  the new package version
-post_install() {
-  cat << EOM
-
--->  xsp is just the helping app for mod_mono if you like a production like
--->  server. xsp itself is for ASP testing mainly  -- read the manpage for xsp
--->  to know which options are available.
--->  Archlinux will provide xsp configured by a .webapp configuration file
--->  which rests in /etc/xsp. Just put your other webapp files there to let
--->  xsp pick them up.
--->  xsp is commandline based configuration is done in /etc/conf.d/xsp. Set all
--->  your arguments there. Don't forget that you can run xsp from the console
--->  as oridinary user, which is safer and for testing absolutely sufficient!!
-
--->  You can run the testpages simply by starting the server and calling 
-                       http://localhost:8080
--->  from your browser's location bar
-
-
-EOM
-}
-
-# arg 1:  the new package version
-# arg 2:  the old package version
-post_upgrade() {
-  post_install $1
-}
-
-# arg 1:  the old package version
-pre_remove() {
-  /bin/true
-}
-
-# arg 1:  the old package version
-post_remove() {
-  /bin/true
-}

Copied: xsp/repos/extra-x86_64/xsp.install (from rev 188153, xsp/trunk/xsp.install)
===================================================================
--- extra-x86_64/xsp.install	                        (rev 0)
+++ extra-x86_64/xsp.install	2013-06-10 16:36:39 UTC (rev 188154)
@@ -0,0 +1,37 @@
+# arg 1:  the new package version
+post_install() {
+  cat << EOM
+
+-->  xsp is just the helping app for mod_mono if you like a production like
+-->  server. xsp itself is for ASP testing mainly  -- read the manpage for xsp
+-->  to know which options are available.
+-->  Archlinux will provide xsp configured by a .webapp configuration file
+-->  which rests in /etc/xsp. Just put your other webapp files there to let
+-->  xsp pick them up.
+-->  xsp is commandline based configuration is done in /etc/conf.d/xsp. Set all
+-->  your arguments there. Don't forget that you can run xsp from the console
+-->  as oridinary user, which is safer and for testing absolutely sufficient!!
+
+-->  You can run the testpages simply by starting the server and calling 
+                       http://localhost:8080
+-->  from your browser's location bar
+
+
+EOM
+}
+
+# arg 1:  the new package version
+# arg 2:  the old package version
+post_upgrade() {
+  post_install $1
+}
+
+# arg 1:  the old package version
+pre_remove() {
+  /bin/true
+}
+
+# arg 1:  the old package version
+post_remove() {
+  /bin/true
+}

Deleted: extra-x86_64/xsp.service
===================================================================
--- extra-x86_64/xsp.service	2013-06-10 16:36:32 UTC (rev 188153)
+++ extra-x86_64/xsp.service	2013-06-10 16:36:39 UTC (rev 188154)
@@ -1,8 +0,0 @@
-[Unit]
-Description=XSP Web Server
-
-[Service]
-ExecStart=/usr/bin/xsp --appconfigdir /etc/xsp --nonstop
-
-[Install]
-WantedBy=multi-user.target

Copied: xsp/repos/extra-x86_64/xsp.service (from rev 188153, xsp/trunk/xsp.service)
===================================================================
--- extra-x86_64/xsp.service	                        (rev 0)
+++ extra-x86_64/xsp.service	2013-06-10 16:36:39 UTC (rev 188154)
@@ -0,0 +1,8 @@
+[Unit]
+Description=XSP Web Server
+
+[Service]
+ExecStart=/usr/bin/xsp --appconfigdir /etc/xsp --nonstop
+
+[Install]
+WantedBy=multi-user.target

Deleted: extra-x86_64/xsp.webapp
===================================================================
--- extra-x86_64/xsp.webapp	2013-06-10 16:36:32 UTC (rev 188153)
+++ extra-x86_64/xsp.webapp	2013-06-10 16:36:39 UTC (rev 188154)
@@ -1,8 +0,0 @@
-<apps>
-  <web-application>
-    <name>Root</name>
-      <vpath>/</vpath>
-      <path>/srv/http/html/xsp</path>
-      <vhost>localhost</vhost>
-  </web-application>
-</apps>

Copied: xsp/repos/extra-x86_64/xsp.webapp (from rev 188153, xsp/trunk/xsp.webapp)
===================================================================
--- extra-x86_64/xsp.webapp	                        (rev 0)
+++ extra-x86_64/xsp.webapp	2013-06-10 16:36:39 UTC (rev 188154)
@@ -0,0 +1,8 @@
+<apps>
+  <web-application>
+    <name>Root</name>
+      <vpath>/</vpath>
+      <path>/srv/http/html/xsp</path>
+      <vhost>localhost</vhost>
+  </web-application>
+</apps>




More information about the arch-commits mailing list