From owner-cvs-ports@FreeBSD.ORG Tue Dec 8 12:00:52 2009 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5EAD91065692; Tue, 8 Dec 2009 12:00:52 +0000 (UTC) (envelope-from fluffy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4D5848FC1A; Tue, 8 Dec 2009 12:00:52 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id nB8C0qHv089601; Tue, 8 Dec 2009 12:00:52 GMT (envelope-from fluffy@repoman.freebsd.org) Received: (from fluffy@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id nB8C0qCZ089600; Tue, 8 Dec 2009 12:00:52 GMT (envelope-from fluffy) Message-Id: <200912081200.nB8C0qCZ089600@repoman.freebsd.org> From: Dima Panov Date: Tue, 8 Dec 2009 12:00:52 +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/opengtl Makefile distinfo pkg-descr pkg-plist ports/graphics/qtgtl Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Dec 2009 12:00:52 -0000 fluffy 2009-12-08 12:00:52 UTC FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/opengtl Makefile distinfo pkg-descr pkg-plist graphics/qtgtl Makefile distinfo pkg-descr pkg-plist Log: - Add opengtl ang qtgtl ports, it required for KOffice2 suite The Graphics Transformation Languages is a set of library for using and integrating transformation algorithms (such as filter or color conversion) in graphics applications. Approved by: miwi (mentor) Revision Changes Path 1.1296 +2 -0 ports/graphics/Makefile 1.1 +41 -0 ports/graphics/opengtl/Makefile (new) 1.1 +3 -0 ports/graphics/opengtl/distinfo (new) 1.1 +18 -0 ports/graphics/opengtl/pkg-descr (new) 1.1 +83 -0 ports/graphics/opengtl/pkg-plist (new) 1.1 +31 -0 ports/graphics/qtgtl/Makefile (new) 1.1 +3 -0 ports/graphics/qtgtl/distinfo (new) 1.1 +18 -0 ports/graphics/qtgtl/pkg-descr (new) 1.1 +15 -0 ports/graphics/qtgtl/pkg-plist (new)