From owner-cvs-all@FreeBSD.ORG Tue Dec 27 19:59:10 2005 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 731B416A41F; Tue, 27 Dec 2005 19:59:10 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFFA443D60; Tue, 27 Dec 2005 19:59:09 +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 jBRJx9ZI057198; Tue, 27 Dec 2005 19:59:09 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBRJx9TF057197; Tue, 27 Dec 2005 19:59:09 GMT (envelope-from edwin) Message-Id: <200512271959.jBRJx9TF057197@repoman.freebsd.org> From: Edwin Groothuis Date: Tue, 27 Dec 2005 19:59:09 +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/devel Makefile ports/devel/codeblocks Makefile distinfo pkg-descr ports/devel/codeblocks/files Makefile patch-CodeBlocks-unix.cbp patch-src-app.cpp patch-src-globals.h patch-src-prefix.cpp patch-templates-unix-wxwidgets.cbp patch-templates-unix-wxwidgets.template ... 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, 27 Dec 2005 19:59:10 -0000 edwin 2005-12-27 19:59:09 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/codeblocks Makefile distinfo pkg-descr devel/codeblocks/files Makefile patch-CodeBlocks-unix.cbp patch-src-app.cpp patch-src-globals.h patch-src-prefix.cpp patch-templates-unix-wxwidgets.cbp patch-templates-unix-wxwidgets.template patch-update.sh Log: new port: devel/codeblocks, an open source, cross-platform and free C/C++ IDE Code::Blocks is an open source, cross-platform and free C/C++ IDE. It is build using the wxWidgets GUI library. The WEB site states: "Code::Blocks is a free C++ IDE built specifically to meet the most demanding needs of its users. It was designed, right from the start, to be extensible and configurable." WWW: http://www.codeblocks.org/ PR: ports/89297 Submitted by: Matthias Sund Revision Changes Path 1.2082 +1 -0 ports/devel/Makefile 1.1 +71 -0 ports/devel/codeblocks/Makefile (new) 1.1 +3 -0 ports/devel/codeblocks/distinfo (new) 1.1 +2964 -0 ports/devel/codeblocks/files/Makefile (new) 1.1 +352 -0 ports/devel/codeblocks/files/patch-CodeBlocks-unix.cbp (new) 1.1 +11 -0 ports/devel/codeblocks/files/patch-src-app.cpp (new) 1.1 +11 -0 ports/devel/codeblocks/files/patch-src-globals.h (new) 1.1 +71 -0 ports/devel/codeblocks/files/patch-src-prefix.cpp (new) 1.1 +15 -0 ports/devel/codeblocks/files/patch-templates-unix-wxwidgets.cbp (new) 1.1 +22 -0 ports/devel/codeblocks/files/patch-templates-unix-wxwidgets.template (new) 1.1 +13 -0 ports/devel/codeblocks/files/patch-update.sh (new) 1.1 +10 -0 ports/devel/codeblocks/pkg-descr (new)