From owner-cvs-all@FreeBSD.ORG Sat Dec 30 19:23:38 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7715C16A407; Sat, 30 Dec 2006 19:23:38 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 679E913C457; Sat, 30 Dec 2006 19:23:38 +0000 (UTC) (envelope-from miwi@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 kBUJNcOJ022243; Sat, 30 Dec 2006 19:23:38 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBUJNcgh022241; Sat, 30 Dec 2006 19:23:38 GMT (envelope-from miwi) Message-Id: <200612301923.kBUJNcgh022241@repoman.freebsd.org> From: Martin Wilke Date: Sat, 30 Dec 2006 19:23:38 +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/lang Makefile ports/lang/linux-hla Makefile distinfo pkg-descr pkg-plist ports/lang/linux-hla/files pkg-message.in 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: Sat, 30 Dec 2006 19:23:38 -0000 miwi 2006-12-30 19:23:38 UTC FreeBSD ports repository Modified files: lang Makefile Added files: lang/linux-hla Makefile distinfo pkg-descr pkg-plist lang/linux-hla/files pkg-message.in Log: This is the port of Randall Hyde's High Level Assembly (HLA). Don't let the name fool you. HLA is "real" assembly language, just made easier for beginners so they can learn the language faster than ever before. Anything you can do with a traditional assembler can be done with HLA; HLA just happens to do a lot more than traditional assemblers! WWW: http://webster.cs.ucr.edu/ PR: ports/107224 Submitted by: Hernan Di Pietro Revision Changes Path 1.527 +1 -0 ports/lang/Makefile 1.1 +42 -0 ports/lang/linux-hla/Makefile (new) 1.1 +3 -0 ports/lang/linux-hla/distinfo (new) 1.1 +30 -0 ports/lang/linux-hla/files/pkg-message.in (new) 1.1 +11 -0 ports/lang/linux-hla/pkg-descr (new) 1.1 +93 -0 ports/lang/linux-hla/pkg-plist (new)