~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
3 3

[alpine-aports] [PATCH] new package perl-file-readbackwards

Jean-Charles de Longueville <jch@alpine-dev.hellea.net>
Details
Message ID
<1426513765-23100-1-git-send-email-jch@hellea.eu>
Sender timestamp
1426513765
DKIM signature
missing
Download raw message
Patch: +41 -0
---
 testing/perl-file-readbackwards/APKBUILD | 41 ++++++++++++++++++++++++++++++++
 1 file changed, 41 insertions(+)
 create mode 100644 testing/perl-file-readbackwards/APKBUILD

diff --git a/testing/perl-file-readbackwards/APKBUILD b/testing/perl-file-readbackwards/APKBUILD
new file mode 100644
index 0000000..74e6bc0
--- /dev/null
+++ b/testing/perl-file-readbackwards/APKBUILD
@@ -0,0 +1,41 @@
# Automatically generated by apkbuild-cpan, template 1
# Contributor: Jean-Charles de Longueville <jch@hellea.eu>
# Maintainer: 
pkgname=perl-file-readbackwards
_pkgreal=File-ReadBackwards
pkgver=1.05
pkgrel=0
pkgdesc="unknown"
url="http://search.cpan.org/dist/File-ReadBackwards/"
arch="noarch"
license="GPL PerlArtistic"
cpandepends=""
cpanmakedepends="   "
depends="$cpandepends"
makedepends="perl-dev $cpanmakedepends"
subpackages="$pkgname-doc"
source="http://search.cpan.org/CPAN/authors/id/U/UR/URI/$_pkgreal-$pkgver.tar.gz"

_builddir="$srcdir/$_pkgreal-$pkgver"

prepare() {
	cd "$_builddir"
	export CFLAGS=`perl -MConfig -E 'say $Config{ccflags}'`
	PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
}

build() {
	cd "$_builddir"
	export CFLAGS=`perl -MConfig -E 'say $Config{ccflags}'`
	make && make test
}

package() {
	cd "$_builddir"
	make DESTDIR="$pkgdir" install || return 1
	find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
}

md5sums="613d9d02de6c1d86d5fa5b8816a6b214  File-ReadBackwards-1.05.tar.gz"
sha256sums="82b261af87507cc3e7e66899c457104ebc8d1c09fb85c53f67c1f90f70f18d6e  File-ReadBackwards-1.05.tar.gz"
sha512sums="8e1eeeda0acfdc0b9e1f5234cac37348890fb962e5edd395804d6cf9ab2c221217e2714025303493cafde7ce77721e6c09b2b53825dadb978fafe68f6d7b8c20  File-ReadBackwards-1.05.tar.gz"
-- 
2.3.2



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Natanael Copa <ncopa@alpinelinux.org>
Details
Message ID
<20150316162024.3e8c8615@ncopa-desktop.alpinelinux.org>
In-Reply-To
<1426513765-23100-1-git-send-email-jch@hellea.eu> (view parent)
Sender timestamp
1426519224
DKIM signature
missing
Download raw message
On Mon, 16 Mar 2015 14:49:25 +0100
"Jean-Charles de Longueville" <jch@alpine-dev.hellea.net> wrote:

> ---
>  testing/perl-file-readbackwards/APKBUILD | 41 ++++++++++++++++++++++++++++++++
>  1 file changed, 41 insertions(+)
>  create mode 100644 testing/perl-file-readbackwards/APKBUILD
>

applied. thanks!

-nc


---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Details
Message ID
<50E3A0FE-6FE1-4D15-AEEE-40CD04EDCDD3@gmail.com>
In-Reply-To
<1426513765-23100-1-git-send-email-jch@hellea.eu> (view parent)
Sender timestamp
1426628396
DKIM signature
missing
Download raw message
Can you change description from "unknown" to something descriptive? Thanks for the port. 😁

Sent from my iPhone

> On Mar 16, 2015, at 06:49, Jean-Charles de Longueville <jch@alpine-dev.hellea.net> wrote:
> 
> ---
> testing/perl-file-readbackwards/APKBUILD | 41 ++++++++++++++++++++++++++++++++
> 1 file changed, 41 insertions(+)
> create mode 100644 testing/perl-file-readbackwards/APKBUILD
> 
> diff --git a/testing/perl-file-readbackwards/APKBUILD b/testing/perl-file-readbackwards/APKBUILD
> new file mode 100644
> index 0000000..74e6bc0
> --- /dev/null
> +++ b/testing/perl-file-readbackwards/APKBUILD
> @@ -0,0 +1,41 @@
> +# Automatically generated by apkbuild-cpan, template 1
> +# Contributor: Jean-Charles de Longueville <jch@hellea.eu>
> +# Maintainer: 
> +pkgname=perl-file-readbackwards
> +_pkgreal=File-ReadBackwards
> +pkgver=1.05
> +pkgrel=0
> +pkgdesc="unknown"
> +url="http://search.cpan.org/dist/File-ReadBackwards/"
> +arch="noarch"
> +license="GPL PerlArtistic"
> +cpandepends=""
> +cpanmakedepends="   "
> +depends="$cpandepends"
> +makedepends="perl-dev $cpanmakedepends"
> +subpackages="$pkgname-doc"
> +source="http://search.cpan.org/CPAN/authors/id/U/UR/URI/$_pkgreal-$pkgver.tar.gz"
> +
> +_builddir="$srcdir/$_pkgreal-$pkgver"
> +
> +prepare() {
> +    cd "$_builddir"
> +    export CFLAGS=`perl -MConfig -E 'say $Config{ccflags}'`
> +    PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
> +}
> +
> +build() {
> +    cd "$_builddir"
> +    export CFLAGS=`perl -MConfig -E 'say $Config{ccflags}'`
> +    make && make test
> +}
> +
> +package() {
> +    cd "$_builddir"
> +    make DESTDIR="$pkgdir" install || return 1
> +    find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
> +}
> +
> +md5sums="613d9d02de6c1d86d5fa5b8816a6b214  File-ReadBackwards-1.05.tar.gz"
> +sha256sums="82b261af87507cc3e7e66899c457104ebc8d1c09fb85c53f67c1f90f70f18d6e  File-ReadBackwards-1.05.tar.gz"
> +sha512sums="8e1eeeda0acfdc0b9e1f5234cac37348890fb962e5edd395804d6cf9ab2c221217e2714025303493cafde7ce77721e6c09b2b53825dadb978fafe68f6d7b8c20  File-ReadBackwards-1.05.tar.gz"
> -- 
> 2.3.2
> 
> 
> 
> ---
> Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
> Help:         alpine-aports+help@lists.alpinelinux.org
> ---
> 


---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Jean-Charles de Longueville <jch@hellea.eu>
Details
Message ID
<5508A708.2080103@hellea.eu>
In-Reply-To
<50E3A0FE-6FE1-4D15-AEEE-40CD04EDCDD3@gmail.com> (view parent)
Sender timestamp
1426630408
DKIM signature
missing
Download raw message
On 17/03/15 22:39, Orion wrote:
> Can you change description from "unknown" to something descriptive? Thanks for the port. 😁

done
-- 
Cordialement,
Jean-Charles de Longueville


---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)