From owner-cvs-all@FreeBSD.ORG Sun Jul 30 21:06:57 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 DFC9E16A4DE; Sun, 30 Jul 2006 21:06:57 +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 AF79E43D46; Sun, 30 Jul 2006 21:06:57 +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 k6UL6veK013391; Sun, 30 Jul 2006 21:06:57 GMT (envelope-from acm@repoman.freebsd.org) Received: (from acm@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6UL6vx7013390; Sun, 30 Jul 2006 21:06:57 GMT (envelope-from acm) Message-Id: <200607302106.k6UL6vx7013390@repoman.freebsd.org> From: Jose Alonso Cardenas Marquez Date: Sun, 30 Jul 2006 21:06:57 +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/editors Makefile ports/editors/lazarus Makefile distinfo pkg-descr pkg-plist ports/editors/lazarus/files patch-Makefile 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, 30 Jul 2006 21:06:58 -0000 acm 2006-07-30 21:06:57 UTC FreeBSD ports repository Modified files: editors Makefile Added files: editors/lazarus Makefile distinfo pkg-descr pkg-plist editors/lazarus/files patch-Makefile Log: - New port: editors/lazarus Lazarus is the class libraries for Free Pascal that emulate Delphi. Free Pascal is a GPL'ed compiler that runs on Linux, Win32, OS/2, 68K and more. Free Pascal is designed to be able to understand and compile Delphi syntax, which is of course OOP. Lazarus is the part of the missing puzzle that will allow you to develop Delphi-like programs in all of the above platforms. Unlike Java which strives to be a write once run anywhere, Lazarus and Free Pascal strives for write once compile anywhere. WWW: http://www.lazarus.freepascal.org/ Approved by: garga (mentor) Revision Changes Path 1.350 +1 -0 ports/editors/Makefile 1.1 +134 -0 ports/editors/lazarus/Makefile (new) 1.1 +6 -0 ports/editors/lazarus/distinfo (new) 1.1 +24 -0 ports/editors/lazarus/files/patch-Makefile (new) 1.1 +11 -0 ports/editors/lazarus/pkg-descr (new) 1.1 +3619 -0 ports/editors/lazarus/pkg-plist (new)