diff options
| author | Serhii (Sergey) Kozlov <skozlov@FreeBSD.org> | 2021-05-13 20:54:43 +0000 |
|---|---|---|
| committer | Serhii (Sergey) Kozlov <skozlov@FreeBSD.org> | 2021-05-13 20:54:43 +0000 |
| commit | 0941b0af863454db0396d073a4f59ab2983c6154 (patch) | |
| tree | 65b626be1563eec3dddcbea3a1ac163e45e1e8a6 | |
| parent | ba5273257f5391cd9cf2bdb20e7617ff02930e8f (diff) | |
[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
| -rw-r--r-- | www/Makefile | 1 | ||||
| -rw-r--r-- | www/pydio-cells/Makefile | 29 | ||||
| -rw-r--r-- | www/pydio-cells/distinfo | 3 | ||||
| -rw-r--r-- | www/pydio-cells/files/patch-vendor_github.com_jaytaylor_go-hostsfile_hosts__path__unix.go | 8 | ||||
| -rw-r--r-- | www/pydio-cells/pkg-descr | 5 |
5 files changed, 46 insertions, 0 deletions
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@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 |
