[arch-commits] Commit in perl-cgi-fast/repos (2 files)

2020-06-21 Thread Felix Yan via arch-commits
Date: Sunday, June 21, 2020 @ 16:10:24
  Author: felixonmars
Revision: 649655

archrelease: copy trunk to community-staging-any

Added:
  perl-cgi-fast/repos/community-staging-any/
  perl-cgi-fast/repos/community-staging-any/PKGBUILD
(from rev 649652, perl-cgi-fast/trunk/PKGBUILD)

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

Copied: perl-cgi-fast/repos/community-staging-any/PKGBUILD (from rev 649652, 
perl-cgi-fast/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2020-06-21 16:10:24 UTC (rev 649655)
@@ -0,0 +1,44 @@
+# Maintainer: Florian Pritz 
+
+pkgname=perl-cgi-fast
+pkgver=2.15
+pkgrel=3
+pkgdesc='CGI Interface for Fast CGI'
+arch=(any)
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=('perl>=5.8.1' 'perl-cgi>=4' 'perl-fcgi>=0.67')
+url=https://metacpan.org/release/CGI-Fast
+source=("https://search.cpan.org/CPAN/authors/id/L/LE/LEEJO/CGI-Fast-$pkgver.tar.gz";)
+md5sums=(f9dac0982ccce4a9b89433b378b1573d)
+sha512sums=(b984cbcf5d1d96dd9fcb58b704ae643e127fcdbe37b4d7e7560e5e1219abb849d72c4ff5a2eb45d7f076a126543b06fda282aabf2c3788b8a87f075c081d30c1)
+_ddir="CGI-Fast-$pkgver"
+
+build()
+(
+  cd "$srcdir/$_ddir"
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  unset PERL5LIB PERL_MM_OPT
+  /usr/bin/perl Makefile.PL
+  make
+)
+
+check()
+(
+  cd "$srcdir/$_ddir"
+  export PERL_MM_USE_DEFAULT=1
+  unset PERL5LIB
+  make test
+)
+
+package()
+(
+  cd "$srcdir/$_ddir"
+  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+)
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in perl-cgi-fast/repos (2 files)

2019-05-25 Thread Felix Yan via arch-commits
Date: Saturday, May 25, 2019 @ 11:39:36
  Author: felixonmars
Revision: 470414

archrelease: copy trunk to community-staging-any

Added:
  perl-cgi-fast/repos/community-staging-any/
  perl-cgi-fast/repos/community-staging-any/PKGBUILD
(from rev 470413, perl-cgi-fast/trunk/PKGBUILD)

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

Copied: perl-cgi-fast/repos/community-staging-any/PKGBUILD (from rev 470413, 
perl-cgi-fast/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2019-05-25 11:39:36 UTC (rev 470414)
@@ -0,0 +1,44 @@
+# Maintainer: Florian Pritz 
+
+pkgname=perl-cgi-fast
+pkgver=2.15
+pkgrel=2
+pkgdesc='CGI Interface for Fast CGI'
+arch=(any)
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=('perl>=5.8.1' 'perl-cgi>=4' 'perl-fcgi>=0.67')
+url=https://metacpan.org/release/CGI-Fast
+source=("http://search.cpan.org/CPAN/authors/id/L/LE/LEEJO/CGI-Fast-$pkgver.tar.gz";)
+md5sums=(f9dac0982ccce4a9b89433b378b1573d)
+sha512sums=(b984cbcf5d1d96dd9fcb58b704ae643e127fcdbe37b4d7e7560e5e1219abb849d72c4ff5a2eb45d7f076a126543b06fda282aabf2c3788b8a87f075c081d30c1)
+_ddir="CGI-Fast-$pkgver"
+
+build()
+(
+  cd "$srcdir/$_ddir"
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  unset PERL5LIB PERL_MM_OPT
+  /usr/bin/perl Makefile.PL
+  make
+)
+
+check()
+(
+  cd "$srcdir/$_ddir"
+  export PERL_MM_USE_DEFAULT=1
+  unset PERL5LIB
+  make test
+)
+
+package()
+(
+  cd "$srcdir/$_ddir"
+  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+)
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in perl-cgi-fast/repos (2 files)

2018-08-01 Thread Evangelos Foutras via arch-commits
Date: Wednesday, August 1, 2018 @ 12:26:41
  Author: foutrelis
Revision: 366792

archrelease: copy trunk to community-staging-any

Added:
  perl-cgi-fast/repos/community-staging-any/
  perl-cgi-fast/repos/community-staging-any/PKGBUILD
(from rev 366790, perl-cgi-fast/trunk/PKGBUILD)

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

Copied: perl-cgi-fast/repos/community-staging-any/PKGBUILD (from rev 366790, 
perl-cgi-fast/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2018-08-01 12:26:41 UTC (rev 366792)
@@ -0,0 +1,45 @@
+# Maintainer: Florian Pritz 
+
+pkgname=perl-cgi-fast
+pkgver=2.13
+pkgrel=2
+pkgdesc='CGI Interface for Fast CGI'
+arch=(any)
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=('perl>=5.8.1' 'perl-cgi>=4' 'perl-fcgi>=0.67')
+url=https://metacpan.org/release/CGI-Fast
+source=("http://search.cpan.org/CPAN/authors/id/L/LE/LEEJO/CGI-Fast-$pkgver.tar.gz";)
+md5sums=(1085839daf37d49a538caded0b561b4d)
+sha512sums=(58e7010f5cdfa13e8ba4e528dfe2d7bcc4ac33f48482de186ef27ec0a38ac091c9d534761231c7dd947516532c78520259e841533690ffba7b90fb3d0069f53c)
+_ddir="CGI-Fast-$pkgver"
+
+build()
+(
+  cd "$srcdir/$_ddir"
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  unset PERL5LIB PERL_MM_OPT
+  /usr/bin/perl Makefile.PL
+  make
+)
+
+check()
+(
+  cd "$srcdir/$_ddir"
+  export PERL_MM_USE_DEFAULT=1
+  unset PERL5LIB
+  make test
+)
+
+package()
+(
+  cd "$srcdir/$_ddir"
+  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+)
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in perl-cgi-fast/repos (2 files)

2017-08-26 Thread Felix Yan
Date: Saturday, August 26, 2017 @ 15:38:56
  Author: felixonmars
Revision: 254164

archrelease: copy trunk to community-staging-any

Added:
  perl-cgi-fast/repos/community-staging-any/
  perl-cgi-fast/repos/community-staging-any/PKGBUILD
(from rev 254160, perl-cgi-fast/trunk/PKGBUILD)

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

Copied: perl-cgi-fast/repos/community-staging-any/PKGBUILD (from rev 254160, 
perl-cgi-fast/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2017-08-26 15:38:56 UTC (rev 254164)
@@ -0,0 +1,46 @@
+# Maintainer: Florian Pritz 
+
+pkgname=perl-cgi-fast
+pkgver=2.12
+pkgrel=3
+pkgdesc='CGI Interface for Fast CGI'
+arch=(any)
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=('perl>=5.8.1' 'perl-cgi>=4' 'perl-fcgi>=0.67')
+checkdepends=('perl-test-deep>=0.11')
+url=https://metacpan.org/release/CGI-Fast
+source=("http://search.cpan.org/CPAN/authors/id/L/LE/LEEJO/CGI-Fast-$pkgver.tar.gz";)
+md5sums=('80aa041f84fd225367aaf4fa17a929a0')
+sha512sums=('00452a2c31eb8fd877808764508a491894d87986bda493b2b15773cd29f2699184559f0c55af1af1684c851005b61eb1364bccae7ba4f4df3166d9020c15b40e')
+_ddir="CGI-Fast-$pkgver"
+
+build()
+(
+  cd "$srcdir/$_ddir"
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  unset PERL5LIB PERL_MM_OPT
+  /usr/bin/perl Makefile.PL
+  make
+)
+
+check()
+(
+  cd "$srcdir/$_ddir"
+  export PERL_MM_USE_DEFAULT=1
+  unset PERL5LIB
+  make test
+)
+
+package()
+(
+  cd "$srcdir/$_ddir"
+  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+)
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in perl-cgi-fast/repos (2 files)

2017-06-01 Thread Felix Yan
Date: Thursday, June 1, 2017 @ 19:05:55
  Author: felixonmars
Revision: 232568

archrelease: copy trunk to community-staging-any

Added:
  perl-cgi-fast/repos/community-staging-any/
  perl-cgi-fast/repos/community-staging-any/PKGBUILD
(from rev 232567, perl-cgi-fast/trunk/PKGBUILD)

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

Copied: perl-cgi-fast/repos/community-staging-any/PKGBUILD (from rev 232567, 
perl-cgi-fast/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2017-06-01 19:05:55 UTC (rev 232568)
@@ -0,0 +1,46 @@
+# Maintainer: Florian Pritz 
+
+pkgname=perl-cgi-fast
+pkgver=2.12
+pkgrel=2
+pkgdesc='CGI Interface for Fast CGI'
+arch=(any)
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=('perl>=5.8.1' 'perl-cgi>=4' 'perl-fcgi>=0.67')
+checkdepends=('perl-test-deep>=0.11')
+url=https://metacpan.org/release/CGI-Fast
+source=("http://search.cpan.org/CPAN/authors/id/L/LE/LEEJO/CGI-Fast-$pkgver.tar.gz";)
+md5sums=('80aa041f84fd225367aaf4fa17a929a0')
+sha512sums=('00452a2c31eb8fd877808764508a491894d87986bda493b2b15773cd29f2699184559f0c55af1af1684c851005b61eb1364bccae7ba4f4df3166d9020c15b40e')
+_ddir="CGI-Fast-$pkgver"
+
+build()
+(
+  cd "$srcdir/$_ddir"
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  unset PERL5LIB PERL_MM_OPT
+  /usr/bin/perl Makefile.PL
+  make
+)
+
+check()
+(
+  cd "$srcdir/$_ddir"
+  export PERL_MM_USE_DEFAULT=1
+  unset PERL5LIB
+  make test
+)
+
+package()
+(
+  cd "$srcdir/$_ddir"
+  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+)
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et: