Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F167140867
D56439.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D56439.diff
View Options
diff --git a/www/pocketbase/Makefile b/www/pocketbase/Makefile
new file mode 100644
--- /dev/null
+++ b/www/pocketbase/Makefile
@@ -0,0 +1,24 @@
+PORTNAME= pocketbase
+DISTVERSIONPREFIX= v
+DISTVERSION= 0.36.9
+CATEGORIES= www
+
+MAINTAINER= chris.longros@gmail.com
+COMMENT= Open source realtime backend in a single binary
+WWW= https://pocketbase.io/
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE.md
+
+USES= go:modules
+
+GO_MODULE= github.com/pocketbase/pocketbase
+GO_TARGET= ./examples/base
+GO_BUILDFLAGS= -ldflags="-s -w -X github.com/pocketbase/pocketbase.Version=${DISTVERSION}"
+
+PLIST_FILES= bin/${PORTNAME}
+
+post-install:
+ ${MV} ${STAGEDIR}${PREFIX}/bin/base ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
+
+.include <bsd.port.mk>
diff --git a/www/pocketbase/distinfo b/www/pocketbase/distinfo
new file mode 100644
--- /dev/null
+++ b/www/pocketbase/distinfo
@@ -0,0 +1,5 @@
+TIMESTAMP = 1776216705
+SHA256 (go/www_pocketbase/pocketbase-v0.36.9/v0.36.9.mod) = e66c532b68c960cb9a347d6fb380d3c02ffeb1f26bfefd3b8ee4fdae3103776e
+SIZE (go/www_pocketbase/pocketbase-v0.36.9/v0.36.9.mod) = 1892
+SHA256 (go/www_pocketbase/pocketbase-v0.36.9/v0.36.9.zip) = 9a3ae6fa83df4f5918d4cdf1335602d73532f4b7c79b016112b98ac0cae3c9fd
+SIZE (go/www_pocketbase/pocketbase-v0.36.9/v0.36.9.zip) = 5052001
diff --git a/www/pocketbase/pkg-descr b/www/pocketbase/pkg-descr
new file mode 100644
--- /dev/null
+++ b/www/pocketbase/pkg-descr
@@ -0,0 +1,7 @@
+PocketBase is an open source backend consisting of embedded database (SQLite)
+with realtime subscriptions, built-in files and users management, convenient
+Admin dashboard UI, and simple REST-ish API.
+
+It runs as a single portable binary with no external dependencies, making it
+suitable for small to medium-scale applications, prototyping, and self-hosted
+deployments.
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Aug 20, 10:40 AM (8 h, 56 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
36989697
Default Alt Text
D56439.diff (1 KB)
Attached To
Mode
D56439: www/pocketbase: add PocketBase realtime backend server
Attached
Detach File
Event Timeline
Log In to Comment