mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-31 05:41:08 +00:00
- 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
This commit is contained in:
parent
6ef848cae2
commit
d6445de572
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=268085
@ -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
|
||||
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user