From owner-cvs-all@FreeBSD.ORG Tue Aug 1 20:41:22 2006 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 4247416A4DF; Tue, 1 Aug 2006 20:41:22 +0000 (UTC) (envelope-from flz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 10E4C43D46; Tue, 1 Aug 2006 20:41:22 +0000 (GMT) (envelope-from flz@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 k71KfLZe039096; Tue, 1 Aug 2006 20:41:21 GMT (envelope-from flz@repoman.freebsd.org) Received: (from flz@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k71KfLP9039095; Tue, 1 Aug 2006 20:41:21 GMT (envelope-from flz) Message-Id: <200608012041.k71KfLP9039095@repoman.freebsd.org> From: Florent Thoumie Date: Tue, 1 Aug 2006 20:41:21 +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/multimedia Makefile ports/multimedia/v4l_compat Makefile pkg-descr pkg-plist ports/multimedia/v4l_compat/files videodev.h 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: Tue, 01 Aug 2006 20:41:22 -0000 flz 2006-08-01 20:41:21 UTC FreeBSD ports repository Modified files: multimedia Makefile Added files: multimedia/v4l_compat Makefile pkg-descr pkg-plist multimedia/v4l_compat/files videodev.h Log: Add multimedia/v4l_compat port, a port that installs the header file needed to build some piece of software with video4linux support. Just BUILD_DEPENDS on it, and you should be fine. Revision Changes Path 1.172 +1 -0 ports/multimedia/Makefile 1.1 +24 -0 ports/multimedia/v4l_compat/Makefile (new) 1.1 +355 -0 ports/multimedia/v4l_compat/files/videodev.h (new) 1.1 +4 -0 ports/multimedia/v4l_compat/pkg-descr (new) 1.1 +2 -0 ports/multimedia/v4l_compat/pkg-plist (new)