aboutsummaryrefslogtreecommitdiffstats
path: root/devel/hp48cc/pkg-descr
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2001-08-29 20:34:54 +0800
committerijliao <ijliao@FreeBSD.org>2001-08-29 20:34:54 +0800
commit0f0880d22861761c036cb5f707835b729437a6d9 (patch)
tree8327a19295036efff7a622568f034ab3b1d68e73 /devel/hp48cc/pkg-descr
parent1e8dcad51f367244d2228f0f6cfd0a1d726dd443 (diff)
downloadfreebsd-ports-gnome-0f0880d22861761c036cb5f707835b729437a6d9.tar.gz
freebsd-ports-gnome-0f0880d22861761c036cb5f707835b729437a6d9.tar.zst
freebsd-ports-gnome-0f0880d22861761c036cb5f707835b729437a6d9.zip
add hp48cc
C-like compiler that translates input code to the HP48 RPN language PR: 29642 Submitted by: Patrick Li <pat@databits.net>
Diffstat (limited to 'devel/hp48cc/pkg-descr')
-rw-r--r--devel/hp48cc/pkg-descr10
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/hp48cc/pkg-descr b/devel/hp48cc/pkg-descr
new file mode 100644
index 000000000000..2232c0c905a6
--- /dev/null
+++ b/devel/hp48cc/pkg-descr
@@ -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>