diff options
author | danfe <danfe@FreeBSD.org> | 2011-01-21 20:44:09 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2011-01-21 20:44:09 +0800 |
commit | 36802ca4628c15280ad2011136e6d76758d16179 (patch) | |
tree | b98cd6fc544e58cedc929cbf194b38083589b8d9 | |
parent | bc442103bbf861b21ad5161561593b24d2fa4f4f (diff) | |
download | freebsd-ports-graphics-36802ca4628c15280ad2011136e6d76758d16179.tar.gz freebsd-ports-graphics-36802ca4628c15280ad2011136e6d76758d16179.tar.zst freebsd-ports-graphics-36802ca4628c15280ad2011136e6d76758d16179.zip |
- Spell the RPL programming language (RPL meaning ROM-based procedural
language following Hewlett-Packard or, alternatively, Reverse Polish
LISP) correctly as RPL. While majority of HP calculators use Reverse
Polish notation (RPN) for computations, it is not correct abbreviation
for their programming language
- Augment mirror list to offload author's personal website to SunSITE
mirrors available
Feature safe: yes
-rw-r--r-- | devel/hp48cc/Makefile | 5 | ||||
-rw-r--r-- | devel/hp48cc/pkg-descr | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/devel/hp48cc/Makefile b/devel/hp48cc/Makefile index f6def9d5cab..b4996691c7c 100644 --- a/devel/hp48cc/Makefile +++ b/devel/hp48cc/Makefile @@ -9,10 +9,11 @@ PORTNAME= hp48cc PORTVERSION= 1.3 PORTREVISION= 2 CATEGORIES= devel lang -MASTER_SITES= http://www.sigala.it/sandro/files/ +MASTER_SITES= ${MASTER_SITE_SUNSITE} http://www.sigala.it/sandro/files/ +MASTER_SITE_SUBDIR= devel/lang/c MAINTAINER= danfe@FreeBSD.org -COMMENT= C-like compiler that translates input code to the HP48 RPN language +COMMENT= C-like compiler that translates input code to the HP48 RPL language LICENSE= GPLv2 diff --git a/devel/hp48cc/pkg-descr b/devel/hp48cc/pkg-descr index ff5ea80b893..9280bd21678 100644 --- a/devel/hp48cc/pkg-descr +++ b/devel/hp48cc/pkg-descr @@ -1,4 +1,4 @@ -hp48cc is a C-like compiler that translates the input code into the HP48 RPN +hp48cc is a C-like compiler that translates the input code into the HP48 RPL 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. |