www/dolibarr17: Add 17.x version of dolibarr

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.
This commit is contained in:
Jose Alonso Cardenas Marquez 2023-09-20 15:33:47 -05:00
parent 6d611842e9
commit 0eb01a80a6
No known key found for this signature in database
GPG key ID: 335B9246BA5E30F4
6 changed files with 15688 additions and 0 deletions

View file

@ -141,6 +141,7 @@
SUBDIR += dokuwiki
SUBDIR += dolibarr
SUBDIR += dolibarr16
SUBDIR += dolibarr17
SUBDIR += domoticz
SUBDIR += dooble
SUBDIR += dot-http

36
www/dolibarr17/Makefile Normal file
View file

@ -0,0 +1,36 @@
PORTNAME= dolibarr17
DISTVERSION= 17.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/17//}
GH_PROJECT= dolibarr
USES= cpe php:web
USE_PHP= calendar curl gd intl session
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/dolibarr17/distinfo Normal file
View file

@ -0,0 +1,3 @@
TIMESTAMP = 1695093294
SHA256 (Dolibarr-dolibarr-17.0.3_GH0.tar.gz) = b95ff8d098e6aa5353918dda27577a2610f1ce72261403f133305513cef734da
SIZE (Dolibarr-dolibarr-17.0.3_GH0.tar.gz) = 68722732

View file

@ -0,0 +1,21 @@
[
{ type: install
message: <<EOM
Dolibarr 17 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/dolibarr17/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.

15616
www/dolibarr17/pkg-plist Normal file

File diff suppressed because it is too large Load diff