From owner-cvs-all@FreeBSD.ORG Wed Dec 15 12:36:25 2004 Return-Path: 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 D9DA316A4CE; Wed, 15 Dec 2004 12:36:25 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C311643D4C; Wed, 15 Dec 2004 12:36:25 +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 iBFCaPFt040173; Wed, 15 Dec 2004 12:36:25 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBFCaPIr040172; Wed, 15 Dec 2004 12:36:25 GMT (envelope-from edwin) Message-Id: <200412151236.iBFCaPIr040172@repoman.freebsd.org> From: Edwin Groothuis Date: Wed, 15 Dec 2004 12:36:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics Makefile ports/graphics/vigra Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Wed, 15 Dec 2004 12:36:26 -0000 edwin 2004-12-15 12:36:25 UTC FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/vigra Makefile distinfo pkg-descr pkg-plist Log: New port: graphics/vigra - another program to mount panoramic images - also a dependency of hugin VIGRA stands for "Vision with Generic Algorithms". It's a novel computer vision library that puts its main emphasize on customizable algorithms and data structures. By using template techniques similar to those in the C++ Standard Template Library, you can easily adapt any VIGRA component to the needs of your application, without thereby giving up execution speed. PR: ports/71847 Submitted by: Carlos Eduardo G. Carvalho Revision Changes Path 1.769 +1 -0 ports/graphics/Makefile 1.1 +38 -0 ports/graphics/vigra/Makefile (new) 1.1 +2 -0 ports/graphics/vigra/distinfo (new) 1.1 +11 -0 ports/graphics/vigra/pkg-descr (new) 1.1 +512 -0 ports/graphics/vigra/pkg-plist (new)