Port details |
- picoc Very small C interpreter for scripting
- 2.1_2 lang =3 2.1_2Version of this port present on the latest quarterly branch.
- Maintainer: portmaster@bsdforge.com
- Port Added: 2010-09-03 12:41:13
- Last Update: 2024-11-19 17:30:56
- Commit Hash: 6b7215e
- People watching this port, also watch:: roxterm, php81-pecl-scrypt, monit, notmuch, php81-pecl-xdiff
- Also Listed In: devel
- License: BSD3CLAUSE
- WWW:
- https://gitlab.com/zsaleeba/picoc
- Description:
- PicoC is a very small C interpreter for scripting. It was
originally written for scripting a UAV's on-board flight
system and it's also very suitable for other robotic,
embedded and non-embedded applications too.
- ¦ ¦ ¦ ¦
- 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/lang/picoc/ && make install clean
- To add the package, run one of these commands:
- pkg install lang/picoc
- pkg install picoc
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: picoc
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1706559492
SHA256 (zsaleeba-picoc-dc85a51e9211cfb644f0a85ea9546e15dc1141c3_GL0.tar.gz) = 959bcf8e473d095a5ffb061216e153948938923fd95b03d5101c5df5feef963a
SIZE (zsaleeba-picoc-dc85a51e9211cfb644f0a85ea9546e15dc1141c3_GL0.tar.gz) = 617520
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:
-
- gmake>=4.4.1 : devel/gmake
- Library dependencies:
-
- libreadline.so.8 : devel/readline
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- lang_picoc
- USES:
- cpe gmake readline sbrk
- 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 |
2.1_2 19 Nov 2024 17:30:56 |
Brooks Davis (brooks) |
*/*: use USES=sbrk
Replace various BROKEN entries for missing sbrk on aarch64 and risc64
with USES=sbrk.
Fix a few missing entries (generally ports blocked by other
dependences).
Approved by: portmgr (mat in D47258 comment)
Differential Revision: https://reviews.freebsd.org/D47259 |
2.1_2 21 Feb 2024 21:32:06 |
Brooks Davis (brooks) Author: Chris Hutchinson |
lang/picoc: catch up with upstream move to gitlab
PR: 276717 |
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) |
2.1_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 ) |
2.1_2 20 Oct 2021 16:13:18 |
Stefan Eßer (se) |
lang/picoc: Add CPE information
Approved by: portmgr (blanket) |
2.1_2 16 Oct 2021 09:51:39 |
Jimmy Olgeni (olgeni) |
*: fix tab vs. space issues, and comments according to the guide. |
2.1_2 10 Sep 2021 12:48:15 |
Mikael Urankar (mikael) |
lang/picoc: Mark as broken on aarch64
sbrk is not implemented on aarch64 |
2.1_2 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.1_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.1_2 01 Jan 2021 23:51:49 |
linimon |
Mark ports that are BROKEN due to sbrk on aarch64, also BROKEN on riscv64
where appropriate.
While here, pet portlint (Makevar order; whitespace).
Approved by: portmgr (tier-2 blanket) |
2.1_2 28 Nov 2020 00:39:34 |
linimon |
This port now builds on aarch64.
Approved by: portmgr (tier-2 blanket) |
2.1_2 09 Apr 2019 14:04:50 |
sunpoet |
Update devel/readline to 8.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://tiswww.case.edu/php/chet/readline/CHANGES
PR: 236156
Exp-run by: antoine |
2.1_1 18 Dec 2017 20:45:48 |
linimon |
This port is also affected by aarch64 not having sbrk.
Approved by: portmgr (tier-2 blanket) |
2.1_1 27 Jun 2017 13:46:53 |
sunpoet |
Update devel/readline to 7.0 patch 3
- Bump PORTREVISION for shlib change
Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES
https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html
https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html
Differential Revision: https://reviews.freebsd.org/D11172
PR: 219947
Exp-run by: antoine |
2.1 03 May 2017 12:16:49 |
mat |
Simplify USE_GITHUB usage.
Sponsored by: Absolight |
2.1 30 Apr 2017 20:37:56 |
ler |
lang/picoc: rescue, update MASTER_SITES, WWW, take MAINTAINER'ship
PR: 218023
Submitted by: portmaster@bsdforge.com
Approved by: adamw (mentor, implicit) |
2.1 03 Mar 2017 16:00:20 |
mat |
Mark the remaining ports depending on Google Code as DEPRECATED, with an
EXPIRATION_DATE at the end of April 2017.
In the past six months, about a third of the ports marked BROKEN because
they were hosted on Google Code have been fixed. The remaining must not
be of use to anyone.
With hat: portmgr
Sponsored by: Absolight |
2.1 14 Sep 2016 15:59:34 |
mat |
GOOGLE_CODE has gone away.
- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN
Some ports have a local mirror configured but for security reasons, it
is not considered upstream.
Sponsored by: Absolight |
2.1 19 May 2016 10:44:12 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
2.1 15 Aug 2014 19:44:14 |
adamw |
Fix build on -current, and fix LICENSE and WWW. |
2.1 29 Jul 2014 18:41:17 |
adamw |
Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports) |
2.1 23 Jul 2014 13:24:53 |
adamw |
Add USES=readline to fix build on -current. |
2.1 16 Dec 2013 17:26:49 |
bapt |
Drop maintainership |
2.1 18 Oct 2013 23:07:03 |
bapt |
Remove useless post-patch in favor of proper usage of gmake |
2.1 03 Oct 2013 16:58:37 |
bapt |
Remove the NO_STAGE macro |
2.1 23 Sep 2013 06:10:44 |
bapt |
Use stage |
2.1 20 Sep 2013 19:53:10 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang) |
2.1 05 Jul 2013 13:44:31 |
bapt |
Convert to USES=gmake |
2.1 20 Jun 2011 17:26:54 |
bapt |
Fix build with clang |
2.1 11 Mar 2011 07:11:26 |
bapt |
Add forgotten patches
Reported by: (pointyhat) Pav |
2.1 09 Mar 2011 16:43:26 |
bapt |
- upgrade to 2.1 |
1.0_1 05 Sep 2010 08:49:46 |
bapt |
- really install files
- bump port revision
Reported by: pointyhat, pav |
1.0 03 Sep 2010 12:40:47 |
bapt |
PicoC is a very small C interpreter for scripting. It was originally written for
scripting a UAV's on-board flight system and it's also very suitable for other
robotic, embedded and non-embedded applications too.
WWW: http://code.google.com/p/picoc/ |