X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail-ig0-f181.google.com (mail-ig0-f181.google.com [209.85.213.181]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 86DF0DC030C for ; Thu, 13 Nov 2014 09:59:27 +0000 (UTC) Received: by mail-ig0-f181.google.com with SMTP id l13so5002743iga.8 for ; Thu, 13 Nov 2014 01:59:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=lb8y6Dd8vKVlzkx0RoKwZcrySrPO7IkdjcLBEBmU6fk=; b=m6qRx6FDk6SiMZpYFD4JwcYlzV7neYwhuAN9+q/ylL4+15rpQGCMTozYnC6+0x+Rk6 +osUMa/BeqeR5yq12NLs1Sor6nBBgz5m8cyf8xVis7OmMLSzEfrWlP3Aknvp34c8yVW6 Hjj/4CW0ZqWnYGTFLIuHoOw5nVt4XrZGG5tl3alFTdlKq6PK2xCU0T9UKv5XYzNXpA/X 10YPkxGelDmhrN4CRehdqDNO9/ZRUwRuApxR53AptRpcgWnUMIA/i2xE4QkwfNcoIuOf N3cBJ4ZLx7zEsudJyB27jcf7fMIN6bhT7OjLq+E7pipm8ZYkSWzzDIGlXXsJjG20V2Op bquQ== X-Received: by 10.50.114.97 with SMTP id jf1mr1476952igb.29.1415872766880; Thu, 13 Nov 2014 01:59:26 -0800 (PST) X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Received: by 10.50.153.9 with HTTP; Thu, 13 Nov 2014 01:59:06 -0800 (PST) In-Reply-To: References: <20141112200020.GC1861@newbook> From: Alan Messias Date: Thu, 13 Nov 2014 07:59:06 -0200 Message-ID: Subject: Re: [alpine-devel] testing/enumiax: new aport To: Isaac Dunham Cc: alpine-devel@lists.alpinelinux.org Content-Type: multipart/alternative; boundary=047d7b3a94d65130320507ba9186 --047d7b3a94d65130320507ba9186 Content-Type: text/plain; charset=UTF-8 That is what I was supposed to send: --- testing/enumiax/APKBUILD | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 testing/enumiax/APKBUILD diff --git a/testing/enumiax/APKBUILD b/testing/enumiax/APKBUILD new file mode 100644 index 0000000..67b9889 --- /dev/null +++ b/testing/enumiax/APKBUILD @@ -0,0 +1,41 @@ +# Contributor: Alan Lacerda +# Maintainer: Alan Lacerda +pkgname=enumiax +pkgver=0.4a +pkgrel=0 +pkgdesc="An Inter Asterisk Exchange version 2 protocol username brute-force enumerator." +url="http://sourceforge.net/projects/enumiax/" +arch="all" +license="GPL+2" +depends="" +depends_dev="" +makedepends="$depends_dev" +install="" +subpackages="" +source=" http://ufpr.dl.sourceforge.net/project/$pkgname/$pkgname/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz " + +_builddir="$srcdir/$pkgname-$pkgver" +prepare() { + local i + cd "$_builddir" + for i in $source; do + case $i in + *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;; + esac + done +} + +build() { + cd "$_builddir" +} + +package() { + mkdir -p "$_builddir" + cd "$_builddir" + make + install -m 755 $pkgname /usr/bin +} + +md5sums="2a148fd2faa74d636ad891c7073fbd96 enumiax-0.4a.tar.gz" +sha256sums="cf1b1db4d6d62c919afd1484e2476ef7c2ce05220555e829cc5d3821e47a2f41 enumiax-0.4a.tar.gz" +sha512sums="671af2e274fa94b950d42db57880ec6d494510df8970edeeebe2e06a98aba4b6f3f10686624238f7cb19c590751a29d80993ffeee3c7091a30b4f2c337f8ce18 enumiax-0.4a.tar.gz" -- 2.0.0 On Wed, Nov 12, 2014 at 6:10 PM, Alan Messias wrote: > Wow, > > I doubt that anyone can do worse than I did. :) > > Tomorrow I will fix it. Sorry for the noise. > On Nov 12, 2014 6:01 PM, "Isaac Dunham" wrote: > >> On Wed, Nov 12, 2014 at 04:52:30PM -0200, Alan Messias wrote: >> > http://sprunge.us/hihA >> > -- >> > Atenciosamente, >> > Alan Messias Cordeiro >> >> Didn't work quite right; that link contains only this: >> === >> 0001-testing-enumiax-new-aport.patch >> >> === >> >> Thanks, >> Isaac Dunham >> > -- Atenciosamente, Alan Messias Cordeiro *The nice thing about standards is that there are so many to choose from. And if you really don't like all the standards you just have to wait another year until the one arises you are looking for. -- A. Tanenbaum, "Introduction to Computer Networks"* --047d7b3a94d65130320507ba9186 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
That is what I was supposed to send:

---
=C2=A0testing/enumiax/APKBUILD | 41 ++++++++++++++++= +++++++++++++++++++++++++
=C2=A01 file changed, 41 insertions(+)<= /div>
=C2=A0create mode 100644 testing/enumiax/APKBUILD

<= /div>
diff --git a/testing/enumiax/APKBUILD b/testing/enumiax/APKBUILD<= /div>
new file mode 100644
index 0000000..67b9889
-= -- /dev/null
+++ b/testing/enumiax/APKBUILD
@@ -0,0 +1,= 41 @@
+# Contributor: Alan Lacerda <alacerda@alpinelinux.org>
+# Maintainer:= Alan Lacerda <alacerda@alpi= nelinux.org>
+pkgname=3Denumiax
+pkgver=3D0.4a
+pkgrel=3D0
+pkgdesc=3D"An Inter Asterisk Exchange = version 2 protocol username brute-force enumerator."
+arch=3D"all"
<= div>+license=3D"GPL+2"
+depends=3D""
+depends_dev=3D""
+makedepends=3D"$depends_dev&q= uot;
+install=3D""
+subpackages=3D""= ;
+
+_builddir=3D"$srcdir/$pkgn= ame-$pkgver"
+prepare() {
+ =C2=A0 =C2=A0 =C2=A0 l= ocal i
+ =C2=A0 =C2=A0 =C2=A0 cd "$_builddir"
+ =C2=A0 =C2=A0 =C2=A0 for i in $source; do
+ =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 case $i in
+ =C2=A0 =C2=A0 =C2=A0= =C2=A0 =C2=A0 =C2=A0 =C2=A0 *.patch) msg $i; patch -p1 -i "$srcdir&qu= ot;/$i || return 1;;
+ =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 esac
+ =C2=A0 =C2=A0 =C2=A0 done
+}
+<= /div>
+build() {
+ =C2=A0 =C2=A0 =C2=A0 cd "$_builddir&q= uot;
+}
+
+package() {
+ =C2=A0 =C2= =A0 =C2=A0 mkdir -p "$_builddir"
+ =C2=A0 =C2=A0 =C2=A0= cd "$_builddir"
+ =C2=A0 =C2=A0 =C2=A0 make
= + =C2=A0 =C2=A0 =C2=A0 install -m 755 $pkgname /usr/bin
+}
<= div>+
+md5sums=3D"2a148fd2faa74d636ad891c7073fbd96 =C2=A0enu= miax-0.4a.tar.gz"
+sha256sums=3D"cf1b1db4d6d62c919afd14= 84e2476ef7c2ce05220555e829cc5d3821e47a2f41 =C2=A0enumiax-0.4a.tar.gz"<= /div>
+sha512sums=3D"671af2e274fa94b950d42db57880ec6d494510df8970e= deeebe2e06a98aba4b6f3f10686624238f7cb19c590751a29d80993ffeee3c7091a30b4f2c3= 37f8ce18 =C2=A0enumiax-0.4a.tar.gz"
--
2.0.0
=


On Wed, Nov 12, 2014 at 6:10 PM, Alan Messias <alancordeiro@gmail= .com> wrote:

Wow,

I doubt that anyone can do worse than I did. :)

Tomorrow I will fix it. Sorry for the noise.

On Nov 12, 2014 6:01 PM, "Isaac Dunham"= ; <ibid.ag@gmail.= com> wrote:
O= n Wed, Nov 12, 2014 at 04:52:30PM -0200, Alan Messias wrote:
> http://sprunge.us= /hihA
> --
> Atenciosamente,
> Alan Messias Cordeiro

Didn't work quite right; that link contains only this:
=3D=3D=3D
0001-testing-enumiax-new-aport.patch

=3D=3D=3D

Thanks,
Isaac Dunham



--
=
Atenciosamente,
Alan Mes= sias Cordeiro

= The nice thing about standards is that there are so many to choose from. An= d if you really don't like all the standards you just have to wait anot= her year until the one arises you are looking for.=C2=A0--=C2=A0A. Tanenbaum, "Introduction to Computer Networks"

--047d7b3a94d65130320507ba9186-- --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---