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 photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
After the ports freeze to fix some stuff, the freeze is over. I have some work to do before FreshPorts can start processing commits again before it can start processing again. I've created an issue for that.
Port details
picolisp Minimal Lisp interpreter with a focus on simplicity
26.3 lang on this many watch lists=0 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 25.12Version of this port present on the latest quarterly branch.
Maintainer: gahr@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2024-03-06 10:57:04
Last Update: 2026-04-14 06:52:11
Commit Hash: 8b43683
License: MIT
WWW:
https://picolisp.com
Description:
PicoLisp is quite different from other Lisps. The main reason is its focus on data. PicoLisp has one single internal data type: The "cell". On the language level it has only three data types: Numbers, symbols and cons pairs. They are all built from cells. What may sound like a restriction is actually a big advantage. The simple internal structure results in high start-up and execution speeds. Cells can be manipulated freely in any conceivable way, giving full control to the programmer.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
pkg-plist: as obtained via: make generate-plist
Expand this list (192 items)
Collapse this list.
  1. /usr/local/share/licenses/picolisp-26.3/catalog.mk
  2. /usr/local/share/licenses/picolisp-26.3/LICENSE
  3. /usr/local/share/licenses/picolisp-26.3/MIT
  4. bin/picolisp
  5. bin/pil
  6. lib/picolisp/COPYING
  7. lib/picolisp/INSTALL
  8. lib/picolisp/README
  9. lib/picolisp/bin/balance
  10. lib/picolisp/bin/httpGate
  11. lib/picolisp/bin/picolisp
  12. lib/picolisp/bin/pil
  13. lib/picolisp/bin/psh
  14. lib/picolisp/bin/pty
  15. lib/picolisp/bin/ssl
  16. lib/picolisp/bin/vip
  17. lib/picolisp/bin/watchdog
  18. lib/picolisp/doc/ChangeLog
  19. lib/picolisp/doc/Tracks
  20. lib/picolisp/doc/des.html
  21. lib/picolisp/doc/doc.css
  22. lib/picolisp/doc/faq.html
  23. lib/picolisp/doc/httpGate.html
  24. lib/picolisp/doc/man.html
  25. lib/picolisp/doc/microTemplates
  26. lib/picolisp/doc/native.html
  27. lib/picolisp/doc/rc.sample
  28. lib/picolisp/doc/ref.html
  29. lib/picolisp/doc/refA.html
  30. lib/picolisp/doc/refB.html
  31. lib/picolisp/doc/refC.html
  32. lib/picolisp/doc/refD.html
  33. lib/picolisp/doc/refE.html
  34. lib/picolisp/doc/refF.html
  35. lib/picolisp/doc/refG.html
  36. lib/picolisp/doc/refH.html
  37. lib/picolisp/doc/refI.html
  38. lib/picolisp/doc/refJ.html
  39. lib/picolisp/doc/refK.html
  40. lib/picolisp/doc/refL.html
  41. lib/picolisp/doc/refM.html
  42. lib/picolisp/doc/refN.html
  43. lib/picolisp/doc/refO.html
  44. lib/picolisp/doc/refP.html
  45. lib/picolisp/doc/refQ.html
  46. lib/picolisp/doc/refR.html
  47. lib/picolisp/doc/refS.html
  48. lib/picolisp/doc/refT.html
  49. lib/picolisp/doc/refU.html
  50. lib/picolisp/doc/refV.html
  51. lib/picolisp/doc/refW.html
  52. lib/picolisp/doc/refX.html
  53. lib/picolisp/doc/refY.html
  54. lib/picolisp/doc/refZ.html
  55. lib/picolisp/doc/ref_.html
  56. lib/picolisp/doc/search
  57. lib/picolisp/doc/search.html
  58. lib/picolisp/doc/select.html
  59. lib/picolisp/doc/structures
  60. lib/picolisp/doc/tut.html
  61. lib/picolisp/doc/viprc.sample
  62. lib/picolisp/ext.l
  63. lib/picolisp/img/go.png
  64. lib/picolisp/img/no.png
  65. lib/picolisp/lib.css
  66. lib/picolisp/lib.l
  67. lib/picolisp/lib/adm.l
  68. lib/picolisp/lib/app.l
  69. lib/picolisp/lib/bash_completion
  70. lib/picolisp/lib/btree.l
  71. lib/picolisp/lib/canvas.js
  72. lib/picolisp/lib/canvas.l
  73. lib/picolisp/lib/clang.l
  74. lib/picolisp/lib/complete.l
  75. lib/picolisp/lib/db.l
  76. lib/picolisp/lib/dbgc.l
  77. lib/picolisp/lib/debug.l
  78. lib/picolisp/lib/ext.so
  79. lib/picolisp/lib/form.js
  80. lib/picolisp/lib/form.l
  81. lib/picolisp/lib/frac.l
  82. lib/picolisp/lib/gis.js
  83. lib/picolisp/lib/gis.l
  84. lib/picolisp/lib/heartbeat.l
  85. lib/picolisp/lib/ht.so
  86. lib/picolisp/lib/http.l
  87. lib/picolisp/lib/json.l
  88. lib/picolisp/lib/lint.l
  89. lib/picolisp/lib/map
  90. lib/picolisp/lib/math.l
  91. lib/picolisp/lib/misc.l
  92. lib/picolisp/lib/net.l
  93. lib/picolisp/lib/pilog.l
  94. lib/picolisp/lib/plio.js
  95. lib/picolisp/lib/replica.l
  96. lib/picolisp/lib/role.l
  97. lib/picolisp/lib/select.l
  98. lib/picolisp/lib/simul.l
  99. lib/picolisp/lib/sq.l
  100. lib/picolisp/lib/svg.l
  101. lib/picolisp/lib/sysdefs
  102. lib/picolisp/lib/term.l
  103. lib/picolisp/lib/test.l
  104. lib/picolisp/lib/too.l
  105. lib/picolisp/lib/ulimit.l
  106. lib/picolisp/lib/user.l
  107. lib/picolisp/lib/vip.l
  108. lib/picolisp/lib/vip/cal.rc.l
  109. lib/picolisp/lib/vip/draw.l
  110. lib/picolisp/lib/vip/html.l
  111. lib/picolisp/lib/vip/load.l
  112. lib/picolisp/lib/xhtml.l
  113. lib/picolisp/lib/xhtml/area
  114. lib/picolisp/lib/xhtml/field
  115. lib/picolisp/lib/xhtml/grid
  116. lib/picolisp/lib/xhtml/html
  117. lib/picolisp/lib/xhtml/input
  118. lib/picolisp/lib/xhtml/layout
  119. lib/picolisp/lib/xhtml/menu
  120. lib/picolisp/lib/xhtml/select
  121. lib/picolisp/lib/xhtml/submit
  122. lib/picolisp/lib/xhtml/tab
  123. lib/picolisp/lib/xhtml/table
  124. lib/picolisp/lib/xm.l
  125. lib/picolisp/lib/xxhash.l
  126. lib/picolisp/loc/AE.l
  127. lib/picolisp/loc/AR.l
  128. lib/picolisp/loc/CH.l
  129. lib/picolisp/loc/CKB.l
  130. lib/picolisp/loc/CN.l
  131. lib/picolisp/loc/DE.l
  132. lib/picolisp/loc/ES.l
  133. lib/picolisp/loc/FR.l
  134. lib/picolisp/loc/GB.l
  135. lib/picolisp/loc/GR.l
  136. lib/picolisp/loc/HR.l
  137. lib/picolisp/loc/IT.l
  138. lib/picolisp/loc/JP.l
  139. lib/picolisp/loc/NIL.l
  140. lib/picolisp/loc/NO.l
  141. lib/picolisp/loc/RU.l
  142. lib/picolisp/loc/SE.l
  143. lib/picolisp/loc/TR.l
  144. lib/picolisp/loc/UA.l
  145. lib/picolisp/loc/UK.l
  146. lib/picolisp/loc/US.l
  147. lib/picolisp/loc/ar
  148. lib/picolisp/loc/ca
  149. lib/picolisp/loc/ch
  150. lib/picolisp/loc/ckb
  151. lib/picolisp/loc/cn
  152. lib/picolisp/loc/de
  153. lib/picolisp/loc/el
  154. lib/picolisp/loc/es
  155. lib/picolisp/loc/fr
  156. lib/picolisp/loc/gr
  157. lib/picolisp/loc/hr
  158. lib/picolisp/loc/it
  159. lib/picolisp/loc/ja
  160. lib/picolisp/loc/jp
  161. lib/picolisp/loc/no
  162. lib/picolisp/loc/ru
  163. lib/picolisp/loc/sv
  164. lib/picolisp/loc/tr
  165. lib/picolisp/loc/uk
  166. lib/picolisp/man/man1/picolisp.1.gz
  167. lib/picolisp/man/man1/pil.1.gz
  168. lib/picolisp/misc/bigtest
  169. lib/picolisp/misc/stress.l
  170. lib/picolisp/pil
  171. lib/picolisp/test/lib.l
  172. lib/picolisp/test/lib/db.l
  173. lib/picolisp/test/lib/lint.l
  174. lib/picolisp/test/lib/math.l
  175. lib/picolisp/test/lib/misc.l
  176. lib/picolisp/test/src/apply.l
  177. lib/picolisp/test/src/big.l
  178. lib/picolisp/test/src/db.l
  179. lib/picolisp/test/src/ext.l
  180. lib/picolisp/test/src/flow.l
  181. lib/picolisp/test/src/ht.l
  182. lib/picolisp/test/src/io.l
  183. lib/picolisp/test/src/main.l
  184. lib/picolisp/test/src/net.l
  185. lib/picolisp/test/src/subr.l
  186. lib/picolisp/test/src/sym.l
  187. lib/picolisp/vip
  188. share/man/man1/picolisp.1.gz
  189. share/man/man1/pil.1.gz
  190. @owner
  191. @group
  192. @mode
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • picolisp>0:lang/picolisp
To install the port:
cd /usr/ports/lang/picolisp/ && make install clean
To add the package, run one of these commands:
  • pkg install lang/picolisp
  • pkg install picolisp
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: picolisp
Flavors: there is no flavor information for this port.
ONLY_FOR_ARCHS: amd64
distinfo:
TIMESTAMP = 1776077178 SHA256 (picoLisp-26.3.tgz) = 5e8e1d8ff08221c5229fdabe031a4fec161608521bcb377bb493e3fd8e073bca SIZE (picoLisp-26.3.tgz) = 1338572

