From owner-cvs-all@FreeBSD.ORG Mon Jul 2 09:32:13 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D520A16A400; Mon, 2 Jul 2007 09:32:13 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id C6C6D13C458; Mon, 2 Jul 2007 09:32:13 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l629WD9h097232; Mon, 2 Jul 2007 09:32:13 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l629WD7h097231; Mon, 2 Jul 2007 09:32:13 GMT (envelope-from ale) Message-Id: <200707020932.l629WD7h097231@repoman.freebsd.org> From: Alex Dupre Date: Mon, 2 Jul 2007 09:32:13 +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/libkdcraw Makefile distinfo pkg-descr pkg-plist ports/graphics/libkdcraw/files patch-configure patch-libkdcraw_dcraw_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: Mon, 02 Jul 2007 09:32:13 -0000 ale 2007-07-02 09:32:13 UTC FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/libkdcraw Makefile distinfo pkg-descr pkg-plist graphics/libkdcraw/files patch-configure patch-libkdcraw_dcraw_Makefile.in Log: libkdcraw is a C++ interface around a dcraw binary program used to decode RAW picture files. WWW: http://www.kipi-plugins.org/ Revision Changes Path 1.1081 +1 -0 ports/graphics/Makefile 1.1 +30 -0 ports/graphics/libkdcraw/Makefile (new) 1.1 +3 -0 ports/graphics/libkdcraw/distinfo (new) 1.1 +11 -0 ports/graphics/libkdcraw/files/patch-configure (new) 1.1 +11 -0 ports/graphics/libkdcraw/files/patch-libkdcraw_dcraw_Makefile.in (new) 1.1 +7 -0 ports/graphics/libkdcraw/pkg-descr (new) 1.1 +19 -0 ports/graphics/libkdcraw/pkg-plist (new)