From owner-cvs-all@FreeBSD.ORG Sun Jul 10 22:41:56 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 E7FA816A41C; Sun, 10 Jul 2005 22:41:56 +0000 (GMT) (envelope-from mezz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7F9E43D55; Sun, 10 Jul 2005 22:41:56 +0000 (GMT) (envelope-from mezz@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 j6AMfu3R039261; Sun, 10 Jul 2005 22:41:56 GMT (envelope-from mezz@repoman.freebsd.org) Received: (from mezz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6AMfutY039260; Sun, 10 Jul 2005 22:41:56 GMT (envelope-from mezz) Message-Id: <200507102241.j6AMfutY039260@repoman.freebsd.org> From: Jeremy Messenger Date: Sun, 10 Jul 2005 22:41:56 +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/nant Makefile distinfo pkg-descr pkg-plist 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, 10 Jul 2005 22:41:57 -0000 mezz 2005-07-10 22:41:56 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/nant Makefile distinfo pkg-descr pkg-plist Log: What is it? ----------- NAnt is a .NET based build tool. In theory it is kind of like make without make's wrinkles. In practice it's a lot like Ant. If you are not familiar with Jakarta Ant you can get more information at the Ant project web site (http://ant.apache.org/). Why NAnt? --------- Because Ant was too Java specific. Because Ant needed the Java runtime. NAnt only needs the .NET or Mono runtime. WWW: http://nant.sourceforge.net/ Submitted by: apeiron (Christopher Nehren ) Maitnainer: "" BSD# - Project by: http://www.mono-project.com/Mono:FreeBSD Revision Changes Path 1.1921 +1 -0 ports/devel/Makefile 1.1 +45 -0 ports/devel/nant/Makefile (new) 1.1 +2 -0 ports/devel/nant/distinfo (new) 1.1 +16 -0 ports/devel/nant/pkg-descr (new) 1.1 +492 -0 ports/devel/nant/pkg-plist (new)