aboutsummaryrefslogtreecommitdiff
path: root/devel/hp48cc
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2011-01-11 07:00:45 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2011-01-11 07:00:45 +0000
commit01d8d0ab8ba4ae90e848345d46ab61c22adf10e0 (patch)
tree8a3d1f5507fc2e5fc76082c87d04b0f67cae93d0 /devel/hp48cc
parent95948592cda400dae7452d936c3c22b04fc1b8de (diff)
downloadports-01d8d0ab8ba4ae90e848345d46ab61c22adf10e0.tar.gz
ports-01d8d0ab8ba4ae90e848345d46ab61c22adf10e0.zip
Notes
Diffstat (limited to 'devel/hp48cc')
-rw-r--r--devel/hp48cc/pkg-descr12
1 files changed, 7 insertions, 5 deletions
diff --git a/devel/hp48cc/pkg-descr b/devel/hp48cc/pkg-descr
index 22dd0b852a42..ff5ea80b893e 100644
--- a/devel/hp48cc/pkg-descr
+++ b/devel/hp48cc/pkg-descr
@@ -1,7 +1,9 @@
-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.
+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.
+
+Note that GCC-based `devel/hp48xgcc' port exists which directly translates C
+code into Saturn (HP48 processor) opcodes.
WWW: http://www.sigala.it/sandro/software.php#hp48cc