www/dolibarr15: 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. (15.x version)
This commit is contained in:
Jose Alonso Cardenas Marquez 2022-10-02 01:47:20 -05:00
parent 515bd9ac36
commit fd7404dde6
6 changed files with 14400 additions and 0 deletions

View File

@ -114,6 +114,7 @@
SUBDIR += dolibarr
SUBDIR += dolibarr13
SUBDIR += dolibarr14
SUBDIR += dolibarr15
SUBDIR += domoticz
SUBDIR += dooble
SUBDIR += drupal7

36
www/dolibarr15/Makefile Normal file
View File

@ -0,0 +1,36 @@
PORTNAME= dolibarr15
DISTVERSION= 15.0.3
CATEGORIES= www finance
MAINTAINER= acm@FreeBSD.org
COMMENT= Modern software package to manage your company or foundation
WWW= https://www.dolibarr.org/
LICENSE= GPLv3
USE_GITHUB= yes
GH_ACCOUNT= ${PORTNAME:S/d/D/:S/15//}
GH_PROJECT= dolibarr
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
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/dolibarr15/distinfo Normal file
View File

@ -0,0 +1,3 @@
TIMESTAMP = 1664691220
SHA256 (Dolibarr-dolibarr-15.0.3_GH0.tar.gz) = b145a38f56c44b166721d64909fb12408c6d10d08fcf74d2c00418a60201cc9d
SIZE (Dolibarr-dolibarr-15.0.3_GH0.tar.gz) = 64190012

View File

@ -0,0 +1,21 @@
[
{ type: install
message: <<EOM
Dolibarr 15 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/dolibarr
and follow the installer instructions
4) Enjot it
EOM
}
]

11
www/dolibarr15/pkg-descr Normal file
View File

@ -0,0 +1,11 @@
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.

14328
www/dolibarr15/pkg-plist Normal file

File diff suppressed because it is too large Load Diff