1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Add new port: www/mattermost-webapp

Webapp of Mattermost server

PR:		225413
Submitted by:	loic.blot@unix-experience.fr
This commit is contained in:
Olivier Cochard 2018-02-02 08:39:46 +00:00
parent 004864e4cf
commit 70b904a53c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=460677
7 changed files with 2283 additions and 2 deletions

2
GIDs
View File

@ -829,7 +829,7 @@ chronyd:*:849:
# free: 886
# free: 887
vuls:*:888:
# free: 889
mattermost:*:889:
# free: 890
# free: 891
# free: 892

2
UIDs
View File

@ -835,7 +835,7 @@ archiva:*:871:871::0:0:Apache Archiva Daemon:/nonexistent:/usr/sbin/nologin
# free: 886
# free: 887
vuls:*:888:888::0:0:VULnerability Scanner:/var/db/vuls:/usr/sbin/nologin
# free: 889
mattermost:*:889:889::0:0:Mattermost:/usr/local/www/mattermost:/usr/sbin/nologin
# free: 890
# free: 891
# free: 892

View File

@ -395,6 +395,7 @@
SUBDIR += man2web
SUBDIR += mathjax
SUBDIR += mathopd
SUBDIR += mattermost-webapp
SUBDIR += mediawiki123
SUBDIR += mediawiki127
SUBDIR += mediawiki128

View File

@ -0,0 +1,35 @@
# $FreeBSD$
PORTNAME= mattermost-webapp
PORTVERSION= 4.6.0
DISTVERSIONPREFIX= v
CATEGORIES= www
MASTER_SITES= https://releases.mattermost.com/${PORTVERSION}/
DISTNAME= mattermost-${PORTVERSION}-linux-amd64
MAINTAINER= loic.blot@unix-experience.fr
COMMENT= Webapp of Mattermost server
LICENSE= APACHE20
NO_BUILD= yes
WWWDIR= ${PREFIX}/www/mattermost
MATTERMOSTD_USER= mattermost
MATTERMOSTD_GROUP= mattermost
USERS= ${MATTERMOSTD_USER}
GROUPS= ${MATTERMOSTD_GROUP}
PLIST_SUB= MATTERMOSTD_USER=${MATTERMOSTD_USER} \
MATTERMOSTD_GROUP=${MATTERMOSTD_GROUP}
.include <bsd.port.pre.mk>
do-install:
${MKDIR} ${STAGEDIR}${WWWDIR}
${CP} -R ${WRKDIR}/mattermost/client ${STAGEDIR}${WWWDIR}
${MKDIR} ${STAGEDIR}${WWWDIR}/client/plugins
.include <bsd.port.post.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1516745029
SHA256 (mattermost-4.6.0-linux-amd64.tar.gz) = 1865fbee3cd00659e56b178f766aff6eac6be2f4062b08a09fd66e801e687be1
SIZE (mattermost-4.6.0-linux-amd64.tar.gz) = 45820868

View File

@ -0,0 +1,5 @@
Mattermost is an open source, private cloud, Slack-alternative.
It's written in Golang and React and runs as a single Linux binary with MySQL
or PostgreSQL.
WWW: https://mattermost.org/

File diff suppressed because it is too large Load Diff