summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--perl-data-section/PKGBUILD76
-rw-r--r--perl-parallel-forkmanager/PKGBUILD80
-rw-r--r--perl-software-license/PKGBUILD77
-rw-r--r--perl-test-failwarnings/PKGBUILD48
-rw-r--r--perl-test-mocktime/PKGBUILD70
-rw-r--r--python-owslib/PKGBUILD38
-rw-r--r--qwtpolar/PKGBUILD50
-rw-r--r--spatialindex/LICENSE9
-rw-r--r--spatialindex/PKGBUILD37
9 files changed, 0 insertions, 485 deletions
diff --git a/perl-data-section/PKGBUILD b/perl-data-section/PKGBUILD
deleted file mode 100644
index 40623ac1..00000000
--- a/perl-data-section/PKGBUILD
+++ /dev/null
@@ -1,76 +0,0 @@
-# Maintainer: Erich Eckner <arch at eckner dot net>
-# Generator : neuesPerlPaket (ef0b8d9e9ed5e7aec93f3e72d031ac7ee7fb4246e042c09b06bbdcecfbc0e3c879d26484951ecde4eb4b299510817c6aead5d93f6a73544b768ed6467f4108fc)
-
-pkgname='perl-data-section'
-pkgver='0.200007'
-pkgrel='3'
-pkgdesc='read multiple hunks of data out of your DATA section'
-arch=('any')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=(
- 'perl'
- 'perl-encode'
- 'perl-mro-compat>=0.09'
- 'perl-sub-exporter>=0.979'
-)
-makedepends=(
- 'perl'
- 'perl-base'
- 'perl-extutils-makemaker'
- 'perl-lib'
- 'perl-pathtools'
- 'perl-test-failwarnings'
- 'perl-test-simple>=0.96'
-)
-url='https://metacpan.org/release/Data-Section'
-_distdir="Data-Section-${pkgver}"
-source=("https://cpan.metacpan.org/authors/id/R/RJ/RJBS/${_distdir}.tar.gz")
-sha512sums=('0c23141ccc2041e8c1c222c95d6eab4b56e2d77a94c68507f67acbb62fa5132e9229e9680c9fff6ebbc6a47a42cf1943d6e5b50a5f0168c66193fb52aaa241f0')
-
-build() {
- cd "${srcdir}/${_distdir}"
-
- # Setting these env variables overwrites any command-line-options we don't want...
- export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps \
- PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='${pkgdir}'" \
- PERL_MB_OPT="--installdirs vendor --destdir '${pkgdir}'" \
- MODULEBUILDRC=/dev/null
-
- # If using Makefile.PL
- if [ -r Makefile.PL ]; then
- perl Makefile.PL
- make
- # If using Build.PL
- elif [ -r Build.PL ]; then
- perl Build.PL
- perl Build
- fi
-}
-
-check() {
- cd "${srcdir}/${_distdir}"
-
- # If using Makefile.PL
- if [ -r Makefile.PL ]; then
- make test
- # If using Build.PL
- elif [ -r Build.PL ]; then
- perl Build test
- fi
-}
-
-package() {
- cd "${srcdir}/${_distdir}"
-
- # If using Makefile.PL
- if [ -r Makefile.PL ]; then
- make install
- # If using Build.PL
- elif [ -r Build.PL ]; then
- perl Build install
- fi
-
- # remove perllocal.pod and .packlist
- find "${pkgdir}" -name .packlist -o -name perllocal.pod -delete
-}
diff --git a/perl-parallel-forkmanager/PKGBUILD b/perl-parallel-forkmanager/PKGBUILD
deleted file mode 100644
index 59ba9875..00000000
--- a/perl-parallel-forkmanager/PKGBUILD
+++ /dev/null
@@ -1,80 +0,0 @@
-# Maintainer: Erich Eckner <arch at eckner dot net>
-# Generator : neuesPerlPaket (ef0b8d9e9ed5e7aec93f3e72d031ac7ee7fb4246e042c09b06bbdcecfbc0e3c879d26484951ecde4eb4b299510817c6aead5d93f6a73544b768ed6467f4108fc)
-
-pkgname='perl-parallel-forkmanager'
-pkgver='1.19'
-pkgrel='2'
-pkgdesc='A simple parallel processing fork manager'
-arch=('any')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=(
- 'perl'
- 'perl-carp'
- 'perl-file-path'
- 'perl-file-temp'
- 'perl-pathtools'
- 'perl-storable'
-)
-makedepends=(
- 'perl>=5.6.0'
- 'perl-extutils-makemaker'
- 'perl-io'
- 'perl-pathtools'
- 'perl-test-simple>=0.94'
- 'perl-test-warn'
-)
-checkdepends=(
- 'perl-utf8-all'
-)
-url='https://metacpan.org/release/Parallel-ForkManager'
-_distdir="Parallel-ForkManager-${pkgver}"
-source=("https://cpan.metacpan.org/authors/id/Y/YA/YANICK/${_distdir}.tar.gz")
-sha512sums=('fdd076de153a09e1e8fb681cadc6c36a05f4c8a6718df61937eb5d26729108a6f2f322a7fb9d4bf6166bbfe52cb857e3ea6cab8368c7b5959500018cc01747c6')
-
-build() {
- cd "${srcdir}/${_distdir}"
-
- # Setting these env variables overwrites any command-line-options we don't want...
- export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps \
- PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='${pkgdir}'" \
- PERL_MB_OPT="--installdirs vendor --destdir '${pkgdir}'" \
- MODULEBUILDRC=/dev/null
-
- # If using Makefile.PL
- if [ -r Makefile.PL ]; then
- perl Makefile.PL
- make
- # If using Build.PL
- elif [ -r Build.PL ]; then
- perl Build.PL
- perl Build
- fi
-}
-
-check() {
- cd "${srcdir}/${_distdir}"
-
- # If using Makefile.PL
- if [ -r Makefile.PL ]; then
- make test
- # If using Build.PL
- elif [ -r Build.PL ]; then
- perl Build test
- fi
-}
-
-package() {
- cd "${srcdir}/${_distdir}"
-
- # If using Makefile.PL
- if [ -r Makefile.PL ]; then
- make install
- # If using Build.PL
- elif [ -r Build.PL ]; then
- perl Build install
- fi
-
- # remove perllocal.pod and .packlist
- find "${pkgdir}" -name .packlist -o -name perllocal.pod -delete
-}
diff --git a/perl-software-license/PKGBUILD b/perl-software-license/PKGBUILD
deleted file mode 100644
index b15a0d47..00000000
--- a/perl-software-license/PKGBUILD
+++ /dev/null
@@ -1,77 +0,0 @@
-# Maintainer: Erich Eckner <arch at eckner dot net>
-# Generator : neuesPerlPaket (ef0b8d9e9ed5e7aec93f3e72d031ac7ee7fb4246e042c09b06bbdcecfbc0e3c879d26484951ecde4eb4b299510817c6aead5d93f6a73544b768ed6467f4108fc)
-
-pkgname='perl-software-license'
-pkgver='0.103012'
-pkgrel='2'
-pkgdesc='packages that provide templated software licenses'
-arch=('any')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=(
- 'perl>=5.6.0'
- 'perl-carp'
- 'perl-data-section'
- 'perl-io'
- 'perl-module-load'
- 'perl-parent'
- 'perl-pathtools'
- 'perl-text-template'
-)
-makedepends=(
- 'perl-extutils-makemaker'
- 'perl-pathtools'
- 'perl-test-simple>=0.96'
- 'perl-try-tiny'
-)
-url='https://metacpan.org/release/Software-License'
-_distdir="Software-License-${pkgver}"
-source=("https://cpan.metacpan.org/authors/id/R/RJ/RJBS/${_distdir}.tar.gz")
-sha512sums=('419e9f2617cdfd1586fbfb8d900805dfa3941fdd0a5584ff3489f28511731f8c4a248ab212fd85aa4eab3db55e8f60a6ea589917d404a96b5c1b5a506fbdb4e8')
-
-build() {
- cd "${srcdir}/${_distdir}"
-
- # Setting these env variables overwrites any command-line-options we don't want...
- export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps \
- PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='${pkgdir}'" \
- PERL_MB_OPT="--installdirs vendor --destdir '${pkgdir}'" \
- MODULEBUILDRC=/dev/null
-
- # If using Makefile.PL
- if [ -r Makefile.PL ]; then
- perl Makefile.PL
- make
- # If using Build.PL
- elif [ -r Build.PL ]; then
- perl Build.PL
- perl Build
- fi
-}
-
-check() {
- cd "${srcdir}/${_distdir}"
-
- # If using Makefile.PL
- if [ -r Makefile.PL ]; then
- make test
- # If using Build.PL
- elif [ -r Build.PL ]; then
- perl Build test
- fi
-}
-
-package() {
- cd "${srcdir}/${_distdir}"
-
- # If using Makefile.PL
- if [ -r Makefile.PL ]; then
- make install
- # If using Build.PL
- elif [ -r Build.PL ]; then
- perl Build install
- fi
-
- # remove perllocal.pod and .packlist
- find "${pkgdir}" -name .packlist -o -name perllocal.pod -delete
-}
diff --git a/perl-test-failwarnings/PKGBUILD b/perl-test-failwarnings/PKGBUILD
deleted file mode 100644
index cb08db2c..00000000
--- a/perl-test-failwarnings/PKGBUILD
+++ /dev/null
@@ -1,48 +0,0 @@
-# Maintainer : Erich Eckner <arch at eckner dot net>
-# CPAN Name : Test::FailWarnings
-# Contributor: Anton Leontiev <bunder /at/ t-25.ru>
-# Generator : CPANPLUS::Dist::Arch 1.28
-
-pkgname=perl-test-failwarnings
-pkgver=0.008
-pkgrel='4'
-pkgdesc='A Perl package that add test failures if warnings are caught'
-arch=('any')
-url='http://search.cpan.org/dist/Test-FailWarnings'
-license=('Apache')
-depends=(
- 'perl>=5.8.1'
- 'perl-carp'
- 'perl-pathtools'
- 'perl-test-simple>=0.86')
-makedepends=(
- 'perl-capture-tiny>=0.12'
- 'perl-constant'
- 'perl-extutils-makemaker>=6.17'
- 'perl-file-temp'
- 'perl-io'
- 'perl-lib'
- 'perl-scalar-list-utils'
- 'perl-test-simple>=0.96')
-checkdepends=('perl>=5.13.4' 'perl-capture-tiny>=0.12')
-_distdir="Test-FailWarnings-${pkgver}"
-source=(http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/${_distdir}.tar.gz)
-options=(!emptydirs)
-sha512sums=('7bffcc18191326095d99ad01be6426f4d9d927f769a156318f9abfea67da6adfecb657bad89390740c9f531fe69c717afa1d250258eed63d127bf10cbbf2bd51')
-
-build() {
- cd ${_distdir}
- PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
- make
-}
-
-check() {
- cd ${_distdir}
- make test
-}
-
-package() {
- cd ${_distdir}
- make install DESTDIR="$pkgdir"
- find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
-}
diff --git a/perl-test-mocktime/PKGBUILD b/perl-test-mocktime/PKGBUILD
deleted file mode 100644
index 747a5750..00000000
--- a/perl-test-mocktime/PKGBUILD
+++ /dev/null
@@ -1,70 +0,0 @@
-# Maintainer: Erich Eckner <arch at eckner dot net>
-# Generator : neuesPerlPaket (900e236c34f5f70361b2c0eed5444de99193a45a6e5d0c97dc30ac9769d87f1aa77dfcc5a79ef0dea0df9d666b25059c0bc95a7ce51f80bc58ce97da48008bc9)
-
-pkgname='perl-test-mocktime'
-pkgver=0.17
-pkgrel=1
-pkgdesc='Replaces actual time with simulated time'
-arch=('any')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=(
- 'perl-test-simple'
- 'perl-time-local'
- 'perl-time-piece>=1.08')
-makedepends=(
- 'perl-extutils-makemaker'
- 'perl-extutils-makemaker')
-checkdepends=(
- 'perl-test-pod')
-url='https://metacpan.org/release/Test-MockTime'
-_distdir="Test-MockTime-${pkgver}"
-source=("https://cpan.metacpan.org/authors/id/D/DD/DDICK/${_distdir}.tar.gz")
-sha512sums=('ad73be430e3a483a61209bacf4bfa170d6eec6597d3c0efcf5de167f9c129fbf656581dcdceeba88bd98e530371db2542894ded793f9d46e4155c612e2b7cac5')
-
-build() {
- cd "${srcdir}/${_distdir}"
-
- # Setting these env variables overwrites any command-line-options we don't want...
- export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps \
- PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='${pkgdir}'" \
- PERL_MB_OPT="--installdirs vendor --destdir '${pkgdir}'" \
- MODULEBUILDRC=/dev/null
-
- # If using Makefile.PL
- if [ -r Makefile.PL ]; then
- perl Makefile.PL
- make
- # If using Build.PL
- elif [ -r Build.PL ]; then
- perl Build.PL
- perl Build
- fi
-}
-
-check() {
- cd "${srcdir}/${_distdir}"
-
- # If using Makefile.PL
- if [ -r Makefile.PL ]; then
- make test
- # If using Build.PL
- elif [ -r Build.PL ]; then
- perl Build test
- fi
-}
-
-package() {
- cd "${srcdir}/${_distdir}"
-
- # If using Makefile.PL
- if [ -r Makefile.PL ]; then
- make install
- # If using Build.PL
- elif [ -r Build.PL ]; then
- perl Build install
- fi
-
- # remove perllocal.pod and .packlist
- find "${pkgdir}" -name .packlist -o -name perllocal.pod -delete
-}
diff --git a/python-owslib/PKGBUILD b/python-owslib/PKGBUILD
deleted file mode 100644
index 8a83e2a7..00000000
--- a/python-owslib/PKGBUILD
+++ /dev/null
@@ -1,38 +0,0 @@
-# Maintainer: Erich Eckner <arch at eckner dot net>
-# Contributor: Doug Newgard <scimmia at archlinux dot info>
-
-pkgbase=python-owslib
-pkgname=('python-owslib' 'python2-owslib')
-pkgver=0.16.0
-pkgrel=1
-pkgdesc='Python package for client programming with Open Geospatial Consortium (OGC) web service interface standards, and their related content models'
-arch=('any')
-url='http://geopython.github.io/OWSLib'
-license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools'
- 'python2-dateutil' 'python2-pytz' 'python2-requests' 'python2-pyproj'
- 'python-dateutil' 'python-pytz' 'python-requests' 'python-pyproj')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/geopython/OWSLib/archive/$pkgver.tar.gz")
-sha512sums=('a468352dfdb62bea1e6189efcc198237cb909051e51782abb15093e328ca7d3d379e88d0466e42c39ce9bc201a3be828a779193666bf9befe8d501355aaddbf4')
-
-package_python-owslib() {
- pkgdesc='Python package for client programming with Open Geospatial Consortium (OGC) web service interface standards, and their related content models'
- depends=('python-dateutil' 'python-pytz' 'python-requests' 'python-pyproj')
-
- cd OWSLib-$pkgver
-
- python setup.py install --root="$pkgdir" --optimize=1
-
- install -Dm644 LICENSE.txt -t "$pkgdir/usr/share/licenses/$pkgname/"
-}
-
-package_python2-owslib() {
- pkgdesc='Python2 package for client programming with Open Geospatial Consortium (OGC) web service interface standards, and their related content models'
- depends=('python2-dateutil' 'python2-pytz' 'python2-requests' 'python2-pyproj')
-
- cd OWSLib-$pkgver
-
- python2 setup.py install --root="$pkgdir" --optimize=1
-
- install -Dm644 LICENSE.txt -t "$pkgdir/usr/share/licenses/$pkgname/"
-}
diff --git a/qwtpolar/PKGBUILD b/qwtpolar/PKGBUILD
deleted file mode 100644
index 78d5cd83..00000000
--- a/qwtpolar/PKGBUILD
+++ /dev/null
@@ -1,50 +0,0 @@
-# Maintainer: Erich Eckner <arch at eckner dot net>
-# Contributor: Doug Newgard <scimmia at archlinux dot info>
-# Contributor: SaultDon <sault.don gmail>
-# Contributor: Gunther Schulz < mail at guntherschulz.de >
-# Contributor: Kévin Guilloy <kevin at guilloy dot ath dot cx>
-
-pkgname=qwtpolar
-pkgver=1.1.1
-pkgrel=3
-pkgdesc='Qwt library that contains classes for displaying values on a polar coordinate system'
-arch=('i686' 'x86_64')
-url='http://qwtpolar.sourceforge.net/'
-license=('custom:qwt')
-depends=('gcc-libs' 'glibc' 'qt5-base' 'qt5-svg' 'qwt')
-optdepends=('qt5-tools: For Designer plugin')
-makedepends=('qt5-tools')
-conflicts=('qwtpolar-qt5')
-provides=("qwtpolar-qt5=$pkgver")
-replaces=('qwtpolar-qt5')
-source=("https://sourceforge.net/projects/qwtpolar/files/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2")
-sha1sums=('38edf5220c971eef0e88fcc6db7c718e6198ccac')
-
-prepare() {
- cd $pkgname-$pkgver
-
- sed -e '/^\s*QWT_POLAR_INSTALL_PREFIX/ s|=.*|= /usr|' \
- -e '/^QWT_POLAR_INSTALL_DOCS/ s|/doc|/share/doc/qwtpolar|' \
- -e '/^QWT_POLAR_INSTALL_HEADERS/ s|/include|&/qwt|' \
- -e '/^QWT_POLAR_INSTALL_PLUGINS/ s|/plugins/designer|/lib/qt&|' \
- -e '/^QWT_POLAR_INSTALL_FEATURES/ s|/features|/lib/qt/mkspecs&|' \
- -e '/QwtPolarExamples/ s/^/# /' \
- -i qwtpolarconfig.pri
-}
-
-build() {
- cd $pkgname-$pkgver
-
- qmake-qt5 qwtpolar.pro
- make
-}
-
-package() {
- cd $pkgname-$pkgver
-
- make INSTALL_ROOT="$pkgdir" install
-
- install -Dm644 COPYING -t "$pkgdir/usr/share/licenses/$pkgname/"
- mv "$pkgdir/usr/share/doc/qwtpolar/man/" "$pkgdir/usr/share/"
- rm "$pkgdir/usr/share/man/man3/qwtlicense.3"
-}
diff --git a/spatialindex/LICENSE b/spatialindex/LICENSE
deleted file mode 100644
index 888f4e78..00000000
--- a/spatialindex/LICENSE
+++ /dev/null
@@ -1,9 +0,0 @@
-Permission is hereby granted, free of charge, to any person obtaining acopy of this software and associated documentation files (the "Software"),to deal in the Software without restriction, including without limitationthe rights to use, copy, modify, merge, publish, distribute, sublicense,and/or sell copies of the Software, and to permit persons to whom theSoftware is furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included inall copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
-FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
-DEALINGS IN THE SOFTWARE.
diff --git a/spatialindex/PKGBUILD b/spatialindex/PKGBUILD
deleted file mode 100644
index 7f8457dc..00000000
--- a/spatialindex/PKGBUILD
+++ /dev/null
@@ -1,37 +0,0 @@
-# Original Maintainer: Lantald <lantald at Gmx dot com>
-# Contributor: Danilo <aur at dbrgn dot ch>
-# Maintainer: Erich Eckner <arch at eckner dot net>
-
-pkgname=spatialindex
-pkgver=1.8.5
-pkgrel=1
-pkgdesc='An extensible framework that supports robust spatial indexing methods and sophisticated spatial queries.'
-arch=('i686' 'x86_64')
-url="http://libspatialindex.github.com/"
-license=('MIT')
-depends=(gcc-libs)
-provides=(spatialindex)
-conflicts=(libspatialindex-git)
-source=("http://download.osgeo.org/libspatialindex/$pkgname-src-$pkgver.tar.gz"
- 'LICENSE')
-sha256sums=('7caa46a2cb9b40960f7bc82c3de60fa14f8f3e000b02561b36cbf2cfe6a9bfef'
- '170961cdd7754bed14e465eff7d4f22c5df11d8d104310a56a7ee3ab201bc279')
-
-build() {
- cd "$srcdir/$pkgname-src-$pkgver/"
- ./configure --prefix=/usr
- make
-}
-
-check() {
- cd "$srcdir/$pkgname-src-$pkgver/"
- make -k check
-}
-
-package() {
- cd "$srcdir/$pkgname-src-$pkgver/"
- make DESTDIR="$pkgdir/" install
- install -D -m644 ${srcdir}/LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et: