Skip to content

Commit

Permalink
[NEW] www/pydio-cells: nextgen file sharing platform
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Serhii (Sergey) Kozlov authored and Serhii (Sergey) Kozlov committed May 13, 2021
1 parent ba52732 commit 0941b0a
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 0 deletions.
1 change: 1 addition & 0 deletions www/Makefile
Expand Up @@ -1773,6 +1773,7 @@
SUBDIR += py-wsaccel
SUBDIR += py-wsgidav
SUBDIR += py-yarl
SUBDIR += pydio-cells
SUBDIR += qdecoder
SUBDIR += qhttpengine
SUBDIR += qt5-webchannel
Expand Down
29 changes: 29 additions & 0 deletions 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>
3 changes: 3 additions & 0 deletions 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
@@ -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

5 changes: 5 additions & 0 deletions 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

0 comments on commit 0941b0a

Please sign in to comment.