diff --git a/lang/gptscript/Makefile b/lang/gptscript/Makefile index 1531271c0c29..ea913a95d866 100644 --- a/lang/gptscript/Makefile +++ b/lang/gptscript/Makefile @@ -1,29 +1,26 @@ PORTNAME= gptscript DISTVERSIONPREFIX= v -DISTVERSION= 0.9.2 -PORTREVISION= 0 +DISTVERSION= 0.9.3 CATEGORIES= lang MAINTAINER= nivit@FreeBSD.org COMMENT= Natural Programming Language WWW= https://gptscript.ai/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules,1.22 -USE_GITHUB= yes -GH_ACCOUNT= gptscript-ai GO_MODULE= github.com/gptscript-ai/gptscript OPTIONS_DEFINE= EXAMPLES post-patch: ${REINPLACE_CMD} -e 's/0.0.0-dev/${PORTVERSION}/1' \ ${WRKSRC}/pkg/version/version.go post-install-EXAMPLES-on: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} (cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}) .include diff --git a/lang/gptscript/distinfo b/lang/gptscript/distinfo index e5b95ffef517..a12460f5956c 100644 --- a/lang/gptscript/distinfo +++ b/lang/gptscript/distinfo @@ -1,7 +1,5 @@ -TIMESTAMP = 1720023886 -SHA256 (go/lang_gptscript/gptscript-ai-gptscript-v0.9.2_GH0/v0.9.2.mod) = 0dc2bbe1fc104787458ddf0c1c4fea0c0712730aa705d50fd0572dac1483b379 -SIZE (go/lang_gptscript/gptscript-ai-gptscript-v0.9.2_GH0/v0.9.2.mod) = 5082 -SHA256 (go/lang_gptscript/gptscript-ai-gptscript-v0.9.2_GH0/v0.9.2.zip) = 43ddb2319bb239a4c59beb96cae637ebb8e63852ac77a52253e1d710be48469a -SIZE (go/lang_gptscript/gptscript-ai-gptscript-v0.9.2_GH0/v0.9.2.zip) = 3053630 -SHA256 (go/lang_gptscript/gptscript-ai-gptscript-v0.9.2_GH0/gptscript-ai-gptscript-v0.9.2_GH0.tar.gz) = d0eafd87b503a193e47fc0b2fbe926b27fbaa871455ac318da67079f28ffc852 -SIZE (go/lang_gptscript/gptscript-ai-gptscript-v0.9.2_GH0/gptscript-ai-gptscript-v0.9.2_GH0.tar.gz) = 2885162 +TIMESTAMP = 1722613245 +SHA256 (go/lang_gptscript/gptscript-v0.9.3/v0.9.3.mod) = 757d703c9f73175299bcc33b76d1cc9deec389cfd44eebb2599a46ecc7fb86dc +SIZE (go/lang_gptscript/gptscript-v0.9.3/v0.9.3.mod) = 5181 +SHA256 (go/lang_gptscript/gptscript-v0.9.3/v0.9.3.zip) = 76f42318b6892befd3d287b911e287bb65c7e0af6f6a85b9c1cf1aa5192d5ff6 +SIZE (go/lang_gptscript/gptscript-v0.9.3/v0.9.3.zip) = 3069019 diff --git a/lang/gptscript/pkg-plist b/lang/gptscript/pkg-plist index e97043d1024c..646524efe02d 100644 --- a/lang/gptscript/pkg-plist +++ b/lang/gptscript/pkg-plist @@ -1,51 +1,55 @@ bin/gptscript %%PORTEXAMPLES%%%%EXAMPLESDIR%%/add-go-mod-dep.gpt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/bob-as-shell.gpt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/bob.gpt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/car-notifier/Dockerfile %%PORTEXAMPLES%%%%EXAMPLESDIR%%/car-notifier/README.md %%PORTEXAMPLES%%%%EXAMPLESDIR%%/car-notifier/car-notifier.gpt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/count-lines-of-code.gpt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/describe-code.gpt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/echo.gpt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/fac.gpt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/git-commit.gpt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gptreview-ghaction/README.md +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gptreview-ghaction/codereview.gpt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gptreview-ghaction/workflow.yaml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gptreview.gpt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hacker-news-headlines.gpt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hamlet-summarizer/.gitignore %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hamlet-summarizer/Hamlet.pdf %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hamlet-summarizer/README.md %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hamlet-summarizer/hamlet-summarizer.gpt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hamlet-summarizer/main.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/hamlet-summarizer/requirements.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/helloworld.gpt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/json-notebook/README.md %%PORTEXAMPLES%%%%EXAMPLESDIR%%/json-notebook/json-query.ipynb %%PORTEXAMPLES%%%%EXAMPLESDIR%%/nodejs-imagegen/README.md %%PORTEXAMPLES%%%%EXAMPLESDIR%%/nodejs-imagegen/artists.json %%PORTEXAMPLES%%%%EXAMPLESDIR%%/nodejs-imagegen/package-lock.json %%PORTEXAMPLES%%%%EXAMPLESDIR%%/nodejs-imagegen/package.json %%PORTEXAMPLES%%%%EXAMPLESDIR%%/nodejs-imagegen/public/index.html %%PORTEXAMPLES%%%%EXAMPLESDIR%%/nodejs-imagegen/public/script.js %%PORTEXAMPLES%%%%EXAMPLESDIR%%/nodejs-imagegen/server.js %%PORTEXAMPLES%%%%EXAMPLESDIR%%/recipegenerator/README.md %%PORTEXAMPLES%%%%EXAMPLESDIR%%/recipegenerator/app.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/recipegenerator/recipegenerator.gpt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/recipegenerator/requirements.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/recipegenerator/templates/index.html %%PORTEXAMPLES%%%%EXAMPLESDIR%%/samples-readme.gpt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/search.gpt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sentiments.gpt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sqlite-download.gpt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/syntax-from-code.gpt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/time.gpt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/travel-agent.gpt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/treasure-hunt/Dockerfile %%PORTEXAMPLES%%%%EXAMPLESDIR%%/treasure-hunt/README.md %%PORTEXAMPLES%%%%EXAMPLESDIR%%/treasure-hunt/app.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/treasure-hunt/package.json %%PORTEXAMPLES%%%%EXAMPLESDIR%%/treasure-hunt/requirements.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/treasure-hunt/static/css/style.css %%PORTEXAMPLES%%%%EXAMPLESDIR%%/treasure-hunt/static/js/app.js %%PORTEXAMPLES%%%%EXAMPLESDIR%%/treasure-hunt/static/made-with-gptscript.png %%PORTEXAMPLES%%%%EXAMPLESDIR%%/treasure-hunt/templates/index.html %%PORTEXAMPLES%%%%EXAMPLESDIR%%/treasure-hunt/treasure-hunt.gpt