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

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it is already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

Port details on branch 2025Q1
gptscript Natural Programming Language
0.9.5_2 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 0.9.5_2Version of this port present on the latest quarterly branch.
Maintainer: nivit@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2025-01-21 23:30:14
Last Update: 2025-01-21 22:52:53
Commit Hash: 3a5f172
License: APACHE20
WWW:
https://gptscript.ai/
Description:
GPTScript is a new scripting language to automate your interaction with a Large Language Model (LLM), namely OpenAI. The ultimate goal is to create a natural language programming experience. The syntax of GPTScript is largely natural language, making it very easy to learn and use. Natural language prompts can be mixed with traditional scripts such as bash and python or even external HTTP service calls. With GPTScript you can do just about anything, like plan a vacation, edit a file, run some SQL, or build a mongodb/flask app. Here are some common use cases for GPTScript: - Retrieval-Augmented Generation (RAG) - Task Automation - Agents and Assistants - Data Analysis - Vision, Image, and Audio - Memory Management - Chatbots
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (66 items)
Collapse this list.
  1. /usr/local/share/licenses/gptscript-0.9.5_2/catalog.mk
  2. /usr/local/share/licenses/gptscript-0.9.5_2/LICENSE
  3. /usr/local/share/licenses/gptscript-0.9.5_2/APACHE20
  4. bin/gptscript
  5. share/examples/gptscript/add-go-mod-dep.gpt
  6. share/examples/gptscript/bob-as-shell.gpt
  7. share/examples/gptscript/bob.gpt
  8. share/examples/gptscript/car-notifier/Dockerfile
  9. share/examples/gptscript/car-notifier/README.md
  10. share/examples/gptscript/car-notifier/car-notifier.gpt
  11. share/examples/gptscript/count-lines-of-code.gpt
  12. share/examples/gptscript/describe-code.gpt
  13. share/examples/gptscript/echo.gpt
  14. share/examples/gptscript/fac.gpt
  15. share/examples/gptscript/gcp-assistant.gpt
  16. share/examples/gptscript/git-commit.gpt
  17. share/examples/gptscript/gptreview-ghaction/README.md
  18. share/examples/gptscript/gptreview-ghaction/codereview.gpt
  19. share/examples/gptscript/gptreview-ghaction/workflow.yaml
  20. share/examples/gptscript/gptreview-jenkins/Jenkinsfile
  21. share/examples/gptscript/gptreview-jenkins/README.md
  22. share/examples/gptscript/gptreview-jenkins/codereview.gpt
  23. share/examples/gptscript/gptreview.gpt
  24. share/examples/gptscript/hacker-news-headlines.gpt
  25. share/examples/gptscript/hamlet-summarizer/.gitignore
  26. share/examples/gptscript/hamlet-summarizer/Hamlet.pdf
  27. share/examples/gptscript/hamlet-summarizer/README.md
  28. share/examples/gptscript/hamlet-summarizer/hamlet-summarizer.gpt
  29. share/examples/gptscript/hamlet-summarizer/main.py
  30. share/examples/gptscript/hamlet-summarizer/requirements.txt
  31. share/examples/gptscript/helloworld.gpt
  32. share/examples/gptscript/json-notebook/README.md
  33. share/examples/gptscript/json-notebook/json-query.ipynb
  34. share/examples/gptscript/nodejs-imagegen/README.md
  35. share/examples/gptscript/nodejs-imagegen/artists.json
  36. share/examples/gptscript/nodejs-imagegen/package-lock.json
  37. share/examples/gptscript/nodejs-imagegen/package.json
  38. share/examples/gptscript/nodejs-imagegen/public/index.html
  39. share/examples/gptscript/nodejs-imagegen/public/script.js
  40. share/examples/gptscript/nodejs-imagegen/server.js
  41. share/examples/gptscript/recipegenerator/README.md
  42. share/examples/gptscript/recipegenerator/app.py
  43. share/examples/gptscript/recipegenerator/recipegenerator.gpt
  44. share/examples/gptscript/recipegenerator/requirements.txt
  45. share/examples/gptscript/recipegenerator/templates/index.html
  46. share/examples/gptscript/samples-readme.gpt
  47. share/examples/gptscript/search.gpt
  48. share/examples/gptscript/sentiments.gpt
  49. share/examples/gptscript/sqlite-download.gpt
  50. share/examples/gptscript/syntax-from-code.gpt
  51. share/examples/gptscript/testkube.gpt
  52. share/examples/gptscript/time.gpt
  53. share/examples/gptscript/travel-agent.gpt
  54. share/examples/gptscript/treasure-hunt/Dockerfile
  55. share/examples/gptscript/treasure-hunt/README.md
  56. share/examples/gptscript/treasure-hunt/app.py
  57. share/examples/gptscript/treasure-hunt/package.json
  58. share/examples/gptscript/treasure-hunt/requirements.txt
  59. share/examples/gptscript/treasure-hunt/static/css/style.css
  60. share/examples/gptscript/treasure-hunt/static/js/app.js
  61. share/examples/gptscript/treasure-hunt/static/made-with-gptscript.png
  62. share/examples/gptscript/treasure-hunt/templates/index.html
  63. share/examples/gptscript/treasure-hunt/treasure-hunt.gpt
  64. @owner
  65. @group
  66. @mode
Collapse this list.
Dependency lines:
  • gptscript>0:lang/gptscript
To install the port:
cd /usr/ports/lang/gptscript/ && make install clean
To add the package, run one of these commands:
  • pkg install lang/gptscript
  • pkg install gptscript
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: gptscript
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1727967021 SHA256 (go/lang_gptscript/gptscript-v0.9.5/v0.9.5.mod) = a982b21f55c713f4cd55d88ce6b3f2abeb88aef0074b30aadc97b4789cdf6dd3 SIZE (go/lang_gptscript/gptscript-v0.9.5/v0.9.5.mod) = 6221

Expand this list (2 items)

Collapse this list.

SHA256 (go/lang_gptscript/gptscript-v0.9.5/v0.9.5.zip) = 8c96d0fe0e4b544b87efb9d93e9e6e3b542740eb77fd8bb448fa86641a7ada11 SIZE (go/lang_gptscript/gptscript-v0.9.5/v0.9.5.zip) = 3122179

Collapse this list.


No package information for this port in our database
Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link: pkg-fallout
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. go122 : lang/go122
Fetch dependencies:
  1. go122 : lang/go122
  2. ca_root_nss>0 : security/ca_root_nss
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for gptscript-0.9.5_2: EXAMPLES=on: Build and/or install examples ===> Use 'make config' to modify these settings
Options name:
lang_gptscript
USES:
go:modules,1.22 zip
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://proxy.golang.org/github.com/gptscript-ai/gptscript/@v/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.9.5_2
21 Jan 2025 22:52:53
commit hash: 3a5f172d6756b805c68894d3da4c10a12a595449commit hash: 3a5f172d6756b805c68894d3da4c10a12a595449commit hash: 3a5f172d6756b805c68894d3da4c10a12a595449commit hash: 3a5f172d6756b805c68894d3da4c10a12a595449 files touched by this commit
Ashish SHUKLA (ashish) search for other commits by this committer
all: Bump after lang/go122 update

PR:		284181
MFH:		2025Q1
(cherry picked from commit 39522060fe30d16b47ca1671b543507a15d0817b)

Number of commits found: 1