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 1356FDC0803 for ; Thu, 21 Jan 2016 09:40:13 +0000 (UTC) Received: from mail-lb0-f169.google.com (mail-lb0-f169.google.com [209.85.217.169]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 949E5DC076F for ; Thu, 21 Jan 2016 09:40:11 +0000 (UTC) Received: by mail-lb0-f169.google.com with SMTP id cl12so19950975lbc.1 for ; Thu, 21 Jan 2016 01:40:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=qMpqMVq1nI9iGmnFWEf6tm1Ou3lzx7k4fsgOn0+yjEI=; b=x0Ce9lZZOyDrO1IZeKgJkwXyeYlb+9CEYLaPpezuwOfS0hSu1ctvsBJAdkjB1stTz4 ngz0h3799vE3iID5BP1hFebYH6zWhBt1zfQ28pBEcj89LOdF4AewJEpKA8hF+WC7Vtyu OYNy8Ii3IoqqJHS0fhTttWptW7WdwH5PvEg8ZcbfGWJ4jTnoPcqWGvkpaaKopnjsZd9A cHxzW7TIZgCVO0j34SK+P/Q8GGMTzczNbCitbE9iYRxwYq+mvme9GtsAzVsvEBjwqXo2 gIBrCOtOEL5jb6U5AvEElTGXawa9xJapS2eMqeFJJLRZ3dUjTmtfqYBI1vv1lyTSKoDX o8Yw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:date:from:to:cc:subject:message-id :in-reply-to:references:mime-version:content-type :content-transfer-encoding; bh=qMpqMVq1nI9iGmnFWEf6tm1Ou3lzx7k4fsgOn0+yjEI=; b=nHZKMWL4Z9CSQhAOf2bqyzrVl6Ao17ZIQ3lq/+zGJ8ZgFA0VGwT5FCoguRx2ye8yWn 8D0v8yUOW4nYWGRZh1yeX3UpnQ/uFWGY0lZNkoIb+94sO+JI9rsSFjd59/wkEs1j76xq NkeUX5yiXQKlSIFT+u3WMVOf57yKzqzihijbupLO8+5Mbb/aFfAepKxixirw/gNtajLr C+qbiMQVsSUudjqnPNqUC8+lyyuhAUYLXaRLw6E8BLCokE1z2N6CyuUviVzZdK4x17Iv MU5Slyp6S/BpWGZUEBHsP1ZkEMbpilPtTW1/MdFC23YW/cp6lvAJnrNlIm+3hrwg+AgU DS5w== X-Gm-Message-State: AG10YORUThVKkzbJd8JyjdhVgCzhSKLd6Z4jM3fc02+VuzRVwU26T3CuZJZBSPMtYxMuUw== X-Received: by 10.112.148.170 with SMTP id tt10mr1755939lbb.48.1453369210288; Thu, 21 Jan 2016 01:40:10 -0800 (PST) Received: from vostro ([2001:1bc8:101:f402:21a:9fff:fe0c:4022]) by smtp.gmail.com with ESMTPSA id rg10sm76365lbb.11.2016.01.21.01.40.09 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 21 Jan 2016 01:40:09 -0800 (PST) Sender: =?UTF-8?Q?Timo_Ter=C3=A4s?= Date: Thu, 21 Jan 2016 11:40:07 +0200 From: Timo Teras To: Isaac Dunham Cc: Corentin Henry , alpine-aports@lists.alpinelinux.org Subject: Re: [alpine-aports] Message-ID: <20160121114007.29e8f8e6@vostro> In-Reply-To: <20160119152853.GA11978@newbook> References: <1453204241-6685-1-git-send-email-corentinhenry@gmail.com> <20160119152853.GA11978@newbook> X-Mailer: Claws Mail 3.13.1 (GTK+ 2.24.28; x86_64-alpine-linux-musl) X-Mailinglist: alpine-aports 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 Tue, 19 Jan 2016 07:28:54 -0800 Isaac Dunham wrote: > On Tue, Jan 19, 2016 at 11:50:37AM +0000, Corentin Henry wrote: > > hi, > > > > hping3 is a network tool able to send custom TCP/IP packets and to > > display target replies like ping do with ICMP replies. hping3 can > > handle fragmentation, and almost arbitrary packet size and content, > > using the command line interface. > > > > this package builds hping with tcl scripting support. > > > > let me know if there is anything to change, I'm not used yet to > > packaging. > > Looks like a typo in package() (hpin3 should presumably be hping3). > > Quote $subpkgdir and $pkgdir ("$subpkgdir"). > > Send it all as one patch. > New APKBUILDS should be buildable from the start; creating a series of > patches like this: > 1/4: add APKBUILD (references 1-foo.patch, 2-bar.patch, 3-baz.patch) > 2/4: add 1-foo.patch > 3/4: add 2-bar.patch > 4/4: add 3-baz.patch > > is needlessly cluttered, and likely to break autobuild scripts. > If you refer to a local source file, you should add it, the checksums, > and the reference in one commit. Yes, please flatten it all to one commit. Additionally, you can look how to do github commitid based packaging. See. e.g. main/bmd-tools for this: http://git.alpinelinux.org/cgit/aports/tree/main/bmd-tools/APKBUILD I believe the compression of manpages happens now automatic, so the explicit gzip should not be needed in doc(). Well, you'd probably need to install the .doc files before calling default_doc. There was also few whitespace mismatches (tabs vs. spaces). But other than these nitpicks on formatting, it looks good. Please resubmit with fixes! Thanks, Timo --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---