diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2006-09-04 21:06:12 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2006-09-04 21:06:12 +0000 |
commit | 856a51e90a2c2b0f56892fc84310d1377fc06bde (patch) | |
tree | a209b4f7f43a81a43aea5ed6a5fb08f6e241442a /devel/hp48cc/pkg-descr | |
parent | Several cleanups, and extensions to allow NetBSD to submit ... (diff) |
- Resurrect once dead port
- Take maintainership
- Respect CC and CLAGS
- Clean up Makefile
- Utilize EXAMPLESDIR macro
- Pet some portlint(1)
- Fix a WWW line, remove attribution
Notes
Notes:
svn path=/head/; revision=172221
Diffstat (limited to 'devel/hp48cc/pkg-descr')
-rw-r--r-- | devel/hp48cc/pkg-descr | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/devel/hp48cc/pkg-descr b/devel/hp48cc/pkg-descr new file mode 100644 index 000000000000..22dd0b852a42 --- /dev/null +++ b/devel/hp48cc/pkg-descr @@ -0,0 +1,7 @@ +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.php#hp48cc |