X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mx1.riseup.net (mx1.riseup.net [198.252.153.129]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id DAC0ADC02A8 for ; Fri, 10 Oct 2014 07:59:00 +0000 (UTC) Received: from plantcutter.riseup.net (plantcutter-pn.riseup.net [10.0.1.121]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "Gandi Standard SSL CA" (not verified)) by mx1.riseup.net (Postfix) with ESMTPS id 1A07F534C1 for ; Fri, 10 Oct 2014 00:59:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1412927940; bh=xmtAfAPoCHDg3pLZgL5IxT7fjZhIRMgAmFDXKWDXLNo=; h=From:To:Cc:Subject:Date:From; b=mm8EDdMNZSlvcC6yKh4SYIOsmpbDIAVRqvde5FAXyK5hB0yCD284So5Nl2sCUuau+ 6RjEu75lM7g9fOmu5jCrC4cdS0ukfJN1pNnl4ntLCHT/LWYe8zbNrHf4Qh1WvELJMA zNCLRcdNqvRE2KHSwII6xo4ObS+t96s/Oe40XNds= Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: roger.newman) with ESMTPSA id 2687422748 From: Roger Newman To: alpine-devel@lists.alpinelinux.org Cc: Roger Newman Subject: [alpine-devel] [PATCH] testing/libecap: new aport - description changed Date: Fri, 10 Oct 2014 09:56:14 +0200 Message-Id: <1412927774-3739-1-git-send-email-roger.newman@riseup.net> X-Mailer: git-send-email 2.0.0 X-Virus-Scanned: clamav-milter 0.98.4 at mx1 X-Virus-Status: Clean X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: http://e-cap.org/Home eCAP allows an HTTP proxy or an ICAP server, to outsource content analysis and adaptation to a loadable module. --- testing/libecap/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/libecap/APKBUILD b/testing/libecap/APKBUILD index 5fefe63..a79c7cc 100644 --- a/testing/libecap/APKBUILD +++ b/testing/libecap/APKBUILD @@ -2,7 +2,7 @@ pkgname=libecap pkgver=0.2.0 pkgrel=0 -pkgdesc="eCAP libary to us with an HTTP proxy or an ICAP server, to outsource content analysis and adaptation to a loadable module." +pkgdesc="eCAP allows an HTTP proxy or an ICAP server, to outsource content analysis and adaptation to a loadable module" url="http://www.e-cap.org/" arch="all" license="BSD" -- 2.0.0 --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---