Port details |
- frontaccounting24 Simple, powerful system for the entire ERP chain
- 2.4.11 finance
=0 Version of this port present on the latest quarterly branch. - Maintainer: james@elstone.net
 - Port Added: 2022-12-30 10:48:48
- Last Update: 2023-01-25 17:54:07
- Commit Hash: 40843b1
- Also Listed In: www
- License: GPLv3+
- Description:
- FrontAccounting is a simple, but powerful, system for the
entire ERP chain and covers:
Purchase Orders
Goods Receivable Notes
Supplier Invoices/Credit Notes
Payments
Allocations
Accounts Payable
Items and Inventory
Stock
Manufacturing
Sales Orders
Customer Invoices/Credit Notes
Deposits
Allocations
Accounts Receivable
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- frontaccounting24>0:finance/frontaccounting24
- To install the port:
- cd /usr/ports/finance/frontaccounting24/ && make install clean
- To add the package, run one of these commands:
- pkg install finance/frontaccounting24
- pkg install frontaccounting24
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: frontaccounting24
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1648556109
SHA256 (frontaccounting/frontaccounting-2.4.11.tar.gz) = 5ee17c063d68c1e84eeadf8b2a14b3bb2ca46db597fd508403c50644717addd9
SIZE (frontaccounting/frontaccounting-2.4.11.tar.gz) = 1874152
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- msgfmt : devel/gettext-tools
- Runtime dependencies:
-
- apxs : www/apache24
- php.h : lang/php80
- mysqld : databases/mysql57-server
- mysqli.so : databases/php80-mysqli
- session.so : www/php80-session
- ctype.so : textproc/php80-ctype
- zlib.so : archivers/php80-zlib
- mysqli.so : databases/php80-mysqli
- Library dependencies:
-
- libintl.so : devel/gettext-runtime
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for frontaccounting24-2.4.11:
APACHE=on: Apache server support
DOCS=on: Build and/or install documentation
LIGHTTPD=off: Lighttpd server support
NGINX=off: NGINX web server
NLS=on: Native Language Support
====> Database Connectivity: you can only select none or one of them
MARIADB_CLIENT=off: MariaDB client connector support
MYSQL_CLIENT=off: MySQL client connector support
MYSQL_SERVER=on: MySQL server support
PERCONA_CLIENT=off: Percona client connector support
===> Use 'make config' to modify these settings
- Options name:
- finance_frontaccounting24
- USES:
- cpe apache:run php:web mysql:server gettext
- pkg-message:
- For install:
- FrontAccounting has been installed into the following directory:
/usr/local/www/frontaccounting24
Be sure to adjust your web server's configuration to allow you to
access that directory.
For example create a conf file (FA.conf) in the Apache Includes
directory (/usr/local/etc/apache24/Includes) containing the
following:
Alias /frontaccounting /usr/local/www/frontaccounting24/
<Directory /usr/local/www/frontaccounting24/>
Require all granted
DirectoryIndex index.php
</Directory>
Adjust the "Require all granted" statement to suit your
security needs in your environment.
Session Data will be stored by default for this port within:
/usr/local/www/frontaccounting24/tmp
Adjust the session settings as you require beginning on line 434
in:
/usr/local/www/frontaccounting24/tmp/session.inc
- WWW: https://www.frontaccounting.com/
- Master Sites:
|
Number of commits found: 2
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.4.11 25 Jan 2023 17:54:07
    |
Muhammad Moinur Rahman (bofh)  |
Mk/Uses/apache.mk: Refactor after removal of older versions
apache22 and apache25 had been removed a long time ago however the
apache.mk file has never been refactored and is out of sync from the
file Mk/bsd.default-versions.mk. These changes refactors the removals of
the older versions. In addition:
- Move some keywords like USE_APACHE, USE_APACHE_BUILD, USE_APACHE_RUN
from SANITY_DEPRECATED to SANITY_UNSUPPORTED
- Remove apache versions from ports Makefiles as currently there is only
one available version in the tree. However the version checks are
still valid and should work flawlessly whenever a new version is
added. For example USES=apache:2.2+ are simply replaced with
USES=apache. As currently there are no other versions available for
test this could not be checked on it's own ground.
- Update FOO_USE=APACHE=yes to FOO_USES=apache
- Remove trailing whitespaces
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D38113 |
2.4.11 30 Dec 2022 10:45:36
    |
Yuri Victorovich (yuri)  Author: James Elstone |
finance/frontaccounting24: New port: Simple, powerful system for the entire ERP
chain
PR: 262905 |
Number of commits found: 2
|