www/dolibarr13: New port: Modern software package to manage your company or foundation

Dolibarr ERP & CRM is a modern software package to manage your organization's
activity (contacts, suppliers, invoices, orders, stocks, agenda)

It's an Open Source Software (written in PHP language) designed for small,
medium or large companies, foundations and freelances.

You can freely use, study, modify or distribute it according to its Free
Software licence.

You can use it as a standalone application or as a web application to be able
to access it from the Internet or a LAN.

WWW: https://www.dolibarr.org/
This commit is contained in:
Jose Alonso Cardenas Marquez 2021-11-05 13:24:22 -05:00
parent 1e843cafba
commit 44f9734dfa
6 changed files with 14233 additions and 0 deletions

View File

@ -108,6 +108,7 @@
SUBDIR += dillo2
SUBDIR += dojo
SUBDIR += dokuwiki
SUBDIR += dolibarr13
SUBDIR += dolibarr
SUBDIR += domoticz
SUBDIR += dooble

37
www/dolibarr13/Makefile Normal file
View File

@ -0,0 +1,37 @@
PORTNAME= dolibarr
DISTVERSION= 13.0.5
CATEGORIES= www finance
PKGNAMESUFFIX= 13
MAINTAINER= acm@FreeBSD.org
COMMENT= Modern software package to manage your company or foundation
LICENSE= GPLv3
USE_GITHUB= yes
GH_ACCOUNT= ${PORTNAME:S/d/D/}
USES= cpe php:web
USE_PHP= calendar curl gd intl pcre session openssl
NO_BUILD= yes
NO_ARCH= yes
SUB_FILES= pkg-message
PLIST_SUB= WWWOWN=${WWWOWN} WWWGRP=${WWWGRP}
OPTIONS_DEFINE= MYSQL PGSQL
OPTIONS_DEFAULT= PGSQL
MYSQL_USE= PHP=mysqli
PGSQL_USE= PHP=pgsql
WWWDIR= ${PREFIX}/www/${PORTNAME}${PKGNAMESUFFIX}
post-extract:
${RM} -R ${WRKSRC}/.github
${RM} ${WRKSRC}/.gitmessage
${RM} ${WRKSRC}/.stickler.yml
do-install:
${MKDIR} ${STAGEDIR}/${WWWDIR}
@cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}/${WWWDIR}
.include <bsd.port.mk>

3
www/dolibarr13/distinfo Normal file
View File

@ -0,0 +1,3 @@
TIMESTAMP = 1636134071
SHA256 (Dolibarr-dolibarr-13.0.5_GH0.tar.gz) = 08ec08dc5093d614361f273237f5aaf8d70e63d764c2fa8d7f3f68a1485156d0
SIZE (Dolibarr-dolibarr-13.0.5_GH0.tar.gz) = 60609037

View File

@ -0,0 +1,21 @@
[
{ type: install
message: <<EOM
Dolibarr 13 was installed
1) Create a user and a database for dolibarr to store all
its tables in (or choose an existing database).
2) Into web server configuration file you must define webroot to
%%WWWDIR%%/htdocs or add a dolibarr alias to it
3) You should now open a browser and go to:
http://localhost/dolibarr13
and follow the installer instructions
4) Enjot it
EOM
}
]

13
www/dolibarr13/pkg-descr Normal file
View File

@ -0,0 +1,13 @@
Dolibarr ERP & CRM is a modern software package to manage your organization's
activity (contacts, suppliers, invoices, orders, stocks, agenda)
It's an Open Source Software (written in PHP language) designed for small,
medium or large companies, foundations and freelances.
You can freely use, study, modify or distribute it according to its Free
Software licence.
You can use it as a standalone application or as a web application to be able
to access it from the Internet or a LAN.
WWW: https://www.dolibarr.org/

14158
www/dolibarr13/pkg-plist Normal file

File diff suppressed because it is too large Load Diff