[arch-commits] Commit in graphviz/repos (8 files)

2017-08-26 Thread Evangelos Foutras
Date: Saturday, August 26, 2017 @ 12:25:21
  Author: foutrelis
Revision: 303892

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

Added:
  graphviz/repos/staging-i686/
  graphviz/repos/staging-i686/PKGBUILD
(from rev 303891, graphviz/trunk/PKGBUILD)
  graphviz/repos/staging-i686/ghostscript918.patch
(from rev 303891, graphviz/trunk/ghostscript918.patch)
  graphviz/repos/staging-i686/install
(from rev 303891, graphviz/trunk/install)
  graphviz/repos/staging-x86_64/
  graphviz/repos/staging-x86_64/PKGBUILD
(from rev 303891, graphviz/trunk/PKGBUILD)
  graphviz/repos/staging-x86_64/ghostscript918.patch
(from rev 303891, graphviz/trunk/ghostscript918.patch)
  graphviz/repos/staging-x86_64/install
(from rev 303891, graphviz/trunk/install)

-+
 staging-i686/PKGBUILD   |   57 ++
 staging-i686/ghostscript918.patch   |   18 ++
 staging-i686/install|   12 +++
 staging-x86_64/PKGBUILD |   57 ++
 staging-x86_64/ghostscript918.patch |   18 ++
 staging-x86_64/install  |   12 +++
 6 files changed, 174 insertions(+)

Copied: graphviz/repos/staging-i686/PKGBUILD (from rev 303891, 
graphviz/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-08-26 12:25:21 UTC (rev 303892)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: kevin 
+# Contributor: John Proctor 
+
+pkgname=graphviz
+pkgver=2.40.1
+pkgrel=9
+pkgdesc='Graph visualization software'
+url='http://www.graphviz.org/'
+license=('CPL')
+arch=('i686' 'x86_64')
+depends=('libltdl' 'gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts' 
'gsfonts')
+makedepends=('swig' 'mono' 'guile' 'lua' 'ocaml' 'perl' 'python2' 'r' 'tk' 
'qt4' 'gtk2')
+optdepends=('mono: sharp bindings'
+'guile: guile bindings'
+'lua: lua bindings'
+'ocaml: ocaml bindings'
+'perl: perl bindings'
+'python2: python bindings'
+'r: r bindings'
+'tcl: tcl bindings'
+'qt4: gvedit'
+'gtk2: gtk output plugin'
+'xterm: vimdot')
+
+# http://www.graphviz.org/Download_source.php
+source=("${url}/pub/${pkgname}/stable/SOURCES/${pkgname}-${pkgver}.tar.gz"
+'ghostscript918.patch')
+sha256sums=('ca5218fade0204d59947126c38439f432853543b0818d9d728c589dfe7f3a421'
+'0083d126e27f2223ec4226fc1d71c9c84106968a0fdf65de838aee1e4882bfdb')
+
+install=install
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   patch -p1 -i ../ghostscript918.patch
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   export PYTHON=python2
+   export LIBPOSTFIX=/
+
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+
+   # Deduplicates TCL libraries
+   cd "${pkgdir}/usr/lib/tcl8.6"
+   rm -fr graphviz
+   ln -s ../graphviz/tcl graphviz
+}

Copied: graphviz/repos/staging-i686/ghostscript918.patch (from rev 303891, 
graphviz/trunk/ghostscript918.patch)
===
--- staging-i686/ghostscript918.patch   (rev 0)
+++ staging-i686/ghostscript918.patch   2017-08-26 12:25:21 UTC (rev 303892)
@@ -0,0 +1,18 @@
+diff -uprb graphviz-2.38.0.orig/plugin/gs/gvloadimage_gs.c 
graphviz-2.38.0/plugin/gs/gvloadimage_gs.c
+--- graphviz-2.38.0.orig/plugin/gs/gvloadimage_gs.c2014-04-13 
23:40:25.0 +0300
 graphviz-2.38.0/plugin/gs/gvloadimage_gs.c 2015-11-11 00:08:32.916123704 
+0200
+@@ -72,11 +72,11 @@ static void gs_error(GVJ_t * job, const
+ 
+ assert (err < 0);
+ 
+-if (err >= e_VMerror) 
++if (err >= gs_error_VMerror)
+   errsrc = "PostScript Level 1"; 
+-else if (err >= e_unregistered)
++else if (err >= gs_error_unregistered)
+   errsrc = "PostScript Level 2";
+-else if (err >= e_invalidid)
++else if (err >= gs_error_invalidid)
+   errsrc = "DPS error";
+ else
+   errsrc = "Ghostscript internal error";

Copied: graphviz/repos/staging-i686/install (from rev 303891, 
graphviz/trunk/install)
===
--- staging-i686/install(rev 0)
+++ staging-i686/install2017-08-26 12:25:21 UTC (rev 303892)
@@ -0,0 +1,12 @@
+post_install() {
+   rm -f usr/lib/graphviz/config{,6}
+   usr/bin/dot -c
+}
+
+post_upgrade() {
+   post_install
+}
+
+pre_remove() {
+   rm -f usr/lib/graphviz/config{,6}
+}

Copied: graphviz/repos/staging-x86_64/PKGBUILD (from rev 303891, 
graphviz/trunk/PKGBUILD)

[arch-commits] Commit in graphviz/repos (8 files)

2017-08-24 Thread Evangelos Foutras
Date: Thursday, August 24, 2017 @ 14:38:50
  Author: foutrelis
Revision: 303475

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

Added:
  graphviz/repos/staging-i686/
  graphviz/repos/staging-i686/PKGBUILD
(from rev 303474, graphviz/trunk/PKGBUILD)
  graphviz/repos/staging-i686/ghostscript918.patch
(from rev 303474, graphviz/trunk/ghostscript918.patch)
  graphviz/repos/staging-i686/install
(from rev 303474, graphviz/trunk/install)
  graphviz/repos/staging-x86_64/
  graphviz/repos/staging-x86_64/PKGBUILD
(from rev 303474, graphviz/trunk/PKGBUILD)
  graphviz/repos/staging-x86_64/ghostscript918.patch
(from rev 303474, graphviz/trunk/ghostscript918.patch)
  graphviz/repos/staging-x86_64/install
(from rev 303474, graphviz/trunk/install)

-+
 staging-i686/PKGBUILD   |   57 ++
 staging-i686/ghostscript918.patch   |   18 ++
 staging-i686/install|   12 +++
 staging-x86_64/PKGBUILD |   57 ++
 staging-x86_64/ghostscript918.patch |   18 ++
 staging-x86_64/install  |   12 +++
 6 files changed, 174 insertions(+)

Copied: graphviz/repos/staging-i686/PKGBUILD (from rev 303474, 
graphviz/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-08-24 14:38:50 UTC (rev 303475)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: kevin 
+# Contributor: John Proctor 
+
+pkgname=graphviz
+pkgver=2.40.1
+pkgrel=8
+pkgdesc='Graph visualization software'
+url='http://www.graphviz.org/'
+license=('CPL')
+arch=('i686' 'x86_64')
+depends=('libltdl' 'gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts' 
'gsfonts')
+makedepends=('swig' 'mono' 'guile' 'lua' 'ocaml' 'perl' 'python2' 'r' 'tk' 
'qt4' 'gtk2')
+optdepends=('mono: sharp bindings'
+'guile: guile bindings'
+'lua: lua bindings'
+'ocaml: ocaml bindings'
+'perl: perl bindings'
+'python2: python bindings'
+'r: r bindings'
+'tcl: tcl bindings'
+'qt4: gvedit'
+'gtk2: gtk output plugin'
+'xterm: vimdot')
+
+# http://www.graphviz.org/Download_source.php
+source=("${url}/pub/${pkgname}/stable/SOURCES/${pkgname}-${pkgver}.tar.gz"
+'ghostscript918.patch')
+sha256sums=('ca5218fade0204d59947126c38439f432853543b0818d9d728c589dfe7f3a421'
+'0083d126e27f2223ec4226fc1d71c9c84106968a0fdf65de838aee1e4882bfdb')
+
+install=install
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   patch -p1 -i ../ghostscript918.patch
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   export PYTHON=python2
+   export LIBPOSTFIX=/
+
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+
+   # Deduplicates TCL libraries
+   cd "${pkgdir}/usr/lib/tcl8.6"
+   rm -fr graphviz
+   ln -s ../graphviz/tcl graphviz
+}

Copied: graphviz/repos/staging-i686/ghostscript918.patch (from rev 303474, 
graphviz/trunk/ghostscript918.patch)
===
--- staging-i686/ghostscript918.patch   (rev 0)
+++ staging-i686/ghostscript918.patch   2017-08-24 14:38:50 UTC (rev 303475)
@@ -0,0 +1,18 @@
+diff -uprb graphviz-2.38.0.orig/plugin/gs/gvloadimage_gs.c 
graphviz-2.38.0/plugin/gs/gvloadimage_gs.c
+--- graphviz-2.38.0.orig/plugin/gs/gvloadimage_gs.c2014-04-13 
23:40:25.0 +0300
 graphviz-2.38.0/plugin/gs/gvloadimage_gs.c 2015-11-11 00:08:32.916123704 
+0200
+@@ -72,11 +72,11 @@ static void gs_error(GVJ_t * job, const
+ 
+ assert (err < 0);
+ 
+-if (err >= e_VMerror) 
++if (err >= gs_error_VMerror)
+   errsrc = "PostScript Level 1"; 
+-else if (err >= e_unregistered)
++else if (err >= gs_error_unregistered)
+   errsrc = "PostScript Level 2";
+-else if (err >= e_invalidid)
++else if (err >= gs_error_invalidid)
+   errsrc = "DPS error";
+ else
+   errsrc = "Ghostscript internal error";

Copied: graphviz/repos/staging-i686/install (from rev 303474, 
graphviz/trunk/install)
===
--- staging-i686/install(rev 0)
+++ staging-i686/install2017-08-24 14:38:50 UTC (rev 303475)
@@ -0,0 +1,12 @@
+post_install() {
+   rm -f usr/lib/graphviz/config{,6}
+   usr/bin/dot -c
+}
+
+post_upgrade() {
+   post_install
+}
+
+pre_remove() {
+   rm -f usr/lib/graphviz/config{,6}
+}

Copied: graphviz/repos/staging-x86_64/PKGBUILD (from rev 303474, 
graphviz/trunk/PKGBUILD)

[arch-commits] Commit in graphviz/repos (8 files)

2017-06-01 Thread Felix Yan
Date: Thursday, June 1, 2017 @ 11:20:15
  Author: felixonmars
Revision: 297215

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

Added:
  graphviz/repos/staging-i686/
  graphviz/repos/staging-i686/PKGBUILD
(from rev 297214, graphviz/trunk/PKGBUILD)
  graphviz/repos/staging-i686/ghostscript918.patch
(from rev 297214, graphviz/trunk/ghostscript918.patch)
  graphviz/repos/staging-i686/install
(from rev 297214, graphviz/trunk/install)
  graphviz/repos/staging-x86_64/
  graphviz/repos/staging-x86_64/PKGBUILD
(from rev 297214, graphviz/trunk/PKGBUILD)
  graphviz/repos/staging-x86_64/ghostscript918.patch
(from rev 297214, graphviz/trunk/ghostscript918.patch)
  graphviz/repos/staging-x86_64/install
(from rev 297214, graphviz/trunk/install)

-+
 staging-i686/PKGBUILD   |   64 ++
 staging-i686/ghostscript918.patch   |   18 +
 staging-i686/install|   12 ++
 staging-x86_64/PKGBUILD |   64 ++
 staging-x86_64/ghostscript918.patch |   18 +
 staging-x86_64/install  |   12 ++
 6 files changed, 188 insertions(+)

Copied: graphviz/repos/staging-i686/PKGBUILD (from rev 297214, 
graphviz/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-06-01 11:20:15 UTC (rev 297215)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: kevin 
+# Contributor: John Proctor 
+
+pkgname=graphviz
+pkgver=2.40.1
+pkgrel=4
+pkgdesc='Graph visualization software'
+url='http://www.graphviz.org/'
+license=('CPL')
+arch=('i686' 'x86_64')
+depends=('libltdl' 'gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts')
+makedepends=('swig' 'mono' 'guile' 'lua51' 'ocaml' 'perl' 'python2' 'r' 'tk' 
'qt4' 'gtk2')
+optdepends=('mono: sharp bindings'
+'guile: guile bindings'
+'lua51: lua bindings'
+'ocaml: ocaml bindings'
+'perl: perl bindings'
+'python2: python bindings'
+'r: r bindings'
+'tcl: tcl bindings'
+'qt4: gvedit'
+'gtk2: gtk output plugin'
+'xterm: vimdot')
+
+# http://www.graphviz.org/Download_source.php
+source=("${url}/pub/${pkgname}/stable/SOURCES/${pkgname}-${pkgver}.tar.gz"
+'ghostscript918.patch')
+sha256sums=('ca5218fade0204d59947126c38439f432853543b0818d9d728c589dfe7f3a421'
+'0083d126e27f2223ec4226fc1d71c9c84106968a0fdf65de838aee1e4882bfdb')
+
+install=install
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   patch -p1 -i ../ghostscript918.patch
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   export CXXFLAGS+=' -Dint64=int64_t' # for ocaml
+   export LIBPOSTFIX=/
+   export PYTHON=python2
+   export LUA=lua5.1
+
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+
+   cd "${pkgdir}/usr/lib"
+   install -d lua/5.1
+   mv lua/gv.so lua/5.1
+
+   # Workaround symlink upgrade bug (fixed in pacman trunk)
+   # Also deduplicates the tcl libraries (upstream bug?)
+   # Might have been this commit: 
https://github.com/ellson/graphviz/commit/f11aead
+   rm -r tcl8.6/graphviz
+   ln -s ../graphviz/tcl tcl8.6/graphviz
+}

Copied: graphviz/repos/staging-i686/ghostscript918.patch (from rev 297214, 
graphviz/trunk/ghostscript918.patch)
===
--- staging-i686/ghostscript918.patch   (rev 0)
+++ staging-i686/ghostscript918.patch   2017-06-01 11:20:15 UTC (rev 297215)
@@ -0,0 +1,18 @@
+diff -uprb graphviz-2.38.0.orig/plugin/gs/gvloadimage_gs.c 
graphviz-2.38.0/plugin/gs/gvloadimage_gs.c
+--- graphviz-2.38.0.orig/plugin/gs/gvloadimage_gs.c2014-04-13 
23:40:25.0 +0300
 graphviz-2.38.0/plugin/gs/gvloadimage_gs.c 2015-11-11 00:08:32.916123704 
+0200
+@@ -72,11 +72,11 @@ static void gs_error(GVJ_t * job, const
+ 
+ assert (err < 0);
+ 
+-if (err >= e_VMerror) 
++if (err >= gs_error_VMerror)
+   errsrc = "PostScript Level 1"; 
+-else if (err >= e_unregistered)
++else if (err >= gs_error_unregistered)
+   errsrc = "PostScript Level 2";
+-else if (err >= e_invalidid)
++else if (err >= gs_error_invalidid)
+   errsrc = "DPS error";
+ else
+   errsrc = "Ghostscript internal error";

Copied: graphviz/repos/staging-i686/install (from rev 297214, 
graphviz/trunk/install)
===
--- staging-i686/install(rev 0)
+++ staging-i686/install2017-06-01 11:20:15 UTC (rev 297215)
@@ -0,0 +1,12 @@

[arch-commits] Commit in graphviz/repos (8 files)

2017-03-29 Thread Gaƫtan Bisson
Date: Wednesday, March 29, 2017 @ 18:34:52
  Author: bisson
Revision: 291791

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

Added:
  graphviz/repos/staging-i686/
  graphviz/repos/staging-i686/PKGBUILD
(from rev 291790, graphviz/trunk/PKGBUILD)
  graphviz/repos/staging-i686/ghostscript918.patch
(from rev 291790, graphviz/trunk/ghostscript918.patch)
  graphviz/repos/staging-i686/install
(from rev 291790, graphviz/trunk/install)
  graphviz/repos/staging-x86_64/
  graphviz/repos/staging-x86_64/PKGBUILD
(from rev 291790, graphviz/trunk/PKGBUILD)
  graphviz/repos/staging-x86_64/ghostscript918.patch
(from rev 291790, graphviz/trunk/ghostscript918.patch)
  graphviz/repos/staging-x86_64/install
(from rev 291790, graphviz/trunk/install)

-+
 staging-i686/PKGBUILD   |   64 ++
 staging-i686/ghostscript918.patch   |   18 +
 staging-i686/install|   12 ++
 staging-x86_64/PKGBUILD |   64 ++
 staging-x86_64/ghostscript918.patch |   18 +
 staging-x86_64/install  |   12 ++
 6 files changed, 188 insertions(+)

Copied: graphviz/repos/staging-i686/PKGBUILD (from rev 291790, 
graphviz/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-03-29 18:34:52 UTC (rev 291791)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: kevin 
+# Contributor: John Proctor 
+
+pkgname=graphviz
+pkgver=2.40.1
+pkgrel=2
+pkgdesc='Graph visualization software'
+url='http://www.graphviz.org/'
+license=('CPL')
+arch=('i686' 'x86_64')
+depends=('libltdl' 'gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts')
+makedepends=('swig' 'mono' 'guile' 'lua51' 'ocaml' 'perl' 'python2' 'r' 'tk' 
'qt4' 'gtk2')
+optdepends=('mono: sharp bindings'
+'guile: guile bindings'
+'lua51: lua bindings'
+'ocaml: ocaml bindings'
+'perl: perl bindings'
+'python2: python bindings'
+'r: r bindings'
+'tcl: tcl bindings'
+'qt4: gvedit'
+'gtk2: gtk output plugin'
+'xterm: vimdot')
+
+# http://www.graphviz.org/Download_source.php
+source=("${url}/pub/${pkgname}/stable/SOURCES/${pkgname}-${pkgver}.tar.gz"
+'ghostscript918.patch')
+sha256sums=('ca5218fade0204d59947126c38439f432853543b0818d9d728c589dfe7f3a421'
+'0083d126e27f2223ec4226fc1d71c9c84106968a0fdf65de838aee1e4882bfdb')
+
+install=install
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   patch -p1 -i ../ghostscript918.patch
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   export CXXFLAGS+=' -Dint64=int64_t' # for ocaml
+   export LIBPOSTFIX=/
+   export PYTHON=python2
+   export LUA=lua5.1
+
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+
+   cd "${pkgdir}/usr/lib"
+   install -d lua/5.1
+   mv lua/gv.so lua/5.1
+
+   # Workaround symlink upgrade bug (fixed in pacman trunk)
+   # Also deduplicates the tcl libraries (upstream bug?)
+   # Might have been this commit: 
https://github.com/ellson/graphviz/commit/f11aead
+   rm -r tcl8.6/graphviz
+   ln -s ../graphviz/tcl tcl8.6/graphviz
+}

Copied: graphviz/repos/staging-i686/ghostscript918.patch (from rev 291790, 
graphviz/trunk/ghostscript918.patch)
===
--- staging-i686/ghostscript918.patch   (rev 0)
+++ staging-i686/ghostscript918.patch   2017-03-29 18:34:52 UTC (rev 291791)
@@ -0,0 +1,18 @@
+diff -uprb graphviz-2.38.0.orig/plugin/gs/gvloadimage_gs.c 
graphviz-2.38.0/plugin/gs/gvloadimage_gs.c
+--- graphviz-2.38.0.orig/plugin/gs/gvloadimage_gs.c2014-04-13 
23:40:25.0 +0300
 graphviz-2.38.0/plugin/gs/gvloadimage_gs.c 2015-11-11 00:08:32.916123704 
+0200
+@@ -72,11 +72,11 @@ static void gs_error(GVJ_t * job, const
+ 
+ assert (err < 0);
+ 
+-if (err >= e_VMerror) 
++if (err >= gs_error_VMerror)
+   errsrc = "PostScript Level 1"; 
+-else if (err >= e_unregistered)
++else if (err >= gs_error_unregistered)
+   errsrc = "PostScript Level 2";
+-else if (err >= e_invalidid)
++else if (err >= gs_error_invalidid)
+   errsrc = "DPS error";
+ else
+   errsrc = "Ghostscript internal error";

Copied: graphviz/repos/staging-i686/install (from rev 291790, 
graphviz/trunk/install)
===
--- staging-i686/install(rev 0)
+++ staging-i686/install2017-03-29 18:34:52 UTC (rev 291791)
@@ -0,0 +1,12 @@
+post_install() 

[arch-commits] Commit in graphviz/repos (8 files)

2015-06-02 Thread Gaetan Bisson
Date: Tuesday, June 2, 2015 @ 23:49:02
  Author: bisson
Revision: 240234

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

Added:
  graphviz/repos/staging-i686/
  graphviz/repos/staging-i686/PKGBUILD
(from rev 240233, graphviz/trunk/PKGBUILD)
  graphviz/repos/staging-i686/format-string.patch
(from rev 240233, graphviz/trunk/format-string.patch)
  graphviz/repos/staging-i686/install
(from rev 240233, graphviz/trunk/install)
  graphviz/repos/staging-x86_64/
  graphviz/repos/staging-x86_64/PKGBUILD
(from rev 240233, graphviz/trunk/PKGBUILD)
  graphviz/repos/staging-x86_64/format-string.patch
(from rev 240233, graphviz/trunk/format-string.patch)
  graphviz/repos/staging-x86_64/install
(from rev 240233, graphviz/trunk/install)

+
 staging-i686/PKGBUILD  |   57 +++
 staging-i686/format-string.patch   |   21 
 staging-i686/install   |   12 +++
 staging-x86_64/PKGBUILD|   57 +++
 staging-x86_64/format-string.patch |   21 
 staging-x86_64/install |   12 +++
 6 files changed, 180 insertions(+)

Copied: graphviz/repos/staging-i686/PKGBUILD (from rev 240233, 
graphviz/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-06-02 21:49:02 UTC (rev 240234)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: kevin ke...@archlinux.org
+# Contributor: John Proctor jproc...@prium.net
+
+pkgname=graphviz
+pkgver=2.38.0
+pkgrel=5
+pkgdesc='Graph visualization software'
+url='http://www.graphviz.org/'
+license=('CPL')
+arch=('i686' 'x86_64')
+depends=('libltdl' 'gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts')
+makedepends=('swig' 'mono' 'guile' 'lua51' 'ocaml' 'perl' 'php' 'python2' 'r' 
'tk' 'qt4' 'gtk2')
+optdepends=('mono: sharp bindings'
+'guile: guile bindings'
+'lua51: lua bindings'
+'ocaml: ocaml bindings'
+'perl: perl bindings'
+'php: php bindings'
+'python2: python bindings'
+'r: r bindings'
+'tcl: tcl bindings'
+'qt4: gvedit'
+'gtk2: gtk output plugin')
+source=(${url}/pub/${pkgname}/stable/SOURCES/${pkgname}-${pkgver}.tar.gz
+'format-string.patch')
+sha1sums=('053c771278909160916ca5464a0a98ebf034c6ef'
+  '271d116bc022596a64b6ee061f3d2e50fa2e6025')
+
+install=install
+
+prepare() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   patch -p1 -i ../format-string.patch # FS#42983
+}
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   export LIBPOSTFIX=/
+   export PYTHON=python2
+   export LUA=lua5.1
+
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+
+   # Workaround symlink upgrade bug (fixed in pacman trunk)
+   # Also deduplicates the tcl libraries (upstream bug?)
+   # Might have been this commit: 
https://github.com/ellson/graphviz/commit/f11aead
+   rm -r ${pkgdir}/usr/lib/tcl8.6/graphviz
+   ln -s ../graphviz/tcl $pkgdir/usr/lib/tcl8.6/graphviz
+}

Copied: graphviz/repos/staging-i686/format-string.patch (from rev 240233, 
graphviz/trunk/format-string.patch)
===
--- staging-i686/format-string.patch(rev 0)
+++ staging-i686/format-string.patch2015-06-02 21:49:02 UTC (rev 240234)
@@ -0,0 +1,21 @@
+diff -Naur old/lib/cgraph/scan.l new/lib/cgraph/scan.l
+--- old/lib/cgraph/scan.l  2014-04-13 10:40:25.0 -1000
 new/lib/cgraph/scan.l  2014-12-02 08:54:21.285050735 -1000
+@@ -149,7 +149,7 @@
+   agxbput(xb,buf);
+   agxbput(xb,fname);
+   agxbput(xb,  splits into two tokens\n);
+-  agerr(AGWARN,agxbuse(xb));
++  agerr(AGWARN, %s, agxbuse(xb));
+ 
+   agxbfree(xb);
+   return 1;
+@@ -225,7 +225,7 @@
+   agxbput (xb, buf);
+   agxbput (xb, yytext);
+   agxbput (xb,'\n);
+-  agerr(AGERR,agxbuse(xb));
++  agerr(AGERR, %s, agxbuse(xb));
+   agxbfree(xb);
+ }
+ /* must be here to see flex's macro defns */

Copied: graphviz/repos/staging-i686/install (from rev 240233, 
graphviz/trunk/install)
===
--- staging-i686/install(rev 0)
+++ staging-i686/install2015-06-02 21:49:02 UTC (rev 240234)
@@ -0,0 +1,12 @@
+post_install() {
+   rm -f usr/lib/graphviz/config{,6}
+   usr/bin/dot -c
+}
+
+post_upgrade() {
+   post_install
+}
+
+pre_remove() {
+   rm -f usr/lib/graphviz/config{,6}
+}

Copied: graphviz/repos/staging-x86_64/PKGBUILD (from rev 240233, 
graphviz/trunk/PKGBUILD)

[arch-commits] Commit in graphviz/repos (8 files)

2015-04-18 Thread Gaetan Bisson
Date: Saturday, April 18, 2015 @ 22:17:04
  Author: bisson
Revision: 237407

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

Added:
  graphviz/repos/staging-i686/
  graphviz/repos/staging-i686/PKGBUILD
(from rev 237406, graphviz/trunk/PKGBUILD)
  graphviz/repos/staging-i686/format-string.patch
(from rev 237406, graphviz/trunk/format-string.patch)
  graphviz/repos/staging-i686/install
(from rev 237406, graphviz/trunk/install)
  graphviz/repos/staging-x86_64/
  graphviz/repos/staging-x86_64/PKGBUILD
(from rev 237406, graphviz/trunk/PKGBUILD)
  graphviz/repos/staging-x86_64/format-string.patch
(from rev 237406, graphviz/trunk/format-string.patch)
  graphviz/repos/staging-x86_64/install
(from rev 237406, graphviz/trunk/install)

+
 staging-i686/PKGBUILD  |   57 +++
 staging-i686/format-string.patch   |   21 
 staging-i686/install   |   12 +++
 staging-x86_64/PKGBUILD|   57 +++
 staging-x86_64/format-string.patch |   21 
 staging-x86_64/install |   12 +++
 6 files changed, 180 insertions(+)

Copied: graphviz/repos/staging-i686/PKGBUILD (from rev 237406, 
graphviz/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-04-18 20:17:04 UTC (rev 237407)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: kevin ke...@archlinux.org
+# Contributor: John Proctor jproc...@prium.net
+
+pkgname=graphviz
+pkgver=2.38.0
+pkgrel=4
+pkgdesc='Graph visualization software'
+url='http://www.graphviz.org/'
+license=('CPL')
+arch=('i686' 'x86_64')
+depends=('libltdl' 'gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts')
+makedepends=('swig' 'mono' 'guile' 'lua51' 'ocaml' 'perl' 'php' 'python2' 'r' 
'tk' 'qt4' 'gtk2')
+optdepends=('mono: sharp bindings'
+'guile: guile bindings'
+'lua51: lua bindings'
+'ocaml: ocaml bindings'
+'perl: perl bindings'
+'php: php bindings'
+'python2: python bindings'
+'r: r bindings'
+'tcl: tcl bindings'
+'qt4: gvedit'
+'gtk2: gtk output plugin')
+source=(${url}/pub/${pkgname}/stable/SOURCES/${pkgname}-${pkgver}.tar.gz
+'format-string.patch')
+sha1sums=('053c771278909160916ca5464a0a98ebf034c6ef'
+  '271d116bc022596a64b6ee061f3d2e50fa2e6025')
+
+install=install
+
+prepare() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   patch -p1 -i ../format-string.patch # FS#42983
+}
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   export LIBPOSTFIX=/
+   export PYTHON=python2
+   export LUA=lua5.1
+
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+
+   # Workaround symlink upgrade bug (fixed in pacman trunk)
+   # Also deduplicates the tcl libraries (upstream bug?)
+   # Might have been this commit: 
https://github.com/ellson/graphviz/commit/f11aead
+   rm -r ${pkgdir}/usr/lib/tcl8.6/graphviz
+   ln -s ../graphviz/tcl $pkgdir/usr/lib/tcl8.6/graphviz
+}

Copied: graphviz/repos/staging-i686/format-string.patch (from rev 237406, 
graphviz/trunk/format-string.patch)
===
--- staging-i686/format-string.patch(rev 0)
+++ staging-i686/format-string.patch2015-04-18 20:17:04 UTC (rev 237407)
@@ -0,0 +1,21 @@
+diff -Naur old/lib/cgraph/scan.l new/lib/cgraph/scan.l
+--- old/lib/cgraph/scan.l  2014-04-13 10:40:25.0 -1000
 new/lib/cgraph/scan.l  2014-12-02 08:54:21.285050735 -1000
+@@ -149,7 +149,7 @@
+   agxbput(xb,buf);
+   agxbput(xb,fname);
+   agxbput(xb,  splits into two tokens\n);
+-  agerr(AGWARN,agxbuse(xb));
++  agerr(AGWARN, %s, agxbuse(xb));
+ 
+   agxbfree(xb);
+   return 1;
+@@ -225,7 +225,7 @@
+   agxbput (xb, buf);
+   agxbput (xb, yytext);
+   agxbput (xb,'\n);
+-  agerr(AGERR,agxbuse(xb));
++  agerr(AGERR, %s, agxbuse(xb));
+   agxbfree(xb);
+ }
+ /* must be here to see flex's macro defns */

Copied: graphviz/repos/staging-i686/install (from rev 237406, 
graphviz/trunk/install)
===
--- staging-i686/install(rev 0)
+++ staging-i686/install2015-04-18 20:17:04 UTC (rev 237407)
@@ -0,0 +1,12 @@
+post_install() {
+   rm -f usr/lib/graphviz/config{,6}
+   usr/bin/dot -c
+}
+
+post_upgrade() {
+   post_install
+}
+
+pre_remove() {
+   rm -f usr/lib/graphviz/config{,6}
+}

Copied: graphviz/repos/staging-x86_64/PKGBUILD (from rev 237406, 
graphviz/trunk/PKGBUILD)

[arch-commits] Commit in graphviz/repos (8 files)

2014-08-11 Thread Gaetan Bisson
Date: Tuesday, August 12, 2014 @ 02:30:17
  Author: bisson
Revision: 219592

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

Added:
  graphviz/repos/extra-i686/PKGBUILD
(from rev 219591, graphviz/trunk/PKGBUILD)
  graphviz/repos/extra-i686/install
(from rev 219591, graphviz/trunk/install)
  graphviz/repos/extra-x86_64/PKGBUILD
(from rev 219591, graphviz/trunk/PKGBUILD)
  graphviz/repos/extra-x86_64/install
(from rev 219591, graphviz/trunk/install)
Deleted:
  graphviz/repos/extra-i686/PKGBUILD
  graphviz/repos/extra-i686/install
  graphviz/repos/extra-x86_64/PKGBUILD
  graphviz/repos/extra-x86_64/install

---+
 /PKGBUILD |  100 
 /install  |   24 +++
 extra-i686/PKGBUILD   |   50 
 extra-i686/install|   12 -
 extra-x86_64/PKGBUILD |   50 
 extra-x86_64/install  |   12 -
 6 files changed, 124 insertions(+), 124 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-08-12 00:29:50 UTC (rev 219591)
+++ extra-i686/PKGBUILD 2014-08-12 00:30:17 UTC (rev 219592)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: kevin ke...@archlinux.org
-# Contributor: John Proctor jproc...@prium.net
-
-pkgname=graphviz
-pkgver=2.36.0
-pkgrel=3
-pkgdesc='Graph visualization software'
-url='http://www.graphviz.org/'
-license=('CPL')
-arch=('i686' 'x86_64')
-depends=('libltdl' 'gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts')
-makedepends=('swig' 'mono' 'guile' 'lua51' 'ocaml' 'perl' 'php' 'python2' 'r' 
'tk' 'qt4' 'gtk2')
-optdepends=('mono: sharp bindings'
-'guile: guile bindings'
-'lua51: lua bindings'
-'ocaml: ocaml bindings'
-'perl: perl bindings'
-'php: php bindings'
-'python2: python bindings'
-'r: r bindings'
-'tcl: tcl bindings'
-'qt4: gvedit'
-'gtk2: gtk output plugin')
-source=(${url}/pub/${pkgname}/stable/SOURCES/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('a41e9f1cbcc9a24651e14dd15a4cda3d912d7d19')
-
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   export LIBPOSTFIX=/
-   export PYTHON=python2
-   export LUA=lua5.1
-
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-
-   # Workaround symlink upgrade bug (fixed in pacman trunk)
-   # Also deduplicates the tcl libraries (upstream bug?)
-   # Might have been this commit: 
https://github.com/ellson/graphviz/commit/f11aead
-   rm -r ${pkgdir}/usr/lib/tcl8.6/graphviz
-   ln -s ../graphviz/tcl $pkgdir/usr/lib/tcl8.6/graphviz
-}

Copied: graphviz/repos/extra-i686/PKGBUILD (from rev 219591, 
graphviz/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-08-12 00:30:17 UTC (rev 219592)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: kevin ke...@archlinux.org
+# Contributor: John Proctor jproc...@prium.net
+
+pkgname=graphviz
+pkgver=2.38.0
+pkgrel=1
+pkgdesc='Graph visualization software'
+url='http://www.graphviz.org/'
+license=('CPL')
+arch=('i686' 'x86_64')
+depends=('libltdl' 'gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts')
+makedepends=('swig' 'mono' 'guile' 'lua51' 'ocaml' 'perl' 'php' 'python2' 'r' 
'tk' 'qt4' 'gtk2')
+optdepends=('mono: sharp bindings'
+'guile: guile bindings'
+'lua51: lua bindings'
+'ocaml: ocaml bindings'
+'perl: perl bindings'
+'php: php bindings'
+'python2: python bindings'
+'r: r bindings'
+'tcl: tcl bindings'
+'qt4: gvedit'
+'gtk2: gtk output plugin')
+source=(${url}/pub/${pkgname}/stable/SOURCES/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('053c771278909160916ca5464a0a98ebf034c6ef')
+
+install=install
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   export LIBPOSTFIX=/
+   export PYTHON=python2
+   export LUA=lua5.1
+
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+
+   # Workaround symlink upgrade bug (fixed in pacman trunk)
+   # Also deduplicates the tcl libraries (upstream bug?)
+   # Might have been this commit: 
https://github.com/ellson/graphviz/commit/f11aead
+   rm -r ${pkgdir}/usr/lib/tcl8.6/graphviz
+   ln -s ../graphviz/tcl $pkgdir/usr/lib/tcl8.6/graphviz
+}

Deleted: extra-i686/install
===
--- extra-i686/install  2014-08-12 00:29:50 UTC (rev 219591)
+++ extra-i686/install  2014-08-12 

[arch-commits] Commit in graphviz/repos (8 files)

2014-06-01 Thread Florian Pritz
Date: Sunday, June 1, 2014 @ 13:09:07
  Author: bluewind
Revision: 213962

db-move: moved graphviz from [staging] to [testing] (i686, x86_64)

Added:
  graphviz/repos/testing-i686/
  graphviz/repos/testing-i686/PKGBUILD
(from rev 213950, graphviz/repos/staging-i686/PKGBUILD)
  graphviz/repos/testing-i686/install
(from rev 213950, graphviz/repos/staging-i686/install)
  graphviz/repos/testing-x86_64/
  graphviz/repos/testing-x86_64/PKGBUILD
(from rev 213950, graphviz/repos/staging-x86_64/PKGBUILD)
  graphviz/repos/testing-x86_64/install
(from rev 213950, graphviz/repos/staging-x86_64/install)
Deleted:
  graphviz/repos/staging-i686/
  graphviz/repos/staging-x86_64/

-+
 testing-i686/PKGBUILD   |   50 ++
 testing-i686/install|   12 +++
 testing-x86_64/PKGBUILD |   50 ++
 testing-x86_64/install  |   12 +++
 4 files changed, 124 insertions(+)

Copied: graphviz/repos/testing-i686/PKGBUILD (from rev 213950, 
graphviz/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-01 11:09:07 UTC (rev 213962)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: kevin ke...@archlinux.org
+# Contributor: John Proctor jproc...@prium.net
+
+pkgname=graphviz
+pkgver=2.36.0
+pkgrel=3
+pkgdesc='Graph visualization software'
+url='http://www.graphviz.org/'
+license=('CPL')
+arch=('i686' 'x86_64')
+depends=('libltdl' 'gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts')
+makedepends=('swig' 'mono' 'guile' 'lua51' 'ocaml' 'perl' 'php' 'python2' 'r' 
'tk' 'qt4' 'gtk2')
+optdepends=('mono: sharp bindings'
+'guile: guile bindings'
+'lua51: lua bindings'
+'ocaml: ocaml bindings'
+'perl: perl bindings'
+'php: php bindings'
+'python2: python bindings'
+'r: r bindings'
+'tcl: tcl bindings'
+'qt4: gvedit'
+'gtk2: gtk output plugin')
+source=(${url}/pub/${pkgname}/stable/SOURCES/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('a41e9f1cbcc9a24651e14dd15a4cda3d912d7d19')
+
+install=install
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   export LIBPOSTFIX=/
+   export PYTHON=python2
+   export LUA=lua5.1
+
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+
+   # Workaround symlink upgrade bug (fixed in pacman trunk)
+   # Also deduplicates the tcl libraries (upstream bug?)
+   # Might have been this commit: 
https://github.com/ellson/graphviz/commit/f11aead
+   rm -r ${pkgdir}/usr/lib/tcl8.6/graphviz
+   ln -s ../graphviz/tcl $pkgdir/usr/lib/tcl8.6/graphviz
+}

Copied: graphviz/repos/testing-i686/install (from rev 213950, 
graphviz/repos/staging-i686/install)
===
--- testing-i686/install(rev 0)
+++ testing-i686/install2014-06-01 11:09:07 UTC (rev 213962)
@@ -0,0 +1,12 @@
+post_install() {
+   rm -f usr/lib/graphviz/config{,6}
+   usr/bin/dot -c
+}
+
+post_upgrade() {
+   post_install
+}
+
+pre_remove() {
+   rm -f usr/lib/graphviz/config{,6}
+}

Copied: graphviz/repos/testing-x86_64/PKGBUILD (from rev 213950, 
graphviz/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-06-01 11:09:07 UTC (rev 213962)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: kevin ke...@archlinux.org
+# Contributor: John Proctor jproc...@prium.net
+
+pkgname=graphviz
+pkgver=2.36.0
+pkgrel=3
+pkgdesc='Graph visualization software'
+url='http://www.graphviz.org/'
+license=('CPL')
+arch=('i686' 'x86_64')
+depends=('libltdl' 'gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts')
+makedepends=('swig' 'mono' 'guile' 'lua51' 'ocaml' 'perl' 'php' 'python2' 'r' 
'tk' 'qt4' 'gtk2')
+optdepends=('mono: sharp bindings'
+'guile: guile bindings'
+'lua51: lua bindings'
+'ocaml: ocaml bindings'
+'perl: perl bindings'
+'php: php bindings'
+'python2: python bindings'
+'r: r bindings'
+'tcl: tcl bindings'
+'qt4: gvedit'
+'gtk2: gtk output plugin')
+source=(${url}/pub/${pkgname}/stable/SOURCES/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('a41e9f1cbcc9a24651e14dd15a4cda3d912d7d19')
+
+install=install
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   export LIBPOSTFIX=/
+   export PYTHON=python2
+   export LUA=lua5.1
+
+   ./configure --prefix=/usr
+   make
+}
+

[arch-commits] Commit in graphviz/repos (8 files)

2014-02-04 Thread Jan Steffens
Date: Tuesday, February 4, 2014 @ 12:31:25
  Author: heftig
Revision: 205075

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

Added:
  graphviz/repos/extra-i686/PKGBUILD
(from rev 205074, graphviz/trunk/PKGBUILD)
  graphviz/repos/extra-i686/install
(from rev 205074, graphviz/trunk/install)
  graphviz/repos/extra-x86_64/PKGBUILD
(from rev 205074, graphviz/trunk/PKGBUILD)
  graphviz/repos/extra-x86_64/install
(from rev 205074, graphviz/trunk/install)
Deleted:
  graphviz/repos/extra-i686/PKGBUILD
  graphviz/repos/extra-i686/install
  graphviz/repos/extra-x86_64/PKGBUILD
  graphviz/repos/extra-x86_64/install

---+
 /PKGBUILD |  100 
 /install  |   24 +++
 extra-i686/PKGBUILD   |   44 -
 extra-i686/install|   12 -
 extra-x86_64/PKGBUILD |   44 -
 extra-x86_64/install  |   12 -
 6 files changed, 124 insertions(+), 112 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-02-04 11:31:05 UTC (rev 205074)
+++ extra-i686/PKGBUILD 2014-02-04 11:31:25 UTC (rev 205075)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: kevin ke...@archlinux.org
-# Contributor: John Proctor jproc...@prium.net
-
-pkgname=graphviz
-pkgver=2.36.0
-pkgrel=1
-pkgdesc='Graph visualization software'
-url='http://www.graphviz.org/'
-license=('CPL')
-arch=('i686' 'x86_64')
-depends=('libltdl' 'gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts')
-makedepends=('swig' 'mono' 'guile' 'lua51' 'ocaml' 'perl' 'php' 'python2' 'r' 
'tk' 'qt4' 'gtk2')
-optdepends=('mono: sharp bindings'
-'guile: guile bindings'
-'lua51: lua bindings'
-'ocaml: ocaml bindings'
-'perl: perl bindings'
-'php: php bindings'
-'python2: python bindings'
-'r: r bindings'
-'tcl: tcl bindings'
-'qt4: gvedit'
-'gtk2: gtk output plugin')
-source=(${url}/pub/${pkgname}/stable/SOURCES/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('a41e9f1cbcc9a24651e14dd15a4cda3d912d7d19')
-
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   export LIBPOSTFIX=/
-   export PYTHON=python2
-   export LUA=lua5.1
-
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-}

Copied: graphviz/repos/extra-i686/PKGBUILD (from rev 205074, 
graphviz/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-02-04 11:31:25 UTC (rev 205075)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: kevin ke...@archlinux.org
+# Contributor: John Proctor jproc...@prium.net
+
+pkgname=graphviz
+pkgver=2.36.0
+pkgrel=2
+pkgdesc='Graph visualization software'
+url='http://www.graphviz.org/'
+license=('CPL')
+arch=('i686' 'x86_64')
+depends=('libltdl' 'gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts')
+makedepends=('swig' 'mono' 'guile' 'lua51' 'ocaml' 'perl' 'php' 'python2' 'r' 
'tk' 'qt4' 'gtk2')
+optdepends=('mono: sharp bindings'
+'guile: guile bindings'
+'lua51: lua bindings'
+'ocaml: ocaml bindings'
+'perl: perl bindings'
+'php: php bindings'
+'python2: python bindings'
+'r: r bindings'
+'tcl: tcl bindings'
+'qt4: gvedit'
+'gtk2: gtk output plugin')
+source=(${url}/pub/${pkgname}/stable/SOURCES/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('a41e9f1cbcc9a24651e14dd15a4cda3d912d7d19')
+
+install=install
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   export LIBPOSTFIX=/
+   export PYTHON=python2
+   export LUA=lua5.1
+
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+
+   # Workaround symlink upgrade bug (fixed in pacman trunk)
+   # Also deduplicates the tcl libraries (upstream bug?)
+   # Might have been this commit: 
https://github.com/ellson/graphviz/commit/f11aead
+   rm -r ${pkgdir}/usr/lib/tcl8.6/graphviz
+   ln -s ../graphviz/tcl $pkgdir/usr/lib/tcl8.6/graphviz
+}

Deleted: extra-i686/install
===
--- extra-i686/install  2014-02-04 11:31:05 UTC (rev 205074)
+++ extra-i686/install  2014-02-04 11:31:25 UTC (rev 205075)
@@ -1,12 +0,0 @@
-post_install() {
-   rm -f usr/lib/graphviz/config{,6}
-   usr/bin/dot -c
-}
-
-post_upgrade() {
-   post_install
-}
-
-pre_remove() {
-   rm -f usr/lib/graphviz/config{,6}
-}

Copied: graphviz/repos/extra-i686/install (from rev 205074, 
graphviz/trunk/install)

[arch-commits] Commit in graphviz/repos (8 files)

2013-10-22 Thread Gaetan Bisson
Date: Wednesday, October 23, 2013 @ 03:47:36
  Author: bisson
Revision: 197142

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

Added:
  graphviz/repos/testing-i686/
  graphviz/repos/testing-i686/PKGBUILD
(from rev 197141, graphviz/trunk/PKGBUILD)
  graphviz/repos/testing-i686/dotty.patch
(from rev 197141, graphviz/trunk/dotty.patch)
  graphviz/repos/testing-i686/install
(from rev 197141, graphviz/trunk/install)
  graphviz/repos/testing-x86_64/
  graphviz/repos/testing-x86_64/PKGBUILD
(from rev 197141, graphviz/trunk/PKGBUILD)
  graphviz/repos/testing-x86_64/dotty.patch
(from rev 197141, graphviz/trunk/dotty.patch)
  graphviz/repos/testing-x86_64/install
(from rev 197141, graphviz/trunk/install)

+
 testing-i686/PKGBUILD  |   53 +++
 testing-i686/dotty.patch   |   21 +
 testing-i686/install   |   12 +
 testing-x86_64/PKGBUILD|   53 +++
 testing-x86_64/dotty.patch |   21 +
 testing-x86_64/install |   12 +
 6 files changed, 172 insertions(+)

Copied: graphviz/repos/testing-i686/PKGBUILD (from rev 197141, 
graphviz/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-10-23 01:47:36 UTC (rev 197142)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: kevin ke...@archlinux.org
+# Contributor: John Proctor jproc...@prium.net
+
+pkgname=graphviz
+pkgver=2.34.0
+pkgrel=2
+pkgdesc='Graph visualization software'
+url='http://www.graphviz.org/'
+license=('CPL')
+arch=('i686' 'x86_64')
+depends=('libltdl' 'gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts')
+makedepends=('swig' 'mono' 'guile' 'lua51' 'ocaml' 'perl' 'php' 'python2' 'r' 
'tk' 'qt4')
+optdepends=('mono: sharp bindings'
+'guile: guile bindings'
+'lua51: lua bindings'
+'ocaml: ocaml bindings'
+'perl: perl bindings'
+'php: php bindings'
+'python2: python bindings'
+'r: r bindings'
+'tcl: tcl bindings'
+'qt4: gvedit')
+source=(${url}/pub/${pkgname}/stable/SOURCES/${pkgname}-${pkgver}.tar.gz
+'dotty.patch')
+sha1sums=('5a0c00bebe7f4c7a04523db21f40966dc9f0d441'
+  '31bc9f505c8b6470289a0d6ec31c237765cba239')
+
+options=('!libtool')
+install=install
+
+prepare() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   patch -p1 -i ../dotty.patch
+   sed \
+   -e '/LIBPOSTFIX=64/d' \
+   -i configure
+}
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   export PYTHON=python2
+   export LUA=lua5.1
+
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}

Copied: graphviz/repos/testing-i686/dotty.patch (from rev 197141, 
graphviz/trunk/dotty.patch)
===
--- testing-i686/dotty.patch(rev 0)
+++ testing-i686/dotty.patch2013-10-23 01:47:36 UTC (rev 197142)
@@ -0,0 +1,21 @@
+diff -Naur old/cmd/dotty/dotty_layout.lefty new/cmd/dotty/dotty_layout.lefty
+--- old/cmd/dotty/dotty_layout.lefty   2013-09-06 15:07:52.0 -1000
 new/cmd/dotty/dotty_layout.lefty   2013-10-22 15:23:50.153028328 -1000
+@@ -5,7 +5,7 @@
+ local fd;
+ 
+ if (~dotty.lservers[lserver] | tablesize (dotty.lservers[lserver]) == 0) {
+-if (~((fd = openio ('pipe', lserver, 'r+', '%e -Txdot')) = 0)) {
++if (~((fd = openio ('pipe', lserver, 'r+', '%e -Txdot1.2')) = 0)) {
+ dotty.message (0, concat ('cannot start ', lserver));
+ return null;
+ }
+@@ -438,6 +438,8 @@
+ }
+ } else if (t[i] == 'I') {
+ i = i + 7;
++} else if (t[i] == 't') {
++i = i + 2;
+ } else {
+ dotty.message (0, concat ('draw language parser error: ', t[i]));
+ return null;

Copied: graphviz/repos/testing-i686/install (from rev 197141, 
graphviz/trunk/install)
===
--- testing-i686/install(rev 0)
+++ testing-i686/install2013-10-23 01:47:36 UTC (rev 197142)
@@ -0,0 +1,12 @@
+post_install() {
+   rm -f usr/lib/graphviz/config{,6}
+   usr/bin/dot -c
+}
+
+post_upgrade() {
+   post_install
+}
+
+pre_remove() {
+   rm -f usr/lib/graphviz/config{,6}
+}

Copied: graphviz/repos/testing-x86_64/PKGBUILD (from rev 197141, 
graphviz/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-10-23 01:47:36 UTC (rev 197142)
@@ -0,0 +1,53 @@
+# $Id$

[arch-commits] Commit in graphviz/repos (8 files)

2013-10-12 Thread Gaetan Bisson
Date: Saturday, October 12, 2013 @ 11:01:40
  Author: bisson
Revision: 196363

db-move: moved graphviz from [staging] to [testing] (i686, x86_64)

Added:
  graphviz/repos/testing-i686/
  graphviz/repos/testing-i686/PKGBUILD
(from rev 196362, graphviz/repos/staging-i686/PKGBUILD)
  graphviz/repos/testing-i686/install
(from rev 196362, graphviz/repos/staging-i686/install)
  graphviz/repos/testing-x86_64/
  graphviz/repos/testing-x86_64/PKGBUILD
(from rev 196362, graphviz/repos/staging-x86_64/PKGBUILD)
  graphviz/repos/testing-x86_64/install
(from rev 196362, graphviz/repos/staging-x86_64/install)
Deleted:
  graphviz/repos/staging-i686/
  graphviz/repos/staging-x86_64/

-+
 testing-i686/PKGBUILD   |   50 ++
 testing-i686/install|   12 +++
 testing-x86_64/PKGBUILD |   50 ++
 testing-x86_64/install  |   12 +++
 4 files changed, 124 insertions(+)

Copied: graphviz/repos/testing-i686/PKGBUILD (from rev 196362, 
graphviz/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-10-12 09:01:40 UTC (rev 196363)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: kevin ke...@archlinux.org
+# Contributor: John Proctor jproc...@prium.net
+
+pkgname=graphviz
+pkgver=2.34.0
+pkgrel=1
+pkgdesc='Graph visualization software'
+url='http://www.graphviz.org/'
+license=('CPL')
+arch=('i686' 'x86_64')
+depends=('libltdl' 'gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts')
+makedepends=('swig' 'mono' 'guile' 'lua51' 'ocaml' 'perl' 'php' 'python2' 'r' 
'tk' 'qt4')
+optdepends=('mono: sharp bindings'
+'guile: guile bindings'
+'lua51: lua bindings'
+'ocaml: ocaml bindings'
+'perl: perl bindings'
+'php: php bindings'
+'python2: python bindings'
+'r: r bindings'
+'tcl: tcl bindings'
+'qt4: gvedit')
+source=(${url}/pub/${pkgname}/stable/SOURCES/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('5a0c00bebe7f4c7a04523db21f40966dc9f0d441')
+
+options=('!libtool')
+install=install
+
+prepare() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   sed \
+   -e '/LIBPOSTFIX=64/d' \
+   -i configure
+}
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   export PYTHON=python2
+   export LUA=lua5.1
+
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}

Copied: graphviz/repos/testing-i686/install (from rev 196362, 
graphviz/repos/staging-i686/install)
===
--- testing-i686/install(rev 0)
+++ testing-i686/install2013-10-12 09:01:40 UTC (rev 196363)
@@ -0,0 +1,12 @@
+post_install() {
+   rm -f usr/lib/graphviz/config{,6}
+   usr/bin/dot -c
+}
+
+post_upgrade() {
+   post_install
+}
+
+pre_remove() {
+   rm -f usr/lib/graphviz/config{,6}
+}

Copied: graphviz/repos/testing-x86_64/PKGBUILD (from rev 196362, 
graphviz/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-10-12 09:01:40 UTC (rev 196363)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: kevin ke...@archlinux.org
+# Contributor: John Proctor jproc...@prium.net
+
+pkgname=graphviz
+pkgver=2.34.0
+pkgrel=1
+pkgdesc='Graph visualization software'
+url='http://www.graphviz.org/'
+license=('CPL')
+arch=('i686' 'x86_64')
+depends=('libltdl' 'gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts')
+makedepends=('swig' 'mono' 'guile' 'lua51' 'ocaml' 'perl' 'php' 'python2' 'r' 
'tk' 'qt4')
+optdepends=('mono: sharp bindings'
+'guile: guile bindings'
+'lua51: lua bindings'
+'ocaml: ocaml bindings'
+'perl: perl bindings'
+'php: php bindings'
+'python2: python bindings'
+'r: r bindings'
+'tcl: tcl bindings'
+'qt4: gvedit')
+source=(${url}/pub/${pkgname}/stable/SOURCES/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('5a0c00bebe7f4c7a04523db21f40966dc9f0d441')
+
+options=('!libtool')
+install=install
+
+prepare() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   sed \
+   -e '/LIBPOSTFIX=64/d' \
+   -i configure
+}
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   export PYTHON=python2
+   export LUA=lua5.1
+
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}

Copied: graphviz/repos/testing-x86_64/install (from 

[arch-commits] Commit in graphviz/repos (8 files)

2013-08-29 Thread Gaetan Bisson
Date: Friday, August 30, 2013 @ 01:46:03
  Author: bisson
Revision: 193739

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

Added:
  graphviz/repos/extra-i686/PKGBUILD
(from rev 193738, graphviz/trunk/PKGBUILD)
  graphviz/repos/extra-i686/install
(from rev 193738, graphviz/trunk/install)
  graphviz/repos/extra-x86_64/PKGBUILD
(from rev 193738, graphviz/trunk/PKGBUILD)
  graphviz/repos/extra-x86_64/install
(from rev 193738, graphviz/trunk/install)
Deleted:
  graphviz/repos/extra-i686/PKGBUILD
  graphviz/repos/extra-i686/install
  graphviz/repos/extra-x86_64/PKGBUILD
  graphviz/repos/extra-x86_64/install

---+
 /PKGBUILD |  134 
 /install  |   24 
 extra-i686/PKGBUILD   |   67 
 extra-i686/install|   12 
 extra-x86_64/PKGBUILD |   67 
 extra-x86_64/install  |   12 
 6 files changed, 158 insertions(+), 158 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-08-29 23:44:48 UTC (rev 193738)
+++ extra-i686/PKGBUILD 2013-08-29 23:46:03 UTC (rev 193739)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: kevin ke...@archlinux.org
-# Contributor: John Proctor jproc...@prium.net
-
-pkgname=graphviz
-pkgver=2.32.0
-pkgrel=1
-pkgdesc='Graph visualization software'
-url='http://www.graphviz.org/'
-license=('CPL')
-arch=('i686' 'x86_64')
-depends=('libltdl' 'gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts')
-makedepends=('swig' 'mono' 'guile' 'lua51' 'ocaml' 'perl' 'php' 'python2' 'r' 
'ruby' 'tk' 'qt4')
-optdepends=('mono: sharp bindings'
-'guile: guile bindings'
-'lua51: lua bindings'
-'ocaml: ocaml bindings'
-'perl: perl bindings'
-'php: php bindings'
-'python2: python bindings'
-'r: r bindings'
-'ruby: ruby bindings'
-'tcl: tcl bindings'
-'qt4: gvedit')
-source=(${url}/pub/${pkgname}/stable/SOURCES/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('a64f4a409012d13d18338ecb8bd7253083ebc35e')
-
-options=('!libtool')
-install=install
-
-prepare() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   sed \
-   -e 's: qw(\([^)]*\)): (qw(\1)):g' \
-   -i config/config_perl.pl
-   sed \
-   -e '/archdir/s:$:+ '$(echo 
-I/usr/include/ruby-2.0.0/{$CARCH-linux,ruby/backward,})':' \
-   -e '/CONFIG/s:site:vendor:' \
-   -i config/config_ruby.rb
-   sed \
-   -e 's:guile-1.8:guile-2.0:g' \
-   -e 's:ruby-1.9:ruby-2.0:g' \
-   -e '/LIBPOSTFIX=64/d' \
-   -i configure
-}
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   export PYTHON=python2
-   export LUA=lua5.1
-
-   # install the graph and cgraph api alongside
-   sed 's/@WITH_CGRAPH_FALSE@//g' -i lib/graph/Makefile.in
-
-   ./configure --prefix=/usr
-   make || sed '/caml_array_length/d' -i tclpkg/gv/gv_ocaml.cpp # swig 
goes wonky
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-
-   # everything has been built against cgraph, but use graph as default api
-   sed '/#define WITH_CGRAPH 1/d' -i 
${pkgdir}/usr/include/graphviz/types.h
-}

Copied: graphviz/repos/extra-i686/PKGBUILD (from rev 193738, 
graphviz/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-08-29 23:46:03 UTC (rev 193739)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: kevin ke...@archlinux.org
+# Contributor: John Proctor jproc...@prium.net
+
+pkgname=graphviz
+pkgver=2.32.0
+pkgrel=1
+pkgdesc='Graph visualization software'
+url='http://www.graphviz.org/'
+license=('CPL')
+arch=('i686' 'x86_64')
+depends=('libltdl' 'gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts')
+makedepends=('swig' 'mono' 'guile' 'lua51' 'ocaml' 'perl' 'php' 'python2' 'r' 
'ruby' 'tk' 'qt4')
+optdepends=('mono: sharp bindings'
+'guile: guile bindings'
+'lua51: lua bindings'
+'ocaml: ocaml bindings'
+'perl: perl bindings'
+'php: php bindings'
+'python2: python bindings'
+'r: r bindings'
+'ruby: ruby bindings'
+'tcl: tcl bindings'
+'qt4: gvedit')
+source=(${url}/pub/${pkgname}/stable/SOURCES/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('a64f4a409012d13d18338ecb8bd7253083ebc35e')
+
+options=('!libtool')
+install=install
+
+prepare() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   sed \
+   -e 's: qw(\([^)]*\)): (qw(\1)):g' \
+   -i config/config_perl.pl
+   sed \
+   -e '/archdir/s:$:+ '$(echo 

[arch-commits] Commit in graphviz/repos (8 files)

2013-08-10 Thread Pierre Schmitz
Date: Saturday, August 10, 2013 @ 17:37:18
  Author: pierre
Revision: 192392

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

Added:
  graphviz/repos/staging-i686/
  graphviz/repos/staging-i686/LICENSE
(from rev 192391, graphviz/trunk/LICENSE)
  graphviz/repos/staging-i686/PKGBUILD
(from rev 192391, graphviz/trunk/PKGBUILD)
  graphviz/repos/staging-i686/install
(from rev 192391, graphviz/trunk/install)
  graphviz/repos/staging-x86_64/
  graphviz/repos/staging-x86_64/LICENSE
(from rev 192391, graphviz/trunk/LICENSE)
  graphviz/repos/staging-x86_64/PKGBUILD
(from rev 192391, graphviz/trunk/PKGBUILD)
  graphviz/repos/staging-x86_64/install
(from rev 192391, graphviz/trunk/install)

-+
 staging-i686/LICENSE|   87 ++
 staging-i686/PKGBUILD   |   72 ++
 staging-i686/install|   12 ++
 staging-x86_64/LICENSE  |   87 ++
 staging-x86_64/PKGBUILD |   72 ++
 staging-x86_64/install  |   12 ++
 6 files changed, 342 insertions(+)

Copied: graphviz/repos/staging-i686/LICENSE (from rev 192391, 
graphviz/trunk/LICENSE)
===
--- staging-i686/LICENSE(rev 0)
+++ staging-i686/LICENSE2013-08-10 15:37:18 UTC (rev 192392)
@@ -0,0 +1,87 @@
+Eclipse Public License - v 1.0
+
+THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC 
LICENSE (AGREEMENT). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM 
CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
+
+1. DEFINITIONS
+
+Contribution means:
+
+a) in the case of the initial Contributor, the initial code and documentation 
distributed under this Agreement, and
+
+b) in the case of each subsequent Contributor:
+
+i) changes to the Program, and
+
+ii) additions to the Program;
+
+where such changes and/or additions to the Program originate from and are 
distributed by that particular Contributor. A Contribution 'originates' from a 
Contributor if it was added to the Program by such Contributor itself or anyone 
acting on such Contributor's behalf. Contributions do not include additions to 
the Program which: (i) are separate modules of software distributed in 
conjunction with the Program under their own license agreement, and (ii) are 
not derivative works of the Program.
+
+Contributor means any person or entity that distributes the Program.
+
+Licensed Patents mean patent claims licensable by a Contributor which are 
necessarily infringed by the use or sale of its Contribution alone or when 
combined with the Program.
+
+Program means the Contributions distributed in accordance with this 
Agreement.
+
+Recipient means anyone who receives the Program under this Agreement, 
including all Contributors.
+
+2. GRANT OF RIGHTS
+
+a) Subject to the terms of this Agreement, each Contributor hereby grants 
Recipient a non-exclusive, worldwide, royalty-free copyright license to 
reproduce, prepare derivative works of, publicly display, publicly perform, 
distribute and sublicense the Contribution of such Contributor, if any, and 
such derivative works, in source code and object code form.
+
+b) Subject to the terms of this Agreement, each Contributor hereby grants 
Recipient a non-exclusive, worldwide, royalty-free patent license under 
Licensed Patents to make, use, sell, offer to sell, import and otherwise 
transfer the Contribution of such Contributor, if any, in source code and 
object code form. This patent license shall apply to the combination of the 
Contribution and the Program if, at the time the Contribution is added by the 
Contributor, such addition of the Contribution causes such combination to be 
covered by the Licensed Patents. The patent license shall not apply to any 
other combinations which include the Contribution. No hardware per se is 
licensed hereunder.
+
+c) Recipient understands that although each Contributor grants the licenses to 
its Contributions set forth herein, no assurances are provided by any 
Contributor that the Program does not infringe the patent or other intellectual 
property rights of any other entity. Each Contributor disclaims any liability 
to Recipient for claims brought by any other entity based on infringement of 
intellectual property rights or otherwise. As a condition to exercising the 
rights and licenses granted hereunder, each Recipient hereby assumes sole 
responsibility to secure any other intellectual property rights needed, if any. 
For example, if a third party patent license is required to allow Recipient to 
distribute the Program, it is Recipient's responsibility to acquire that 
license before distributing the Program.
+
+d) Each Contributor represents that to its knowledge it has sufficient 
copyright rights in its Contribution, if any, to grant the copyright license 

[arch-commits] Commit in graphviz/repos (8 files)

2013-07-04 Thread Gaetan Bisson
Date: Thursday, July 4, 2013 @ 13:22:06
  Author: bisson
Revision: 189669

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

Added:
  graphviz/repos/staging-i686/
  graphviz/repos/staging-i686/LICENSE
(from rev 189668, graphviz/trunk/LICENSE)
  graphviz/repos/staging-i686/PKGBUILD
(from rev 189668, graphviz/trunk/PKGBUILD)
  graphviz/repos/staging-i686/install
(from rev 189668, graphviz/trunk/install)
  graphviz/repos/staging-x86_64/
  graphviz/repos/staging-x86_64/LICENSE
(from rev 189668, graphviz/trunk/LICENSE)
  graphviz/repos/staging-x86_64/PKGBUILD
(from rev 189668, graphviz/trunk/PKGBUILD)
  graphviz/repos/staging-x86_64/install
(from rev 189668, graphviz/trunk/install)

-+
 staging-i686/LICENSE|   87 ++
 staging-i686/PKGBUILD   |   72 ++
 staging-i686/install|   12 ++
 staging-x86_64/LICENSE  |   87 ++
 staging-x86_64/PKGBUILD |   72 ++
 staging-x86_64/install  |   12 ++
 6 files changed, 342 insertions(+)

Copied: graphviz/repos/staging-i686/LICENSE (from rev 189668, 
graphviz/trunk/LICENSE)
===
--- staging-i686/LICENSE(rev 0)
+++ staging-i686/LICENSE2013-07-04 11:22:06 UTC (rev 189669)
@@ -0,0 +1,87 @@
+Eclipse Public License - v 1.0
+
+THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC 
LICENSE (AGREEMENT). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM 
CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
+
+1. DEFINITIONS
+
+Contribution means:
+
+a) in the case of the initial Contributor, the initial code and documentation 
distributed under this Agreement, and
+
+b) in the case of each subsequent Contributor:
+
+i) changes to the Program, and
+
+ii) additions to the Program;
+
+where such changes and/or additions to the Program originate from and are 
distributed by that particular Contributor. A Contribution 'originates' from a 
Contributor if it was added to the Program by such Contributor itself or anyone 
acting on such Contributor's behalf. Contributions do not include additions to 
the Program which: (i) are separate modules of software distributed in 
conjunction with the Program under their own license agreement, and (ii) are 
not derivative works of the Program.
+
+Contributor means any person or entity that distributes the Program.
+
+Licensed Patents mean patent claims licensable by a Contributor which are 
necessarily infringed by the use or sale of its Contribution alone or when 
combined with the Program.
+
+Program means the Contributions distributed in accordance with this 
Agreement.
+
+Recipient means anyone who receives the Program under this Agreement, 
including all Contributors.
+
+2. GRANT OF RIGHTS
+
+a) Subject to the terms of this Agreement, each Contributor hereby grants 
Recipient a non-exclusive, worldwide, royalty-free copyright license to 
reproduce, prepare derivative works of, publicly display, publicly perform, 
distribute and sublicense the Contribution of such Contributor, if any, and 
such derivative works, in source code and object code form.
+
+b) Subject to the terms of this Agreement, each Contributor hereby grants 
Recipient a non-exclusive, worldwide, royalty-free patent license under 
Licensed Patents to make, use, sell, offer to sell, import and otherwise 
transfer the Contribution of such Contributor, if any, in source code and 
object code form. This patent license shall apply to the combination of the 
Contribution and the Program if, at the time the Contribution is added by the 
Contributor, such addition of the Contribution causes such combination to be 
covered by the Licensed Patents. The patent license shall not apply to any 
other combinations which include the Contribution. No hardware per se is 
licensed hereunder.
+
+c) Recipient understands that although each Contributor grants the licenses to 
its Contributions set forth herein, no assurances are provided by any 
Contributor that the Program does not infringe the patent or other intellectual 
property rights of any other entity. Each Contributor disclaims any liability 
to Recipient for claims brought by any other entity based on infringement of 
intellectual property rights or otherwise. As a condition to exercising the 
rights and licenses granted hereunder, each Recipient hereby assumes sole 
responsibility to secure any other intellectual property rights needed, if any. 
For example, if a third party patent license is required to allow Recipient to 
distribute the Program, it is Recipient's responsibility to acquire that 
license before distributing the Program.
+
+d) Each Contributor represents that to its knowledge it has sufficient 
copyright rights in its Contribution, if any, to grant the copyright license 

[arch-commits] Commit in graphviz/repos (8 files)

2013-06-03 Thread Gaetan Bisson
Date: Monday, June 3, 2013 @ 12:05:41
  Author: bisson
Revision: 187015

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

Added:
  graphviz/repos/staging-i686/
  graphviz/repos/staging-i686/LICENSE
(from rev 187014, graphviz/trunk/LICENSE)
  graphviz/repos/staging-i686/PKGBUILD
(from rev 187014, graphviz/trunk/PKGBUILD)
  graphviz/repos/staging-i686/install
(from rev 187014, graphviz/trunk/install)
  graphviz/repos/staging-x86_64/
  graphviz/repos/staging-x86_64/LICENSE
(from rev 187014, graphviz/trunk/LICENSE)
  graphviz/repos/staging-x86_64/PKGBUILD
(from rev 187014, graphviz/trunk/PKGBUILD)
  graphviz/repos/staging-x86_64/install
(from rev 187014, graphviz/trunk/install)

-+
 staging-i686/LICENSE|   87 ++
 staging-i686/PKGBUILD   |   71 +
 staging-i686/install|   12 ++
 staging-x86_64/LICENSE  |   87 ++
 staging-x86_64/PKGBUILD |   71 +
 staging-x86_64/install  |   12 ++
 6 files changed, 340 insertions(+)

Copied: graphviz/repos/staging-i686/LICENSE (from rev 187014, 
graphviz/trunk/LICENSE)
===
--- staging-i686/LICENSE(rev 0)
+++ staging-i686/LICENSE2013-06-03 10:05:41 UTC (rev 187015)
@@ -0,0 +1,87 @@
+Eclipse Public License - v 1.0
+
+THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC 
LICENSE (AGREEMENT). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM 
CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
+
+1. DEFINITIONS
+
+Contribution means:
+
+a) in the case of the initial Contributor, the initial code and documentation 
distributed under this Agreement, and
+
+b) in the case of each subsequent Contributor:
+
+i) changes to the Program, and
+
+ii) additions to the Program;
+
+where such changes and/or additions to the Program originate from and are 
distributed by that particular Contributor. A Contribution 'originates' from a 
Contributor if it was added to the Program by such Contributor itself or anyone 
acting on such Contributor's behalf. Contributions do not include additions to 
the Program which: (i) are separate modules of software distributed in 
conjunction with the Program under their own license agreement, and (ii) are 
not derivative works of the Program.
+
+Contributor means any person or entity that distributes the Program.
+
+Licensed Patents mean patent claims licensable by a Contributor which are 
necessarily infringed by the use or sale of its Contribution alone or when 
combined with the Program.
+
+Program means the Contributions distributed in accordance with this 
Agreement.
+
+Recipient means anyone who receives the Program under this Agreement, 
including all Contributors.
+
+2. GRANT OF RIGHTS
+
+a) Subject to the terms of this Agreement, each Contributor hereby grants 
Recipient a non-exclusive, worldwide, royalty-free copyright license to 
reproduce, prepare derivative works of, publicly display, publicly perform, 
distribute and sublicense the Contribution of such Contributor, if any, and 
such derivative works, in source code and object code form.
+
+b) Subject to the terms of this Agreement, each Contributor hereby grants 
Recipient a non-exclusive, worldwide, royalty-free patent license under 
Licensed Patents to make, use, sell, offer to sell, import and otherwise 
transfer the Contribution of such Contributor, if any, in source code and 
object code form. This patent license shall apply to the combination of the 
Contribution and the Program if, at the time the Contribution is added by the 
Contributor, such addition of the Contribution causes such combination to be 
covered by the Licensed Patents. The patent license shall not apply to any 
other combinations which include the Contribution. No hardware per se is 
licensed hereunder.
+
+c) Recipient understands that although each Contributor grants the licenses to 
its Contributions set forth herein, no assurances are provided by any 
Contributor that the Program does not infringe the patent or other intellectual 
property rights of any other entity. Each Contributor disclaims any liability 
to Recipient for claims brought by any other entity based on infringement of 
intellectual property rights or otherwise. As a condition to exercising the 
rights and licenses granted hereunder, each Recipient hereby assumes sole 
responsibility to secure any other intellectual property rights needed, if any. 
For example, if a third party patent license is required to allow Recipient to 
distribute the Program, it is Recipient's responsibility to acquire that 
license before distributing the Program.
+
+d) Each Contributor represents that to its knowledge it has sufficient 
copyright rights in its Contribution, if any, to grant the copyright license 
set 

[arch-commits] Commit in graphviz/repos (8 files)

2013-05-19 Thread Gaetan Bisson
Date: Sunday, May 19, 2013 @ 19:58:26
  Author: bisson
Revision: 185899

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

Added:
  graphviz/repos/staging-i686/
  graphviz/repos/staging-i686/LICENSE
(from rev 185898, graphviz/trunk/LICENSE)
  graphviz/repos/staging-i686/PKGBUILD
(from rev 185898, graphviz/trunk/PKGBUILD)
  graphviz/repos/staging-i686/install
(from rev 185898, graphviz/trunk/install)
  graphviz/repos/staging-x86_64/
  graphviz/repos/staging-x86_64/LICENSE
(from rev 185898, graphviz/trunk/LICENSE)
  graphviz/repos/staging-x86_64/PKGBUILD
(from rev 185898, graphviz/trunk/PKGBUILD)
  graphviz/repos/staging-x86_64/install
(from rev 185898, graphviz/trunk/install)

-+
 staging-i686/LICENSE|   87 ++
 staging-i686/PKGBUILD   |   71 +
 staging-i686/install|   12 ++
 staging-x86_64/LICENSE  |   87 ++
 staging-x86_64/PKGBUILD |   71 +
 staging-x86_64/install  |   12 ++
 6 files changed, 340 insertions(+)

Copied: graphviz/repos/staging-i686/LICENSE (from rev 185898, 
graphviz/trunk/LICENSE)
===
--- staging-i686/LICENSE(rev 0)
+++ staging-i686/LICENSE2013-05-19 17:58:26 UTC (rev 185899)
@@ -0,0 +1,87 @@
+Eclipse Public License - v 1.0
+
+THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC 
LICENSE (AGREEMENT). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM 
CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
+
+1. DEFINITIONS
+
+Contribution means:
+
+a) in the case of the initial Contributor, the initial code and documentation 
distributed under this Agreement, and
+
+b) in the case of each subsequent Contributor:
+
+i) changes to the Program, and
+
+ii) additions to the Program;
+
+where such changes and/or additions to the Program originate from and are 
distributed by that particular Contributor. A Contribution 'originates' from a 
Contributor if it was added to the Program by such Contributor itself or anyone 
acting on such Contributor's behalf. Contributions do not include additions to 
the Program which: (i) are separate modules of software distributed in 
conjunction with the Program under their own license agreement, and (ii) are 
not derivative works of the Program.
+
+Contributor means any person or entity that distributes the Program.
+
+Licensed Patents mean patent claims licensable by a Contributor which are 
necessarily infringed by the use or sale of its Contribution alone or when 
combined with the Program.
+
+Program means the Contributions distributed in accordance with this 
Agreement.
+
+Recipient means anyone who receives the Program under this Agreement, 
including all Contributors.
+
+2. GRANT OF RIGHTS
+
+a) Subject to the terms of this Agreement, each Contributor hereby grants 
Recipient a non-exclusive, worldwide, royalty-free copyright license to 
reproduce, prepare derivative works of, publicly display, publicly perform, 
distribute and sublicense the Contribution of such Contributor, if any, and 
such derivative works, in source code and object code form.
+
+b) Subject to the terms of this Agreement, each Contributor hereby grants 
Recipient a non-exclusive, worldwide, royalty-free patent license under 
Licensed Patents to make, use, sell, offer to sell, import and otherwise 
transfer the Contribution of such Contributor, if any, in source code and 
object code form. This patent license shall apply to the combination of the 
Contribution and the Program if, at the time the Contribution is added by the 
Contributor, such addition of the Contribution causes such combination to be 
covered by the Licensed Patents. The patent license shall not apply to any 
other combinations which include the Contribution. No hardware per se is 
licensed hereunder.
+
+c) Recipient understands that although each Contributor grants the licenses to 
its Contributions set forth herein, no assurances are provided by any 
Contributor that the Program does not infringe the patent or other intellectual 
property rights of any other entity. Each Contributor disclaims any liability 
to Recipient for claims brought by any other entity based on infringement of 
intellectual property rights or otherwise. As a condition to exercising the 
rights and licenses granted hereunder, each Recipient hereby assumes sole 
responsibility to secure any other intellectual property rights needed, if any. 
For example, if a third party patent license is required to allow Recipient to 
distribute the Program, it is Recipient's responsibility to acquire that 
license before distributing the Program.
+
+d) Each Contributor represents that to its knowledge it has sufficient 
copyright rights in its Contribution, if any, to grant the copyright license 
set 

[arch-commits] Commit in graphviz/repos (8 files)

2013-04-27 Thread Gaetan Bisson
Date: Saturday, April 27, 2013 @ 21:54:04
  Author: bisson
Revision: 183762

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

Added:
  graphviz/repos/staging-i686/
  graphviz/repos/staging-i686/LICENSE
(from rev 183761, graphviz/trunk/LICENSE)
  graphviz/repos/staging-i686/PKGBUILD
(from rev 183761, graphviz/trunk/PKGBUILD)
  graphviz/repos/staging-i686/install
(from rev 183761, graphviz/trunk/install)
  graphviz/repos/staging-x86_64/
  graphviz/repos/staging-x86_64/LICENSE
(from rev 183761, graphviz/trunk/LICENSE)
  graphviz/repos/staging-x86_64/PKGBUILD
(from rev 183761, graphviz/trunk/PKGBUILD)
  graphviz/repos/staging-x86_64/install
(from rev 183761, graphviz/trunk/install)

-+
 staging-i686/LICENSE|   87 ++
 staging-i686/PKGBUILD   |   68 +++
 staging-i686/install|   12 ++
 staging-x86_64/LICENSE  |   87 ++
 staging-x86_64/PKGBUILD |   68 +++
 staging-x86_64/install  |   12 ++
 6 files changed, 334 insertions(+)

Copied: graphviz/repos/staging-i686/LICENSE (from rev 183761, 
graphviz/trunk/LICENSE)
===
--- staging-i686/LICENSE(rev 0)
+++ staging-i686/LICENSE2013-04-27 19:54:04 UTC (rev 183762)
@@ -0,0 +1,87 @@
+Eclipse Public License - v 1.0
+
+THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC 
LICENSE (AGREEMENT). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM 
CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
+
+1. DEFINITIONS
+
+Contribution means:
+
+a) in the case of the initial Contributor, the initial code and documentation 
distributed under this Agreement, and
+
+b) in the case of each subsequent Contributor:
+
+i) changes to the Program, and
+
+ii) additions to the Program;
+
+where such changes and/or additions to the Program originate from and are 
distributed by that particular Contributor. A Contribution 'originates' from a 
Contributor if it was added to the Program by such Contributor itself or anyone 
acting on such Contributor's behalf. Contributions do not include additions to 
the Program which: (i) are separate modules of software distributed in 
conjunction with the Program under their own license agreement, and (ii) are 
not derivative works of the Program.
+
+Contributor means any person or entity that distributes the Program.
+
+Licensed Patents mean patent claims licensable by a Contributor which are 
necessarily infringed by the use or sale of its Contribution alone or when 
combined with the Program.
+
+Program means the Contributions distributed in accordance with this 
Agreement.
+
+Recipient means anyone who receives the Program under this Agreement, 
including all Contributors.
+
+2. GRANT OF RIGHTS
+
+a) Subject to the terms of this Agreement, each Contributor hereby grants 
Recipient a non-exclusive, worldwide, royalty-free copyright license to 
reproduce, prepare derivative works of, publicly display, publicly perform, 
distribute and sublicense the Contribution of such Contributor, if any, and 
such derivative works, in source code and object code form.
+
+b) Subject to the terms of this Agreement, each Contributor hereby grants 
Recipient a non-exclusive, worldwide, royalty-free patent license under 
Licensed Patents to make, use, sell, offer to sell, import and otherwise 
transfer the Contribution of such Contributor, if any, in source code and 
object code form. This patent license shall apply to the combination of the 
Contribution and the Program if, at the time the Contribution is added by the 
Contributor, such addition of the Contribution causes such combination to be 
covered by the Licensed Patents. The patent license shall not apply to any 
other combinations which include the Contribution. No hardware per se is 
licensed hereunder.
+
+c) Recipient understands that although each Contributor grants the licenses to 
its Contributions set forth herein, no assurances are provided by any 
Contributor that the Program does not infringe the patent or other intellectual 
property rights of any other entity. Each Contributor disclaims any liability 
to Recipient for claims brought by any other entity based on infringement of 
intellectual property rights or otherwise. As a condition to exercising the 
rights and licenses granted hereunder, each Recipient hereby assumes sole 
responsibility to secure any other intellectual property rights needed, if any. 
For example, if a third party patent license is required to allow Recipient to 
distribute the Program, it is Recipient's responsibility to acquire that 
license before distributing the Program.
+
+d) Each Contributor represents that to its knowledge it has sufficient 
copyright rights in its Contribution, if any, to grant the copyright license 
set 

[arch-commits] Commit in graphviz/repos (8 files)

2013-03-03 Thread Gaetan Bisson
Date: Sunday, March 3, 2013 @ 09:22:38
  Author: bisson
Revision: 179086

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

Added:
  graphviz/repos/staging-i686/
  graphviz/repos/staging-i686/LICENSE
(from rev 179085, graphviz/trunk/LICENSE)
  graphviz/repos/staging-i686/PKGBUILD
(from rev 179085, graphviz/trunk/PKGBUILD)
  graphviz/repos/staging-i686/install
(from rev 179085, graphviz/trunk/install)
  graphviz/repos/staging-x86_64/
  graphviz/repos/staging-x86_64/LICENSE
(from rev 179085, graphviz/trunk/LICENSE)
  graphviz/repos/staging-x86_64/PKGBUILD
(from rev 179085, graphviz/trunk/PKGBUILD)
  graphviz/repos/staging-x86_64/install
(from rev 179085, graphviz/trunk/install)

-+
 staging-i686/LICENSE|   87 ++
 staging-i686/PKGBUILD   |   67 +++
 staging-i686/install|   12 ++
 staging-x86_64/LICENSE  |   87 ++
 staging-x86_64/PKGBUILD |   67 +++
 staging-x86_64/install  |   12 ++
 6 files changed, 332 insertions(+)

Copied: graphviz/repos/staging-i686/LICENSE (from rev 179085, 
graphviz/trunk/LICENSE)
===
--- staging-i686/LICENSE(rev 0)
+++ staging-i686/LICENSE2013-03-03 08:22:38 UTC (rev 179086)
@@ -0,0 +1,87 @@
+Eclipse Public License - v 1.0
+
+THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC 
LICENSE (AGREEMENT). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM 
CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
+
+1. DEFINITIONS
+
+Contribution means:
+
+a) in the case of the initial Contributor, the initial code and documentation 
distributed under this Agreement, and
+
+b) in the case of each subsequent Contributor:
+
+i) changes to the Program, and
+
+ii) additions to the Program;
+
+where such changes and/or additions to the Program originate from and are 
distributed by that particular Contributor. A Contribution 'originates' from a 
Contributor if it was added to the Program by such Contributor itself or anyone 
acting on such Contributor's behalf. Contributions do not include additions to 
the Program which: (i) are separate modules of software distributed in 
conjunction with the Program under their own license agreement, and (ii) are 
not derivative works of the Program.
+
+Contributor means any person or entity that distributes the Program.
+
+Licensed Patents mean patent claims licensable by a Contributor which are 
necessarily infringed by the use or sale of its Contribution alone or when 
combined with the Program.
+
+Program means the Contributions distributed in accordance with this 
Agreement.
+
+Recipient means anyone who receives the Program under this Agreement, 
including all Contributors.
+
+2. GRANT OF RIGHTS
+
+a) Subject to the terms of this Agreement, each Contributor hereby grants 
Recipient a non-exclusive, worldwide, royalty-free copyright license to 
reproduce, prepare derivative works of, publicly display, publicly perform, 
distribute and sublicense the Contribution of such Contributor, if any, and 
such derivative works, in source code and object code form.
+
+b) Subject to the terms of this Agreement, each Contributor hereby grants 
Recipient a non-exclusive, worldwide, royalty-free patent license under 
Licensed Patents to make, use, sell, offer to sell, import and otherwise 
transfer the Contribution of such Contributor, if any, in source code and 
object code form. This patent license shall apply to the combination of the 
Contribution and the Program if, at the time the Contribution is added by the 
Contributor, such addition of the Contribution causes such combination to be 
covered by the Licensed Patents. The patent license shall not apply to any 
other combinations which include the Contribution. No hardware per se is 
licensed hereunder.
+
+c) Recipient understands that although each Contributor grants the licenses to 
its Contributions set forth herein, no assurances are provided by any 
Contributor that the Program does not infringe the patent or other intellectual 
property rights of any other entity. Each Contributor disclaims any liability 
to Recipient for claims brought by any other entity based on infringement of 
intellectual property rights or otherwise. As a condition to exercising the 
rights and licenses granted hereunder, each Recipient hereby assumes sole 
responsibility to secure any other intellectual property rights needed, if any. 
For example, if a third party patent license is required to allow Recipient to 
distribute the Program, it is Recipient's responsibility to acquire that 
license before distributing the Program.
+
+d) Each Contributor represents that to its knowledge it has sufficient 
copyright rights in its Contribution, if any, to grant the copyright license 
set forth 

[arch-commits] Commit in graphviz/repos (8 files)

2013-02-25 Thread Andrea Scarpino
Date: Tuesday, February 26, 2013 @ 08:03:36
  Author: andrea
Revision: 178674

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

Added:
  graphviz/repos/staging-i686/
  graphviz/repos/staging-i686/LICENSE
(from rev 178673, graphviz/trunk/LICENSE)
  graphviz/repos/staging-i686/PKGBUILD
(from rev 178673, graphviz/trunk/PKGBUILD)
  graphviz/repos/staging-i686/install
(from rev 178673, graphviz/trunk/install)
  graphviz/repos/staging-x86_64/
  graphviz/repos/staging-x86_64/LICENSE
(from rev 178673, graphviz/trunk/LICENSE)
  graphviz/repos/staging-x86_64/PKGBUILD
(from rev 178673, graphviz/trunk/PKGBUILD)
  graphviz/repos/staging-x86_64/install
(from rev 178673, graphviz/trunk/install)

-+
 staging-i686/LICENSE|   87 ++
 staging-i686/PKGBUILD   |   65 ++
 staging-i686/install|   12 ++
 staging-x86_64/LICENSE  |   87 ++
 staging-x86_64/PKGBUILD |   65 ++
 staging-x86_64/install  |   12 ++
 6 files changed, 328 insertions(+)

Copied: graphviz/repos/staging-i686/LICENSE (from rev 178673, 
graphviz/trunk/LICENSE)
===
--- staging-i686/LICENSE(rev 0)
+++ staging-i686/LICENSE2013-02-26 07:03:36 UTC (rev 178674)
@@ -0,0 +1,87 @@
+Eclipse Public License - v 1.0
+
+THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC 
LICENSE (AGREEMENT). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM 
CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
+
+1. DEFINITIONS
+
+Contribution means:
+
+a) in the case of the initial Contributor, the initial code and documentation 
distributed under this Agreement, and
+
+b) in the case of each subsequent Contributor:
+
+i) changes to the Program, and
+
+ii) additions to the Program;
+
+where such changes and/or additions to the Program originate from and are 
distributed by that particular Contributor. A Contribution 'originates' from a 
Contributor if it was added to the Program by such Contributor itself or anyone 
acting on such Contributor's behalf. Contributions do not include additions to 
the Program which: (i) are separate modules of software distributed in 
conjunction with the Program under their own license agreement, and (ii) are 
not derivative works of the Program.
+
+Contributor means any person or entity that distributes the Program.
+
+Licensed Patents mean patent claims licensable by a Contributor which are 
necessarily infringed by the use or sale of its Contribution alone or when 
combined with the Program.
+
+Program means the Contributions distributed in accordance with this 
Agreement.
+
+Recipient means anyone who receives the Program under this Agreement, 
including all Contributors.
+
+2. GRANT OF RIGHTS
+
+a) Subject to the terms of this Agreement, each Contributor hereby grants 
Recipient a non-exclusive, worldwide, royalty-free copyright license to 
reproduce, prepare derivative works of, publicly display, publicly perform, 
distribute and sublicense the Contribution of such Contributor, if any, and 
such derivative works, in source code and object code form.
+
+b) Subject to the terms of this Agreement, each Contributor hereby grants 
Recipient a non-exclusive, worldwide, royalty-free patent license under 
Licensed Patents to make, use, sell, offer to sell, import and otherwise 
transfer the Contribution of such Contributor, if any, in source code and 
object code form. This patent license shall apply to the combination of the 
Contribution and the Program if, at the time the Contribution is added by the 
Contributor, such addition of the Contribution causes such combination to be 
covered by the Licensed Patents. The patent license shall not apply to any 
other combinations which include the Contribution. No hardware per se is 
licensed hereunder.
+
+c) Recipient understands that although each Contributor grants the licenses to 
its Contributions set forth herein, no assurances are provided by any 
Contributor that the Program does not infringe the patent or other intellectual 
property rights of any other entity. Each Contributor disclaims any liability 
to Recipient for claims brought by any other entity based on infringement of 
intellectual property rights or otherwise. As a condition to exercising the 
rights and licenses granted hereunder, each Recipient hereby assumes sole 
responsibility to secure any other intellectual property rights needed, if any. 
For example, if a third party patent license is required to allow Recipient to 
distribute the Program, it is Recipient's responsibility to acquire that 
license before distributing the Program.
+
+d) Each Contributor represents that to its knowledge it has sufficient 
copyright rights in its Contribution, if any, to grant the copyright license 
set 

[arch-commits] Commit in graphviz/repos (8 files)

2013-02-18 Thread Gaetan Bisson
Date: Tuesday, February 19, 2013 @ 02:12:35
  Author: bisson
Revision: 178281

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

Added:
  graphviz/repos/staging-i686/
  graphviz/repos/staging-i686/LICENSE
(from rev 178280, graphviz/trunk/LICENSE)
  graphviz/repos/staging-i686/PKGBUILD
(from rev 178280, graphviz/trunk/PKGBUILD)
  graphviz/repos/staging-i686/install
(from rev 178280, graphviz/trunk/install)
  graphviz/repos/staging-x86_64/
  graphviz/repos/staging-x86_64/LICENSE
(from rev 178280, graphviz/trunk/LICENSE)
  graphviz/repos/staging-x86_64/PKGBUILD
(from rev 178280, graphviz/trunk/PKGBUILD)
  graphviz/repos/staging-x86_64/install
(from rev 178280, graphviz/trunk/install)

-+
 staging-i686/LICENSE|   87 ++
 staging-i686/PKGBUILD   |   61 
 staging-i686/install|   12 ++
 staging-x86_64/LICENSE  |   87 ++
 staging-x86_64/PKGBUILD |   61 
 staging-x86_64/install  |   12 ++
 6 files changed, 320 insertions(+)

Copied: graphviz/repos/staging-i686/LICENSE (from rev 178280, 
graphviz/trunk/LICENSE)
===
--- staging-i686/LICENSE(rev 0)
+++ staging-i686/LICENSE2013-02-19 01:12:35 UTC (rev 178281)
@@ -0,0 +1,87 @@
+Eclipse Public License - v 1.0
+
+THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC 
LICENSE (AGREEMENT). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM 
CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
+
+1. DEFINITIONS
+
+Contribution means:
+
+a) in the case of the initial Contributor, the initial code and documentation 
distributed under this Agreement, and
+
+b) in the case of each subsequent Contributor:
+
+i) changes to the Program, and
+
+ii) additions to the Program;
+
+where such changes and/or additions to the Program originate from and are 
distributed by that particular Contributor. A Contribution 'originates' from a 
Contributor if it was added to the Program by such Contributor itself or anyone 
acting on such Contributor's behalf. Contributions do not include additions to 
the Program which: (i) are separate modules of software distributed in 
conjunction with the Program under their own license agreement, and (ii) are 
not derivative works of the Program.
+
+Contributor means any person or entity that distributes the Program.
+
+Licensed Patents mean patent claims licensable by a Contributor which are 
necessarily infringed by the use or sale of its Contribution alone or when 
combined with the Program.
+
+Program means the Contributions distributed in accordance with this 
Agreement.
+
+Recipient means anyone who receives the Program under this Agreement, 
including all Contributors.
+
+2. GRANT OF RIGHTS
+
+a) Subject to the terms of this Agreement, each Contributor hereby grants 
Recipient a non-exclusive, worldwide, royalty-free copyright license to 
reproduce, prepare derivative works of, publicly display, publicly perform, 
distribute and sublicense the Contribution of such Contributor, if any, and 
such derivative works, in source code and object code form.
+
+b) Subject to the terms of this Agreement, each Contributor hereby grants 
Recipient a non-exclusive, worldwide, royalty-free patent license under 
Licensed Patents to make, use, sell, offer to sell, import and otherwise 
transfer the Contribution of such Contributor, if any, in source code and 
object code form. This patent license shall apply to the combination of the 
Contribution and the Program if, at the time the Contribution is added by the 
Contributor, such addition of the Contribution causes such combination to be 
covered by the Licensed Patents. The patent license shall not apply to any 
other combinations which include the Contribution. No hardware per se is 
licensed hereunder.
+
+c) Recipient understands that although each Contributor grants the licenses to 
its Contributions set forth herein, no assurances are provided by any 
Contributor that the Program does not infringe the patent or other intellectual 
property rights of any other entity. Each Contributor disclaims any liability 
to Recipient for claims brought by any other entity based on infringement of 
intellectual property rights or otherwise. As a condition to exercising the 
rights and licenses granted hereunder, each Recipient hereby assumes sole 
responsibility to secure any other intellectual property rights needed, if any. 
For example, if a third party patent license is required to allow Recipient to 
distribute the Program, it is Recipient's responsibility to acquire that 
license before distributing the Program.
+
+d) Each Contributor represents that to its knowledge it has sufficient 
copyright rights in its Contribution, if any, to grant the copyright license 
set forth 

[arch-commits] Commit in graphviz/repos (8 files)

2013-01-31 Thread Gaetan Bisson
Date: Friday, February 1, 2013 @ 01:07:04
  Author: bisson
Revision: 176816

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

Added:
  graphviz/repos/staging-i686/
  graphviz/repos/staging-i686/LICENSE
(from rev 176815, graphviz/trunk/LICENSE)
  graphviz/repos/staging-i686/PKGBUILD
(from rev 176815, graphviz/trunk/PKGBUILD)
  graphviz/repos/staging-i686/install
(from rev 176815, graphviz/trunk/install)
  graphviz/repos/staging-x86_64/
  graphviz/repos/staging-x86_64/LICENSE
(from rev 176815, graphviz/trunk/LICENSE)
  graphviz/repos/staging-x86_64/PKGBUILD
(from rev 176815, graphviz/trunk/PKGBUILD)
  graphviz/repos/staging-x86_64/install
(from rev 176815, graphviz/trunk/install)

-+
 staging-i686/LICENSE|   87 ++
 staging-i686/PKGBUILD   |   57 ++
 staging-i686/install|   12 ++
 staging-x86_64/LICENSE  |   87 ++
 staging-x86_64/PKGBUILD |   57 ++
 staging-x86_64/install  |   12 ++
 6 files changed, 312 insertions(+)

Copied: graphviz/repos/staging-i686/LICENSE (from rev 176815, 
graphviz/trunk/LICENSE)
===
--- staging-i686/LICENSE(rev 0)
+++ staging-i686/LICENSE2013-02-01 00:07:04 UTC (rev 176816)
@@ -0,0 +1,87 @@
+Eclipse Public License - v 1.0
+
+THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC 
LICENSE (AGREEMENT). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM 
CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
+
+1. DEFINITIONS
+
+Contribution means:
+
+a) in the case of the initial Contributor, the initial code and documentation 
distributed under this Agreement, and
+
+b) in the case of each subsequent Contributor:
+
+i) changes to the Program, and
+
+ii) additions to the Program;
+
+where such changes and/or additions to the Program originate from and are 
distributed by that particular Contributor. A Contribution 'originates' from a 
Contributor if it was added to the Program by such Contributor itself or anyone 
acting on such Contributor's behalf. Contributions do not include additions to 
the Program which: (i) are separate modules of software distributed in 
conjunction with the Program under their own license agreement, and (ii) are 
not derivative works of the Program.
+
+Contributor means any person or entity that distributes the Program.
+
+Licensed Patents mean patent claims licensable by a Contributor which are 
necessarily infringed by the use or sale of its Contribution alone or when 
combined with the Program.
+
+Program means the Contributions distributed in accordance with this 
Agreement.
+
+Recipient means anyone who receives the Program under this Agreement, 
including all Contributors.
+
+2. GRANT OF RIGHTS
+
+a) Subject to the terms of this Agreement, each Contributor hereby grants 
Recipient a non-exclusive, worldwide, royalty-free copyright license to 
reproduce, prepare derivative works of, publicly display, publicly perform, 
distribute and sublicense the Contribution of such Contributor, if any, and 
such derivative works, in source code and object code form.
+
+b) Subject to the terms of this Agreement, each Contributor hereby grants 
Recipient a non-exclusive, worldwide, royalty-free patent license under 
Licensed Patents to make, use, sell, offer to sell, import and otherwise 
transfer the Contribution of such Contributor, if any, in source code and 
object code form. This patent license shall apply to the combination of the 
Contribution and the Program if, at the time the Contribution is added by the 
Contributor, such addition of the Contribution causes such combination to be 
covered by the Licensed Patents. The patent license shall not apply to any 
other combinations which include the Contribution. No hardware per se is 
licensed hereunder.
+
+c) Recipient understands that although each Contributor grants the licenses to 
its Contributions set forth herein, no assurances are provided by any 
Contributor that the Program does not infringe the patent or other intellectual 
property rights of any other entity. Each Contributor disclaims any liability 
to Recipient for claims brought by any other entity based on infringement of 
intellectual property rights or otherwise. As a condition to exercising the 
rights and licenses granted hereunder, each Recipient hereby assumes sole 
responsibility to secure any other intellectual property rights needed, if any. 
For example, if a third party patent license is required to allow Recipient to 
distribute the Program, it is Recipient's responsibility to acquire that 
license before distributing the Program.
+
+d) Each Contributor represents that to its knowledge it has sufficient 
copyright rights in its Contribution, if any, to grant the copyright license 
set forth in 

[arch-commits] Commit in graphviz/repos (8 files)

2012-12-20 Thread Gaetan Bisson
Date: Thursday, December 20, 2012 @ 20:01:54
  Author: bisson
Revision: 173685

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

Added:
  graphviz/repos/staging-i686/
  graphviz/repos/staging-i686/LICENSE
(from rev 173684, graphviz/trunk/LICENSE)
  graphviz/repos/staging-i686/PKGBUILD
(from rev 173684, graphviz/trunk/PKGBUILD)
  graphviz/repos/staging-i686/install
(from rev 173684, graphviz/trunk/install)
  graphviz/repos/staging-x86_64/
  graphviz/repos/staging-x86_64/LICENSE
(from rev 173684, graphviz/trunk/LICENSE)
  graphviz/repos/staging-x86_64/PKGBUILD
(from rev 173684, graphviz/trunk/PKGBUILD)
  graphviz/repos/staging-x86_64/install
(from rev 173684, graphviz/trunk/install)

-+
 staging-i686/LICENSE|   87 ++
 staging-i686/PKGBUILD   |   57 ++
 staging-i686/install|   12 ++
 staging-x86_64/LICENSE  |   87 ++
 staging-x86_64/PKGBUILD |   57 ++
 staging-x86_64/install  |   12 ++
 6 files changed, 312 insertions(+)

Copied: graphviz/repos/staging-i686/LICENSE (from rev 173684, 
graphviz/trunk/LICENSE)
===
--- staging-i686/LICENSE(rev 0)
+++ staging-i686/LICENSE2012-12-21 01:01:54 UTC (rev 173685)
@@ -0,0 +1,87 @@
+Eclipse Public License - v 1.0
+
+THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC 
LICENSE (AGREEMENT). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM 
CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
+
+1. DEFINITIONS
+
+Contribution means:
+
+a) in the case of the initial Contributor, the initial code and documentation 
distributed under this Agreement, and
+
+b) in the case of each subsequent Contributor:
+
+i) changes to the Program, and
+
+ii) additions to the Program;
+
+where such changes and/or additions to the Program originate from and are 
distributed by that particular Contributor. A Contribution 'originates' from a 
Contributor if it was added to the Program by such Contributor itself or anyone 
acting on such Contributor's behalf. Contributions do not include additions to 
the Program which: (i) are separate modules of software distributed in 
conjunction with the Program under their own license agreement, and (ii) are 
not derivative works of the Program.
+
+Contributor means any person or entity that distributes the Program.
+
+Licensed Patents mean patent claims licensable by a Contributor which are 
necessarily infringed by the use or sale of its Contribution alone or when 
combined with the Program.
+
+Program means the Contributions distributed in accordance with this 
Agreement.
+
+Recipient means anyone who receives the Program under this Agreement, 
including all Contributors.
+
+2. GRANT OF RIGHTS
+
+a) Subject to the terms of this Agreement, each Contributor hereby grants 
Recipient a non-exclusive, worldwide, royalty-free copyright license to 
reproduce, prepare derivative works of, publicly display, publicly perform, 
distribute and sublicense the Contribution of such Contributor, if any, and 
such derivative works, in source code and object code form.
+
+b) Subject to the terms of this Agreement, each Contributor hereby grants 
Recipient a non-exclusive, worldwide, royalty-free patent license under 
Licensed Patents to make, use, sell, offer to sell, import and otherwise 
transfer the Contribution of such Contributor, if any, in source code and 
object code form. This patent license shall apply to the combination of the 
Contribution and the Program if, at the time the Contribution is added by the 
Contributor, such addition of the Contribution causes such combination to be 
covered by the Licensed Patents. The patent license shall not apply to any 
other combinations which include the Contribution. No hardware per se is 
licensed hereunder.
+
+c) Recipient understands that although each Contributor grants the licenses to 
its Contributions set forth herein, no assurances are provided by any 
Contributor that the Program does not infringe the patent or other intellectual 
property rights of any other entity. Each Contributor disclaims any liability 
to Recipient for claims brought by any other entity based on infringement of 
intellectual property rights or otherwise. As a condition to exercising the 
rights and licenses granted hereunder, each Recipient hereby assumes sole 
responsibility to secure any other intellectual property rights needed, if any. 
For example, if a third party patent license is required to allow Recipient to 
distribute the Program, it is Recipient's responsibility to acquire that 
license before distributing the Program.
+
+d) Each Contributor represents that to its knowledge it has sufficient 
copyright rights in its Contribution, if any, to grant the copyright license 
set forth in 

[arch-commits] Commit in graphviz/repos (8 files)

2012-11-13 Thread Gaetan Bisson
Date: Tuesday, November 13, 2012 @ 23:15:53
  Author: bisson
Revision: 170964

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

Added:
  graphviz/repos/staging-i686/
  graphviz/repos/staging-i686/LICENSE
(from rev 170963, graphviz/trunk/LICENSE)
  graphviz/repos/staging-i686/PKGBUILD
(from rev 170963, graphviz/trunk/PKGBUILD)
  graphviz/repos/staging-i686/install
(from rev 170963, graphviz/trunk/install)
  graphviz/repos/staging-x86_64/
  graphviz/repos/staging-x86_64/LICENSE
(from rev 170963, graphviz/trunk/LICENSE)
  graphviz/repos/staging-x86_64/PKGBUILD
(from rev 170963, graphviz/trunk/PKGBUILD)
  graphviz/repos/staging-x86_64/install
(from rev 170963, graphviz/trunk/install)

-+
 staging-i686/LICENSE|   87 ++
 staging-i686/PKGBUILD   |   57 ++
 staging-i686/install|   12 ++
 staging-x86_64/LICENSE  |   87 ++
 staging-x86_64/PKGBUILD |   57 ++
 staging-x86_64/install  |   12 ++
 6 files changed, 312 insertions(+)

Copied: graphviz/repos/staging-i686/LICENSE (from rev 170963, 
graphviz/trunk/LICENSE)
===
--- staging-i686/LICENSE(rev 0)
+++ staging-i686/LICENSE2012-11-14 04:15:53 UTC (rev 170964)
@@ -0,0 +1,87 @@
+Eclipse Public License - v 1.0
+
+THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC 
LICENSE (AGREEMENT). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM 
CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
+
+1. DEFINITIONS
+
+Contribution means:
+
+a) in the case of the initial Contributor, the initial code and documentation 
distributed under this Agreement, and
+
+b) in the case of each subsequent Contributor:
+
+i) changes to the Program, and
+
+ii) additions to the Program;
+
+where such changes and/or additions to the Program originate from and are 
distributed by that particular Contributor. A Contribution 'originates' from a 
Contributor if it was added to the Program by such Contributor itself or anyone 
acting on such Contributor's behalf. Contributions do not include additions to 
the Program which: (i) are separate modules of software distributed in 
conjunction with the Program under their own license agreement, and (ii) are 
not derivative works of the Program.
+
+Contributor means any person or entity that distributes the Program.
+
+Licensed Patents mean patent claims licensable by a Contributor which are 
necessarily infringed by the use or sale of its Contribution alone or when 
combined with the Program.
+
+Program means the Contributions distributed in accordance with this 
Agreement.
+
+Recipient means anyone who receives the Program under this Agreement, 
including all Contributors.
+
+2. GRANT OF RIGHTS
+
+a) Subject to the terms of this Agreement, each Contributor hereby grants 
Recipient a non-exclusive, worldwide, royalty-free copyright license to 
reproduce, prepare derivative works of, publicly display, publicly perform, 
distribute and sublicense the Contribution of such Contributor, if any, and 
such derivative works, in source code and object code form.
+
+b) Subject to the terms of this Agreement, each Contributor hereby grants 
Recipient a non-exclusive, worldwide, royalty-free patent license under 
Licensed Patents to make, use, sell, offer to sell, import and otherwise 
transfer the Contribution of such Contributor, if any, in source code and 
object code form. This patent license shall apply to the combination of the 
Contribution and the Program if, at the time the Contribution is added by the 
Contributor, such addition of the Contribution causes such combination to be 
covered by the Licensed Patents. The patent license shall not apply to any 
other combinations which include the Contribution. No hardware per se is 
licensed hereunder.
+
+c) Recipient understands that although each Contributor grants the licenses to 
its Contributions set forth herein, no assurances are provided by any 
Contributor that the Program does not infringe the patent or other intellectual 
property rights of any other entity. Each Contributor disclaims any liability 
to Recipient for claims brought by any other entity based on infringement of 
intellectual property rights or otherwise. As a condition to exercising the 
rights and licenses granted hereunder, each Recipient hereby assumes sole 
responsibility to secure any other intellectual property rights needed, if any. 
For example, if a third party patent license is required to allow Recipient to 
distribute the Program, it is Recipient's responsibility to acquire that 
license before distributing the Program.
+
+d) Each Contributor represents that to its knowledge it has sufficient 
copyright rights in its Contribution, if any, to grant the copyright license 
set forth in 

[arch-commits] Commit in graphviz/repos (8 files)

2012-05-24 Thread Gaetan Bisson
Date: Thursday, May 24, 2012 @ 09:05:05
  Author: bisson
Revision: 159449

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

Added:
  graphviz/repos/staging-i686/
  graphviz/repos/staging-i686/LICENSE
(from rev 159448, graphviz/trunk/LICENSE)
  graphviz/repos/staging-i686/PKGBUILD
(from rev 159448, graphviz/trunk/PKGBUILD)
  graphviz/repos/staging-i686/install
(from rev 159448, graphviz/trunk/install)
  graphviz/repos/staging-x86_64/
  graphviz/repos/staging-x86_64/LICENSE
(from rev 159448, graphviz/trunk/LICENSE)
  graphviz/repos/staging-x86_64/PKGBUILD
(from rev 159448, graphviz/trunk/PKGBUILD)
  graphviz/repos/staging-x86_64/install
(from rev 159448, graphviz/trunk/install)

-+
 staging-i686/LICENSE|   87 ++
 staging-i686/PKGBUILD   |   55 +
 staging-i686/install|   12 ++
 staging-x86_64/LICENSE  |   87 ++
 staging-x86_64/PKGBUILD |   55 +
 staging-x86_64/install  |   12 ++
 6 files changed, 308 insertions(+)

Copied: graphviz/repos/staging-i686/LICENSE (from rev 159448, 
graphviz/trunk/LICENSE)
===
--- staging-i686/LICENSE(rev 0)
+++ staging-i686/LICENSE2012-05-24 13:05:05 UTC (rev 159449)
@@ -0,0 +1,87 @@
+Eclipse Public License - v 1.0
+
+THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC 
LICENSE (AGREEMENT). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM 
CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
+
+1. DEFINITIONS
+
+Contribution means:
+
+a) in the case of the initial Contributor, the initial code and documentation 
distributed under this Agreement, and
+
+b) in the case of each subsequent Contributor:
+
+i) changes to the Program, and
+
+ii) additions to the Program;
+
+where such changes and/or additions to the Program originate from and are 
distributed by that particular Contributor. A Contribution 'originates' from a 
Contributor if it was added to the Program by such Contributor itself or anyone 
acting on such Contributor's behalf. Contributions do not include additions to 
the Program which: (i) are separate modules of software distributed in 
conjunction with the Program under their own license agreement, and (ii) are 
not derivative works of the Program.
+
+Contributor means any person or entity that distributes the Program.
+
+Licensed Patents mean patent claims licensable by a Contributor which are 
necessarily infringed by the use or sale of its Contribution alone or when 
combined with the Program.
+
+Program means the Contributions distributed in accordance with this 
Agreement.
+
+Recipient means anyone who receives the Program under this Agreement, 
including all Contributors.
+
+2. GRANT OF RIGHTS
+
+a) Subject to the terms of this Agreement, each Contributor hereby grants 
Recipient a non-exclusive, worldwide, royalty-free copyright license to 
reproduce, prepare derivative works of, publicly display, publicly perform, 
distribute and sublicense the Contribution of such Contributor, if any, and 
such derivative works, in source code and object code form.
+
+b) Subject to the terms of this Agreement, each Contributor hereby grants 
Recipient a non-exclusive, worldwide, royalty-free patent license under 
Licensed Patents to make, use, sell, offer to sell, import and otherwise 
transfer the Contribution of such Contributor, if any, in source code and 
object code form. This patent license shall apply to the combination of the 
Contribution and the Program if, at the time the Contribution is added by the 
Contributor, such addition of the Contribution causes such combination to be 
covered by the Licensed Patents. The patent license shall not apply to any 
other combinations which include the Contribution. No hardware per se is 
licensed hereunder.
+
+c) Recipient understands that although each Contributor grants the licenses to 
its Contributions set forth herein, no assurances are provided by any 
Contributor that the Program does not infringe the patent or other intellectual 
property rights of any other entity. Each Contributor disclaims any liability 
to Recipient for claims brought by any other entity based on infringement of 
intellectual property rights or otherwise. As a condition to exercising the 
rights and licenses granted hereunder, each Recipient hereby assumes sole 
responsibility to secure any other intellectual property rights needed, if any. 
For example, if a third party patent license is required to allow Recipient to 
distribute the Program, it is Recipient's responsibility to acquire that 
license before distributing the Program.
+
+d) Each Contributor represents that to its knowledge it has sufficient 
copyright rights in its Contribution, if any, to grant the copyright license 
set forth in this 

[arch-commits] Commit in graphviz/repos (8 files)

2012-04-26 Thread Pierre Schmitz
Date: Thursday, April 26, 2012 @ 10:36:30
  Author: pierre
Revision: 157250

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

Added:
  graphviz/repos/staging-i686/
  graphviz/repos/staging-i686/LICENSE
(from rev 157249, graphviz/trunk/LICENSE)
  graphviz/repos/staging-i686/PKGBUILD
(from rev 157249, graphviz/trunk/PKGBUILD)
  graphviz/repos/staging-i686/install
(from rev 157249, graphviz/trunk/install)
  graphviz/repos/staging-x86_64/
  graphviz/repos/staging-x86_64/LICENSE
(from rev 157249, graphviz/trunk/LICENSE)
  graphviz/repos/staging-x86_64/PKGBUILD
(from rev 157249, graphviz/trunk/PKGBUILD)
  graphviz/repos/staging-x86_64/install
(from rev 157249, graphviz/trunk/install)

-+
 staging-i686/LICENSE|   87 ++
 staging-i686/PKGBUILD   |   55 +
 staging-i686/install|   12 ++
 staging-x86_64/LICENSE  |   87 ++
 staging-x86_64/PKGBUILD |   55 +
 staging-x86_64/install  |   12 ++
 6 files changed, 308 insertions(+)

Copied: graphviz/repos/staging-i686/LICENSE (from rev 157249, 
graphviz/trunk/LICENSE)
===
--- staging-i686/LICENSE(rev 0)
+++ staging-i686/LICENSE2012-04-26 14:36:30 UTC (rev 157250)
@@ -0,0 +1,87 @@
+Eclipse Public License - v 1.0
+
+THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC 
LICENSE (AGREEMENT). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM 
CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
+
+1. DEFINITIONS
+
+Contribution means:
+
+a) in the case of the initial Contributor, the initial code and documentation 
distributed under this Agreement, and
+
+b) in the case of each subsequent Contributor:
+
+i) changes to the Program, and
+
+ii) additions to the Program;
+
+where such changes and/or additions to the Program originate from and are 
distributed by that particular Contributor. A Contribution 'originates' from a 
Contributor if it was added to the Program by such Contributor itself or anyone 
acting on such Contributor's behalf. Contributions do not include additions to 
the Program which: (i) are separate modules of software distributed in 
conjunction with the Program under their own license agreement, and (ii) are 
not derivative works of the Program.
+
+Contributor means any person or entity that distributes the Program.
+
+Licensed Patents mean patent claims licensable by a Contributor which are 
necessarily infringed by the use or sale of its Contribution alone or when 
combined with the Program.
+
+Program means the Contributions distributed in accordance with this 
Agreement.
+
+Recipient means anyone who receives the Program under this Agreement, 
including all Contributors.
+
+2. GRANT OF RIGHTS
+
+a) Subject to the terms of this Agreement, each Contributor hereby grants 
Recipient a non-exclusive, worldwide, royalty-free copyright license to 
reproduce, prepare derivative works of, publicly display, publicly perform, 
distribute and sublicense the Contribution of such Contributor, if any, and 
such derivative works, in source code and object code form.
+
+b) Subject to the terms of this Agreement, each Contributor hereby grants 
Recipient a non-exclusive, worldwide, royalty-free patent license under 
Licensed Patents to make, use, sell, offer to sell, import and otherwise 
transfer the Contribution of such Contributor, if any, in source code and 
object code form. This patent license shall apply to the combination of the 
Contribution and the Program if, at the time the Contribution is added by the 
Contributor, such addition of the Contribution causes such combination to be 
covered by the Licensed Patents. The patent license shall not apply to any 
other combinations which include the Contribution. No hardware per se is 
licensed hereunder.
+
+c) Recipient understands that although each Contributor grants the licenses to 
its Contributions set forth herein, no assurances are provided by any 
Contributor that the Program does not infringe the patent or other intellectual 
property rights of any other entity. Each Contributor disclaims any liability 
to Recipient for claims brought by any other entity based on infringement of 
intellectual property rights or otherwise. As a condition to exercising the 
rights and licenses granted hereunder, each Recipient hereby assumes sole 
responsibility to secure any other intellectual property rights needed, if any. 
For example, if a third party patent license is required to allow Recipient to 
distribute the Program, it is Recipient's responsibility to acquire that 
license before distributing the Program.
+
+d) Each Contributor represents that to its knowledge it has sufficient 
copyright rights in its Contribution, if any, to grant the copyright license 
set forth in this 

[arch-commits] Commit in graphviz/repos (8 files)

2012-01-18 Thread Gaetan Bisson
Date: Thursday, January 19, 2012 @ 00:23:33
  Author: bisson
Revision: 146913

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

Added:
  graphviz/repos/staging-i686/
  graphviz/repos/staging-i686/LICENSE
(from rev 146912, graphviz/trunk/LICENSE)
  graphviz/repos/staging-i686/PKGBUILD
(from rev 146912, graphviz/trunk/PKGBUILD)
  graphviz/repos/staging-i686/install
(from rev 146912, graphviz/trunk/install)
  graphviz/repos/staging-x86_64/
  graphviz/repos/staging-x86_64/LICENSE
(from rev 146912, graphviz/trunk/LICENSE)
  graphviz/repos/staging-x86_64/PKGBUILD
(from rev 146912, graphviz/trunk/PKGBUILD)
  graphviz/repos/staging-x86_64/install
(from rev 146912, graphviz/trunk/install)

-+
 staging-i686/LICENSE|   87 ++
 staging-i686/PKGBUILD   |   51 ++
 staging-i686/install|   12 ++
 staging-x86_64/LICENSE  |   87 ++
 staging-x86_64/PKGBUILD |   51 ++
 staging-x86_64/install  |   12 ++
 6 files changed, 300 insertions(+)

Copied: graphviz/repos/staging-i686/LICENSE (from rev 146912, 
graphviz/trunk/LICENSE)
===
--- staging-i686/LICENSE(rev 0)
+++ staging-i686/LICENSE2012-01-19 05:23:33 UTC (rev 146913)
@@ -0,0 +1,87 @@
+Eclipse Public License - v 1.0
+
+THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC 
LICENSE (AGREEMENT). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM 
CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
+
+1. DEFINITIONS
+
+Contribution means:
+
+a) in the case of the initial Contributor, the initial code and documentation 
distributed under this Agreement, and
+
+b) in the case of each subsequent Contributor:
+
+i) changes to the Program, and
+
+ii) additions to the Program;
+
+where such changes and/or additions to the Program originate from and are 
distributed by that particular Contributor. A Contribution 'originates' from a 
Contributor if it was added to the Program by such Contributor itself or anyone 
acting on such Contributor's behalf. Contributions do not include additions to 
the Program which: (i) are separate modules of software distributed in 
conjunction with the Program under their own license agreement, and (ii) are 
not derivative works of the Program.
+
+Contributor means any person or entity that distributes the Program.
+
+Licensed Patents mean patent claims licensable by a Contributor which are 
necessarily infringed by the use or sale of its Contribution alone or when 
combined with the Program.
+
+Program means the Contributions distributed in accordance with this 
Agreement.
+
+Recipient means anyone who receives the Program under this Agreement, 
including all Contributors.
+
+2. GRANT OF RIGHTS
+
+a) Subject to the terms of this Agreement, each Contributor hereby grants 
Recipient a non-exclusive, worldwide, royalty-free copyright license to 
reproduce, prepare derivative works of, publicly display, publicly perform, 
distribute and sublicense the Contribution of such Contributor, if any, and 
such derivative works, in source code and object code form.
+
+b) Subject to the terms of this Agreement, each Contributor hereby grants 
Recipient a non-exclusive, worldwide, royalty-free patent license under 
Licensed Patents to make, use, sell, offer to sell, import and otherwise 
transfer the Contribution of such Contributor, if any, in source code and 
object code form. This patent license shall apply to the combination of the 
Contribution and the Program if, at the time the Contribution is added by the 
Contributor, such addition of the Contribution causes such combination to be 
covered by the Licensed Patents. The patent license shall not apply to any 
other combinations which include the Contribution. No hardware per se is 
licensed hereunder.
+
+c) Recipient understands that although each Contributor grants the licenses to 
its Contributions set forth herein, no assurances are provided by any 
Contributor that the Program does not infringe the patent or other intellectual 
property rights of any other entity. Each Contributor disclaims any liability 
to Recipient for claims brought by any other entity based on infringement of 
intellectual property rights or otherwise. As a condition to exercising the 
rights and licenses granted hereunder, each Recipient hereby assumes sole 
responsibility to secure any other intellectual property rights needed, if any. 
For example, if a third party patent license is required to allow Recipient to 
distribute the Program, it is Recipient's responsibility to acquire that 
license before distributing the Program.
+
+d) Each Contributor represents that to its knowledge it has sufficient 
copyright rights in its Contribution, if any, to grant the copyright license 
set forth in this 

[arch-commits] Commit in graphviz/repos (8 files)

2011-11-20 Thread Gaetan Bisson
Date: Sunday, November 20, 2011 @ 03:23:09
  Author: bisson
Revision: 142991

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

Added:
  graphviz/repos/testing-i686/
  graphviz/repos/testing-i686/LICENSE
(from rev 142990, graphviz/trunk/LICENSE)
  graphviz/repos/testing-i686/PKGBUILD
(from rev 142990, graphviz/trunk/PKGBUILD)
  graphviz/repos/testing-i686/install
(from rev 142990, graphviz/trunk/install)
  graphviz/repos/testing-x86_64/
  graphviz/repos/testing-x86_64/LICENSE
(from rev 142990, graphviz/trunk/LICENSE)
  graphviz/repos/testing-x86_64/PKGBUILD
(from rev 142990, graphviz/trunk/PKGBUILD)
  graphviz/repos/testing-x86_64/install
(from rev 142990, graphviz/trunk/install)

-+
 testing-i686/LICENSE|   87 ++
 testing-i686/PKGBUILD   |   51 ++
 testing-i686/install|   12 ++
 testing-x86_64/LICENSE  |   87 ++
 testing-x86_64/PKGBUILD |   51 ++
 testing-x86_64/install  |   12 ++
 6 files changed, 300 insertions(+)

Copied: graphviz/repos/testing-i686/LICENSE (from rev 142990, 
graphviz/trunk/LICENSE)
===
--- testing-i686/LICENSE(rev 0)
+++ testing-i686/LICENSE2011-11-20 08:23:09 UTC (rev 142991)
@@ -0,0 +1,87 @@
+Eclipse Public License - v 1.0
+
+THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC 
LICENSE (AGREEMENT). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM 
CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
+
+1. DEFINITIONS
+
+Contribution means:
+
+a) in the case of the initial Contributor, the initial code and documentation 
distributed under this Agreement, and
+
+b) in the case of each subsequent Contributor:
+
+i) changes to the Program, and
+
+ii) additions to the Program;
+
+where such changes and/or additions to the Program originate from and are 
distributed by that particular Contributor. A Contribution 'originates' from a 
Contributor if it was added to the Program by such Contributor itself or anyone 
acting on such Contributor's behalf. Contributions do not include additions to 
the Program which: (i) are separate modules of software distributed in 
conjunction with the Program under their own license agreement, and (ii) are 
not derivative works of the Program.
+
+Contributor means any person or entity that distributes the Program.
+
+Licensed Patents mean patent claims licensable by a Contributor which are 
necessarily infringed by the use or sale of its Contribution alone or when 
combined with the Program.
+
+Program means the Contributions distributed in accordance with this 
Agreement.
+
+Recipient means anyone who receives the Program under this Agreement, 
including all Contributors.
+
+2. GRANT OF RIGHTS
+
+a) Subject to the terms of this Agreement, each Contributor hereby grants 
Recipient a non-exclusive, worldwide, royalty-free copyright license to 
reproduce, prepare derivative works of, publicly display, publicly perform, 
distribute and sublicense the Contribution of such Contributor, if any, and 
such derivative works, in source code and object code form.
+
+b) Subject to the terms of this Agreement, each Contributor hereby grants 
Recipient a non-exclusive, worldwide, royalty-free patent license under 
Licensed Patents to make, use, sell, offer to sell, import and otherwise 
transfer the Contribution of such Contributor, if any, in source code and 
object code form. This patent license shall apply to the combination of the 
Contribution and the Program if, at the time the Contribution is added by the 
Contributor, such addition of the Contribution causes such combination to be 
covered by the Licensed Patents. The patent license shall not apply to any 
other combinations which include the Contribution. No hardware per se is 
licensed hereunder.
+
+c) Recipient understands that although each Contributor grants the licenses to 
its Contributions set forth herein, no assurances are provided by any 
Contributor that the Program does not infringe the patent or other intellectual 
property rights of any other entity. Each Contributor disclaims any liability 
to Recipient for claims brought by any other entity based on infringement of 
intellectual property rights or otherwise. As a condition to exercising the 
rights and licenses granted hereunder, each Recipient hereby assumes sole 
responsibility to secure any other intellectual property rights needed, if any. 
For example, if a third party patent license is required to allow Recipient to 
distribute the Program, it is Recipient's responsibility to acquire that 
license before distributing the Program.
+
+d) Each Contributor represents that to its knowledge it has sufficient 
copyright rights in its Contribution, if any, to grant the copyright license 
set forth in this