[arch-commits] Commit in phpvirtualbox/repos/community-any (PKGBUILD PKGBUILD)

2020-03-24 Thread Sergej Pupykin via arch-commits
Date: Tuesday, March 24, 2020 @ 14:41:41
  Author: spupykin
Revision: 603862

archrelease: copy trunk to community-any

Added:
  phpvirtualbox/repos/community-any/PKGBUILD
(from rev 603861, phpvirtualbox/trunk/PKGBUILD)
Deleted:
  phpvirtualbox/repos/community-any/PKGBUILD

--+
 PKGBUILD |   76 -
 1 file changed, 40 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-24 14:41:33 UTC (rev 603861)
+++ PKGBUILD2020-03-24 14:41:41 UTC (rev 603862)
@@ -1,36 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor:Techlive Zheng 
-
-pkgname=phpvirtualbox
-pkgver=5.2_1
-_pkgver=${pkgver/_/-}
-_pkgver=${_pkgver/rc/-rc}
-pkgrel=1
-pkgdesc="PHP/AJAX web interface for VirtualBox"
-arch=(any)
-url="https://github.com/phpvirtualbox/phpvirtualbox;
-license=('GPL')
-depends=('php')
-backup=("etc/webapps/phpvirtualbox/config.php")
-source=("https://github.com/phpvirtualbox/phpvirtualbox/archive/${_pkgver}.tar.gz;)
-sha256sums=('a7d172dfd9b73f1c8f6ebe5bc98d3ae1fb12395350ac3b932cb811658fc88521')
-
-package() {
-  cd "$srcdir"/${pkgname}-${_pkgver}
-
-  mkdir -p "$pkgdir"/etc/webapps/phpvirtualbox
-  install -D -m644 config.php-example 
"$pkgdir"/etc/webapps/phpvirtualbox/config.php
-
-  # Apache configuration
-  cat > "$pkgdir"/etc/webapps/phpvirtualbox/apache.example.conf <
-Options FollowSymlinks
-AllowOverride All
-Require all granted
-  
-EOF
-
-  find . -type f -exec install -D -m644 
{,"$pkgdir"/usr/share/webapps/${pkgname}/}{} \;
-  ln -s /etc/webapps/phpvirtualbox/config.php 
"$pkgdir"/usr/share/webapps/phpvirtualbox/config.php
-}

Copied: phpvirtualbox/repos/community-any/PKGBUILD (from rev 603861, 
phpvirtualbox/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-24 14:41:41 UTC (rev 603862)
@@ -0,0 +1,40 @@
+# Maintainer: Sergej Pupykin 
+# Contributor:Techlive Zheng 
+
+pkgname=phpvirtualbox
+pkgver=5.2_1
+_pkgver=${pkgver/_/-}
+_pkgver=${_pkgver/rc/-rc}
+_commit=3889ccb6d25015063c01aacc941d518e9f4f0a71
+pkgrel=2
+pkgdesc="PHP/AJAX web interface for VirtualBox"
+arch=(any)
+url="https://github.com/phpvirtualbox/phpvirtualbox;
+license=('GPL')
+depends=('php')
+makedepends=('git')
+backup=("etc/webapps/phpvirtualbox/config.php")
+#source=("https://github.com/phpvirtualbox/phpvirtualbox/archive/${_pkgver}.tar.gz;)
+source=("git+https://github.com/phpvirtualbox/phpvirtualbox.git#commit=${_commit};)
+sha256sums=('SKIP')
+
+package() {
+#  cd "$srcdir"/${pkgname}-${_pkgver}
+  cd "$srcdir"/${pkgname}
+
+  mkdir -p "$pkgdir"/etc/webapps/phpvirtualbox
+  install -D -m644 config.php-example 
"$pkgdir"/etc/webapps/phpvirtualbox/config.php
+
+  # Apache configuration
+  cat > "$pkgdir"/etc/webapps/phpvirtualbox/apache.example.conf <
+Options FollowSymlinks
+AllowOverride All
+Require all granted
+  
+EOF
+
+  find . -type f -exec install -D -m644 
{,"$pkgdir"/usr/share/webapps/${pkgname}/}{} \;
+  ln -s /etc/webapps/phpvirtualbox/config.php 
"$pkgdir"/usr/share/webapps/phpvirtualbox/config.php
+}


[arch-commits] Commit in phpvirtualbox/repos/community-any (PKGBUILD PKGBUILD)

2018-12-28 Thread Sergej Pupykin via arch-commits
Date: Friday, December 28, 2018 @ 14:59:38
  Author: spupykin
Revision: 418648

archrelease: copy trunk to community-any

Added:
  phpvirtualbox/repos/community-any/PKGBUILD
(from rev 418647, phpvirtualbox/trunk/PKGBUILD)
Deleted:
  phpvirtualbox/repos/community-any/PKGBUILD

--+
 PKGBUILD |   73 ++---
 1 file changed, 36 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-28 14:59:26 UTC (rev 418647)
+++ PKGBUILD2018-12-28 14:59:38 UTC (rev 418648)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor:Techlive Zheng 
-
-pkgname=phpvirtualbox
-pkgver=5.2_0
-_pkgver=${pkgver/_/-}
-_pkgver=${_pkgver/rc/-rc}
-pkgrel=1
-pkgdesc="PHP/AJAX web interface for VirtualBox"
-arch=(any)
-url="https://github.com/phpvirtualbox/phpvirtualbox;
-license=('GPL')
-depends=('php')
-backup=("etc/webapps/phpvirtualbox/config.php")
-source=("https://github.com/phpvirtualbox/phpvirtualbox/archive/${_pkgver}.tar.gz;)
-sha256sums=('4fc5900a63276a96a6c2e1ce169b630dc5ca78432bd73655d790a624241aad2e')
-
-package() {
-  cd "$srcdir"/${pkgname}-${_pkgver}
-
-  mkdir -p "$pkgdir"/etc/webapps/phpvirtualbox
-  install -D -m644 config.php-example 
"$pkgdir"/etc/webapps/phpvirtualbox/config.php
-
-  # Apache configuration
-  cat > "$pkgdir"/etc/webapps/phpvirtualbox/apache.example.conf <
-Options FollowSymlinks
-AllowOverride All
-Require all granted
-  
-EOF
-
-  find . -type f -exec install -D -m644 
{,"$pkgdir"/usr/share/webapps/${pkgname}/}{} \;
-  ln -s /etc/webapps/phpvirtualbox/config.php 
"$pkgdir"/usr/share/webapps/phpvirtualbox/config.php
-}

Copied: phpvirtualbox/repos/community-any/PKGBUILD (from rev 418647, 
phpvirtualbox/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-28 14:59:38 UTC (rev 418648)
@@ -0,0 +1,36 @@
+# Maintainer: Sergej Pupykin 
+# Contributor:Techlive Zheng 
+
+pkgname=phpvirtualbox
+pkgver=5.2_1
+_pkgver=${pkgver/_/-}
+_pkgver=${_pkgver/rc/-rc}
+pkgrel=1
+pkgdesc="PHP/AJAX web interface for VirtualBox"
+arch=(any)
+url="https://github.com/phpvirtualbox/phpvirtualbox;
+license=('GPL')
+depends=('php')
+backup=("etc/webapps/phpvirtualbox/config.php")
+source=("https://github.com/phpvirtualbox/phpvirtualbox/archive/${_pkgver}.tar.gz;)
+sha256sums=('a7d172dfd9b73f1c8f6ebe5bc98d3ae1fb12395350ac3b932cb811658fc88521')
+
+package() {
+  cd "$srcdir"/${pkgname}-${_pkgver}
+
+  mkdir -p "$pkgdir"/etc/webapps/phpvirtualbox
+  install -D -m644 config.php-example 
"$pkgdir"/etc/webapps/phpvirtualbox/config.php
+
+  # Apache configuration
+  cat > "$pkgdir"/etc/webapps/phpvirtualbox/apache.example.conf <
+Options FollowSymlinks
+AllowOverride All
+Require all granted
+  
+EOF
+
+  find . -type f -exec install -D -m644 
{,"$pkgdir"/usr/share/webapps/${pkgname}/}{} \;
+  ln -s /etc/webapps/phpvirtualbox/config.php 
"$pkgdir"/usr/share/webapps/phpvirtualbox/config.php
+}


[arch-commits] Commit in phpvirtualbox/repos/community-any (PKGBUILD PKGBUILD)

2018-03-05 Thread Sergej Pupykin via arch-commits
Date: Monday, March 5, 2018 @ 08:20:10
  Author: spupykin
Revision: 302496

archrelease: copy trunk to community-any

Added:
  phpvirtualbox/repos/community-any/PKGBUILD
(from rev 302495, phpvirtualbox/trunk/PKGBUILD)
Deleted:
  phpvirtualbox/repos/community-any/PKGBUILD

--+
 PKGBUILD |   84 ++---
 1 file changed, 37 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-05 08:19:54 UTC (rev 302495)
+++ PKGBUILD2018-03-05 08:20:10 UTC (rev 302496)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor:Techlive Zheng 
-
-pkgname=phpvirtualbox
-pkgver=5.2_0rc1
-_pkgver=${pkgver/_/-}
-_pkgver=${_pkgver/rc/-rc}
-pkgrel=4
-pkgdesc="PHP/AJAX web interface for VirtualBox 4.*"
-arch=(any)
-url="https://github.com/phpvirtualbox/phpvirtualbox;
-license=('GPL')
-depends=('php')
-backup=("etc/webapps/phpvirtualbox/config.php")
-source=("https://github.com/phpvirtualbox/phpvirtualbox/archive/${_pkgver}.tar.gz;
-   
"https://github.com/phpvirtualbox/phpvirtualbox/commit/c84bf6b462cc43854fa7e04ce0fa71cadd4eadc7.patch;
-   
"https://github.com/phpvirtualbox/phpvirtualbox/commit/4c639d47106d0e5a272ef4a75eeaf7cb3a4a9d05.patch;)
-sha256sums=('519979ef23ac371a93e5ee52662a099691d2131423319d5376b01f6132c22f8f'
-'9fc0819708348a14ca4ac57dcab0652f9cc921dc5b9c053283aee6f464e6c1b6'
-'7dadb83f959bfd7d92c332b182674ea7237d257207f874bc8d1e98a9f830417f')
-
-prepare() {
-  cd "$srcdir"/${pkgname}-${_pkgver}
-  patch -p1 <../c84bf6b462cc43854fa7e04ce0fa71cadd4eadc7.patch
-  patch -p1 <../4c639d47106d0e5a272ef4a75eeaf7cb3a4a9d05.patch
-}
-
-package() {
-  cd "$srcdir"/${pkgname}-${_pkgver}
-
-  mkdir -p "$pkgdir"/etc/webapps/phpvirtualbox
-  install -D -m644 config.php-example 
"$pkgdir"/etc/webapps/phpvirtualbox/config.php
-
-  # Apache configuration
-  cat > "$pkgdir"/etc/webapps/phpvirtualbox/apache.example.conf <
-Options FollowSymlinks
-AllowOverride All
-Require all granted
-  
-EOF
-
-  find . -type f -exec install -D -m644 
{,"$pkgdir"/usr/share/webapps/${pkgname}/}{} \;
-  ln -s /etc/webapps/phpvirtualbox/config.php 
"$pkgdir"/usr/share/webapps/phpvirtualbox/config.php
-}

Copied: phpvirtualbox/repos/community-any/PKGBUILD (from rev 302495, 
phpvirtualbox/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-05 08:20:10 UTC (rev 302496)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor:Techlive Zheng 
+
+pkgname=phpvirtualbox
+pkgver=5.2_0
+_pkgver=${pkgver/_/-}
+_pkgver=${_pkgver/rc/-rc}
+pkgrel=1
+pkgdesc="PHP/AJAX web interface for VirtualBox"
+arch=(any)
+url="https://github.com/phpvirtualbox/phpvirtualbox;
+license=('GPL')
+depends=('php')
+backup=("etc/webapps/phpvirtualbox/config.php")
+source=("https://github.com/phpvirtualbox/phpvirtualbox/archive/${_pkgver}.tar.gz;)
+sha256sums=('4fc5900a63276a96a6c2e1ce169b630dc5ca78432bd73655d790a624241aad2e')
+
+package() {
+  cd "$srcdir"/${pkgname}-${_pkgver}
+
+  mkdir -p "$pkgdir"/etc/webapps/phpvirtualbox
+  install -D -m644 config.php-example 
"$pkgdir"/etc/webapps/phpvirtualbox/config.php
+
+  # Apache configuration
+  cat > "$pkgdir"/etc/webapps/phpvirtualbox/apache.example.conf <
+Options FollowSymlinks
+AllowOverride All
+Require all granted
+  
+EOF
+
+  find . -type f -exec install -D -m644 
{,"$pkgdir"/usr/share/webapps/${pkgname}/}{} \;
+  ln -s /etc/webapps/phpvirtualbox/config.php 
"$pkgdir"/usr/share/webapps/phpvirtualbox/config.php
+}


[arch-commits] Commit in phpvirtualbox/repos/community-any (PKGBUILD PKGBUILD)

2018-01-10 Thread Sergej Pupykin via arch-commits
Date: Wednesday, January 10, 2018 @ 14:52:53
  Author: spupykin
Revision: 281035

archrelease: copy trunk to community-any

Added:
  phpvirtualbox/repos/community-any/PKGBUILD
(from rev 281034, phpvirtualbox/trunk/PKGBUILD)
Deleted:
  phpvirtualbox/repos/community-any/PKGBUILD

--+
 PKGBUILD |   91 +++--
 1 file changed, 47 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-10 14:52:39 UTC (rev 281034)
+++ PKGBUILD2018-01-10 14:52:53 UTC (rev 281035)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor:Techlive Zheng 
-
-pkgname=phpvirtualbox
-pkgver=5.2_0rc1
-_pkgver=${pkgver/_/-}
-_pkgver=${_pkgver/rc/-rc}
-pkgrel=3
-pkgdesc="PHP/AJAX web interface for VirtualBox 4.*"
-arch=(any)
-url="https://github.com/phpvirtualbox/phpvirtualbox;
-license=('GPL')
-depends=('php')
-backup=("etc/webapps/phpvirtualbox/config.php")
-source=("https://github.com/phpvirtualbox/phpvirtualbox/archive/${_pkgver}.tar.gz;
-   
"https://github.com/phpvirtualbox/phpvirtualbox/commit/c84bf6b462cc43854fa7e04ce0fa71cadd4eadc7.patch;)
-sha256sums=('519979ef23ac371a93e5ee52662a099691d2131423319d5376b01f6132c22f8f'
-'9fc0819708348a14ca4ac57dcab0652f9cc921dc5b9c053283aee6f464e6c1b6')
-
-prepare() {
-  cd "$srcdir"/${pkgname}-${_pkgver}
-  patch -p1 <../c84bf6b462cc43854fa7e04ce0fa71cadd4eadc7.patch
-}
-
-package() {
-  cd "$srcdir"/${pkgname}-${_pkgver}
-
-  mkdir -p "$pkgdir"/etc/webapps/phpvirtualbox
-  install -D -m644 config.php-example 
"$pkgdir"/etc/webapps/phpvirtualbox/config.php
-
-  # Apache configuration
-  cat > "$pkgdir"/etc/webapps/phpvirtualbox/apache.example.conf <
-Options FollowSymlinks
-AllowOverride All
-Require all granted
-  
-EOF
-
-  find . -type f -exec install -D -m644 
{,"$pkgdir"/usr/share/webapps/${pkgname}/}{} \;
-  ln -s /etc/webapps/phpvirtualbox/config.php 
"$pkgdir"/usr/share/webapps/phpvirtualbox/config.php
-}

Copied: phpvirtualbox/repos/community-any/PKGBUILD (from rev 281034, 
phpvirtualbox/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-10 14:52:53 UTC (rev 281035)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor:Techlive Zheng 
+
+pkgname=phpvirtualbox
+pkgver=5.2_0rc1
+_pkgver=${pkgver/_/-}
+_pkgver=${_pkgver/rc/-rc}
+pkgrel=4
+pkgdesc="PHP/AJAX web interface for VirtualBox 4.*"
+arch=(any)
+url="https://github.com/phpvirtualbox/phpvirtualbox;
+license=('GPL')
+depends=('php')
+backup=("etc/webapps/phpvirtualbox/config.php")
+source=("https://github.com/phpvirtualbox/phpvirtualbox/archive/${_pkgver}.tar.gz;
+   
"https://github.com/phpvirtualbox/phpvirtualbox/commit/c84bf6b462cc43854fa7e04ce0fa71cadd4eadc7.patch;
+   
"https://github.com/phpvirtualbox/phpvirtualbox/commit/4c639d47106d0e5a272ef4a75eeaf7cb3a4a9d05.patch;)
+sha256sums=('519979ef23ac371a93e5ee52662a099691d2131423319d5376b01f6132c22f8f'
+'9fc0819708348a14ca4ac57dcab0652f9cc921dc5b9c053283aee6f464e6c1b6'
+'7dadb83f959bfd7d92c332b182674ea7237d257207f874bc8d1e98a9f830417f')
+
+prepare() {
+  cd "$srcdir"/${pkgname}-${_pkgver}
+  patch -p1 <../c84bf6b462cc43854fa7e04ce0fa71cadd4eadc7.patch
+  patch -p1 <../4c639d47106d0e5a272ef4a75eeaf7cb3a4a9d05.patch
+}
+
+package() {
+  cd "$srcdir"/${pkgname}-${_pkgver}
+
+  mkdir -p "$pkgdir"/etc/webapps/phpvirtualbox
+  install -D -m644 config.php-example 
"$pkgdir"/etc/webapps/phpvirtualbox/config.php
+
+  # Apache configuration
+  cat > "$pkgdir"/etc/webapps/phpvirtualbox/apache.example.conf <
+Options FollowSymlinks
+AllowOverride All
+Require all granted
+  
+EOF
+
+  find . -type f -exec install -D -m644 
{,"$pkgdir"/usr/share/webapps/${pkgname}/}{} \;
+  ln -s /etc/webapps/phpvirtualbox/config.php 
"$pkgdir"/usr/share/webapps/phpvirtualbox/config.php
+}


[arch-commits] Commit in phpvirtualbox/repos/community-any (PKGBUILD PKGBUILD)

2018-01-10 Thread Sergej Pupykin via arch-commits
Date: Wednesday, January 10, 2018 @ 14:50:58
  Author: spupykin
Revision: 281032

archrelease: copy trunk to community-any

Added:
  phpvirtualbox/repos/community-any/PKGBUILD
(from rev 281030, phpvirtualbox/trunk/PKGBUILD)
Deleted:
  phpvirtualbox/repos/community-any/PKGBUILD

--+
 PKGBUILD |   81 +
 1 file changed, 44 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-10 14:50:56 UTC (rev 281031)
+++ PKGBUILD2018-01-10 14:50:58 UTC (rev 281032)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor:Techlive Zheng 
-
-pkgname=phpvirtualbox
-pkgver=5.2_0rc1
-_pkgver=${pkgver/_/-}
-_pkgver=${_pkgver/rc/-rc}
-pkgrel=2
-pkgdesc="PHP/AJAX web interface for VirtualBox 4.*"
-arch=(any)
-url="https://github.com/phpvirtualbox/phpvirtualbox;
-license=('GPL')
-depends=('php')
-backup=("etc/webapps/phpvirtualbox/config.php")
-source=(https://github.com/phpvirtualbox/phpvirtualbox/archive/${_pkgver}.tar.gz)
-sha256sums=('519979ef23ac371a93e5ee52662a099691d2131423319d5376b01f6132c22f8f')
-
-package() {
-  cd "$srcdir"/${pkgname}-${_pkgver}
-
-  mkdir -p "$pkgdir"/etc/webapps/phpvirtualbox
-  install -D -m644 config.php-example 
"$pkgdir"/etc/webapps/phpvirtualbox/config.php
-
-  # Apache configuration
-  cat > "$pkgdir"/etc/webapps/phpvirtualbox/apache.example.conf <
-Options FollowSymlinks
-AllowOverride All
-Require all granted
-  
-EOF
-
-  find . -type f -exec install -D -m644 
{,"$pkgdir"/usr/share/webapps/${pkgname}/}{} \;
-  ln -s /etc/webapps/phpvirtualbox/config.php 
"$pkgdir"/usr/share/webapps/phpvirtualbox/config.php
-}

Copied: phpvirtualbox/repos/community-any/PKGBUILD (from rev 281030, 
phpvirtualbox/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-10 14:50:58 UTC (rev 281032)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor:Techlive Zheng 
+
+pkgname=phpvirtualbox
+pkgver=5.2_0rc1
+_pkgver=${pkgver/_/-}
+_pkgver=${_pkgver/rc/-rc}
+pkgrel=3
+pkgdesc="PHP/AJAX web interface for VirtualBox 4.*"
+arch=(any)
+url="https://github.com/phpvirtualbox/phpvirtualbox;
+license=('GPL')
+depends=('php')
+backup=("etc/webapps/phpvirtualbox/config.php")
+source=("https://github.com/phpvirtualbox/phpvirtualbox/archive/${_pkgver}.tar.gz;
+   
"https://github.com/phpvirtualbox/phpvirtualbox/commit/c84bf6b462cc43854fa7e04ce0fa71cadd4eadc7.patch;)
+sha256sums=('519979ef23ac371a93e5ee52662a099691d2131423319d5376b01f6132c22f8f'
+'9fc0819708348a14ca4ac57dcab0652f9cc921dc5b9c053283aee6f464e6c1b6')
+
+prepare() {
+  cd "$srcdir"/${pkgname}-${_pkgver}
+  patch -p1 <../c84bf6b462cc43854fa7e04ce0fa71cadd4eadc7.patch
+}
+
+package() {
+  cd "$srcdir"/${pkgname}-${_pkgver}
+
+  mkdir -p "$pkgdir"/etc/webapps/phpvirtualbox
+  install -D -m644 config.php-example 
"$pkgdir"/etc/webapps/phpvirtualbox/config.php
+
+  # Apache configuration
+  cat > "$pkgdir"/etc/webapps/phpvirtualbox/apache.example.conf <
+Options FollowSymlinks
+AllowOverride All
+Require all granted
+  
+EOF
+
+  find . -type f -exec install -D -m644 
{,"$pkgdir"/usr/share/webapps/${pkgname}/}{} \;
+  ln -s /etc/webapps/phpvirtualbox/config.php 
"$pkgdir"/usr/share/webapps/phpvirtualbox/config.php
+}


[arch-commits] Commit in phpvirtualbox/repos/community-any (PKGBUILD PKGBUILD)

2017-12-20 Thread Sergej Pupykin via arch-commits
Date: Wednesday, December 20, 2017 @ 08:48:37
  Author: spupykin
Revision: 274979

archrelease: copy trunk to community-any

Added:
  phpvirtualbox/repos/community-any/PKGBUILD
(from rev 274978, phpvirtualbox/trunk/PKGBUILD)
Deleted:
  phpvirtualbox/repos/community-any/PKGBUILD

--+
 PKGBUILD |   79 -
 1 file changed, 37 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-20 08:48:22 UTC (rev 274978)
+++ PKGBUILD2017-12-20 08:48:37 UTC (rev 274979)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor:Techlive Zheng 
-
-pkgname=phpvirtualbox
-pkgver=5.2_0rc1
-_pkgver=${pkgver/_/-}
-_pkgver=${_pkgver/rc/-rc}
-pkgrel=1
-pkgdesc="PHP/AJAX web interface for VirtualBox 4.*"
-arch=(any)
-url="https://github.com/phpvirtualbox/phpvirtualbox;
-license=('GPL')
-depends=('php')
-backup=("etc/webapps/phpvirtualbox/config.php")
-source=(https://github.com/phpvirtualbox/phpvirtualbox/archive/${_pkgver}.tar.gz)
-sha256sums=('519979ef23ac371a93e5ee52662a099691d2131423319d5376b01f6132c22f8f')
-
-prepare() {
-  cd "$srcdir"/${pkgname}-${_pkgver}
-  rm -f endpoints/lib/*.wsdl
-}
-
-package() {
-  cd "$srcdir"/${pkgname}-${_pkgver}
-
-  mkdir -p "$pkgdir"/etc/webapps/phpvirtualbox
-  install -D -m644 config.php-example 
"$pkgdir"/etc/webapps/phpvirtualbox/config.php
-
-  # Apache configuration
-  cat > "$pkgdir"/etc/webapps/phpvirtualbox/apache.example.conf <
-Options FollowSymlinks
-AllowOverride All
-Require all granted
-  
-EOF
-
-  find . -type f -exec install -D -m644 
{,"$pkgdir"/usr/share/webapps/${pkgname}/}{} \;
-  ln -s /etc/webapps/phpvirtualbox/config.php 
"$pkgdir"/usr/share/webapps/phpvirtualbox/config.php
-}

Copied: phpvirtualbox/repos/community-any/PKGBUILD (from rev 274978, 
phpvirtualbox/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-20 08:48:37 UTC (rev 274979)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor:Techlive Zheng 
+
+pkgname=phpvirtualbox
+pkgver=5.2_0rc1
+_pkgver=${pkgver/_/-}
+_pkgver=${_pkgver/rc/-rc}
+pkgrel=2
+pkgdesc="PHP/AJAX web interface for VirtualBox 4.*"
+arch=(any)
+url="https://github.com/phpvirtualbox/phpvirtualbox;
+license=('GPL')
+depends=('php')
+backup=("etc/webapps/phpvirtualbox/config.php")
+source=(https://github.com/phpvirtualbox/phpvirtualbox/archive/${_pkgver}.tar.gz)
+sha256sums=('519979ef23ac371a93e5ee52662a099691d2131423319d5376b01f6132c22f8f')
+
+package() {
+  cd "$srcdir"/${pkgname}-${_pkgver}
+
+  mkdir -p "$pkgdir"/etc/webapps/phpvirtualbox
+  install -D -m644 config.php-example 
"$pkgdir"/etc/webapps/phpvirtualbox/config.php
+
+  # Apache configuration
+  cat > "$pkgdir"/etc/webapps/phpvirtualbox/apache.example.conf <
+Options FollowSymlinks
+AllowOverride All
+Require all granted
+  
+EOF
+
+  find . -type f -exec install -D -m644 
{,"$pkgdir"/usr/share/webapps/${pkgname}/}{} \;
+  ln -s /etc/webapps/phpvirtualbox/config.php 
"$pkgdir"/usr/share/webapps/phpvirtualbox/config.php
+}


[arch-commits] Commit in phpvirtualbox/repos/community-any (PKGBUILD PKGBUILD)

2017-12-19 Thread Sergej Pupykin via arch-commits
Date: Tuesday, December 19, 2017 @ 10:14:03
  Author: spupykin
Revision: 274876

archrelease: copy trunk to community-any

Added:
  phpvirtualbox/repos/community-any/PKGBUILD
(from rev 274875, phpvirtualbox/trunk/PKGBUILD)
Deleted:
  phpvirtualbox/repos/community-any/PKGBUILD

--+
 PKGBUILD |   92 +++--
 1 file changed, 42 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-19 10:13:50 UTC (rev 274875)
+++ PKGBUILD2017-12-19 10:14:03 UTC (rev 274876)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor:Techlive Zheng 
-
-pkgname=phpvirtualbox
-pkgver=5.0_5
-pkgrel=2
-pkgdesc="PHP/AJAX web interface for VirtualBox 4.*"
-arch=(any)
-url="http://sourceforge.net/projects/phpvirtualbox/;
-license=('GPL')
-depends=('php')
-backup=("etc/webapps/phpvirtualbox/config.php")
-source=(http://downloads.sourceforge.net/project/phpvirtualbox/phpvirtualbox-${pkgver/_/-}.zip
-   
https://github.com/imoore76/phpvirtualbox/commit/10b6a7383c810dfa6261869cb1f9cc8bca2ad814.patch
-   
https://github.com/imoore76/phpvirtualbox/commit/207b1decbb9de27f2c884ecb75f70d78d9820c80.patch
-   
https://github.com/imoore76/phpvirtualbox/commit/4e9f9fd85dd2caad6bb7c50a742e1558aee57f77.patch)
-sha256sums=('c80c423fda30e5795872c9b9adc68429deee5726e468729472a573c324303c05'
-'0b2bad7e69911a251a126cc835ce647b5ec86cd506fe99c984367ec9e885569e'
-'db51fceccd16de6c959055ed5794e788173894c1a4ac23e064a7f2d467157dea'
-'308c7652e895c799363c758218a11c8d2c9b5e3f9ee41ffd65b2679be5f1a56c')
-
-prepare() {
-  cd "$srcdir"/${pkgname}-${pkgver/_/-}
-  rm -f endpoints/lib/*.wsdl
-  for p in $(ls -1 $srcdir/*.patch); do
-  patch -p1 <$p
-  done
-  sed -i "s|${pkgver/_/-}|5.1-1|" endpoints/lib/config.php
-}
-
-package() {
-  cd "$srcdir"/${pkgname}-${pkgver/_/-}
-
-  mkdir -p "$pkgdir"/etc/webapps/phpvirtualbox
-  install -D -m644 config.php-example 
"$pkgdir"/etc/webapps/phpvirtualbox/config.php
-
-  # Apache configuration
-  cat > "$pkgdir"/etc/webapps/phpvirtualbox/apache.example.conf <
-Options FollowSymlinks
-AllowOverride All
-Require all granted
-  
-EOF
-
-  find . -type f -exec install -D -m644 
{,"$pkgdir"/usr/share/webapps/${pkgname}/}{} \;
-  ln -s /etc/webapps/phpvirtualbox/config.php 
"$pkgdir"/usr/share/webapps/phpvirtualbox/config.php
-}

Copied: phpvirtualbox/repos/community-any/PKGBUILD (from rev 274875, 
phpvirtualbox/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-19 10:14:03 UTC (rev 274876)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor:Techlive Zheng 
+
+pkgname=phpvirtualbox
+pkgver=5.2_0rc1
+_pkgver=${pkgver/_/-}
+_pkgver=${_pkgver/rc/-rc}
+pkgrel=1
+pkgdesc="PHP/AJAX web interface for VirtualBox 4.*"
+arch=(any)
+url="https://github.com/phpvirtualbox/phpvirtualbox;
+license=('GPL')
+depends=('php')
+backup=("etc/webapps/phpvirtualbox/config.php")
+source=(https://github.com/phpvirtualbox/phpvirtualbox/archive/${_pkgver}.tar.gz)
+sha256sums=('519979ef23ac371a93e5ee52662a099691d2131423319d5376b01f6132c22f8f')
+
+prepare() {
+  cd "$srcdir"/${pkgname}-${_pkgver}
+  rm -f endpoints/lib/*.wsdl
+}
+
+package() {
+  cd "$srcdir"/${pkgname}-${_pkgver}
+
+  mkdir -p "$pkgdir"/etc/webapps/phpvirtualbox
+  install -D -m644 config.php-example 
"$pkgdir"/etc/webapps/phpvirtualbox/config.php
+
+  # Apache configuration
+  cat > "$pkgdir"/etc/webapps/phpvirtualbox/apache.example.conf <
+Options FollowSymlinks
+AllowOverride All
+Require all granted
+  
+EOF
+
+  find . -type f -exec install -D -m644 
{,"$pkgdir"/usr/share/webapps/${pkgname}/}{} \;
+  ln -s /etc/webapps/phpvirtualbox/config.php 
"$pkgdir"/usr/share/webapps/phpvirtualbox/config.php
+}


[arch-commits] Commit in phpvirtualbox/repos/community-any (PKGBUILD PKGBUILD)

2016-01-03 Thread Sergej Pupykin
Date: Sunday, January 3, 2016 @ 20:31:09
  Author: spupykin
Revision: 155236

archrelease: copy trunk to community-any

Added:
  phpvirtualbox/repos/community-any/PKGBUILD
(from rev 155235, phpvirtualbox/trunk/PKGBUILD)
Deleted:
  phpvirtualbox/repos/community-any/PKGBUILD

--+
 PKGBUILD |   82 ++---
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-01-03 19:31:01 UTC (rev 155235)
+++ PKGBUILD2016-01-03 19:31:09 UTC (rev 155236)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor:Techlive Zheng 
-
-pkgname=phpvirtualbox
-pkgver=5.0_3
-pkgrel=1
-pkgdesc="PHP/AJAX web interface for VirtualBox 4.*"
-arch=(any)
-url="http://sourceforge.net/projects/phpvirtualbox/;
-license=('GPL')
-depends=('php')
-backup=("etc/webapps/phpvirtualbox/config.php")
-source=(http://downloads.sourceforge.net/project/phpvirtualbox/phpvirtualbox-${pkgver/_/-}.zip)
-md5sums=('064836a925219685add3fbed4b6b7366')
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver/_/-}
-
-  mkdir -p ${pkgdir}/etc/webapps/phpvirtualbox
-
-  install -D -m644 config.php-example 
${pkgdir}/etc/webapps/phpvirtualbox/config.php
-
-#  sed -e "s/var \\\$username = 'vbox';/var \\\$username = '';/g" \
-#  -e "s/var \\\$password = 'pass';/var \\\$password = '';/g" \
-#  -e "s/#var \\\$noAuth = true;/var \\\$noAuth = true;/g" \
-#  -i ${pkgdir}/etc/webapps/phpvirtualbox/config.php
-
-  # Apache configuration
-  cat > ${pkgdir}/etc/webapps/phpvirtualbox/apache.example.conf <
-Options FollowSymlinks
-AllowOverride All
-Require all granted
-  
-EOF
-
-  find . -type f -exec install -D -m644 
{,${pkgdir}/usr/share/webapps/${pkgname}/}{} \;
-  ln -s /etc/webapps/phpvirtualbox/config.php 
${pkgdir}/usr/share/webapps/phpvirtualbox/config.php
-}

Copied: phpvirtualbox/repos/community-any/PKGBUILD (from rev 155235, 
phpvirtualbox/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-01-03 19:31:09 UTC (rev 155236)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor:Techlive Zheng 
+
+pkgname=phpvirtualbox
+pkgver=5.0_4
+pkgrel=1
+pkgdesc="PHP/AJAX web interface for VirtualBox 4.*"
+arch=(any)
+url="http://sourceforge.net/projects/phpvirtualbox/;
+license=('GPL')
+depends=('php')
+backup=("etc/webapps/phpvirtualbox/config.php")
+source=(http://downloads.sourceforge.net/project/phpvirtualbox/phpvirtualbox-${pkgver/_/-}.zip)
+md5sums=('9671d4db39681baa7f90cff9e8cfee8c')
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver/_/-}
+
+  mkdir -p ${pkgdir}/etc/webapps/phpvirtualbox
+
+  install -D -m644 config.php-example 
${pkgdir}/etc/webapps/phpvirtualbox/config.php
+
+#  sed -e "s/var \\\$username = 'vbox';/var \\\$username = '';/g" \
+#  -e "s/var \\\$password = 'pass';/var \\\$password = '';/g" \
+#  -e "s/#var \\\$noAuth = true;/var \\\$noAuth = true;/g" \
+#  -i ${pkgdir}/etc/webapps/phpvirtualbox/config.php
+
+  # Apache configuration
+  cat > ${pkgdir}/etc/webapps/phpvirtualbox/apache.example.conf <
+Options FollowSymlinks
+AllowOverride All
+Require all granted
+  
+EOF
+
+  find . -type f -exec install -D -m644 
{,${pkgdir}/usr/share/webapps/${pkgname}/}{} \;
+  ln -s /etc/webapps/phpvirtualbox/config.php 
${pkgdir}/usr/share/webapps/phpvirtualbox/config.php
+}


[arch-commits] Commit in phpvirtualbox/repos/community-any (PKGBUILD PKGBUILD)

2015-09-16 Thread Sergej Pupykin
Date: Wednesday, September 16, 2015 @ 12:16:42
  Author: spupykin
Revision: 140372

archrelease: copy trunk to community-any

Added:
  phpvirtualbox/repos/community-any/PKGBUILD
(from rev 140371, phpvirtualbox/trunk/PKGBUILD)
Deleted:
  phpvirtualbox/repos/community-any/PKGBUILD

--+
 PKGBUILD |   82 ++---
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-16 10:16:33 UTC (rev 140371)
+++ PKGBUILD2015-09-16 10:16:42 UTC (rev 140372)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor:Techlive Zheng 
-
-pkgname=phpvirtualbox
-pkgver=5.0_2
-pkgrel=1
-pkgdesc="PHP/AJAX web interface for VirtualBox 4.*"
-arch=(any)
-url="http://sourceforge.net/projects/phpvirtualbox/;
-license=('GPL')
-depends=('php')
-backup=("etc/webapps/phpvirtualbox/config.php")
-source=(http://downloads.sourceforge.net/project/phpvirtualbox/phpvirtualbox-${pkgver/_/-}.zip)
-md5sums=('d04bed0b92822546d5022a009e4334fd')
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver/_/-}
-
-  mkdir -p ${pkgdir}/etc/webapps/phpvirtualbox
-
-  install -D -m644 config.php-example 
${pkgdir}/etc/webapps/phpvirtualbox/config.php
-
-#  sed -e "s/var \\\$username = 'vbox';/var \\\$username = '';/g" \
-#  -e "s/var \\\$password = 'pass';/var \\\$password = '';/g" \
-#  -e "s/#var \\\$noAuth = true;/var \\\$noAuth = true;/g" \
-#  -i ${pkgdir}/etc/webapps/phpvirtualbox/config.php
-
-  # Apache configuration
-  cat > ${pkgdir}/etc/webapps/phpvirtualbox/apache.example.conf <
-Options FollowSymlinks
-AllowOverride All
-Require all granted
-  
-EOF
-
-  find . -type f -exec install -D -m644 
{,${pkgdir}/usr/share/webapps/${pkgname}/}{} \;
-  ln -s /etc/webapps/phpvirtualbox/config.php 
${pkgdir}/usr/share/webapps/phpvirtualbox/config.php
-}

Copied: phpvirtualbox/repos/community-any/PKGBUILD (from rev 140371, 
phpvirtualbox/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-16 10:16:42 UTC (rev 140372)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor:Techlive Zheng 
+
+pkgname=phpvirtualbox
+pkgver=5.0_3
+pkgrel=1
+pkgdesc="PHP/AJAX web interface for VirtualBox 4.*"
+arch=(any)
+url="http://sourceforge.net/projects/phpvirtualbox/;
+license=('GPL')
+depends=('php')
+backup=("etc/webapps/phpvirtualbox/config.php")
+source=(http://downloads.sourceforge.net/project/phpvirtualbox/phpvirtualbox-${pkgver/_/-}.zip)
+md5sums=('064836a925219685add3fbed4b6b7366')
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver/_/-}
+
+  mkdir -p ${pkgdir}/etc/webapps/phpvirtualbox
+
+  install -D -m644 config.php-example 
${pkgdir}/etc/webapps/phpvirtualbox/config.php
+
+#  sed -e "s/var \\\$username = 'vbox';/var \\\$username = '';/g" \
+#  -e "s/var \\\$password = 'pass';/var \\\$password = '';/g" \
+#  -e "s/#var \\\$noAuth = true;/var \\\$noAuth = true;/g" \
+#  -i ${pkgdir}/etc/webapps/phpvirtualbox/config.php
+
+  # Apache configuration
+  cat > ${pkgdir}/etc/webapps/phpvirtualbox/apache.example.conf <
+Options FollowSymlinks
+AllowOverride All
+Require all granted
+  
+EOF
+
+  find . -type f -exec install -D -m644 
{,${pkgdir}/usr/share/webapps/${pkgname}/}{} \;
+  ln -s /etc/webapps/phpvirtualbox/config.php 
${pkgdir}/usr/share/webapps/phpvirtualbox/config.php
+}


[arch-commits] Commit in phpvirtualbox/repos/community-any (PKGBUILD PKGBUILD)

2015-08-26 Thread Sergej Pupykin
Date: Wednesday, August 26, 2015 @ 09:05:52
  Author: spupykin
Revision: 138778

archrelease: copy trunk to community-any

Added:
  phpvirtualbox/repos/community-any/PKGBUILD
(from rev 138777, phpvirtualbox/trunk/PKGBUILD)
Deleted:
  phpvirtualbox/repos/community-any/PKGBUILD

--+
 PKGBUILD |   82 ++---
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-26 07:05:42 UTC (rev 138777)
+++ PKGBUILD2015-08-26 07:05:52 UTC (rev 138778)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupyki...@gmail.com
-# Contributor:Techlive Zheng techlivezheng at gmail dot com
-
-pkgname=phpvirtualbox
-pkgver=5.0_0
-pkgrel=1
-pkgdesc=PHP/AJAX web interface for VirtualBox 4.*
-arch=(any)
-url=http://sourceforge.net/projects/phpvirtualbox/;
-license=('GPL')
-depends=('php')
-backup=(etc/webapps/phpvirtualbox/config.php)
-source=(http://downloads.sourceforge.net/project/phpvirtualbox/phpvirtualbox-${pkgver/_/-}.zip)
-md5sums=('af2f645430407cdc94edbc65dfb0dc55')
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver/_/-}
-
-  mkdir -p ${pkgdir}/etc/webapps/phpvirtualbox
-
-  install -D -m644 config.php-example 
${pkgdir}/etc/webapps/phpvirtualbox/config.php
-
-#  sed -e s/var \\\$username = 'vbox';/var \\\$username = '';/g \
-#  -e s/var \\\$password = 'pass';/var \\\$password = '';/g \
-#  -e s/#var \\\$noAuth = true;/var \\\$noAuth = true;/g \
-#  -i ${pkgdir}/etc/webapps/phpvirtualbox/config.php
-
-  # Apache configuration
-  cat  ${pkgdir}/etc/webapps/phpvirtualbox/apache.example.conf EOF
-  Alias /phpvirtualbox /usr/share/webapps/phpvirtualbox
-  Directory /usr/share/webapps/phpvirtualbox
-Options FollowSymlinks
-AllowOverride All
-Require all granted
-  /Directory
-EOF
-
-  find . -type f -exec install -D -m644 
{,${pkgdir}/usr/share/webapps/${pkgname}/}{} \;
-  ln -s /etc/webapps/phpvirtualbox/config.php 
${pkgdir}/usr/share/webapps/phpvirtualbox/config.php
-}

Copied: phpvirtualbox/repos/community-any/PKGBUILD (from rev 138777, 
phpvirtualbox/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-26 07:05:52 UTC (rev 138778)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupyki...@gmail.com
+# Contributor:Techlive Zheng techlivezheng at gmail dot com
+
+pkgname=phpvirtualbox
+pkgver=5.0_2
+pkgrel=1
+pkgdesc=PHP/AJAX web interface for VirtualBox 4.*
+arch=(any)
+url=http://sourceforge.net/projects/phpvirtualbox/;
+license=('GPL')
+depends=('php')
+backup=(etc/webapps/phpvirtualbox/config.php)
+source=(http://downloads.sourceforge.net/project/phpvirtualbox/phpvirtualbox-${pkgver/_/-}.zip)
+md5sums=('d04bed0b92822546d5022a009e4334fd')
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver/_/-}
+
+  mkdir -p ${pkgdir}/etc/webapps/phpvirtualbox
+
+  install -D -m644 config.php-example 
${pkgdir}/etc/webapps/phpvirtualbox/config.php
+
+#  sed -e s/var \\\$username = 'vbox';/var \\\$username = '';/g \
+#  -e s/var \\\$password = 'pass';/var \\\$password = '';/g \
+#  -e s/#var \\\$noAuth = true;/var \\\$noAuth = true;/g \
+#  -i ${pkgdir}/etc/webapps/phpvirtualbox/config.php
+
+  # Apache configuration
+  cat  ${pkgdir}/etc/webapps/phpvirtualbox/apache.example.conf EOF
+  Alias /phpvirtualbox /usr/share/webapps/phpvirtualbox
+  Directory /usr/share/webapps/phpvirtualbox
+Options FollowSymlinks
+AllowOverride All
+Require all granted
+  /Directory
+EOF
+
+  find . -type f -exec install -D -m644 
{,${pkgdir}/usr/share/webapps/${pkgname}/}{} \;
+  ln -s /etc/webapps/phpvirtualbox/config.php 
${pkgdir}/usr/share/webapps/phpvirtualbox/config.php
+}


[arch-commits] Commit in phpvirtualbox/repos/community-any (PKGBUILD PKGBUILD)

2015-08-04 Thread Sergej Pupykin
Date: Tuesday, August 4, 2015 @ 14:50:52
  Author: spupykin
Revision: 137934

archrelease: copy trunk to community-any

Added:
  phpvirtualbox/repos/community-any/PKGBUILD
(from rev 137933, phpvirtualbox/trunk/PKGBUILD)
Deleted:
  phpvirtualbox/repos/community-any/PKGBUILD

--+
 PKGBUILD |   82 ++---
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-04 12:50:43 UTC (rev 137933)
+++ PKGBUILD2015-08-04 12:50:52 UTC (rev 137934)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupyki...@gmail.com
-# Contributor:Techlive Zheng techlivezheng at gmail dot com
-
-pkgname=phpvirtualbox
-pkgver=4.3_3
-pkgrel=1
-pkgdesc=PHP/AJAX web interface for VirtualBox 4.*
-arch=(any)
-url=http://sourceforge.net/projects/phpvirtualbox/;
-license=('GPL')
-depends=('php')
-backup=(etc/webapps/phpvirtualbox/config.php)
-source=(http://downloads.sourceforge.net/project/phpvirtualbox/phpvirtualbox-${pkgver/_/-}.zip)
-md5sums=('11063959b5d4a33e9dc9614f240a79d1')
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver/_/-}
-
-  mkdir -p ${pkgdir}/etc/webapps/phpvirtualbox
-
-  install -D -m644 config.php-example 
${pkgdir}/etc/webapps/phpvirtualbox/config.php
-
-#  sed -e s/var \\\$username = 'vbox';/var \\\$username = '';/g \
-#  -e s/var \\\$password = 'pass';/var \\\$password = '';/g \
-#  -e s/#var \\\$noAuth = true;/var \\\$noAuth = true;/g \
-#  -i ${pkgdir}/etc/webapps/phpvirtualbox/config.php
-
-  # Apache configuration
-  cat  ${pkgdir}/etc/webapps/phpvirtualbox/apache.example.conf EOF
-  Alias /phpvirtualbox /usr/share/webapps/phpvirtualbox
-  Directory /usr/share/webapps/phpvirtualbox
-Options FollowSymlinks
-AllowOverride All
-Require all granted
-  /Directory
-EOF
-
-  find . -type f -exec install -D -m644 
{,${pkgdir}/usr/share/webapps/${pkgname}/}{} \;
-  ln -s /etc/webapps/phpvirtualbox/config.php 
${pkgdir}/usr/share/webapps/phpvirtualbox/config.php
-}

Copied: phpvirtualbox/repos/community-any/PKGBUILD (from rev 137933, 
phpvirtualbox/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-04 12:50:52 UTC (rev 137934)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupyki...@gmail.com
+# Contributor:Techlive Zheng techlivezheng at gmail dot com
+
+pkgname=phpvirtualbox
+pkgver=5.0_0
+pkgrel=1
+pkgdesc=PHP/AJAX web interface for VirtualBox 4.*
+arch=(any)
+url=http://sourceforge.net/projects/phpvirtualbox/;
+license=('GPL')
+depends=('php')
+backup=(etc/webapps/phpvirtualbox/config.php)
+source=(http://downloads.sourceforge.net/project/phpvirtualbox/phpvirtualbox-${pkgver/_/-}.zip)
+md5sums=('af2f645430407cdc94edbc65dfb0dc55')
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver/_/-}
+
+  mkdir -p ${pkgdir}/etc/webapps/phpvirtualbox
+
+  install -D -m644 config.php-example 
${pkgdir}/etc/webapps/phpvirtualbox/config.php
+
+#  sed -e s/var \\\$username = 'vbox';/var \\\$username = '';/g \
+#  -e s/var \\\$password = 'pass';/var \\\$password = '';/g \
+#  -e s/#var \\\$noAuth = true;/var \\\$noAuth = true;/g \
+#  -i ${pkgdir}/etc/webapps/phpvirtualbox/config.php
+
+  # Apache configuration
+  cat  ${pkgdir}/etc/webapps/phpvirtualbox/apache.example.conf EOF
+  Alias /phpvirtualbox /usr/share/webapps/phpvirtualbox
+  Directory /usr/share/webapps/phpvirtualbox
+Options FollowSymlinks
+AllowOverride All
+Require all granted
+  /Directory
+EOF
+
+  find . -type f -exec install -D -m644 
{,${pkgdir}/usr/share/webapps/${pkgname}/}{} \;
+  ln -s /etc/webapps/phpvirtualbox/config.php 
${pkgdir}/usr/share/webapps/phpvirtualbox/config.php
+}


[arch-commits] Commit in phpvirtualbox/repos/community-any (PKGBUILD PKGBUILD)

2015-07-23 Thread Sergej Pupykin
Date: Thursday, July 23, 2015 @ 20:20:26
  Author: spupykin
Revision: 137336

archrelease: copy trunk to community-any

Added:
  phpvirtualbox/repos/community-any/PKGBUILD
(from rev 137335, phpvirtualbox/trunk/PKGBUILD)
Deleted:
  phpvirtualbox/repos/community-any/PKGBUILD

--+
 PKGBUILD |   82 ++---
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-23 18:20:18 UTC (rev 137335)
+++ PKGBUILD2015-07-23 18:20:26 UTC (rev 137336)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupyki...@gmail.com
-# Contributor:Techlive Zheng techlivezheng at gmail dot com
-
-pkgname=phpvirtualbox
-pkgver=4.3_2
-pkgrel=1
-pkgdesc=PHP/AJAX web interface for VirtualBox 4.*
-arch=(any)
-url=http://sourceforge.net/projects/phpvirtualbox/;
-license=('GPL')
-depends=('php')
-backup=(etc/webapps/phpvirtualbox/config.php)
-source=(http://downloads.sourceforge.net/project/phpvirtualbox/phpvirtualbox-${pkgver/_/-}.zip)
-md5sums=('7b81e319a259dbd68603e5ef6f203beb')
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver/_/-}
-
-  mkdir -p ${pkgdir}/etc/webapps/phpvirtualbox
-
-  install -D -m644 config.php-example 
${pkgdir}/etc/webapps/phpvirtualbox/config.php
-
-#  sed -e s/var \\\$username = 'vbox';/var \\\$username = '';/g \
-#  -e s/var \\\$password = 'pass';/var \\\$password = '';/g \
-#  -e s/#var \\\$noAuth = true;/var \\\$noAuth = true;/g \
-#  -i ${pkgdir}/etc/webapps/phpvirtualbox/config.php
-
-  # Apache configuration
-  cat  ${pkgdir}/etc/webapps/phpvirtualbox/apache.example.conf EOF
-  Alias /phpvirtualbox /usr/share/webapps/phpvirtualbox
-  Directory /usr/share/webapps/phpvirtualbox
-Options FollowSymlinks
-AllowOverride All
-Require all granted
-  /Directory
-EOF
-
-  find . -type f -exec install -D -m644 
{,${pkgdir}/usr/share/webapps/${pkgname}/}{} \;
-  ln -s /etc/webapps/phpvirtualbox/config.php 
${pkgdir}/usr/share/webapps/phpvirtualbox/config.php
-}

Copied: phpvirtualbox/repos/community-any/PKGBUILD (from rev 137335, 
phpvirtualbox/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-23 18:20:26 UTC (rev 137336)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupyki...@gmail.com
+# Contributor:Techlive Zheng techlivezheng at gmail dot com
+
+pkgname=phpvirtualbox
+pkgver=4.3_3
+pkgrel=1
+pkgdesc=PHP/AJAX web interface for VirtualBox 4.*
+arch=(any)
+url=http://sourceforge.net/projects/phpvirtualbox/;
+license=('GPL')
+depends=('php')
+backup=(etc/webapps/phpvirtualbox/config.php)
+source=(http://downloads.sourceforge.net/project/phpvirtualbox/phpvirtualbox-${pkgver/_/-}.zip)
+md5sums=('11063959b5d4a33e9dc9614f240a79d1')
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver/_/-}
+
+  mkdir -p ${pkgdir}/etc/webapps/phpvirtualbox
+
+  install -D -m644 config.php-example 
${pkgdir}/etc/webapps/phpvirtualbox/config.php
+
+#  sed -e s/var \\\$username = 'vbox';/var \\\$username = '';/g \
+#  -e s/var \\\$password = 'pass';/var \\\$password = '';/g \
+#  -e s/#var \\\$noAuth = true;/var \\\$noAuth = true;/g \
+#  -i ${pkgdir}/etc/webapps/phpvirtualbox/config.php
+
+  # Apache configuration
+  cat  ${pkgdir}/etc/webapps/phpvirtualbox/apache.example.conf EOF
+  Alias /phpvirtualbox /usr/share/webapps/phpvirtualbox
+  Directory /usr/share/webapps/phpvirtualbox
+Options FollowSymlinks
+AllowOverride All
+Require all granted
+  /Directory
+EOF
+
+  find . -type f -exec install -D -m644 
{,${pkgdir}/usr/share/webapps/${pkgname}/}{} \;
+  ln -s /etc/webapps/phpvirtualbox/config.php 
${pkgdir}/usr/share/webapps/phpvirtualbox/config.php
+}


[arch-commits] Commit in phpvirtualbox/repos/community-any (PKGBUILD PKGBUILD)

2015-01-30 Thread Sergej Pupykin
Date: Friday, January 30, 2015 @ 18:33:29
  Author: spupykin
Revision: 126829

archrelease: copy trunk to community-any

Added:
  phpvirtualbox/repos/community-any/PKGBUILD
(from rev 126828, phpvirtualbox/trunk/PKGBUILD)
Deleted:
  phpvirtualbox/repos/community-any/PKGBUILD

--+
 PKGBUILD |   82 ++---
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-30 17:33:18 UTC (rev 126828)
+++ PKGBUILD2015-01-30 17:33:29 UTC (rev 126829)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupyki...@gmail.com
-# Contributor:Techlive Zheng techlivezheng at gmail dot com
-
-pkgname=phpvirtualbox
-pkgver=4.3_1
-pkgrel=2
-pkgdesc=PHP/AJAX web interface for VirtualBox 4.*
-arch=(any)
-url=http://sourceforge.net/projects/phpvirtualbox/;
-license=('GPL')
-depends=('php')
-backup=(etc/webapps/phpvirtualbox/config.php)
-source=(http://downloads.sourceforge.net/project/phpvirtualbox/phpvirtualbox-${pkgver/_/-}.zip)
-md5sums=('33c2b4c050d55daa4024659e60c0136b')
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver/_/-}
-
-  mkdir -p ${pkgdir}/etc/webapps/phpvirtualbox
-
-  install -D -m644 config.php-example 
${pkgdir}/etc/webapps/phpvirtualbox/config.php
-
-#  sed -e s/var \\\$username = 'vbox';/var \\\$username = '';/g \
-#  -e s/var \\\$password = 'pass';/var \\\$password = '';/g \
-#  -e s/#var \\\$noAuth = true;/var \\\$noAuth = true;/g \
-#  -i ${pkgdir}/etc/webapps/phpvirtualbox/config.php
-
-  # Apache configuration
-  cat  ${pkgdir}/etc/webapps/phpvirtualbox/apache.example.conf EOF
-  Alias /phpvirtualbox /usr/share/webapps/phpvirtualbox
-  Directory /usr/share/webapps/phpvirtualbox
-Options FollowSymlinks
-AllowOverride All
-Require all granted
-  /Directory
-EOF
-
-  find . -type f -exec install -D -m644 
{,${pkgdir}/usr/share/webapps/${pkgname}/}{} \;
-  ln -s /etc/webapps/phpvirtualbox/config.php 
${pkgdir}/usr/share/webapps/phpvirtualbox/config.php
-}

Copied: phpvirtualbox/repos/community-any/PKGBUILD (from rev 126828, 
phpvirtualbox/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-30 17:33:29 UTC (rev 126829)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupyki...@gmail.com
+# Contributor:Techlive Zheng techlivezheng at gmail dot com
+
+pkgname=phpvirtualbox
+pkgver=4.3_2
+pkgrel=1
+pkgdesc=PHP/AJAX web interface for VirtualBox 4.*
+arch=(any)
+url=http://sourceforge.net/projects/phpvirtualbox/;
+license=('GPL')
+depends=('php')
+backup=(etc/webapps/phpvirtualbox/config.php)
+source=(http://downloads.sourceforge.net/project/phpvirtualbox/phpvirtualbox-${pkgver/_/-}.zip)
+md5sums=('7b81e319a259dbd68603e5ef6f203beb')
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver/_/-}
+
+  mkdir -p ${pkgdir}/etc/webapps/phpvirtualbox
+
+  install -D -m644 config.php-example 
${pkgdir}/etc/webapps/phpvirtualbox/config.php
+
+#  sed -e s/var \\\$username = 'vbox';/var \\\$username = '';/g \
+#  -e s/var \\\$password = 'pass';/var \\\$password = '';/g \
+#  -e s/#var \\\$noAuth = true;/var \\\$noAuth = true;/g \
+#  -i ${pkgdir}/etc/webapps/phpvirtualbox/config.php
+
+  # Apache configuration
+  cat  ${pkgdir}/etc/webapps/phpvirtualbox/apache.example.conf EOF
+  Alias /phpvirtualbox /usr/share/webapps/phpvirtualbox
+  Directory /usr/share/webapps/phpvirtualbox
+Options FollowSymlinks
+AllowOverride All
+Require all granted
+  /Directory
+EOF
+
+  find . -type f -exec install -D -m644 
{,${pkgdir}/usr/share/webapps/${pkgname}/}{} \;
+  ln -s /etc/webapps/phpvirtualbox/config.php 
${pkgdir}/usr/share/webapps/phpvirtualbox/config.php
+}


[arch-commits] Commit in phpvirtualbox/repos/community-any (PKGBUILD PKGBUILD)

2014-09-29 Thread Sergej Pupykin
Date: Monday, September 29, 2014 @ 12:40:18
  Author: spupykin
Revision: 119766

archrelease: copy trunk to community-any

Added:
  phpvirtualbox/repos/community-any/PKGBUILD
(from rev 119765, phpvirtualbox/trunk/PKGBUILD)
Deleted:
  phpvirtualbox/repos/community-any/PKGBUILD

--+
 PKGBUILD |   89 -
 1 file changed, 41 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-09-29 10:40:10 UTC (rev 119765)
+++ PKGBUILD2014-09-29 10:40:18 UTC (rev 119766)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupyki...@gmail.com
-# Contributor:Techlive Zheng techlivezheng at gmail dot com
-
-pkgname=phpvirtualbox
-pkgver=4.3_1
-pkgrel=1
-pkgdesc=PHP/AJAX web interface for VirtualBox 4.*
-arch=(any)
-url=http://sourceforge.net/projects/phpvirtualbox/;
-license=('GPL')
-depends=('php')
-backup=(etc/webapps/phpvirtualbox/.htaccess
-   etc/webapps/phpvirtualbox/config.php)
-source=(http://downloads.sourceforge.net/project/phpvirtualbox/phpvirtualbox-${pkgver/_/-}.zip)
-md5sums=('33c2b4c050d55daa4024659e60c0136b')
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver/_/-}
-
-  mkdir -p ${pkgdir}/etc/webapps/phpvirtualbox
-
-  install -D -m644 config.php-example 
${pkgdir}/etc/webapps/phpvirtualbox/config.php
-
-#  sed -e s/var \\\$username = 'vbox';/var \\\$username = '';/g \
-#  -e s/var \\\$password = 'pass';/var \\\$password = '';/g \
-#  -e s/#var \\\$noAuth = true;/var \\\$noAuth = true;/g \
-#  -i ${pkgdir}/etc/webapps/phpvirtualbox/config.php
-
-  # Apache configuration
-  cat  ${pkgdir}/etc/webapps/phpvirtualbox/apache.example.conf EOF
-  Alias /phpvirtualbox /usr/share/webapps/phpvirtualbox
-  Directory /usr/share/webapps/phpvirtualbox
-Options FollowSymlinks
-AllowOverride All
-Order allow,deny
-Allow from all
-  /Directory
-EOF
-
-  #  Deny access by default
-  echo deny from all  ${pkgdir}/etc/webapps/phpvirtualbox/.htaccess
-
-  find . -type f -exec install -D -m644 
{,${pkgdir}/usr/share/webapps/${pkgname}/}{} \;
-
-  ln -s /etc/webapps/phpvirtualbox/.htaccess  
${pkgdir}/usr/share/webapps/phpvirtualbox/.htaccess
-  ln -s /etc/webapps/phpvirtualbox/config.php 
${pkgdir}/usr/share/webapps/phpvirtualbox/config.php
-}

Copied: phpvirtualbox/repos/community-any/PKGBUILD (from rev 119765, 
phpvirtualbox/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-09-29 10:40:18 UTC (rev 119766)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupyki...@gmail.com
+# Contributor:Techlive Zheng techlivezheng at gmail dot com
+
+pkgname=phpvirtualbox
+pkgver=4.3_1
+pkgrel=2
+pkgdesc=PHP/AJAX web interface for VirtualBox 4.*
+arch=(any)
+url=http://sourceforge.net/projects/phpvirtualbox/;
+license=('GPL')
+depends=('php')
+backup=(etc/webapps/phpvirtualbox/config.php)
+source=(http://downloads.sourceforge.net/project/phpvirtualbox/phpvirtualbox-${pkgver/_/-}.zip)
+md5sums=('33c2b4c050d55daa4024659e60c0136b')
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver/_/-}
+
+  mkdir -p ${pkgdir}/etc/webapps/phpvirtualbox
+
+  install -D -m644 config.php-example 
${pkgdir}/etc/webapps/phpvirtualbox/config.php
+
+#  sed -e s/var \\\$username = 'vbox';/var \\\$username = '';/g \
+#  -e s/var \\\$password = 'pass';/var \\\$password = '';/g \
+#  -e s/#var \\\$noAuth = true;/var \\\$noAuth = true;/g \
+#  -i ${pkgdir}/etc/webapps/phpvirtualbox/config.php
+
+  # Apache configuration
+  cat  ${pkgdir}/etc/webapps/phpvirtualbox/apache.example.conf EOF
+  Alias /phpvirtualbox /usr/share/webapps/phpvirtualbox
+  Directory /usr/share/webapps/phpvirtualbox
+Options FollowSymlinks
+AllowOverride All
+Require all granted
+  /Directory
+EOF
+
+  find . -type f -exec install -D -m644 
{,${pkgdir}/usr/share/webapps/${pkgname}/}{} \;
+  ln -s /etc/webapps/phpvirtualbox/config.php 
${pkgdir}/usr/share/webapps/phpvirtualbox/config.php
+}


[arch-commits] Commit in phpvirtualbox/repos/community-any (PKGBUILD PKGBUILD)

2014-01-17 Thread Sergej Pupykin
Date: Friday, January 17, 2014 @ 12:43:14
  Author: spupykin
Revision: 104306

archrelease: copy trunk to community-any

Added:
  phpvirtualbox/repos/community-any/PKGBUILD
(from rev 104305, phpvirtualbox/trunk/PKGBUILD)
Deleted:
  phpvirtualbox/repos/community-any/PKGBUILD

--+
 PKGBUILD |   97 ++---
 1 file changed, 48 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-01-17 11:43:05 UTC (rev 104305)
+++ PKGBUILD2014-01-17 11:43:14 UTC (rev 104306)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupyki...@gmail.com
-# Contributor:Techlive Zheng techlivezheng at gmail dot com
-
-pkgname=phpvirtualbox
-pkgver=4.3_0
-pkgrel=1
-pkgdesc=PHP/AJAX web interface for VirtualBox 4.*
-arch=(any)
-url=http://sourceforge.net/projects/phpvirtualbox/;
-license=('GPL')
-depends=('php')
-backup=(etc/webapps/phpvirtualbox/.htaccess
-   etc/webapps/phpvirtualbox/config.php)
-source=(http://downloads.sourceforge.net/project/phpvirtualbox/phpvirtualbox-${pkgver/_/-}.zip)
-md5sums=('0bf0d3b6fae03ed38361129e858cca66')
-
-package() {
-#  cd ${srcdir}/${pkgname}-${pkgver/_/-}
-  cd ${srcdir}
-
-  mkdir -p ${pkgdir}/etc/webapps/phpvirtualbox
-
-  install -D -m644 config.php-example 
${pkgdir}/etc/webapps/phpvirtualbox/config.php
-
-#  sed -e s/var \\\$username = 'vbox';/var \\\$username = '';/g \
-#  -e s/var \\\$password = 'pass';/var \\\$password = '';/g \
-#  -e s/#var \\\$noAuth = true;/var \\\$noAuth = true;/g \
-#  -i ${pkgdir}/etc/webapps/phpvirtualbox/config.php
-
-  # Apache configuration
-  cat  ${pkgdir}/etc/webapps/phpvirtualbox/apache.example.conf EOF
-  Alias /phpvirtualbox /usr/share/webapps/phpvirtualbox
-  Directory /usr/share/webapps/phpvirtualbox
-Options FollowSymlinks
-AllowOverride All
-Order allow,deny
-Allow from all
-  /Directory
-EOF
-
-  #  Deny access by default
-  echo deny from all  ${pkgdir}/etc/webapps/phpvirtualbox/.htaccess
-
-  find . -type f -exec install -D -m644 
{,${pkgdir}/usr/share/webapps/${pkgname}/}{} \;
-
-  ln -s /etc/webapps/phpvirtualbox/.htaccess  
${pkgdir}/usr/share/webapps/phpvirtualbox/.htaccess
-  ln -s /etc/webapps/phpvirtualbox/config.php 
${pkgdir}/usr/share/webapps/phpvirtualbox/config.php
-}

Copied: phpvirtualbox/repos/community-any/PKGBUILD (from rev 104305, 
phpvirtualbox/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-01-17 11:43:14 UTC (rev 104306)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupyki...@gmail.com
+# Contributor:Techlive Zheng techlivezheng at gmail dot com
+
+pkgname=phpvirtualbox
+pkgver=4.3_1
+pkgrel=1
+pkgdesc=PHP/AJAX web interface for VirtualBox 4.*
+arch=(any)
+url=http://sourceforge.net/projects/phpvirtualbox/;
+license=('GPL')
+depends=('php')
+backup=(etc/webapps/phpvirtualbox/.htaccess
+   etc/webapps/phpvirtualbox/config.php)
+source=(http://downloads.sourceforge.net/project/phpvirtualbox/phpvirtualbox-${pkgver/_/-}.zip)
+md5sums=('33c2b4c050d55daa4024659e60c0136b')
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver/_/-}
+
+  mkdir -p ${pkgdir}/etc/webapps/phpvirtualbox
+
+  install -D -m644 config.php-example 
${pkgdir}/etc/webapps/phpvirtualbox/config.php
+
+#  sed -e s/var \\\$username = 'vbox';/var \\\$username = '';/g \
+#  -e s/var \\\$password = 'pass';/var \\\$password = '';/g \
+#  -e s/#var \\\$noAuth = true;/var \\\$noAuth = true;/g \
+#  -i ${pkgdir}/etc/webapps/phpvirtualbox/config.php
+
+  # Apache configuration
+  cat  ${pkgdir}/etc/webapps/phpvirtualbox/apache.example.conf EOF
+  Alias /phpvirtualbox /usr/share/webapps/phpvirtualbox
+  Directory /usr/share/webapps/phpvirtualbox
+Options FollowSymlinks
+AllowOverride All
+Order allow,deny
+Allow from all
+  /Directory
+EOF
+
+  #  Deny access by default
+  echo deny from all  ${pkgdir}/etc/webapps/phpvirtualbox/.htaccess
+
+  find . -type f -exec install -D -m644 
{,${pkgdir}/usr/share/webapps/${pkgname}/}{} \;
+
+  ln -s /etc/webapps/phpvirtualbox/.htaccess  
${pkgdir}/usr/share/webapps/phpvirtualbox/.htaccess
+  ln -s /etc/webapps/phpvirtualbox/config.php 
${pkgdir}/usr/share/webapps/phpvirtualbox/config.php
+}



[arch-commits] Commit in phpvirtualbox/repos/community-any (PKGBUILD PKGBUILD)

2013-10-22 Thread Sergej Pupykin
Date: Tuesday, October 22, 2013 @ 11:13:42
  Author: spupykin
Revision: 99011

archrelease: copy trunk to community-any

Added:
  phpvirtualbox/repos/community-any/PKGBUILD
(from rev 99010, phpvirtualbox/trunk/PKGBUILD)
Deleted:
  phpvirtualbox/repos/community-any/PKGBUILD

--+
 PKGBUILD |  101 +
 1 file changed, 49 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-10-22 09:13:32 UTC (rev 99010)
+++ PKGBUILD2013-10-22 09:13:42 UTC (rev 99011)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupyki...@gmail.com
-# Contributor:Techlive Zheng techlivezheng at gmail dot com
-
-pkgname=phpvirtualbox
-pkgver=4.2_7
-pkgrel=1
-pkgdesc=PHP/AJAX web interface for VirtualBox 4.*
-arch=(any)
-url=http://sourceforge.net/projects/phpvirtualbox/;
-license=('GPL')
-depends=('php')
-backup=(etc/webapps/phpvirtualbox/.htaccess
-   etc/webapps/phpvirtualbox/config.php)
-source=(http://downloads.sourceforge.net/project/phpvirtualbox/phpvirtualbox-${pkgver/_/-}.zip)
-md5sums=('10ece199e42c0fbb39556f7464608fad')
-
-build() {
-  true
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver/_/-}
-
-  mkdir -p ${pkgdir}/etc/webapps/phpvirtualbox
-
-  install -D -m644 config.php-example 
${pkgdir}/etc/webapps/phpvirtualbox/config.php
-
-#  sed -e s/var \\\$username = 'vbox';/var \\\$username = '';/g \
-#  -e s/var \\\$password = 'pass';/var \\\$password = '';/g \
-#  -e s/#var \\\$noAuth = true;/var \\\$noAuth = true;/g \
-#  -i ${pkgdir}/etc/webapps/phpvirtualbox/config.php
-
-  # Apache configuration
-  cat  ${pkgdir}/etc/webapps/phpvirtualbox/apache.example.conf EOF
-  Alias /phpvirtualbox /usr/share/webapps/phpvirtualbox
-  Directory /usr/share/webapps/phpvirtualbox
-Options FollowSymlinks
-AllowOverride All
-Order allow,deny
-Allow from all
-  /Directory
-EOF
-
-  #  Deny access by default
-  echo deny from all  ${pkgdir}/etc/webapps/phpvirtualbox/.htaccess
-
-  find . -type f -exec install -D -m644 
{,${pkgdir}/usr/share/webapps/${pkgname}/}{} \;
-
-  ln -s /etc/webapps/phpvirtualbox/.htaccess  
${pkgdir}/usr/share/webapps/phpvirtualbox/.htaccess
-  ln -s /etc/webapps/phpvirtualbox/config.php 
${pkgdir}/usr/share/webapps/phpvirtualbox/config.php
-}

Copied: phpvirtualbox/repos/community-any/PKGBUILD (from rev 99010, 
phpvirtualbox/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-10-22 09:13:42 UTC (rev 99011)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupyki...@gmail.com
+# Contributor:Techlive Zheng techlivezheng at gmail dot com
+
+pkgname=phpvirtualbox
+pkgver=4.3_0
+pkgrel=1
+pkgdesc=PHP/AJAX web interface for VirtualBox 4.*
+arch=(any)
+url=http://sourceforge.net/projects/phpvirtualbox/;
+license=('GPL')
+depends=('php')
+backup=(etc/webapps/phpvirtualbox/.htaccess
+   etc/webapps/phpvirtualbox/config.php)
+source=(http://downloads.sourceforge.net/project/phpvirtualbox/phpvirtualbox-${pkgver/_/-}.zip)
+md5sums=('0bf0d3b6fae03ed38361129e858cca66')
+
+package() {
+#  cd ${srcdir}/${pkgname}-${pkgver/_/-}
+  cd ${srcdir}
+
+  mkdir -p ${pkgdir}/etc/webapps/phpvirtualbox
+
+  install -D -m644 config.php-example 
${pkgdir}/etc/webapps/phpvirtualbox/config.php
+
+#  sed -e s/var \\\$username = 'vbox';/var \\\$username = '';/g \
+#  -e s/var \\\$password = 'pass';/var \\\$password = '';/g \
+#  -e s/#var \\\$noAuth = true;/var \\\$noAuth = true;/g \
+#  -i ${pkgdir}/etc/webapps/phpvirtualbox/config.php
+
+  # Apache configuration
+  cat  ${pkgdir}/etc/webapps/phpvirtualbox/apache.example.conf EOF
+  Alias /phpvirtualbox /usr/share/webapps/phpvirtualbox
+  Directory /usr/share/webapps/phpvirtualbox
+Options FollowSymlinks
+AllowOverride All
+Order allow,deny
+Allow from all
+  /Directory
+EOF
+
+  #  Deny access by default
+  echo deny from all  ${pkgdir}/etc/webapps/phpvirtualbox/.htaccess
+
+  find . -type f -exec install -D -m644 
{,${pkgdir}/usr/share/webapps/${pkgname}/}{} \;
+
+  ln -s /etc/webapps/phpvirtualbox/.htaccess  
${pkgdir}/usr/share/webapps/phpvirtualbox/.htaccess
+  ln -s /etc/webapps/phpvirtualbox/config.php 
${pkgdir}/usr/share/webapps/phpvirtualbox/config.php
+}



[arch-commits] Commit in phpvirtualbox/repos/community-any (PKGBUILD PKGBUILD)

2013-09-23 Thread Sergej Pupykin
Date: Monday, September 23, 2013 @ 18:14:41
  Author: spupykin
Revision: 97521

archrelease: copy trunk to community-any

Added:
  phpvirtualbox/repos/community-any/PKGBUILD
(from rev 97520, phpvirtualbox/trunk/PKGBUILD)
Deleted:
  phpvirtualbox/repos/community-any/PKGBUILD

--+
 PKGBUILD |  104 ++---
 1 file changed, 52 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-09-23 16:14:32 UTC (rev 97520)
+++ PKGBUILD2013-09-23 16:14:41 UTC (rev 97521)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupyki...@gmail.com
-# Contributor:Techlive Zheng techlivezheng at gmail dot com
-
-pkgname=phpvirtualbox
-pkgver=4.2_6
-pkgrel=1
-pkgdesc=PHP/AJAX web interface for VirtualBox 4.*
-arch=(any)
-url=http://sourceforge.net/projects/phpvirtualbox/;
-license=('GPL')
-depends=('php')
-backup=(etc/webapps/phpvirtualbox/.htaccess
-   etc/webapps/phpvirtualbox/config.php)
-source=(http://downloads.sourceforge.net/project/phpvirtualbox/phpvirtualbox-${pkgver/_/-}.zip)
-md5sums=('1e517456ac7b8c0d332f90943777b1c0')
-
-build() {
-  true
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver/_/-}
-
-  mkdir -p ${pkgdir}/etc/webapps/phpvirtualbox
-
-  install -D -m644 config.php-example 
${pkgdir}/etc/webapps/phpvirtualbox/config.php
-
-#  sed -e s/var \\\$username = 'vbox';/var \\\$username = '';/g \
-#  -e s/var \\\$password = 'pass';/var \\\$password = '';/g \
-#  -e s/#var \\\$noAuth = true;/var \\\$noAuth = true;/g \
-#  -i ${pkgdir}/etc/webapps/phpvirtualbox/config.php
-
-  # Apache configuration
-  cat  ${pkgdir}/etc/webapps/phpvirtualbox/apache.example.conf EOF
-  Alias /phpvirtualbox /usr/share/webapps/phpvirtualbox
-  Directory /usr/share/webapps/phpvirtualbox
-Options FollowSymlinks
-AllowOverride All
-Order allow,deny
-Allow from all
-  /Directory
-EOF
-
-  #  Deny access by default
-  echo deny from all  ${pkgdir}/etc/webapps/phpvirtualbox/.htaccess
-
-  find . -type f -exec install -D -m644 
{,${pkgdir}/usr/share/webapps/${pkgname}/}{} \;
-
-  ln -s /etc/webapps/phpvirtualbox/.htaccess  
${pkgdir}/usr/share/webapps/phpvirtualbox/.htaccess
-  ln -s /etc/webapps/phpvirtualbox/config.php 
${pkgdir}/usr/share/webapps/phpvirtualbox/config.php
-}

Copied: phpvirtualbox/repos/community-any/PKGBUILD (from rev 97520, 
phpvirtualbox/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-09-23 16:14:41 UTC (rev 97521)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupyki...@gmail.com
+# Contributor:Techlive Zheng techlivezheng at gmail dot com
+
+pkgname=phpvirtualbox
+pkgver=4.2_7
+pkgrel=1
+pkgdesc=PHP/AJAX web interface for VirtualBox 4.*
+arch=(any)
+url=http://sourceforge.net/projects/phpvirtualbox/;
+license=('GPL')
+depends=('php')
+backup=(etc/webapps/phpvirtualbox/.htaccess
+   etc/webapps/phpvirtualbox/config.php)
+source=(http://downloads.sourceforge.net/project/phpvirtualbox/phpvirtualbox-${pkgver/_/-}.zip)
+md5sums=('10ece199e42c0fbb39556f7464608fad')
+
+build() {
+  true
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver/_/-}
+
+  mkdir -p ${pkgdir}/etc/webapps/phpvirtualbox
+
+  install -D -m644 config.php-example 
${pkgdir}/etc/webapps/phpvirtualbox/config.php
+
+#  sed -e s/var \\\$username = 'vbox';/var \\\$username = '';/g \
+#  -e s/var \\\$password = 'pass';/var \\\$password = '';/g \
+#  -e s/#var \\\$noAuth = true;/var \\\$noAuth = true;/g \
+#  -i ${pkgdir}/etc/webapps/phpvirtualbox/config.php
+
+  # Apache configuration
+  cat  ${pkgdir}/etc/webapps/phpvirtualbox/apache.example.conf EOF
+  Alias /phpvirtualbox /usr/share/webapps/phpvirtualbox
+  Directory /usr/share/webapps/phpvirtualbox
+Options FollowSymlinks
+AllowOverride All
+Order allow,deny
+Allow from all
+  /Directory
+EOF
+
+  #  Deny access by default
+  echo deny from all  ${pkgdir}/etc/webapps/phpvirtualbox/.htaccess
+
+  find . -type f -exec install -D -m644 
{,${pkgdir}/usr/share/webapps/${pkgname}/}{} \;
+
+  ln -s /etc/webapps/phpvirtualbox/.htaccess  
${pkgdir}/usr/share/webapps/phpvirtualbox/.htaccess
+  ln -s /etc/webapps/phpvirtualbox/config.php 
${pkgdir}/usr/share/webapps/phpvirtualbox/config.php
+}



[arch-commits] Commit in phpvirtualbox/repos/community-any (PKGBUILD PKGBUILD)

2013-07-29 Thread Sergej Pupykin
Date: Monday, July 29, 2013 @ 14:18:09
  Author: spupykin
Revision: 94717

archrelease: copy trunk to community-any

Added:
  phpvirtualbox/repos/community-any/PKGBUILD
(from rev 94716, phpvirtualbox/trunk/PKGBUILD)
Deleted:
  phpvirtualbox/repos/community-any/PKGBUILD

--+
 PKGBUILD |  104 ++---
 1 file changed, 52 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-07-29 12:17:55 UTC (rev 94716)
+++ PKGBUILD2013-07-29 12:18:09 UTC (rev 94717)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupyki...@gmail.com
-# Contributor:Techlive Zheng techlivezheng at gmail dot com
-
-pkgname=phpvirtualbox
-pkgver=4.2_5
-pkgrel=1
-pkgdesc=PHP/AJAX web interface for VirtualBox 4.*
-arch=(any)
-url=http://code.google.com/p/phpvirtualbox/;
-license=('GPL')
-depends=('php')
-backup=(etc/webapps/phpvirtualbox/.htaccess
-   etc/webapps/phpvirtualbox/config.php)
-source=(http://phpvirtualbox.googlecode.com/files/${pkgname}-${pkgver/_/-}.zip)
-md5sums=('5e1388e8c1673c8baa549b70bc6f6392')
-
-build() {
-  true
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver/_/-}
-
-  mkdir -p ${pkgdir}/etc/webapps/phpvirtualbox
-
-  install -D -m644 config.php-example 
${pkgdir}/etc/webapps/phpvirtualbox/config.php
-
-#  sed -e s/var \\\$username = 'vbox';/var \\\$username = '';/g \
-#  -e s/var \\\$password = 'pass';/var \\\$password = '';/g \
-#  -e s/#var \\\$noAuth = true;/var \\\$noAuth = true;/g \
-#  -i ${pkgdir}/etc/webapps/phpvirtualbox/config.php
-
-  # Apache configuration
-  cat  ${pkgdir}/etc/webapps/phpvirtualbox/apache.example.conf EOF
-  Alias /phpvirtualbox /usr/share/webapps/phpvirtualbox
-  Directory /usr/share/webapps/phpvirtualbox
-Options FollowSymlinks
-AllowOverride All
-Order allow,deny
-Allow from all
-  /Directory
-EOF
-
-  #  Deny access by default
-  echo deny from all  ${pkgdir}/etc/webapps/phpvirtualbox/.htaccess
-
-  find . -type f -exec install -D -m644 
{,${pkgdir}/usr/share/webapps/${pkgname}/}{} \;
-
-  ln -s /etc/webapps/phpvirtualbox/.htaccess  
${pkgdir}/usr/share/webapps/phpvirtualbox/.htaccess
-  ln -s /etc/webapps/phpvirtualbox/config.php 
${pkgdir}/usr/share/webapps/phpvirtualbox/config.php
-}

Copied: phpvirtualbox/repos/community-any/PKGBUILD (from rev 94716, 
phpvirtualbox/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-07-29 12:18:09 UTC (rev 94717)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupyki...@gmail.com
+# Contributor:Techlive Zheng techlivezheng at gmail dot com
+
+pkgname=phpvirtualbox
+pkgver=4.2_6
+pkgrel=1
+pkgdesc=PHP/AJAX web interface for VirtualBox 4.*
+arch=(any)
+url=http://sourceforge.net/projects/phpvirtualbox/;
+license=('GPL')
+depends=('php')
+backup=(etc/webapps/phpvirtualbox/.htaccess
+   etc/webapps/phpvirtualbox/config.php)
+source=(http://downloads.sourceforge.net/project/phpvirtualbox/phpvirtualbox-${pkgver/_/-}.zip)
+md5sums=('1e517456ac7b8c0d332f90943777b1c0')
+
+build() {
+  true
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver/_/-}
+
+  mkdir -p ${pkgdir}/etc/webapps/phpvirtualbox
+
+  install -D -m644 config.php-example 
${pkgdir}/etc/webapps/phpvirtualbox/config.php
+
+#  sed -e s/var \\\$username = 'vbox';/var \\\$username = '';/g \
+#  -e s/var \\\$password = 'pass';/var \\\$password = '';/g \
+#  -e s/#var \\\$noAuth = true;/var \\\$noAuth = true;/g \
+#  -i ${pkgdir}/etc/webapps/phpvirtualbox/config.php
+
+  # Apache configuration
+  cat  ${pkgdir}/etc/webapps/phpvirtualbox/apache.example.conf EOF
+  Alias /phpvirtualbox /usr/share/webapps/phpvirtualbox
+  Directory /usr/share/webapps/phpvirtualbox
+Options FollowSymlinks
+AllowOverride All
+Order allow,deny
+Allow from all
+  /Directory
+EOF
+
+  #  Deny access by default
+  echo deny from all  ${pkgdir}/etc/webapps/phpvirtualbox/.htaccess
+
+  find . -type f -exec install -D -m644 
{,${pkgdir}/usr/share/webapps/${pkgname}/}{} \;
+
+  ln -s /etc/webapps/phpvirtualbox/.htaccess  
${pkgdir}/usr/share/webapps/phpvirtualbox/.htaccess
+  ln -s /etc/webapps/phpvirtualbox/config.php 
${pkgdir}/usr/share/webapps/phpvirtualbox/config.php
+}



[arch-commits] Commit in phpvirtualbox/repos/community-any (PKGBUILD PKGBUILD)

2013-07-17 Thread Sergej Pupykin
Date: Wednesday, July 17, 2013 @ 11:42:32
  Author: spupykin
Revision: 94231

archrelease: copy trunk to community-any

Added:
  phpvirtualbox/repos/community-any/PKGBUILD
(from rev 94230, phpvirtualbox/trunk/PKGBUILD)
Deleted:
  phpvirtualbox/repos/community-any/PKGBUILD

--+
 PKGBUILD |  104 ++---
 1 file changed, 52 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-07-17 09:42:21 UTC (rev 94230)
+++ PKGBUILD2013-07-17 09:42:32 UTC (rev 94231)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupyki...@gmail.com
-# Contributor:Techlive Zheng techlivezheng at gmail dot com
-
-pkgname=phpvirtualbox
-pkgver=4.2_4
-pkgrel=1
-pkgdesc=PHP/AJAX web interface for VirtualBox 4.*
-arch=(any)
-url=http://code.google.com/p/phpvirtualbox/;
-license=('GPL')
-depends=('php')
-backup=(etc/webapps/phpvirtualbox/.htaccess
-   etc/webapps/phpvirtualbox/config.php)
-source=(http://phpvirtualbox.googlecode.com/files/${pkgname}-${pkgver/_/-}.zip)
-md5sums=('a1ecb916d15f6f943b03f5127ef49b43')
-
-build() {
-  true
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver/_/-}
-
-  mkdir -p ${pkgdir}/etc/webapps/phpvirtualbox
-
-  install -D -m644 config.php-example 
${pkgdir}/etc/webapps/phpvirtualbox/config.php
-
-#  sed -e s/var \\\$username = 'vbox';/var \\\$username = '';/g \
-#  -e s/var \\\$password = 'pass';/var \\\$password = '';/g \
-#  -e s/#var \\\$noAuth = true;/var \\\$noAuth = true;/g \
-#  -i ${pkgdir}/etc/webapps/phpvirtualbox/config.php
-
-  # Apache configuration
-  cat  ${pkgdir}/etc/webapps/phpvirtualbox/apache.example.conf EOF
-  Alias /phpvirtualbox /usr/share/webapps/phpvirtualbox
-  Directory /usr/share/webapps/phpvirtualbox
-Options FollowSymlinks
-AllowOverride All
-Order allow,deny
-Allow from all
-  /Directory
-EOF
-
-  #  Deny access by default
-  echo deny from all  ${pkgdir}/etc/webapps/phpvirtualbox/.htaccess
-
-  find . -type f -exec install -D -m644 
{,${pkgdir}/usr/share/webapps/${pkgname}/}{} \;
-
-  ln -s /etc/webapps/phpvirtualbox/.htaccess  
${pkgdir}/usr/share/webapps/phpvirtualbox/.htaccess
-  ln -s /etc/webapps/phpvirtualbox/config.php 
${pkgdir}/usr/share/webapps/phpvirtualbox/config.php
-}

Copied: phpvirtualbox/repos/community-any/PKGBUILD (from rev 94230, 
phpvirtualbox/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-07-17 09:42:32 UTC (rev 94231)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupyki...@gmail.com
+# Contributor:Techlive Zheng techlivezheng at gmail dot com
+
+pkgname=phpvirtualbox
+pkgver=4.2_5
+pkgrel=1
+pkgdesc=PHP/AJAX web interface for VirtualBox 4.*
+arch=(any)
+url=http://code.google.com/p/phpvirtualbox/;
+license=('GPL')
+depends=('php')
+backup=(etc/webapps/phpvirtualbox/.htaccess
+   etc/webapps/phpvirtualbox/config.php)
+source=(http://phpvirtualbox.googlecode.com/files/${pkgname}-${pkgver/_/-}.zip)
+md5sums=('5e1388e8c1673c8baa549b70bc6f6392')
+
+build() {
+  true
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver/_/-}
+
+  mkdir -p ${pkgdir}/etc/webapps/phpvirtualbox
+
+  install -D -m644 config.php-example 
${pkgdir}/etc/webapps/phpvirtualbox/config.php
+
+#  sed -e s/var \\\$username = 'vbox';/var \\\$username = '';/g \
+#  -e s/var \\\$password = 'pass';/var \\\$password = '';/g \
+#  -e s/#var \\\$noAuth = true;/var \\\$noAuth = true;/g \
+#  -i ${pkgdir}/etc/webapps/phpvirtualbox/config.php
+
+  # Apache configuration
+  cat  ${pkgdir}/etc/webapps/phpvirtualbox/apache.example.conf EOF
+  Alias /phpvirtualbox /usr/share/webapps/phpvirtualbox
+  Directory /usr/share/webapps/phpvirtualbox
+Options FollowSymlinks
+AllowOverride All
+Order allow,deny
+Allow from all
+  /Directory
+EOF
+
+  #  Deny access by default
+  echo deny from all  ${pkgdir}/etc/webapps/phpvirtualbox/.htaccess
+
+  find . -type f -exec install -D -m644 
{,${pkgdir}/usr/share/webapps/${pkgname}/}{} \;
+
+  ln -s /etc/webapps/phpvirtualbox/.htaccess  
${pkgdir}/usr/share/webapps/phpvirtualbox/.htaccess
+  ln -s /etc/webapps/phpvirtualbox/config.php 
${pkgdir}/usr/share/webapps/phpvirtualbox/config.php
+}