From owner-freebsd-ports Sun Aug 12 6: 0:16 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EAC0037B40B for ; Sun, 12 Aug 2001 06:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7CD01590086; Sun, 12 Aug 2001 06:00:01 -0700 (PDT) (envelope-from gnats) Received: from cc92687-a.wlgrv1.pa.home.com (cc92687-a.wlgrv1.pa.home.com [24.5.63.190]) by hub.freebsd.org (Postfix) with ESMTP id 3C72D37B408 for ; Sun, 12 Aug 2001 05:52:22 -0700 (PDT) (envelope-from pat@cc92687-a.wlgrv1.pa.home.com) Received: (from root@localhost) by cc92687-a.wlgrv1.pa.home.com (8.11.5/8.11.5) id f7CCqGG67480; Sun, 12 Aug 2001 08:52:16 -0400 (EDT) (envelope-from pat) Message-Id: <200108121252.f7CCqGG67480@cc92687-a.wlgrv1.pa.home.com> Date: Sun, 12 Aug 2001 08:52:16 -0400 (EDT) From: Patrick Li Reply-To: Patrick Li To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29642: New port devel/hp48cc Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 29642 >Category: ports >Synopsis: New port devel/hp48cc >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Aug 12 06:00:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.4-PRERELEASE i386 >Organization: N/A >Environment: System: FreeBSD bottlenek 4.4-PRERELEASE FreeBSD 4.4-PRERELEASE #0: Sun Aug 5 00:29:13 EDT 2001 root@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: hp48cc is a C-like compiler that translates the input code into the HP48 RPN language. The language recognized by the compiler is only a small subset of the C language, with some non-standard extensions, but powerful enough to write complex programs simply. WWW: http://www.sigala.it/sandro/software.html#hp48cc Author: Sandro Sigala >How-To-Repeat: N/A >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # hp48cc # hp48cc/Makefile # hp48cc/distinfo # hp48cc/pkg-comment # hp48cc/pkg-descr # hp48cc/pkg-plist # echo c - hp48cc mkdir -p hp48cc > /dev/null 2>&1 echo x - hp48cc/Makefile sed 's/^X//' >hp48cc/Makefile << 'END-of-hp48cc/Makefile' X# New ports collection makefile for: hp48cc X# Date created: Sun Aug 12 04:33:37 EDT 2001 X# Whom: Patrick Li X# X# $FreeBSD$ X# X XPORTNAME= hp48cc XPORTVERSION= 1.1 XCATEGORIES= devel lang XMASTER_SITES= http://www.sigala.it/sandro/files/ X XMAINTAINER= pat@databits.net X XGNU_CONFIGURE= yes X XMAN1= ${PORTNAME}.1 X Xpost-install: X.if !defined(NOPORTDOCS) X @${MKDIR} ${PREFIX}/share/examples/${PORTNAME} X @${INSTALL_DATA} ${WRKSRC}/examples/* \ X ${PREFIX}/share/examples/${PORTNAME} X.endif #NOPORTDOCS X X.include END-of-hp48cc/Makefile echo x - hp48cc/distinfo sed 's/^X//' >hp48cc/distinfo << 'END-of-hp48cc/distinfo' XMD5 (hp48cc-1.1.tar.gz) = 461e92c55063e354b23bf55e02a4147c END-of-hp48cc/distinfo echo x - hp48cc/pkg-comment sed 's/^X//' >hp48cc/pkg-comment << 'END-of-hp48cc/pkg-comment' XC-like compiler that translates input code to the HP48 RPN language END-of-hp48cc/pkg-comment echo x - hp48cc/pkg-descr sed 's/^X//' >hp48cc/pkg-descr << 'END-of-hp48cc/pkg-descr' Xhp48cc is a C-like compiler that translates the input code Xinto the HP48 RPN language. The language recognized by the Xcompiler is only a small subset of the C language, with Xsome non-standard extensions, but powerful enough to write Xcomplex programs simply. X XWWW: http://www.sigala.it/sandro/software.html#hp48cc XAuthor: Sandro Sigala X X- Patrick Li END-of-hp48cc/pkg-descr echo x - hp48cc/pkg-plist sed 's/^X//' >hp48cc/pkg-plist << 'END-of-hp48cc/pkg-plist' Xbin/hp48cc X%%PORTDOCS%%share/examples/hp48cc/example1.hpc X%%PORTDOCS%%share/examples/hp48cc/hello.hpc X%%PORTDOCS%%@dirrm share/examples/hp48cc END-of-hp48cc/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message