X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@lists.alpinelinux.org Received: from qw-out-2122.google.com (qw-out-2122.google.com [74.125.92.26]) by lists.alpinelinux.org (Postfix) with ESMTP id EBF00170000BA for ; Thu, 5 Mar 2009 21:32:16 +0000 (UTC) Received: by qw-out-2122.google.com with SMTP id 5so147116qwi.13 for ; Thu, 05 Mar 2009 13:32:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to :content-type:mime-version:subject:date:x-mailer; bh=kG5bdCRBs9S9YTAW66oRGSaRE6eI2rWeWWfUmrC3r0M=; b=CHhvWBxGfs2XNa4uPxFsyj3Ja2SHQ/ojAu37q2+9/Nugy7IjWXIYrNpsPUi4vvJ8aa PcO7XY5RDOqHcdLW16citp4694TM41kkx/7OFpMqcRowSAbjeSJOfjI3P+3V5kU4+Qhy rxEtOcIyIVDGiwMVy2XSBCXBe6HW0HE1zHIoU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:content-type:mime-version:subject:date:x-mailer; b=j1e+PMCYjW/11MwisylowJWZSWI67l5ODiKbQlc8DA7FQE+CyWSrKJlBN5CPYEHBO0 K71+7bO0aBNuoowl5MAybS3G2x/uVHZkoShcOy+fr+HL7MasAuaV1YDFDutJA0sTci+4 TE+Rjj61CDtKoOexbA//oipgl5TW8f2YSeAF8= Received: by 10.224.37.14 with SMTP id v14mr2695299qad.70.1236288735839; Thu, 05 Mar 2009 13:32:15 -0800 (PST) Received: from whopper.dev.wtbts.net ([208.74.141.8]) by mx.google.com with ESMTPS id 2sm391295qwi.18.2009.03.05.13.32.14 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 05 Mar 2009 13:32:15 -0800 (PST) Message-Id: <8E34F7AE-DFF4-4098-8C15-EA4793469FCE@gmail.com> From: Michael Mason To: alpine-devel@lists.alpinelinux.org Content-Type: multipart/mixed; boundary=Apple-Mail-6-283494741 X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Mime-Version: 1.0 (Apple Message framework v930.3) Subject: [alpine-devel] extra/grep Date: Thu, 5 Mar 2009 21:32:12 +0000 X-Mailer: Apple Mail (2.930.3) --Apple-Mail-6-283494741 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Please review. Working on some of the packages in the list: http://dev.alpinelinux.org/~ncopa/alpine/pkg-todo.txt --Apple-Mail-6-283494741 Content-Disposition: attachment; filename=0001-extra-grep-Initial-Commit.patch Content-Type: application/octet-stream; x-unix-mode=0644; name="0001-extra-grep-Initial-Commit.patch" Content-Transfer-Encoding: quoted-printable =46rom=20c2edb5a6d582f9d8557cc72ddb8c40624cfa9a87=20Mon=20Sep=2017=20= 00:00:00=202001=0AFrom:=20Michael=20Mason=20=0ADate:=20= Thu,=205=20Mar=202009=2021:26:21=20+0000=0ASubject:=20[PATCH]=20= extra/grep=20Initial=20Commit=0A=0A---=0A=20extra/grep/APKBUILD=20|=20=20= =2028=20++++++++++++++++++++++++++++=0A=201=20files=20changed,=2028=20= insertions(+),=200=20deletions(-)=0A=20create=20mode=20100644=20= extra/grep/APKBUILD=0A=0Adiff=20--git=20a/extra/grep/APKBUILD=20= b/extra/grep/APKBUILD=0Anew=20file=20mode=20100644=0Aindex=20= 0000000..566fc2c=0A---=20/dev/null=0A+++=20b/extra/grep/APKBUILD=0A@@=20= -0,0=20+1,28=20@@=0A+#=20Contributor:=20Michael=20Mason=20= =20=0A+#=20Maintainer:=20=0A+pkgname=3Dgrep=0A= +pkgver=3D2.5.4=0A+pkgrel=3D0=0A+pkgdesc=3D"Searches=20input=20files=20= for=20lines=20containing=20a=20match=20to=20a=20specified=20pattern"=0A= +url=3D"http://www.gnu.org/software/grep/grep.html"=0A+license=3D"GPL"=0A= +depends=3D"uclibc"=0A+makedepends=3D""=0A+install=3D=0A= +subpackages=3D"$pkgname-doc"=0A= +source=3D"http://mirrors.kernel.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz"= =0A+=0A+build()=20{=0A+=09cd=20"$srcdir/$pkgname-$pkgver"=0A+=0A+=09= ./configure=20--prefix=3D/usr=20\=0A+=09=09--sysconfdir=3D/etc=20\=0A+=09= =09--mandir=3D/usr/share/man=20\=0A+=09=09--infodir=3D/usr/share/info=20= \=0A+=09=09--disable-nls=0A+=09make=20||=20return=201=0A+=09make=20= DESTDIR=3D"$pkgdir"=20install=0A+=0A+}=0A+=0A= +md5sums=3D"92258031d98d4f12dfc6a6d24057e672=20=20grep-2.5.4.tar.gz"=0A= --=20=0A1.6.1.3=0A=0A= --Apple-Mail-6-283494741 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit --Apple-Mail-6-283494741-- --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---