---
name: hp48cc
version: 1.3_2
origin: devel/hp48cc
comment: C-like compiler that translates input code to the HP48 RPL language
arch: freebsd:10:x86:64
www: http://www.sigala.it/sandro/software.php#hp48cc
maintainer: danfe@FreeBSD.org
prefix: /usr/local
licenselogic: single
licenses:
- GPLv2
flatsize: 56998
desc: |
  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.

  WWW: http://www.sigala.it/sandro/software.php#hp48cc
categories:
- lang
- devel
options: {EXAMPLES: on}
files:
  /usr/local/bin/hp48cc: 2aca598476a66735e5a40716f8b59b41d71cf779efaa6dfcaac516851ee708c2
  /usr/local/man/man1/hp48cc.1.gz: 7d86a8957b17bb3e353760aca15a63f87359b22ed1434a69319e98ab907198fa
  /usr/local/share/examples/hp48cc/README: a49f4905ebf9098a16970d9db84201c3c12a6d9d0a7b60910375750d7542fdbf
  /usr/local/share/examples/hp48cc/accuracy.hpc: 03531e2a131c0efbc6f7dec86aea73fb18f02d403d00484dad33d6ed002415e3
  /usr/local/share/examples/hp48cc/astro.hpc: 1acd1cf4ed5d8190e3500d51ae87f83247b9792b0cb7e18131808dd7738d1d5b
  /usr/local/share/examples/hp48cc/fact.hpc: 70134beabb6480d859a2e0ce8dceeb95f95fc0751a6735146faffcc85ee4721d
  /usr/local/share/examples/hp48cc/gcd.hpc: b21ee55f10142a0ac9957813462e51bdaa5844932aa98ebd7ae061b1beb9b0e0
  /usr/local/share/examples/hp48cc/hello.hpc: a2b1c6bad61924960ca6822d310f0a74cc8d7be40276dcadabc3fb7413ad32d8
  /usr/local/share/examples/hp48cc/inform.hpc: ff4d296108caf6ccfb2bcac31ffcbcd3d422cca1e1975b5a6a3a72a3ab78f033
  /usr/local/share/examples/hp48cc/pi1.hpc: 0f2d6300b3c870b4b5cb3640f30bfb35a2f8e86af12522e5009203327abfcc43
  /usr/local/share/examples/hp48cc/pi2.hpc: 7036382c70c0aea1fd2471a4ea893c7693cdcc730b730c19fce26fa9f757abb4
  /usr/local/share/examples/hp48cc/sort.hpc: e62a74241041b25e1965ccce28d7b2a0b49e72b3c6e152a88529dd6e45da7cd1
  /usr/local/share/examples/hp48cc/tutorial.hpc: cef553397991cf422d81825d3dfc934299751be55ec12900ab58423e646a47d4
  /usr/local/share/examples/hp48cc/xcos.hpc: 8c33b047db928877e05d457ee84de21792a3fdda106772d3cb41df2939fad93d
  /usr/local/share/examples/hp48cc/xexp.hpc: 0e1f612566ffc49895667f2197675e0bba9c53b0676772985c78e2a3e658089a
  /usr/local/share/examples/hp48cc/xsin.hpc: 4f19750922fa03f96b6e89a9c2ce535ea8425f531b213fb77fe2a5c100416b1f
  /usr/local/share/licenses/hp48cc-1.3_2/GPLv2: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643
  /usr/local/share/licenses/hp48cc-1.3_2/LICENSE: 7e1394d03c5f275a402fe721ff1d1349449ea8602b52af954c76463afcdb6ef7
  /usr/local/share/licenses/hp48cc-1.3_2/catalog.mk: a8a4193f60b79916e8beb084419a353eb8b7800f51ae5844add617299c6bc54f
directories:
  /usr/local/share/licenses/hp48cc-1.3_2/: n
  /usr/local/share/licenses/: y
  /usr/local/share/examples/hp48cc/: n
scripts:
  post-install: |
    cd /usr/local
  pre-deinstall: |
    cd /usr/local
  post-deinstall: |
    cd /usr/local
