notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
picoc Very small C interpreter for scripting
2.1_2 lang on this many watch lists=1 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2.1_2Version of this port present on the latest quarterly branch.
Maintainer: portmaster@bsdforge.com search for ports maintained by this maintainer
Port Added: 2010-09-03 12:41:13
Last Update: 2024-02-21 21:32:06
Commit Hash: c4abe66
People watching this port, also watch:: policyd2, rc, py39-cjkwrap, py39-darts.util.lru, monit
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (4 items)
Collapse this list.
  1. bin/picoc
  2. /usr/local/share/licenses/picoc-2.1_2/catalog.mk
  3. /usr/local/share/licenses/picoc-2.1_2/LICENSE
  4. /usr/local/share/licenses/picoc-2.1_2/BSD3CLAUSE
Collapse this list.
Dependency lines:
  • picoc>0:lang/picoc
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):
picoc
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest-2.1_22.1_22.1_22.1_2-2.1_2-
FreeBSD:13:quarterly-2.1_22.1_22.1_22.1_22.1_22.1_22.1_2
FreeBSD:14:latest-2.1_22.1_22.1_22.1_22.1_2-2.1_2
FreeBSD:14:quarterly-2.1_2-2.1_22.1_22.1_22.1_22.1_2
FreeBSD:15:latest-2.1_2n/a2.1_2n/a2.1_22.1_22.1_2
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gmake>=4.3 : devel/gmake
Library dependencies:
  1. 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
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://gitlab.com/zsaleeba/picoc/-/archive/dc85a51e9211cfb644f0a85ea9546e15dc1141c3.tar.gz?dummy=/
Collapse this list.

Number of commits found: 32

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.1_2
21 Feb 2024 21:32:06
commit hash: c4abe667b11dbc8425eee662715e358b7ed5635bcommit hash: c4abe667b11dbc8425eee662715e358b7ed5635bcommit hash: c4abe667b11dbc8425eee662715e358b7ed5635bcommit hash: c4abe667b11dbc8425eee662715e358b7ed5635b files touched by this commit
Brooks Davis (brooks) search for other commits by this committer
Author: Chris Hutchinson
lang/picoc: catch up with upstream move to gitlab

PR:		276717
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
2.1_2
20 Oct 2021 16:13:18
commit hash: 1b3d8298f00d425f4e466dc67f91071568e3a630commit hash: 1b3d8298f00d425f4e466dc67f91071568e3a630commit hash: 1b3d8298f00d425f4e466dc67f91071568e3a630commit hash: 1b3d8298f00d425f4e466dc67f91071568e3a630 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
lang/picoc: Add CPE information

Approved by:	portmgr (blanket)
2.1_2
16 Oct 2021 09:51:39
commit hash: 4460cf727a7788c9ce21f3344ce5745e5cd9fc4acommit hash: 4460cf727a7788c9ce21f3344ce5745e5cd9fc4acommit hash: 4460cf727a7788c9ce21f3344ce5745e5cd9fc4acommit hash: 4460cf727a7788c9ce21f3344ce5745e5cd9fc4a files touched by this commit
Jimmy Olgeni (olgeni) search for other commits by this committer
*: fix tab vs. space issues, and comments according to the guide.
2.1_2
10 Sep 2021 12:48:15
commit hash: 94d69d0eb64a0938309b6377491f3eecd958811dcommit hash: 94d69d0eb64a0938309b6377491f3eecd958811dcommit hash: 94d69d0eb64a0938309b6377491f3eecd958811dcommit hash: 94d69d0eb64a0938309b6377491f3eecd958811d files touched by this commit
Mikael Urankar (mikael) search for other commits by this committer
lang/picoc: Mark as broken on aarch64

sbrk is not implemented on aarch64
2.1_2
07 Apr 2021 08:09:01
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2.1_2
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
2.1_2
01 Jan 2021 23:51:49
Revision:559890Original commit files touched by this commit
linimon search for other commits by this committer
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
Revision:556473Original commit files touched by this commit
linimon search for other commits by this committer
This port now builds on aarch64.

Approved by:	portmgr (tier-2 blanket)
2.1_2
09 Apr 2019 14:04:50
Revision:498476Original commit files touched by this commit
sunpoet search for other commits by this committer
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
Revision:456672Original commit files touched by this commit
linimon search for other commits by this committer
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
Revision:444463Original commit files touched by this commit
sunpoet search for other commits by this committer
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
Revision:440009Original commit files touched by this commit
mat search for other commits by this committer
Simplify USE_GITHUB usage.

Sponsored by:	Absolight
2.1
30 Apr 2017 20:37:56
Revision:439842Original commit files touched by this commit
ler search for other commits by this committer
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
Revision:435349Original commit files touched by this commit
mat search for other commits by this committer
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
Revision:422140Original commit files touched by this commit
mat search for other commits by this committer
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
Revision:415499Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Fix trailing whitespace in pkg-descrs, categories [g-n]*

Approved by:	portmgr blanket
2.1
15 Aug 2014 19:44:14
Revision:365030Original commit files touched by this commit
adamw search for other commits by this committer
Fix build on -current, and fix LICENSE and WWW.
2.1
29 Jul 2014 18:41:17
Revision:363371Original commit files touched by this commit Sanity Test Failure
adamw search for other commits by this committer
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
Revision:362689Original commit files touched by this commit
adamw search for other commits by this committer
Add USES=readline to fix build on -current.
2.1
16 Dec 2013 17:26:49
Revision:336648Original commit files touched by this commit
bapt search for other commits by this committer
Drop maintainership
2.1
18 Oct 2013 23:07:03
Revision:330786Original commit files touched by this commit
bapt search for other commits by this committer
Remove useless post-patch in favor of proper usage of gmake
2.1
03 Oct 2013 16:58:37
Revision:329212Original commit files touched by this commit
bapt search for other commits by this committer
Remove the NO_STAGE macro
2.1
23 Sep 2013 06:10:44
Revision:327923Original commit files touched by this commit
bapt search for other commits by this committer
Use stage
2.1
20 Sep 2013 19:53:10
Revision:327741Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang)
2.1
05 Jul 2013 13:44:31
Revision:322325Original commit files touched by this commit
bapt search for other commits by this committer
Convert to USES=gmake
2.1
20 Jun 2011 17:26:54
Original commit files touched by this commit
bapt search for other commits by this committer
Fix build with clang
2.1
11 Mar 2011 07:11:26
Original commit files touched by this commit
bapt search for other commits by this committer
Add forgotten patches

Reported by: (pointyhat) Pav
2.1
09 Mar 2011 16:43:26
Original commit files touched by this commit
bapt search for other commits by this committer
- upgrade to 2.1
1.0_1
05 Sep 2010 08:49:46
Original commit files touched by this commit
bapt search for other commits by this committer
- really install files
- bump port revision

Reported by:    pointyhat, pav
1.0
03 Sep 2010 12:40:47
Original commit files touched by this commit
bapt search for other commits by this committer
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/

Number of commits found: 32