mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
- New port: www/dolibarr
- New port: www/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. WWW: https://www.dolibarr.org/
This commit is contained in:
parent
c03604490f
commit
dbc029bbce
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=531998
@ -111,6 +111,7 @@
|
||||
SUBDIR += dojo
|
||||
SUBDIR += dojo-shrinksafe
|
||||
SUBDIR += dokuwiki
|
||||
SUBDIR += dolibarr
|
||||
SUBDIR += domoticz
|
||||
SUBDIR += drood
|
||||
SUBDIR += drraw
|
||||
|
36
www/dolibarr/Makefile
Normal file
36
www/dolibarr/Makefile
Normal file
@ -0,0 +1,36 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= dolibarr
|
||||
DISTVERSION= 11.0.3
|
||||
CATEGORIES= www finance
|
||||
|
||||
MAINTAINER= acm@FreeBSD.org
|
||||
COMMENT= Modern software package to manage your company or foundation
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
||||
USE_GITHUB= yes
|
||||
GITHUB_PROJECT= ${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
|
||||
|
||||
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/dolibarr/distinfo
Normal file
3
www/dolibarr/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1585863582
|
||||
SHA256 (dolibarr-dolibarr-11.0.3_GH0.tar.gz) = de9370c3c33c3e3df3785c253476e54a0e24d9d045327f5a7cdbcc880d47787a
|
||||
SIZE (dolibarr-dolibarr-11.0.3_GH0.tar.gz) = 57374644
|
21
www/dolibarr/files/pkg-message.in
Normal file
21
www/dolibarr/files/pkg-message.in
Normal file
@ -0,0 +1,21 @@
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
Dolibarr 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
|
||||
}
|
||||
]
|
13
www/dolibarr/pkg-descr
Normal file
13
www/dolibarr/pkg-descr
Normal 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/
|
12934
www/dolibarr/pkg-plist
Normal file
12934
www/dolibarr/pkg-plist
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user