Packages (timestamps in pop-ups are UTC):
picolisp
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest-26.3---n/an/an/a
FreeBSD:13:quarterly-25.12---n/an/an/a
FreeBSD:14:latest-26.3------
FreeBSD:14:quarterly-26.3------
FreeBSD:15:latest-26.3n/a-n/an/a--
FreeBSD:15:quarterly-26.3n/a-n/an/a--
FreeBSD:16:latest-26.3n/a-n/an/a--
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gmake>=4.4.1 : devel/gmake
  2. pkgconf>=1.3.0_1 : devel/pkgconf
Library dependencies:
  1. libffi.so : devel/libffi
  2. libLLVM-19.so : devel/llvm19
  3. libreadline.so.8 : devel/readline
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
lang_picolisp
USES:
gmake llvm:lib pkgconfig readline ssl tar:tgz
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://software-lab.de/
Collapse this list.

Number of commits found: 12

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
26.3
14 Apr 2026 06:52:11
commit hash: 8b4368349944a89f669cdf68d5dca21838f9fb3ccommit hash: 8b4368349944a89f669cdf68d5dca21838f9fb3ccommit hash: 8b4368349944a89f669cdf68d5dca21838f9fb3ccommit hash: 8b4368349944a89f669cdf68d5dca21838f9fb3c files touched by this commit
Pietro Cerutti (gahr) search for other commits by this committer
lang/picolisp: update to 26.3

