From owner-cvs-all@FreeBSD.ORG Thu Dec 29 03:38:30 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03FF616A41F; Thu, 29 Dec 2005 03:38:30 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A68043D62; Thu, 29 Dec 2005 03:38:29 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBT3cTUu098321; Thu, 29 Dec 2005 03:38:29 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBT3cT5F098320; Thu, 29 Dec 2005 03:38:29 GMT (envelope-from edwin) Message-Id: <200512290338.jBT3cT5F098320@repoman.freebsd.org> From: Edwin Groothuis Date: Thu, 29 Dec 2005 03:38:29 +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/opencv Makefile distinfo pkg-descr pkg-plist ports/graphics/opencv/files nopatch-aa patch-Makefile.in patch-apps_haartraining_src_cvboost.cpp patch-configure patch-cv_src_Makefile.in patch-cxcore_src_Makefile.in ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Dec 2005 03:38:30 -0000 edwin 2005-12-29 03:38:29 UTC FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/opencv Makefile distinfo pkg-descr pkg-plist graphics/opencv/files nopatch-aa patch-Makefile.in patch-apps_haartraining_src_cvboost.cpp patch-configure patch-cv_src_Makefile.in patch-cxcore_src_Makefile.in patch-cxcore_src_cxswitcher.cpp patch-otherlibs_highgui_Makefile.in patch-otherlibs_highgui_grfmts.h patch-otherlibs_highgui_loadsave.cpp patch-tests_cxcore_src_Makefile.in Log: New port: graphics/opencv (Open Source Computer Vision Library from Intel) The Open Computer Vision Library is a collection of algorithms and sample code for various computer vision problems. The library is compatible with IPL and utilizes Intel Integrated Performance Primitives for better performance. WWW: http://sourceforge.net/projects/opencvlibrary/ http://www.intel.com/research/mrl/research/opencv/ PR: ports/78473 Submitted by: Marc Abramowitz Revision Changes Path 1.887 +1 -0 ports/graphics/Makefile 1.1 +26 -0 ports/graphics/opencv/Makefile (new) 1.1 +3 -0 ports/graphics/opencv/distinfo (new) 1.1 +103 -0 ports/graphics/opencv/files/nopatch-aa (new) 1.1 +11 -0 ports/graphics/opencv/files/patch-Makefile.in (new) 1.1 +11 -0 ports/graphics/opencv/files/patch-apps_haartraining_src_cvboost.cpp (new) 1.1 +12 -0 ports/graphics/opencv/files/patch-configure (new) 1.1 +12 -0 ports/graphics/opencv/files/patch-cv_src_Makefile.in (new) 1.1 +12 -0 ports/graphics/opencv/files/patch-cxcore_src_Makefile.in (new) 1.1 +14 -0 ports/graphics/opencv/files/patch-cxcore_src_cxswitcher.cpp (new) 1.1 +20 -0 ports/graphics/opencv/files/patch-otherlibs_highgui_Makefile.in (new) 1.1 +11 -0 ports/graphics/opencv/files/patch-otherlibs_highgui_grfmts.h (new) 1.1 +11 -0 ports/graphics/opencv/files/patch-otherlibs_highgui_loadsave.cpp (new) 1.1 +11 -0 ports/graphics/opencv/files/patch-tests_cxcore_src_Makefile.in (new) 1.1 +10 -0 ports/graphics/opencv/pkg-descr (new) 1.1 +120 -0 ports/graphics/opencv/pkg-plist (new)