git: 0941b0af8634 - main - [NEW] www/pydio-cells: nextgen file sharing platform
Serhii Kozlov (Sergey)
skozlov at FreeBSD.org
Thu May 13 20:55:17 UTC 2021
The branch main has been updated by skozlov:
URL: https://cgit.FreeBSD.org/ports/commit/?id=0941b0af863454db0396d073a4f59ab2983c6154
commit 0941b0af863454db0396d073a4f59ab2983c6154
Author: Serhii (Sergey) Kozlov <skozlov at FreeBSD.org>
AuthorDate: 2021-05-13 20:54:43 +0000
Commit: Serhii (Sergey) Kozlov <skozlov at FreeBSD.org>
CommitDate: 2021-05-13 20:54:43 +0000
[NEW] www/pydio-cells: nextgen file sharing platform
Installed on your own infrastructure, Pydio Cells provides a central
place for your users to collaborate and share files internally and
externally, while empowering your IT admins to monitor and protect your
company's data.
WWW: https://pydio.com/en/features/pydio-cells-overview
GitHub: https://github.com/pydio/cells
Reviewed by: koobs
Differential Revision: D30199
---
www/Makefile | 1 +
www/pydio-cells/Makefile | 29 ++++++++++++++++++++++
www/pydio-cells/distinfo | 3 +++
...com_jaytaylor_go-hostsfile_hosts__path__unix.go | 8 ++++++
www/pydio-cells/pkg-descr | 5 ++++
5 files changed, 46 insertions(+)
diff --git a/www/Makefile b/www/Makefile
index 68e00a188521..661e68de16bd 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1773,6 +1773,7 @@
SUBDIR += py-wsaccel
SUBDIR += py-wsgidav
SUBDIR += py-yarl
+ SUBDIR += pydio-cells
SUBDIR += qdecoder
SUBDIR += qhttpengine
SUBDIR += qt5-webchannel
diff --git a/www/pydio-cells/Makefile b/www/pydio-cells/Makefile
new file mode 100644
index 000000000000..4c75e55d52b2
--- /dev/null
+++ b/www/pydio-cells/Makefile
@@ -0,0 +1,29 @@
+PORTNAME= cells
+PORTVERSION= 2.2.7
+DISTVERSIONPREFIX= v
+CATEGORIES= www
+PKGNAMEPREFIX= pydio-
+
+MAINTAINER= skozlov at FreeBSD.org
+COMMENT= Nextgen file sharing platform for organizations
+
+LICENSE= AGPLv3
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+USES= go
+
+GO_PKGNAME= github.com/pydio/cells
+USE_GITHUB= yes
+GH_ACCOUNT= pydio
+
+PLIST_FILES= bin/cells
+PORTDOCS= README.md
+
+OPTIONS_DEFINE= DOCS
+DOCS_DESC= Install pydio-cells README file
+
+do-install-DOCS-on:
+ ${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR}
+
+.include <bsd.port.mk>
diff --git a/www/pydio-cells/distinfo b/www/pydio-cells/distinfo
new file mode 100644
index 000000000000..9ff4bb137b6e
--- /dev/null
+++ b/www/pydio-cells/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1620685268
+SHA256 (pydio-cells-v2.2.7_GH0.tar.gz) = a03cb5c58086aa4c5c62bd313ed6c1b7533c14c9d285a546e74dbd74994701e2
+SIZE (pydio-cells-v2.2.7_GH0.tar.gz) = 99130816
diff --git a/www/pydio-cells/files/patch-vendor_github.com_jaytaylor_go-hostsfile_hosts__path__unix.go b/www/pydio-cells/files/patch-vendor_github.com_jaytaylor_go-hostsfile_hosts__path__unix.go
new file mode 100644
index 000000000000..5d76daf6305d
--- /dev/null
+++ b/www/pydio-cells/files/patch-vendor_github.com_jaytaylor_go-hostsfile_hosts__path__unix.go
@@ -0,0 +1,8 @@
+--- vendor/github.com/jaytaylor/go-hostsfile/hosts_path_unix.go.orig 2021-05-10 22:23:40 UTC
++++ vendor/github.com/jaytaylor/go-hostsfile/hosts_path_unix.go
+@@ -1,4 +1,4 @@
+-// +build linux darwin
++// +build !plan9 !windows
+
+ package hostsfile
+
diff --git a/www/pydio-cells/pkg-descr b/www/pydio-cells/pkg-descr
new file mode 100644
index 000000000000..23db3dc4315f
--- /dev/null
+++ b/www/pydio-cells/pkg-descr
@@ -0,0 +1,5 @@
+Installed on your own infrastructure, Pydio Cells provides a central place for
+your users to collaborate and share files internally and externally, while
+empowering your IT admins to monitor and protect your company's data.
+
+WWW: https://github.com/pydio/cells
More information about the dev-commits-ports-all
mailing list