X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@lists.alpinelinux.org Received: from mail.wtbts.no (mail.wtbts.no [213.234.126.131]) by lists.alpinelinux.org (Postfix) with ESMTP id 115211EBFF6 for ; Fri, 1 Apr 2011 14:33:44 +0000 (UTC) Received: from localhost (bsna.nor.wtbts.net [127.0.0.1]) by mail.wtbts.no (Postfix) with ESMTP id B2305AE4001; Fri, 1 Apr 2011 14:33:43 +0000 (UTC) X-Virus-Scanned: Yes Received: from mail.wtbts.no ([127.0.0.1]) by localhost (bsna.nor.wtbts.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id X2510x2MGtc9; Fri, 1 Apr 2011 14:33:41 +0000 (UTC) Received: from mail.ytre.org (extmail.nor.wtbts.net [10.65.72.14]) by mail.wtbts.no (Postfix) with ESMTP id 6C005376250; Fri, 1 Apr 2011 14:33:41 +0000 (UTC) Received: from mail.ytre.org (localhost [127.0.0.1]) by mail.ytre.org (Postfix) with ESMTP id 41CDC621C21FC; Fri, 1 Apr 2011 14:33:41 +0000 (UTC) Received: from ncopa-desktop.nor.wtbts.net (unknown [10.65.65.1]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: ncopa@ytre.org) by mail.ytre.org (Postfix) with ESMTPSA id EB0CB621C21FB; Fri, 1 Apr 2011 14:33:40 +0000 (UTC) Date: Fri, 1 Apr 2011 16:31:23 +0200 From: Natanael Copa To: Jeff Bilyk Cc: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] [PATCH 1/4] testing/perl-net-snpp: new aport Message-ID: <20110401163123.7ec23052@ncopa-desktop.nor.wtbts.net> In-Reply-To: <1301651569-7562-1-git-send-email-jbilyk@gmail.com> References: <1301651569-7562-1-git-send-email-jbilyk@gmail.com> X-Mailer: Claws Mail 3.7.8 (GTK+ 2.24.0; x86_64-unknown-linux-gnu) X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP On Fri, 1 Apr 2011 09:52:46 +0000 Jeff Bilyk wrote: > perl-net-snpp: new aport > --- > testing/perl-net-snpp/APKBUILD | 33 > +++++++++++++++++++++++++++++++++ 1 files changed, 33 insertions(+), > 0 deletions(-) create mode 100644 testing/perl-net-snpp/APKBUILD > > diff --git a/testing/perl-net-snpp/APKBUILD > b/testing/perl-net-snpp/APKBUILD new file mode 100644 > index 0000000..4161379 > --- /dev/null > +++ b/testing/perl-net-snpp/APKBUILD > @@ -0,0 +1,33 @@ > +# Contributor: Jeff Bilyk > +# Maintainer: Leonardo Arena > +pkgname=perl-net-snpp > +_realname=Net-SNPP > +pkgver=1.17 > +pkgrel=0 > +pkgdesc="Perl Simple Network Pager Protocol Client" > +url="http://search.cpan.org/~tobeya/" > +arch="x86 x86_64" are there any specific reason this package should not run on future archs, like misp, arm or sparc? I applied and changed arch to noarch since there didnt seem to be any arch specfic binaries. Same for the other packages you sent. Thanks! -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---