add hp48cc

C-like compiler that translates input code to the HP48 RPN language

PR:		29642
Submitted by:	Patrick Li <pat@databits.net>
This commit is contained in:
Ying-Chieh Liao 2001-08-29 12:34:54 +00:00
parent 34ef4be1e7
commit d71b137e0b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=47090
6 changed files with 56 additions and 0 deletions

View File

@ -164,6 +164,7 @@
SUBDIR += gvd
SUBDIR += happy
SUBDIR += happydoc
SUBDIR += hp48cc
SUBDIR += hypersrc
SUBDIR += i386-rtems-binutils
SUBDIR += i386-rtems-chill

27
devel/hp48cc/Makefile Normal file
View File

@ -0,0 +1,27 @@
# New ports collection makefile for: hp48cc
# Date created: Sun Aug 12 04:33:37 EDT 2001
# Whom: Patrick Li <pat@databits.net>
#
# $FreeBSD$
#
PORTNAME= hp48cc
PORTVERSION= 1.3
CATEGORIES= devel lang
MASTER_SITES= http://www.sigala.it/sandro/files/
MAINTAINER= pat@databits.net
USE_BISON= yes
GNU_CONFIGURE= yes
MAN1= ${PORTNAME}.1
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/examples/${PORTNAME}
@${INSTALL_DATA} ${WRKSRC}/examples/* \
${PREFIX}/share/examples/${PORTNAME}
.endif #NOPORTDOCS
.include <bsd.port.mk>

1
devel/hp48cc/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (hp48cc-1.3.tar.gz) = 23f41a6168d3c17ea50537fe6ec2124a

1
devel/hp48cc/pkg-comment Normal file
View File

@ -0,0 +1 @@
C-like compiler that translates input code to the HP48 RPN language

10
devel/hp48cc/pkg-descr Normal file
View File

@ -0,0 +1,10 @@
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 <sandro@sigala.it>
- Patrick Li <pat@databits.net>

16
devel/hp48cc/pkg-plist Normal file
View File

@ -0,0 +1,16 @@
bin/hp48cc
%%PORTDOCS%%share/examples/hp48cc/README
%%PORTDOCS%%share/examples/hp48cc/accuracy.hpc
%%PORTDOCS%%share/examples/hp48cc/astro.hpc
%%PORTDOCS%%share/examples/hp48cc/fact.hpc
%%PORTDOCS%%share/examples/hp48cc/gcd.hpc
%%PORTDOCS%%share/examples/hp48cc/hello.hpc
%%PORTDOCS%%share/examples/hp48cc/inform.hpc
%%PORTDOCS%%share/examples/hp48cc/pi1.hpc
%%PORTDOCS%%share/examples/hp48cc/pi2.hpc
%%PORTDOCS%%share/examples/hp48cc/sort.hpc
%%PORTDOCS%%share/examples/hp48cc/tutorial.hpc
%%PORTDOCS%%share/examples/hp48cc/xcos.hpc
%%PORTDOCS%%share/examples/hp48cc/xexp.hpc
%%PORTDOCS%%share/examples/hp48cc/xsin.hpc
%%PORTDOCS%%@dirrm share/examples/hp48cc