X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@lists.alpinelinux.org Received: from mail-gx0-f177.google.com (mail-gx0-f177.google.com [209.85.217.177]) by lists.alpinelinux.org (Postfix) with ESMTP id 6CAF4170000BA for ; Mon, 23 Feb 2009 19:42:44 +0000 (UTC) Received: by gxk25 with SMTP id 25so5981913gxk.1 for ; Mon, 23 Feb 2009 11:42:44 -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=imtNS/w6ldFALC/lG0fP2A9z0veKl6fOGouQYcKeavo=; b=wkcqPvTAkR5ijHiR606xKPAv/8GGs+vaAk4Z1PT/AuDdSceR8TisjFPqXBLGbHvXjn OKqvxb/ghhAakr6klYcTS6NsQ3G1vYh5lEG+gBh5jcEvU7nJ1/94gdgDY3i0nr3UJfzH Nl9HSMB5BJAG6PEYMfhH+nwjQs3s4kq02y+vU= 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=oXLdbT3uDcbkgFjMLnX0/mC3pcpPyJ3ScVa+Xxe9o2h/N5w+cRlDLzrSEfgYxH1i4t NyPUM4B3TufpzPXzkS+K3B4y5+jz1v/DtDRZQ9W3x1ZHsegjpBbiOQSrHSxIGA2ji19j oTUUdGNXAxrWkHEnBdRTcp5qI2nqoJ/3DGCR4= Received: by 10.231.13.138 with SMTP id c10mr6525448iba.35.1235418163908; Mon, 23 Feb 2009 11:42:43 -0800 (PST) Received: from whopper.dev.wtbts.net ([208.74.141.8]) by mx.google.com with ESMTPS id s27sm13548951qbs.8.2009.02.23.11.42.26 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 23 Feb 2009 11:42:26 -0800 (PST) Message-Id: <61E1CBC0-0B45-4F70-851A-A170673B9BE3@gmail.com> From: Michael Mason To: alpine-devel@lists.alpinelinux.org Content-Type: multipart/mixed; boundary=Apple-Mail-37--587093263 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] testing/ghostscript Date: Mon, 23 Feb 2009 19:42:24 +0000 X-Mailer: Apple Mail (2.930.3) --Apple-Mail-37--587093263 Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Please apply. Here is the scanelf output ET_DYN libdl.so.0,libm.so.0,libpthread.so.0,libc.so.0,ld-uClibc.so.0 pkg/usr/bin/gs If I am missing anything please let me know. THX --Apple-Mail-37--587093263 Content-Disposition: attachment; filename=0001-testing-ghostscript-Initial-commit.patch Content-Type: application/octet-stream; x-unix-mode=0644; name="0001-testing-ghostscript-Initial-commit.patch" Content-Transfer-Encoding: quoted-printable =46rom=2000f38045e4e5e79d54021d2e272cd52307fe58e7=20Mon=20Sep=2017=20= 00:00:00=202001=0AFrom:=20Michael=20Mason=20=0ADate:=20= Mon,=2023=20Feb=202009=2019:37:46=20+0000=0ASubject:=20[PATCH]=20= testing/ghostscript=20Initial=20commit=0A=0A---=0A=20= testing/ghostscript/APKBUILD=20|=20=20=2028=20= ++++++++++++++++++++++++++++=0A=201=20files=20changed,=2028=20= insertions(+),=200=20deletions(-)=0A=20create=20mode=20100644=20= testing/ghostscript/APKBUILD=0A=0Adiff=20--git=20= a/testing/ghostscript/APKBUILD=20b/testing/ghostscript/APKBUILD=0Anew=20= file=20mode=20100644=0Aindex=200000000..3a9428f=0A---=20/dev/null=0A+++=20= b/testing/ghostscript/APKBUILD=0A@@=20-0,0=20+1,28=20@@=0A+#=20= Contributor:=20Michael=20Mason=20=0A+#=20Maintainer:=20= Michael=20Mason=20=0A+pkgname=3Dghostscript=0A= +pkgver=3D8.64=0A+pkgrel=3D0=0A+pkgdesc=3D"An=20interpreter=20for=20= PostScript=20and=20PDF"=0A+url=3D"http://www.ghostscript.com/"=0A= +license=3D"GPL"=0A+depends=3D"uclibc"=0A+makedepends=3D"uclibc++-dev=20= uclibc++"=0A+install=3D=0A+subpackages=3D"$pkgname-doc"=0A= +source=3D"http://downloads.sourceforge.net/$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-cups=20\=0A+=09=09--disable-gtk=0A+=09make=20||=20= return=201=0A+=09make=20DESTDIR=3D"$pkgdir"=20install=0A+}=0A+=0A= +md5sums=3D"dd927ecf7e4db38b62be3dc17b1b04d2=20=20= ghostscript-8.64.tar.gz"=0A--=20=0A1.6.1.3=0A=0A= --Apple-Mail-37--587093263 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit --Apple-Mail-37--587093263-- --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---