Port details |
- hp48cc C-like compiler that translates input code to the HP48 RPL language
- 1.3_2 devel =3 1.3_2Version of this port present on the latest quarterly branch.
- Maintainer: danfe@FreeBSD.org
- Port Added: 2001-08-29 09:34:54
- Last Update: 2024-01-23 11:32:28
- Commit Hash: 9a81a60
- People watching this port, also watch:: p5-XML-LibXML-Iterator, p5-libwww, p5-Crypt-DSA, R, p5-URI-Find
- Also Listed In: lang
- License: GPLv2
- WWW:
- http://www.sigala.it/sandro/software.php
- Description:
- 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.
Note that GCC-based `devel/hp48xgcc' port exists which directly translates C
code into Saturn (HP48 processor) opcodes.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/hp48cc/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/hp48cc
- pkg install hp48cc
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: hp48cc
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (hp48cc-1.3.tar.gz) = 8c2af638d9e0ae25a2554348a2a44ba5f1425da7d7658d758795c815c3d297d5
SIZE (hp48cc-1.3.tar.gz) = 39260
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- bison : devel/bison
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for hp48cc-1.3_2:
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- devel_hp48cc
- USES:
- bison
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.3_2 23 Jan 2024 11:32:28 |
Alexey Dokuchaev (danfe) |
Convert more of my ports to new manual page location (part two). |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.3_2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.3_2 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.3_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.3_2 16 Mar 2014 10:08:16 |
danfe |
Remove extra instance of OPTIONS_DEFINE; contract MASTER_SITES while here. |
1.3_2 28 Jan 2014 08:03:33 |
bapt |
Support stage
Add a EXAMPLES option |
1.3_2 20 Sep 2013 17:04:44 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 2) |
1.3_2 26 Apr 2013 06:21:39 |
danfe |
Do not check NOPORTDOCS when about to install port examples. |
1.3_2 08 Mar 2013 11:32:12 |
bapt |
Convert USE_BISON to USES= bison
It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build
it brings bison as a run dependency in case it is set the following way:
USES= bison:run
it brings bison both as a run and build dependency in case it the set the
following way:
USES= bison:both
While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix |
1.3_2 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
1.3_2 21 Jan 2011 12:44:09 |
danfe |
- 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 |
1.3_2 11 Jan 2011 11:38:37 |
danfe |
- Unbreak parallel builds
- Convert pkg-plist into PLIST_FILES and PORTEXAMPLES
- Add LICENSE (GPLv2) |
1.3_2 11 Jan 2011 07:00:45 |
danfe |
- Reformat description text to fit more nicely into standard 80-character
terminal screen
- Add a note about GCC-based `devel/hp48xgcc' port which might be better
alternative to this port |
1.3_2 19 Nov 2009 23:41:55 |
pav |
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat |
1.3_2 17 Oct 2007 10:13:01 |
ade |
Migration from bison 1.x to 2.x
PR: 117086
Tested by: -exp runs |
1.3_1 04 Sep 2006 21:06:12 |
danfe |
- 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 |
1.3_1 27 May 2005 23:14:26 |
pat |
Clean up the ports tree some by removing my junk... more to come... |
1.3_1 18 Mar 2004 02:27:55 |
trevor |
Add size data.
Approved by: maintainers |
1.3_1 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
1.3 07 Mar 2003 06:01:16 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
15 Nov 2001 03:59:42 |
pat |
Maintainer is now committer so change to new email address. |
29 Aug 2001 13:34:54 |
ijliao |
add hp48cc C-like compiler that translates input code to the HP48 RPN language
|