New port: www/kanboard, a simple visual task board software
PR: 196810 Submitted by: bsd@if0.eu (maintainer)
This commit is contained in:
parent
ceeead8ab5
commit
ab370049ed
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=391828
5 changed files with 1553 additions and 0 deletions
|
@ -360,6 +360,7 @@
|
|||
SUBDIR += jspwiki
|
||||
SUBDIR += jtoolkit
|
||||
SUBDIR += junkbuster
|
||||
SUBDIR += kanboard
|
||||
SUBDIR += kannel
|
||||
SUBDIR += kannel-sqlbox
|
||||
SUBDIR += kcgi
|
||||
|
|
42
www/kanboard/Makefile
Normal file
42
www/kanboard/Makefile
Normal file
|
@ -0,0 +1,42 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= kanboard
|
||||
PORTVERSION= 1.0.16
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://kanboard.net/ \
|
||||
https://bitbucket.org/if0/kanboard-archives/downloads/ \
|
||||
https://github.com/freebsd-kanboard/archives/blob/master/
|
||||
|
||||
MAINTAINER= bsd@if0.eu
|
||||
COMMENT= Kanboard is a simple visual task board software
|
||||
|
||||
LICENSE= AGPLv3
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
NO_BUILD= yes
|
||||
USES= zip
|
||||
USE_PHP= ctype curl dom filter iconv json mcrypt mbstring \
|
||||
opcache openssl pdo session simplexml \
|
||||
zlib xml
|
||||
|
||||
KANBOARD_USERNAME?= www
|
||||
KANBOARD_GROUPNAME?= ${KANBOARD_USERNAME}
|
||||
|
||||
PLIST_SUB= KANBOARD_USERNAME=${KANBOARD_USERNAME} \
|
||||
KANBOARD_GROUPNAME=${KANBOARD_GROUPNAME}
|
||||
|
||||
OPTIONS_MULTI= DB
|
||||
OPTIONS_MULTI_DB= MYSQL PGSQL SQLITE
|
||||
OPTIONS_DEFAULT= SQLITE
|
||||
|
||||
MYSQL_USE= MYSQL=client PHP=mysql,pdo_mysql
|
||||
PGSQL_USES= pgsql
|
||||
PGSQL_USE= PHP=pdo_pgsql,pgsql
|
||||
SQLITE_USE= PHP=pdo_sqlite,sqlite3
|
||||
|
||||
do-install:
|
||||
@${MKDIR} -m 0755 ${STAGEDIR}${WWWDIR}
|
||||
@cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
2
www/kanboard/distinfo
Normal file
2
www/kanboard/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (kanboard-1.0.16.zip) = 5cc4c028a36856fe68bfce020d29d62422c8459da41b8798fd1443a54722aafd
|
||||
SIZE (kanboard-1.0.16.zip) = 2452075
|
16
www/kanboard/pkg-descr
Normal file
16
www/kanboard/pkg-descr
Normal file
|
@ -0,0 +1,16 @@
|
|||
Kanboard is a simple visual task board software.
|
||||
|
||||
Main features:
|
||||
|
||||
* Kanban methodology
|
||||
* Visualize your work
|
||||
* Limit your work in progress to be more efficient
|
||||
* Customize your boards according to your business activities
|
||||
* Multiple boards with the ability to drag and drop tasks
|
||||
* Minimalist software, focus only on essential features (Less is more)
|
||||
* Fast and simple to use
|
||||
* Access from anywhere with a modern browser
|
||||
* Free, open source and self-hosted
|
||||
* Super simple installation
|
||||
|
||||
WWW: http://kanboard.net/
|
1492
www/kanboard/pkg-plist
Normal file
1492
www/kanboard/pkg-plist
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue