[arch-commits] Commit in (shp2svg)

2017-10-21 Thread Jaroslav Lichtblau
Date: Saturday, October 21, 2017 @ 16:35:58
  Author: jlichtblau
Revision: 263862

shp2svg dropped from [community]

Deleted:
  shp2svg/


[arch-commits] Commit in shp2svg/repos (2 files)

2014-09-11 Thread Jaroslav Lichtblau
Date: Friday, September 12, 2014 @ 07:04:45
  Author: jlichtblau
Revision: 118847

archrelease: copy trunk to community-staging-any

Added:
  shp2svg/repos/community-staging-any/
  shp2svg/repos/community-staging-any/PKGBUILD
(from rev 118846, shp2svg/trunk/PKGBUILD)

--+
 PKGBUILD |   20 
 1 file changed, 20 insertions(+)

Copied: shp2svg/repos/community-staging-any/PKGBUILD (from rev 118846, 
shp2svg/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2014-09-12 05:04:45 UTC (rev 118847)
@@ -0,0 +1,20 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+
+pkgname=shp2svg
+pkgver=0.5.1
+pkgrel=5
+pkgdesc="Takes the text input from shp2pgsql and converts it to SVG files"
+arch=('any')
+url="http://www.carto.net/papers/svg/utils/shp2svg/";
+license=('LGPL')
+depends=('postgis' 'perl-math-round')
+source=(http://www.carto.net/papers/svg/utils/shp2svg/ogis2svg.pl)
+sha256sums=('05f8ff0eac46f54084793717c4542e37bc0acb55fdd822fe75db8aa59bc90bfd')
+
+package() {
+  install -Dm755 "${srcdir}"/ogis2svg.pl "${pkgdir}"/usr/bin/ogis2svg.pl
+  # add a symlink because the name of the script is a little confusing.
+  ln -sf /usr/bin/ogis2svg.pl "${pkgdir}"/usr/bin/shp2svg
+}



[arch-commits] Commit in shp2svg/trunk (PKGBUILD)

2014-09-11 Thread Jaroslav Lichtblau
Date: Friday, September 12, 2014 @ 07:04:37
  Author: jlichtblau
Revision: 118846

upgpkg: shp2svg 0.5.1-5

Modified:
  shp2svg/trunk/PKGBUILD

--+
 PKGBUILD |7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-12 04:53:07 UTC (rev 118845)
+++ PKGBUILD2014-09-12 05:04:37 UTC (rev 118846)
@@ -4,7 +4,7 @@
 
 pkgname=shp2svg
 pkgver=0.5.1
-pkgrel=4
+pkgrel=5
 pkgdesc="Takes the text input from shp2pgsql and converts it to SVG files"
 arch=('any')
 url="http://www.carto.net/papers/svg/utils/shp2svg/";
@@ -11,11 +11,10 @@
 license=('LGPL')
 depends=('postgis' 'perl-math-round')
 source=(http://www.carto.net/papers/svg/utils/shp2svg/ogis2svg.pl)
-md5sums=('040103d8c83ee0d7095cad7d703d4e80')
+sha256sums=('05f8ff0eac46f54084793717c4542e37bc0acb55fdd822fe75db8aa59bc90bfd')
 
 package() {
-  install -d "${pkgdir}"/usr/bin
-  install -m755 "${srcdir}"/ogis2svg.pl "${pkgdir}"/usr/bin/ogis2svg.pl
+  install -Dm755 "${srcdir}"/ogis2svg.pl "${pkgdir}"/usr/bin/ogis2svg.pl
   # add a symlink because the name of the script is a little confusing.
   ln -sf /usr/bin/ogis2svg.pl "${pkgdir}"/usr/bin/shp2svg
 }



[arch-commits] Commit in shp2svg/trunk (PKGBUILD)

2014-07-06 Thread Felix Yan
Date: Monday, July 7, 2014 @ 04:46:13
  Author: fyan
Revision: 115244

upgpkg: shp2svg 0.5.1-4

mtree rebuild

Modified:
  shp2svg/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-07 02:46:05 UTC (rev 115243)
+++ PKGBUILD2014-07-07 02:46:13 UTC (rev 115244)
@@ -4,7 +4,7 @@
 
 pkgname=shp2svg
 pkgver=0.5.1
-pkgrel=3
+pkgrel=4
 pkgdesc="Takes the text input from shp2pgsql and converts it to SVG files"
 arch=('any')
 url="http://www.carto.net/papers/svg/utils/shp2svg/";



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

2014-07-06 Thread Felix Yan
Date: Monday, July 7, 2014 @ 04:46:33
  Author: fyan
Revision: 115245

archrelease: copy trunk to community-any

Added:
  shp2svg/repos/community-any/PKGBUILD
(from rev 115244, shp2svg/trunk/PKGBUILD)
Deleted:
  shp2svg/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-07 02:46:13 UTC (rev 115244)
+++ PKGBUILD2014-07-07 02:46:33 UTC (rev 115245)
@@ -1,21 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
-
-pkgname=shp2svg
-pkgver=0.5.1
-pkgrel=3
-pkgdesc="Takes the text input from shp2pgsql and converts it to SVG files"
-arch=('any')
-url="http://www.carto.net/papers/svg/utils/shp2svg/";
-license=('LGPL')
-depends=('postgis' 'perl-math-round')
-source=(http://www.carto.net/papers/svg/utils/shp2svg/ogis2svg.pl)
-md5sums=('040103d8c83ee0d7095cad7d703d4e80')
-
-package() {
-  install -d "${pkgdir}"/usr/bin
-  install -m755 "${srcdir}"/ogis2svg.pl "${pkgdir}"/usr/bin/ogis2svg.pl
-  # add a symlink because the name of the script is a little confusing.
-  ln -sf /usr/bin/ogis2svg.pl "${pkgdir}"/usr/bin/shp2svg
-}

Copied: shp2svg/repos/community-any/PKGBUILD (from rev 115244, 
shp2svg/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-07 02:46:33 UTC (rev 115245)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+
+pkgname=shp2svg
+pkgver=0.5.1
+pkgrel=4
+pkgdesc="Takes the text input from shp2pgsql and converts it to SVG files"
+arch=('any')
+url="http://www.carto.net/papers/svg/utils/shp2svg/";
+license=('LGPL')
+depends=('postgis' 'perl-math-round')
+source=(http://www.carto.net/papers/svg/utils/shp2svg/ogis2svg.pl)
+md5sums=('040103d8c83ee0d7095cad7d703d4e80')
+
+package() {
+  install -d "${pkgdir}"/usr/bin
+  install -m755 "${srcdir}"/ogis2svg.pl "${pkgdir}"/usr/bin/ogis2svg.pl
+  # add a symlink because the name of the script is a little confusing.
+  ln -sf /usr/bin/ogis2svg.pl "${pkgdir}"/usr/bin/shp2svg
+}