X-Original-To: alpine-aports@mail.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id C4DE3DC0412 for ; Mon, 27 Apr 2015 23:00:03 +0000 (UTC) Received: from mail-wi0-f175.google.com (mail-wi0-f175.google.com [209.85.212.175]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 647ACDC0410 for ; Mon, 27 Apr 2015 22:59:58 +0000 (UTC) Received: by widdi4 with SMTP id di4so8194007wid.0 for ; Mon, 27 Apr 2015 15:59:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=IjN9m3ESw6PWTXVBqRKA2PVQ/ZT1OgF/VeuGO4j5WcE=; b=cWV7gcmL6Wds/9RhIGVSOWU34TsrsoF6Ks9lQaIIy0s5Qe17RmgKxBkaD1cLlzp+GC yzBAqKaD3GNg4WJ51xcdAxJFHTAtWJYtnwLV3jlPeT/I0TReG6eMBW/NEGOCWHDHOt6N yS+hhP39fNfrmoGhE4DUiK9F8DUoU1MsFK5nLAlDXW2K9haDSoJzVMa9WD86m6wD+HhE BXNoTRP2aVtcvUVRlJw53IqvhJybA3NKsOljC4JBk4V/+DrPu/RlNP7qVPahCpN9MQNa yQ7LYIBLPTnasG7y7FfDWdJfEVVP5B8/Vv8FDrsw+bnpqMxqtj72ZDsq3En+oVNhwdZk h13g== X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 X-Received: by 10.194.91.129 with SMTP id ce1mr27050071wjb.53.1430175596676; Mon, 27 Apr 2015 15:59:56 -0700 (PDT) Received: by 10.28.211.213 with HTTP; Mon, 27 Apr 2015 15:59:56 -0700 (PDT) In-Reply-To: <1429809217-72263-6-git-send-email-developer@it-offshore.co.uk> References: <1429809217-72263-1-git-send-email-developer@it-offshore.co.uk> <1429809217-72263-6-git-send-email-developer@it-offshore.co.uk> Date: Tue, 28 Apr 2015 00:59:56 +0200 Message-ID: Subject: Re: [alpine-aports] [PATCH 5/6] testing/libteam: new aport From: Carlo Landmeter To: Stuart Cardall Cc: alpine-aports@lists.alpinelinux.org Content-Type: multipart/alternative; boundary=047d7bfcec48680a040514bcb4e8 X-Virus-Scanned: ClamAV using ClamSMTP --047d7bfcec48680a040514bcb4e8 Content-Type: text/plain; charset=UTF-8 On 23 April 2015 at 19:13, Stuart Cardall wrote: > Required by networkmanager > http://libteam.org/ > > Lower performance overhead compared to bonding: > https://github.com/jpirko/libteam/wiki/Bonding-vs.-Team-driver-features > > Python 2/3 bindings split out into a separate package. > --- > testing/libteam/APKBUILD | 70 > ++++++++++++++++++++++ > testing/libteam/fix-fd_set.patch | 10 ++++ > .../memcpy-memset-implicit-declaration.patch | 10 ++++ > 3 files changed, 90 insertions(+) > create mode 100644 testing/libteam/APKBUILD > create mode 100644 testing/libteam/fix-fd_set.patch > create mode 100644 > testing/libteam/memcpy-memset-implicit-declaration.patch > > diff --git a/testing/libteam/APKBUILD b/testing/libteam/APKBUILD > new file mode 100644 > index 0000000..6eefbd4 > --- /dev/null > +++ b/testing/libteam/APKBUILD > @@ -0,0 +1,70 @@ > +# Contributor: Stuart Cardall > +# Maintainer: Stuart Cardall > +pkgname=libteam > +pkgver=1.17 > +pkgrel=0 > +pkgdesc="Library for controlling team network device" > +url="http://libteam.org" > +arch="all" > +license="LGPL2.1" > +depends_dev="" > +makedepends="$depends_dev autoconf automake libtool libnl3-dev > libdaemon-dev jansson-dev dbus-dev > + linux-headers bsd-compat-headers doxygen swig python-dev > python3-dev" > +subpackages="$pkgname-dev $pkgname-doc py-$pkgname:py" > +source="https://github.com/jpirko/$pkgname/archive/v$pkgver.tar.gz > Applied but with modified src name. Please watch out with github tags, they can cause conflicts in our distfiles. --047d7bfcec48680a040514bcb4e8 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable


On 23 April 2015 at 19:13, Stuart Cardall <developer@it-offs= hore.co.uk> wrote:
Required= by networkmanager
http://libteam.org/
Lower performance overhead compared to bonding:
https://github.com/jpirko/libteam/wiki/Bonding-v= s.-Team-driver-features

Python 2/3 bindings split out into a separate package.
---
=C2=A0testing/libteam/APKBUILD=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0| 70 ++++++++++++++++++= ++++
=C2=A0testing/libteam/fix-fd_set.patch=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0| 10 ++++
=C2=A0.../memcpy-memset-implicit-declaration.patch=C2=A0 =C2=A0 =C2=A0 =C2= =A0| 10 ++++
=C2=A03 files changed, 90 insertions(+)
=C2=A0create mode 100644 testing/libteam/APKBUILD
=C2=A0create mode 100644 testing/libteam/fix-fd_set.patch
=C2=A0create mode 100644 testing/libteam/memcpy-memset-implicit-declaration= .patch

diff --git a/testing/libteam/APKBUILD b/testing/libteam/APKBUILD
new file mode 100644
index 0000000..6eefbd4
--- /dev/null
+++ b/testing/libteam/APKBUILD
@@ -0,0 +1,70 @@
+# Contributor: Stuart Cardall <developer@it-offshore.co.uk>
+# Maintainer: Stuart Cardall <developer@it-offshore.co.uk>
+pkgname=3Dlibteam
+pkgver=3D1.17
+pkgrel=3D0
+pkgdesc=3D"Library for controlling team network device"
+url=3D"http://libtea= m.org"
+arch=3D"all"
+license=3D"LGPL2.1"
+depends_dev=3D""
+makedepends=3D"$depends_dev autoconf automake libtool libnl3-dev libd= aemon-dev jansson-dev dbus-dev
+=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0linux-headers bsd-c= ompat-headers doxygen swig python-dev python3-dev"
+subpackages=3D"$pkgname-dev $pkgname-doc py-$pkgname:py"
+source=3D"https://github.com/jpirko/$pkgname/archive/v$= pkgver.tar.gz

Applied but with modi= fied src name. Please watch out with github tags, they can cause conflicts = in our distfiles.
--047d7bfcec48680a040514bcb4e8-- --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---