Index: www/Makefile =================================================================== --- www/Makefile +++ 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 Index: www/pydio-cells/Makefile =================================================================== --- /dev/null +++ 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 Index: www/pydio-cells/distinfo =================================================================== --- /dev/null +++ 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 Index: www/pydio-cells/files/patch-vendor_github.com_jaytaylor_go-hostsfile_hosts__path__unix.go =================================================================== --- /dev/null +++ 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 + Index: www/pydio-cells/pkg-descr =================================================================== --- /dev/null +++ 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