X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@lists.alpinelinux.org Received: from mail-bw0-f163.google.com (mail-bw0-f163.google.com [209.85.218.163]) by lists.alpinelinux.org (Postfix) with ESMTP id A622C170000BA for ; Fri, 20 Feb 2009 20:37:28 +0000 (UTC) Received: by bwz7 with SMTP id 7so3230319bwz.1 for ; Fri, 20 Feb 2009 12:37:27 -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=Ae57yHooJV0R8Gd1W6cEDwFCqL6kyJwUJILqc3YBwYE=; b=lYXCyJNupzwGr6wu689ELYAur0nck5P8Oek606R1ZDEX1GGV1j1YM5lrrI5LaRZMSF tnmy1KlHHgax4IEkf0ZfoPXZDl5Uh11+1qEIi11BGr7L+WSo56PYCodbs0nPc0Ve/hha a3POmfUdRTMAygjxoguVPrAtfsp4upO+TniIM= 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=t5T3EPbKWHMAacf/fX+omwAq3t4PFyk78dcJbu1T1MP9yHKzc65cQcIIGSbrML2GIF wf4748aRvdnwAwBhSdCrvJs0xl07KH1qAuev/jmxoRhhnBZg+1CbPTiKGU/+06U/3/we xUStlIjL9WYSaoJuS4LuH1ri70ghicRGVGnJ8= Received: by 10.223.114.74 with SMTP id d10mr2066292faq.87.1235162247497; Fri, 20 Feb 2009 12:37:27 -0800 (PST) Received: from whopper.dev.wtbts.net ([208.74.141.8]) by mx.google.com with ESMTPS id 31sm122231nfu.57.2009.02.20.12.37.25 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 20 Feb 2009 12:37:26 -0800 (PST) Message-Id: From: Michael Mason To: alpine-devel@lists.alpinelinux.org Content-Type: multipart/mixed; boundary=Apple-Mail-11--842995494 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] core/nano Date: Fri, 20 Feb 2009 20:37:22 +0000 X-Mailer: Apple Mail (2.930.3) --Apple-Mail-11--842995494 Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Please apply patch. My first one, so please let me know if there is anything wrong or could be done better. Thx --Apple-Mail-11--842995494 Content-Disposition: attachment; filename=0001-nano-for-alpinev1.9-first-package.patch Content-Type: application/octet-stream; x-unix-mode=0644; name="0001-nano-for-alpinev1.9-first-package.patch" Content-Transfer-Encoding: quoted-printable =46rom=20a81e121ded6440aede878e7a4ba68bc92a435fe9=20Mon=20Sep=2017=20= 00:00:00=202001=0AFrom:=20ms13sp=20=0ADate:=20Fri,=20= 20=20Feb=202009=2020:31:59=20+0000=0ASubject:=20[PATCH]=20nano=20for=20= alpinev1.9=20first=20package=0A=0A---=0A=20core/nano/APKBUILD=20|=20=20=20= 33=20+++++++++++++++++++++++++++++++++=0A=201=20files=20changed,=2033=20= insertions(+),=200=20deletions(-)=0A=20create=20mode=20100644=20= core/nano/APKBUILD=0A=0Adiff=20--git=20a/core/nano/APKBUILD=20= b/core/nano/APKBUILD=0Anew=20file=20mode=20100644=0Aindex=20= 0000000..bc911ba=0A---=20/dev/null=0A+++=20b/core/nano/APKBUILD=0A@@=20= -0,0=20+1,33=20@@=0A+#=20Contributor:=20ms13sp=20=0A+#=20= Maintainer:=20ms13sp=20=0A+pkgname=3Dnano=0A= +pkgver=3D2.0.9=0A+pkgmaj=3D2.0=0A+pkgrel=3D0=0A+pkgdesc=3D"Text=20= Editor.=20GNU=20nano=20is=20designed=20to=20be=20a=20free=20replacement=20= for=20the=20Pico=20text=20editor."=0A+url=3D"http://www.nano-editor.org/"=0A= +license=3D"GPL"=0A+depends=3D"ncurses=20uclibc"=0A= +makedepends=3D"ncurses-dev"=0A+install=3D=0A+subpackages=3D"$pkgname-doc"= =0A= +source=3D"http://www.nano-editor.org/dist/v$pkgmaj/$pkgname-$pkgver.tar.g= z"=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--enable-tiny=20\=0A+=09=09--disable-nls=20\=0A+=09=09= --disable-speller=0A+=09make=20||=20return=201=0A+=09make=20= DESTDIR=3D"$pkgdir"=20install=0A+=0A+=09#=20install=20-m755=20-D=20= "$srcdir"/$pkgname.initd=20"$pkgdir"/etc/init.d/$pkgname=0A+=09#=20= install=20-m644=20-D=20"$srcdir"/$pkgname.confd=20= "$pkgdir"/etc/conf.d/$pkgname=0A+}=0A+=0A= +md5sums=3D"2be94dc43fb60fff4626a2401a977220=20=20nano-2.0.9.tar.gz"=0A= --=20=0A1.6.1.3=0A=0A= --Apple-Mail-11--842995494 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit --Apple-Mail-11--842995494-- --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---