From owner-cvs-all@FreeBSD.ORG Sun May 31 20:24:14 2009 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6CE5D106566B; Sun, 31 May 2009 20:24:14 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5A6118FC32; Sun, 31 May 2009 20:24:14 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n4VKOEYA030827; Sun, 31 May 2009 20:24:14 GMT (envelope-from amdmi3@repoman.freebsd.org) Received: (from amdmi3@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n4VKOElI030826; Sun, 31 May 2009 20:24:14 GMT (envelope-from amdmi3) Message-Id: <200905312024.n4VKOElI030826@repoman.freebsd.org> From: Dmitry Marakasov Date: Sun, 31 May 2009 20:24:14 +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/iulib Makefile distinfo pkg-descr pkg-plist ports/graphics/iulib/files patch-Makefile.am patch-configure.ac patch-vidio__vidio.cc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 May 2009 20:24:15 -0000 amdmi3 2009-05-31 20:24:14 UTC FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/iulib Makefile distinfo pkg-descr pkg-plist graphics/iulib/files patch-Makefile.am patch-configure.ac patch-vidio__vidio.cc Log: A library of image understanding-related algorithms. Provides basic image processing, mathematical morphology, and machine learning algorithms. WWW: http://code.google.com/p/iulib/ PR: 134716 Submitted by: Hiroto Kagotani Revision Changes Path 1.1259 +1 -0 ports/graphics/Makefile 1.1 +57 -0 ports/graphics/iulib/Makefile (new) 1.1 +3 -0 ports/graphics/iulib/distinfo (new) 1.1 +48 -0 ports/graphics/iulib/files/patch-Makefile.am (new) 1.1 +11 -0 ports/graphics/iulib/files/patch-configure.ac (new) 1.1 +19 -0 ports/graphics/iulib/files/patch-vidio__vidio.cc (new) 1.1 +5 -0 ports/graphics/iulib/pkg-descr (new) 1.1 +55 -0 ports/graphics/iulib/pkg-plist (new)