From owner-cvs-all@FreeBSD.ORG Sun Sep 3 14:32:54 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 730DB16A4DA; Sun, 3 Sep 2006 14:32:54 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F53C43D45; Sun, 3 Sep 2006 14:32:54 +0000 (GMT) (envelope-from acm@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 k83EWsNG007516; Sun, 3 Sep 2006 14:32:54 GMT (envelope-from acm@repoman.freebsd.org) Received: (from acm@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k83EWsfH007515; Sun, 3 Sep 2006 14:32:54 GMT (envelope-from acm) Message-Id: <200609031432.k83EWsfH007515@repoman.freebsd.org> From: Jose Alonso Cardenas Marquez Date: Sun, 3 Sep 2006 14:32:53 +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/amanith Makefile distinfo pkg-descr pkg-plist ports/graphics/amanith/files patch-plugins-fonts_build.conf patch-plugins-jpeg_build.conf patch-plugins-png_build.conf 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: Sun, 03 Sep 2006 14:32:54 -0000 acm 2006-09-03 14:32:53 UTC FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/amanith Makefile distinfo pkg-descr pkg-plist graphics/amanith/files patch-plugins-fonts_build.conf patch-plugins-jpeg_build.conf patch-plugins-png_build.conf Log: - New port: graphics/amanith Amanith is an OpenSource C++ CrossPlatform framework designed for 2d & 3d vector graphics. Open source has made Amanith possible, so we wanna Amanith to be open source too. This mean that Amanith source code is fully available for everyone. Same source tree can be compiled without modifications under multiple targets. Linux, Win32, Mac, FreeBSD, NetBSD, OpenBSD, Solaris, IRIX, AIX are only few of them. All the framework is heavily based on a light plug-in system. This make fast and easy to include or esclude everything you want. The Amanith philosophy is to support many open standards as possible. Png, Jpeg, Svg, Xml, OpenGl, Ansi c++, and many others. WWW: http://www.amanith.org/ Approved by: garga (mentor) Revision Changes Path 1.978 +1 -0 ports/graphics/Makefile 1.1 +73 -0 ports/graphics/amanith/Makefile (new) 1.1 +3 -0 ports/graphics/amanith/distinfo (new) 1.1 +11 -0 ports/graphics/amanith/files/patch-plugins-fonts_build.conf (new) 1.1 +11 -0 ports/graphics/amanith/files/patch-plugins-jpeg_build.conf (new) 1.1 +11 -0 ports/graphics/amanith/files/patch-plugins-png_build.conf (new) 1.1 +17 -0 ports/graphics/amanith/pkg-descr (new) 1.1 +80 -0 ports/graphics/amanith/pkg-plist (new)