From owner-cvs-all Fri Mar 29 23:26:37 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (unknown [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D7FF537B405; Fri, 29 Mar 2002 23:26:32 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2U7QWB51577; Fri, 29 Mar 2002 23:26:32 -0800 (PST) (envelope-from sobomax) Message-Id: <200203300726.g2U7QWB51577@freefall.freebsd.org> From: Maxim Sobolev Date: Fri, 29 Mar 2002 23:26:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang Makefile ports/lang/cli Makefile distinfo pkg-comment pkg-descr pkg-plist ports/lang/cli/files patch-env.sh patch-makefile.common.in patch-pal::unix::configure patch-pal::unix::cruntime::misc.c patch-pal::unix::exception::signal.c patch-pal::unix::include::pal::palinternal.h patch-rotorenv::bin::makefile.def ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2002/03/29 23:26:32 PST Modified files: lang Makefile Added files: lang/cli Makefile distinfo pkg-comment pkg-descr pkg-plist lang/cli/files patch-env.sh patch-makefile.common.in patch-pal::unix::configure patch-pal::unix::cruntime::misc.c patch-pal::unix::exception::signal.c patch-pal::unix::include::pal::palinternal.h patch-rotorenv::bin::makefile.def patch-tools::build::buildexe.c lang/cli/files.5 patch-makefile.common.in patch-pal::unix::makefile.in patch-rotorenv::bin::makefile.def patch-tools::nmake::makefile.in Log: Add cli - Microsoft's Shared Source implementation if CLI ECMA standard and C# language. Please note, that in order to build on -current you need linker binary from -stable. Revision Changes Path 1.286 +1 -0 ports/lang/Makefile 1.1 +51 -0 ports/lang/cli/Makefile (new) 1.1 +1 -0 ports/lang/cli/distinfo (new) 1.1 +14 -0 ports/lang/cli/files.5/patch-makefile.common.in (new) 1.1 +14 -0 ports/lang/cli/files.5/patch-pal::unix::makefile.in (new) 1.1 +15 -0 ports/lang/cli/files.5/patch-rotorenv::bin::makefile.def (new) 1.1 +14 -0 ports/lang/cli/files.5/patch-tools::nmake::makefile.in (new) 1.1 +28 -0 ports/lang/cli/files/patch-env.sh (new) 1.1 +14 -0 ports/lang/cli/files/patch-makefile.common.in (new) 1.1 +27 -0 ports/lang/cli/files/patch-pal::unix::configure (new) 1.1 +14 -0 ports/lang/cli/files/patch-pal::unix::cruntime::misc.c (new) 1.1 +27 -0 ports/lang/cli/files/patch-pal::unix::exception::signal.c (new) 1.1 +21 -0 ports/lang/cli/files/patch-pal::unix::include::pal::palinternal.h (new) 1.1 +14 -0 ports/lang/cli/files/patch-rotorenv::bin::makefile.def (new) 1.1 +14 -0 ports/lang/cli/files/patch-tools::build::buildexe.c (new) 1.1 +1 -0 ports/lang/cli/pkg-comment (new) 1.1 +26 -0 ports/lang/cli/pkg-descr (new) 1.1 +333 -0 ports/lang/cli/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message