See https://software-lab.de/doc/ChangeLog
25.12
25 Feb 2026 07:33:43
commit hash: def0863c2b7f254ceaf8fbe7fd32167d569db0e3commit hash: def0863c2b7f254ceaf8fbe7fd32167d569db0e3commit hash: def0863c2b7f254ceaf8fbe7fd32167d569db0e3commit hash: def0863c2b7f254ceaf8fbe7fd32167d569db0e3 files touched by this commit
Pietro Cerutti (gahr) search for other commits by this committer
lang/picolisp: update to 25.12

See https://software-lab.de/doc/ChangeLog
25.9
13 Nov 2025 13:36:37
commit hash: 1f7808fc3b5195166fe984baa76b785d981f4bc0commit hash: 1f7808fc3b5195166fe984baa76b785d981f4bc0commit hash: 1f7808fc3b5195166fe984baa76b785d981f4bc0commit hash: 1f7808fc3b5195166fe984baa76b785d981f4bc0 files touched by this commit
Pietro Cerutti (gahr) search for other commits by this committer
lang/picolisp: update to 25.9

See https://software-lab.de/doc/ChangeLog
25.6
05 Jul 2025 21:18:04
commit hash: 6aa0c25e6c0c19b52464a3668d76031759be41e9commit hash: 6aa0c25e6c0c19b52464a3668d76031759be41e9commit hash: 6aa0c25e6c0c19b52464a3668d76031759be41e9commit hash: 6aa0c25e6c0c19b52464a3668d76031759be41e9 files touched by this commit
Pietro Cerutti (gahr) search for other commits by this committer
lang/picolisp: update to 25.6

See https://software-lab.de/doc/ChangeLog
25.3
24 Apr 2025 07:22:11
commit hash: dc1d367f2961ba82b20fb1b3cdc19832155bc7a9commit hash: dc1d367f2961ba82b20fb1b3cdc19832155bc7a9commit hash: dc1d367f2961ba82b20fb1b3cdc19832155bc7a9commit hash: dc1d367f2961ba82b20fb1b3cdc19832155bc7a9 files touched by this commit
Pietro Cerutti (gahr) search for other commits by this committer
lang/picolisp: update to 25.3

See https://software-lab.de/doc/ChangeLog
24.12
30 Dec 2024 15:33:40
commit hash: 490b22a90a9fc968f17919ee228d7bc9f76dce76commit hash: 490b22a90a9fc968f17919ee228d7bc9f76dce76commit hash: 490b22a90a9fc968f17919ee228d7bc9f76dce76commit hash: 490b22a90a9fc968f17919ee228d7bc9f76dce76 files touched by this commit
Pietro Cerutti (gahr) search for other commits by this committer
lang/picolisp: update to 24.12

See https://software-lab.de/doc/ChangeLog
24.9
02 Dec 2024 08:49:50
commit hash: 744a8b0a61373699f695deec32e194be301afd68commit hash: 744a8b0a61373699f695deec32e194be301afd68commit hash: 744a8b0a61373699f695deec32e194be301afd68commit hash: 744a8b0a61373699f695deec32e194be301afd68 files touched by this commit
Pietro Cerutti (gahr) search for other commits by this committer
lang/picolisp: update to 24.9

See https://software-lab.de/doc/ChangeLog
24.6
17 Sep 2024 06:57:07
commit hash: 08d62f2f0542d157e7493fadd95796254819410ecommit hash: 08d62f2f0542d157e7493fadd95796254819410ecommit hash: 08d62f2f0542d157e7493fadd95796254819410ecommit hash: 08d62f2f0542d157e7493fadd95796254819410e files touched by this commit
Pietro Cerutti (gahr) search for other commits by this committer
lang/picolisp: update to 24.6

See https://software-lab.de/doc/ChangeLog
24.3
22 May 2024 07:55:45
commit hash: 9ad9dff6466e829936109690f101e82b131247a0commit hash: 9ad9dff6466e829936109690f101e82b131247a0commit hash: 9ad9dff6466e829936109690f101e82b131247a0commit hash: 9ad9dff6466e829936109690f101e82b131247a0 files touched by this commit
Pietro Cerutti (gahr) search for other commits by this committer
lang/picolisp: update to 24.3

See https://software-lab.de/doc/ChangeLog
23.12_1
11 Mar 2024 08:41:28
commit hash: 7ebbf965dee41a0a629afb6e9e28e99d795cc69ccommit hash: 7ebbf965dee41a0a629afb6e9e28e99d795cc69ccommit hash: 7ebbf965dee41a0a629afb6e9e28e99d795cc69ccommit hash: 7ebbf965dee41a0a629afb6e9e28e99d795cc69c files touched by this commit
Pietro Cerutti (gahr) search for other commits by this committer
lang/picolisp: limit to amd64
23.12_1
06 Mar 2024 13:45:56
commit hash: 1b49999b096c089e5fd87a7b3e061083684b36f7commit hash: 1b49999b096c089e5fd87a7b3e061083684b36f7commit hash: 1b49999b096c089e5fd87a7b3e061083684b36f7commit hash: 1b49999b096c089e5fd87a7b3e061083684b36f7 files touched by this commit
Pietro Cerutti (gahr) search for other commits by this committer
lang/picolisp: adjust man pages install location

Reported by:    arrowd
23.12
06 Mar 2024 10:54:29
commit hash: 7c937353d3f2a95ada271bee5049ac74dc30eeb4commit hash: 7c937353d3f2a95ada271bee5049ac74dc30eeb4commit hash: 7c937353d3f2a95ada271bee5049ac74dc30eeb4commit hash: 7c937353d3f2a95ada271bee5049ac74dc30eeb4 files touched by this commit
Pietro Cerutti (gahr) search for other commits by this committer
lang/picolisp: new port

PicoLisp is a minimal Lisp interpreter with a focus on simplicity.

https://picolisp.com

Number of commits found: 12