From owner-cvs-ports@FreeBSD.ORG Fri Sep 22 06:27:43 2006 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 65AC616A403; Fri, 22 Sep 2006 06:27:43 +0000 (UTC) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3248D43D62; Fri, 22 Sep 2006 06:27:43 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k8M6Rh5w051918; Fri, 22 Sep 2006 06:27:43 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k8M6Rh51051917; Fri, 22 Sep 2006 06:27:43 GMT (envelope-from leeym) Message-Id: <200609220627.k8M6Rh51051917@repoman.freebsd.org> From: Yen-Ming Lee Date: Fri, 22 Sep 2006 06:27:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics Makefile ports/graphics/php5-imlib2 Makefile distinfo pkg-descr ports/graphics/php5-imlib2/files patch-imlib2.c X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Sep 2006 06:27:43 -0000 leeym 2006-09-22 06:27:42 UTC FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/php5-imlib2 Makefile distinfo pkg-descr graphics/php5-imlib2/files patch-imlib2.c Log: - add php5-imlib2 This extension provides an image manipulation interface using libImlib2. Imlib2 is a very fast image manipulation library, but without the support for as many image formats as other libraries such as imagemagick. WWW: http://pecl.php.net/package/imlib2 Revision Changes Path 1.984 +1 -0 ports/graphics/Makefile 1.1 +32 -0 ports/graphics/php5-imlib2/Makefile (new) 1.1 +3 -0 ports/graphics/php5-imlib2/distinfo (new) 1.1 +43 -0 ports/graphics/php5-imlib2/files/patch-imlib2.c (new) 1.1 +5 -0 ports/graphics/php5-imlib2/pkg-descr (new)