From owner-cvs-ports@FreeBSD.ORG Mon Aug 28 06:18:02 2006 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B50FC16A4E1; Mon, 28 Aug 2006 06:18:02 +0000 (UTC) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 761C243D46; Mon, 28 Aug 2006 06:18:02 +0000 (GMT) (envelope-from jylefort@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 k7S6I2Ab068633; Mon, 28 Aug 2006 06:18:02 GMT (envelope-from jylefort@repoman.freebsd.org) Received: (from jylefort@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7S6I2aS068632; Mon, 28 Aug 2006 06:18:02 GMT (envelope-from jylefort) Message-Id: <200608280618.k7S6I2aS068632@repoman.freebsd.org> From: Jean-Yves Lefort Date: Mon, 28 Aug 2006 06:18:02 +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/kasm Makefile distinfo pkg-descr pkg-plist ports/devel/kasm/files patch-doc_Makefile.in patch-src_Makefile.in patch-src_entrytable.hpp patch-src_main.cpp patch-src_nib__io.hpp X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Aug 2006 06:18:02 -0000 jylefort 2006-08-28 06:18:01 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/kasm Makefile distinfo pkg-descr pkg-plist devel/kasm/files patch-doc_Makefile.in patch-src_Makefile.in patch-src_entrytable.hpp patch-src_main.cpp patch-src_nib__io.hpp Log: Add kasm. kasm is a System RPL/Machine Language assembler for the Saturn microprocessor, used in the HP48/HP49 calculators (this microprocessor is also used in other HP calculators, but kasm is made specifically for the HP48/HP49 calculators). It uses the same syntax as the MASD compiler (found in the MetaKernel program for HP48 calculators and in the HP49 calculator). This syntax, which has only very small incompatibilities with the traditional syntax (used in the HP Tools, in the GNU Tools and in JAZZ), supports a few constructs that make the assembly language be closer to a high level programming language. It supports all the structures (blocks, etc.) and shortcuts (RPL, SCREEN, etc.) of the MASD compiler in the HP49G calculators. WWW: http://k-asm.sourceforge.net/ Revision Changes Path 1.2430 +1 -0 ports/devel/Makefile 1.1 +32 -0 ports/devel/kasm/Makefile (new) 1.1 +3 -0 ports/devel/kasm/distinfo (new) 1.1 +11 -0 ports/devel/kasm/files/patch-doc_Makefile.in (new) 1.1 +40 -0 ports/devel/kasm/files/patch-src_Makefile.in (new) 1.1 +11 -0 ports/devel/kasm/files/patch-src_entrytable.hpp (new) 1.1 +11 -0 ports/devel/kasm/files/patch-src_main.cpp (new) 1.1 +33 -0 ports/devel/kasm/files/patch-src_nib__io.hpp (new) 1.1 +15 -0 ports/devel/kasm/pkg-descr (new) 1.1 +4 -0 ports/devel/kasm/pkg-plist (new)