git: b14dd28e0423 - main - finance/frontaccounting*: Move finance/frontaccounting24 to finance/frontaccounting

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Tue, 22 Oct 2024 19:40:16 UTC
The branch main has been updated by diizzy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b14dd28e04233708d3f77a1aee370ea0bd66dfce

commit b14dd28e04233708d3f77a1aee370ea0bd66dfce
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-10-22 19:38:47 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-10-22 19:39:57 +0000

    finance/frontaccounting*: Move finance/frontaccounting24 to finance/frontaccounting
    
    finance/frontaccounting is based on the outdated 2.3-series and is
    superseded by 2.4-series. For user friendliness move the latest
    version to finance/frontaccounting and retire finance/frontaccounting24
    port.
    
    PR:             281861
    Reported by:    Janky Jay <ek@purplehat.org>
---
 MOVED                                              |   1 +
 finance/frontaccounting/Makefile                   |  50 +-
 finance/frontaccounting/distinfo                   |   5 +-
 .../files/patch-includes_session.inc               |   0
 finance/frontaccounting/files/pkg-message.in       |  21 +
 finance/frontaccounting/pkg-descr                  |   4 -
 finance/frontaccounting/pkg-plist                  | 265 +++++---
 finance/frontaccounting24/Makefile                 |  61 --
 finance/frontaccounting24/distinfo                 |   3 -
 finance/frontaccounting24/files/pkg-deinstall.in   |  16 -
 finance/frontaccounting24/files/pkg-message.in     |  32 -
 finance/frontaccounting24/pkg-descr                |  17 -
 finance/frontaccounting24/pkg-plist                | 721 ---------------------
 13 files changed, 226 insertions(+), 970 deletions(-)

diff --git a/MOVED b/MOVED
index 10bb1c151a30..21035e3f7cd1 100644
--- a/MOVED
+++ b/MOVED
@@ -3542,3 +3542,4 @@ security/pam_fprintd|security/fprintd|2024-10-21|pam_fprint is replaced by fprin
 security/fprint_demo||2024-10-21|Most features are integrated into fprintd's helpers, and libfprint has an examples section
 multimedia/gstreamer1-qt||2024-10-22|Has expired: Project abandoned 10 years ago
 multimedia/gstreamer1-plugins-gnonlin||2024-10-22|Has expired: Deprecated upstream. Use the gstnle plugin from multimedia/gstreamer1-editing-services instead
+finance/frontaccounting24|finance/frontaccounting|2024-10-22|Move finance/frontaccounting24 to finance/frontaccounting
diff --git a/finance/frontaccounting/Makefile b/finance/frontaccounting/Makefile
index 1e9c4765ccc2..deb0370135fe 100644
--- a/finance/frontaccounting/Makefile
+++ b/finance/frontaccounting/Makefile
@@ -1,46 +1,56 @@
-PORTNAME=	frontaccounting
-DISTVERSION=	2.3.25
-CATEGORIES=	finance www
-MASTER_SITES=	SF/${PORTNAME}/FrontAccounting-2.3/${PORTVERSION}
+PORTNAME=		frontaccounting24
+PORTVERSION=		2.4.12
+DISTVERSIONSUFFIX=	${PORTVERSION}
+CATEGORIES=		finance www
+MASTER_SITES=		SF/${DIST_SUBDIR}/FrontAccounting%202.4/${PORTVERSION}
+DISTNAME=		frontaccounting-${PORTVERSION}
+DIST_SUBDIR=		frontaccounting
 
-MAINTAINER=	ek@purplehat.org
-COMMENT=	Simple, powerful system for the entire ERP chain
-WWW=		https://www.frontaccounting.com/
+MAINTAINER=		james@elstone.net
+COMMENT=		Simple, powerful system for the entire ERP chain
+WWW=			https://www.frontaccounting.com/
 
-LICENSE=	GPLv3+
-LICENSE_FILE=	${WRKSRC}/doc/license.txt
+LICENSE=		GPLv3+
+LICENSE_FILE=		${WRKSRC}/doc/license.txt
 
-USES=		cpe
-USE_PHP+=	mysqli session ctype zlib
+USES=			cpe
+USE_PHP+=		mysqli session ctype zlib
 
-WRKSRC=		${WRKDIR}/${PORTNAME}
+NO_BUILD=		yes
+SUB_FILES=		pkg-deinstall pkg-message
 
-NO_BUILD=	yes
-SUB_FILES=	pkg-deinstall pkg-message
-PORTDOCSARGS=
+WRKSRC=			${WRKDIR}/${DIST_SUBDIR}
 
-OPTIONS_DEFINE=	APACHE LIGHTTPD NGINX MYSQL_SERVER NLS DOCS
+OPTIONS_DEFINE=		APACHE LIGHTTPD NGINX NLS DOCS
 OPTIONS_DEFAULT=	APACHE MYSQL_SERVER
+OPTIONS_RADIO=		RG1
+OPTIONS_RADIO_RG1=	MARIADB_CLIENT MYSQL_CLIENT MYSQL_SERVER
 
+MARIADB_CLIENT_DESC=	MariaDB client connector support
+MYSQL_CLIENT_DESC=	MySQL client connector support
 MYSQL_SERVER_DESC=	MySQL server support
 NGINX_DESC=		NGINX web server
+RG1_DESC=		Database Connectivity
 
 APACHE_USES=		apache:run php:web
+DOCS_VARS_OFF=	PORTDOCSARGS='-not -path "./doc*"'
 LIGHTTPD_RUN_DEPENDS=	lighttpd:www/lighttpd
 LIGHTTPD_USES=		php:web
+MARIADB_CLIENT_USES=	mysql:106m
+MYSQL_CLIENT_USES=	mysql:client
+MYSQL_SERVER_USES=	mysql:server
 NGINX_RUN_DEPENDS=	nginx:www/nginx
 NGINX_USES=		php:web
-MYSQL_SERVER_USES=	mysql:server
 NLS_USES=		gettext
 
 .include <bsd.port.options.mk>
 
 .if !${PORT_OPTIONS:MAPACHE} && !${PORT_OPTIONS:MLIGHTTPD} && !{PORT_OPTIONS:MNGINX}
-USES+=		php
+USES+=			php:cgi php:cli
 .endif
 
-.if !${PORT_OPTIONS:MDOCS}
-PORTDOCSARGS=	'-not -path "./doc*"'
+.if ${PORT_OPTIONS:MMYSQL_SERVER} || ${PORT_OPTIONS:MMARIADB_CLIENT}
+USE_PHP+=		mysqli
 .endif
 
 do-install:
diff --git a/finance/frontaccounting/distinfo b/finance/frontaccounting/distinfo
index 80c3369d1638..7bd9710bf637 100644
--- a/finance/frontaccounting/distinfo
+++ b/finance/frontaccounting/distinfo
@@ -1,2 +1,3 @@
-SHA256 (frontaccounting-2.3.25.tar.gz) = 160bd230a0b3ec08869bed4ccaaad7e0f60abfe07e2d21be61ae6b17e2a47644
-SIZE (frontaccounting-2.3.25.tar.gz) = 1274390
+TIMESTAMP = 1703926379
+SHA256 (frontaccounting/frontaccounting-2.4.12.tar.gz) = 6e4a0eaf388550655dcb696668bac977a2cb2f5f3e78ee14b7d61879b7c3e808
+SIZE (frontaccounting/frontaccounting-2.4.12.tar.gz) = 1876122
diff --git a/finance/frontaccounting24/files/patch-includes_session.inc b/finance/frontaccounting/files/patch-includes_session.inc
similarity index 100%
rename from finance/frontaccounting24/files/patch-includes_session.inc
rename to finance/frontaccounting/files/patch-includes_session.inc
diff --git a/finance/frontaccounting/files/pkg-message.in b/finance/frontaccounting/files/pkg-message.in
index 98af12d591f4..9fc84eace640 100644
--- a/finance/frontaccounting/files/pkg-message.in
+++ b/finance/frontaccounting/files/pkg-message.in
@@ -6,6 +6,27 @@
 
  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:
+   %%WWWDIR%%/tmp
+ 
+ Adjust the session settings as you require beginning on line 434 
+ in:
+     %%WWWDIR%%/tmp/session.inc
+
 EOM
 }
 ]
diff --git a/finance/frontaccounting/pkg-descr b/finance/frontaccounting/pkg-descr
index 88153e8aafcc..7ba902609571 100644
--- a/finance/frontaccounting/pkg-descr
+++ b/finance/frontaccounting/pkg-descr
@@ -15,7 +15,3 @@ Customer Invoices/Credit Notes
 Deposits
 Allocations
 Accounts Receivable
-Among many others...
-
-FrontAccounting is free and released under the GNU General
-Public License.
diff --git a/finance/frontaccounting/pkg-plist b/finance/frontaccounting/pkg-plist
index 37791e13d486..6b5737386d2c 100644
--- a/finance/frontaccounting/pkg-plist
+++ b/finance/frontaccounting/pkg-plist
@@ -4,6 +4,7 @@
 %%WWWDIR%%/CHANGELOG.txt
 %%WWWDIR%%/FA.pem
 %%WWWDIR%%/README.md
+%%WWWDIR%%/SECURITY.md
 %%WWWDIR%%/access/index.php
 %%WWWDIR%%/access/login.php
 %%WWWDIR%%/access/logout.php
@@ -15,6 +16,7 @@
 %%WWWDIR%%/admin/company_preferences.php
 %%WWWDIR%%/admin/create_coy.php
 %%WWWDIR%%/admin/crm_categories.php
+%%WWWDIR%%/admin/dashboard.php
 %%WWWDIR%%/admin/db/attachments_db.inc
 %%WWWDIR%%/admin/db/company_db.inc
 %%WWWDIR%%/admin/db/fiscalyears_db.inc
@@ -31,6 +33,8 @@
 %%WWWDIR%%/admin/fiscalyears.php
 %%WWWDIR%%/admin/forms_setup.php
 %%WWWDIR%%/admin/gl_setup.php
+%%WWWDIR%%/admin/includes/fa_patch.class.inc
+%%WWWDIR%%/admin/includes/index.php
 %%WWWDIR%%/admin/index.php
 %%WWWDIR%%/admin/inst_chart.php
 %%WWWDIR%%/admin/inst_lang.php
@@ -45,11 +49,14 @@
 %%WWWDIR%%/admin/system_diagnostics.php
 %%WWWDIR%%/admin/tags.php
 %%WWWDIR%%/admin/users.php
+%%WWWDIR%%/admin/view/view_package.php
+%%WWWDIR%%/admin/view/view_upgrade_log.php
 %%WWWDIR%%/admin/view_print_transaction.php
 %%WWWDIR%%/admin/void_transaction.php
 %%WWWDIR%%/applications/application.php
 %%WWWDIR%%/applications/customers.php
 %%WWWDIR%%/applications/dimensions.php
+%%WWWDIR%%/applications/fixed_assets.php
 %%WWWDIR%%/applications/generalledger.php
 %%WWWDIR%%/applications/index.php
 %%WWWDIR%%/applications/inventory.php
@@ -79,8 +86,8 @@
 %%WWWDIR%%/dimensions/view/view_dimension.php
 %%WWWDIR%%/doc/2.1_Beta.txt
 %%WWWDIR%%/doc/2.2_Beta.txt
-%%WWWDIR%%/doc/CHANGELOG.old.txt
 %%WWWDIR%%/doc/access_levels.txt
+%%WWWDIR%%/doc/api_changes.txt
 %%WWWDIR%%/doc/attachments.txt
 %%WWWDIR%%/doc/bank_reconciliation.txt
 %%WWWDIR%%/doc/calculate_price.txt
@@ -91,6 +98,12 @@
 %%WWWDIR%%/doc/quick_entries.txt
 %%WWWDIR%%/doc/recurrent_invoice.txt
 %%WWWDIR%%/doc/sales_quotations.txt
+%%WWWDIR%%/fixed_assets/fixed_asset_classes.php
+%%WWWDIR%%/fixed_assets/includes/depreciation.inc
+%%WWWDIR%%/fixed_assets/includes/fa_classes_db.inc
+%%WWWDIR%%/fixed_assets/includes/fixed_assets_db.inc
+%%WWWDIR%%/fixed_assets/inquiry/stock_inquiry.php
+%%WWWDIR%%/fixed_assets/process_depreciation.php
 %%WWWDIR%%/frontaccounting.php
 %%WWWDIR%%/gl/accruals.php
 %%WWWDIR%%/gl/bank_account_reconcile.php
@@ -106,6 +119,7 @@
 %%WWWDIR%%/gl/includes/db/gl_db_currencies.inc
 %%WWWDIR%%/gl/includes/db/gl_db_rates.inc
 %%WWWDIR%%/gl/includes/db/gl_db_trans.inc
+%%WWWDIR%%/gl/includes/db/gl_journal.inc
 %%WWWDIR%%/gl/includes/db/index.php
 %%WWWDIR%%/gl/includes/gl_db.inc
 %%WWWDIR%%/gl/includes/gl_ui.inc
@@ -114,6 +128,7 @@
 %%WWWDIR%%/gl/includes/ui/gl_journal_ui.inc
 %%WWWDIR%%/gl/includes/ui/index.php
 %%WWWDIR%%/gl/index.php
+%%WWWDIR%%/gl/inquiry/accounts_list.php
 %%WWWDIR%%/gl/inquiry/balance_sheet.php
 %%WWWDIR%%/gl/inquiry/bank_inquiry.php
 %%WWWDIR%%/gl/inquiry/gl_account_inquiry.php
@@ -123,6 +138,7 @@
 %%WWWDIR%%/gl/inquiry/profit_loss.php
 %%WWWDIR%%/gl/inquiry/tax_inquiry.php
 %%WWWDIR%%/gl/manage/bank_accounts.php
+%%WWWDIR%%/gl/manage/close_period.php
 %%WWWDIR%%/gl/manage/currencies.php
 %%WWWDIR%%/gl/manage/exchange_rates.php
 %%WWWDIR%%/gl/manage/gl_account_classes.php
@@ -140,29 +156,35 @@
 %%WWWDIR%%/includes/JsHttpRequest.php
 %%WWWDIR%%/includes/access_levels.inc
 %%WWWDIR%%/includes/ajax.inc
+%%WWWDIR%%/includes/app_entries.inc
 %%WWWDIR%%/includes/archive.inc
 %%WWWDIR%%/includes/banking.inc
 %%WWWDIR%%/includes/current_user.inc
+%%WWWDIR%%/includes/dashboard.inc
 %%WWWDIR%%/includes/data_checks.inc
 %%WWWDIR%%/includes/date_functions.inc
+%%WWWDIR%%/includes/db/allocations_db.inc
 %%WWWDIR%%/includes/db/audit_trail_db.inc
+%%WWWDIR%%/includes/db/class.data_set.inc
+%%WWWDIR%%/includes/db/class.reflines_db.inc
 %%WWWDIR%%/includes/db/comments_db.inc
 %%WWWDIR%%/includes/db/connect_db.inc
+%%WWWDIR%%/includes/db/connect_db_mysql.inc
+%%WWWDIR%%/includes/db/connect_db_mysqli.inc
 %%WWWDIR%%/includes/db/crm_contacts_db.inc
 %%WWWDIR%%/includes/db/index.php
 %%WWWDIR%%/includes/db/inventory_db.inc
 %%WWWDIR%%/includes/db/manufacturing_db.inc
-%%WWWDIR%%/includes/db/references_db.inc
 %%WWWDIR%%/includes/db/sql_functions.inc
 %%WWWDIR%%/includes/db_pager.inc
 %%WWWDIR%%/includes/errors.inc
 %%WWWDIR%%/includes/hooks.inc
 %%WWWDIR%%/includes/index.php
-%%WWWDIR%%/includes/lang/gettext.php
+%%WWWDIR%%/includes/inventory.inc
+%%WWWDIR%%/includes/lang/gettext.inc
 %%WWWDIR%%/includes/lang/index.php
-%%WWWDIR%%/includes/lang/language.php
+%%WWWDIR%%/includes/lang/language.inc
 %%WWWDIR%%/includes/main.inc
-%%WWWDIR%%/includes/manufacturing.inc
 %%WWWDIR%%/includes/packages.inc
 %%WWWDIR%%/includes/page/footer.inc
 %%WWWDIR%%/includes/page/header.inc
@@ -175,10 +197,12 @@
 %%WWWDIR%%/includes/session.inc
 %%WWWDIR%%/includes/sysnames.inc
 %%WWWDIR%%/includes/system_tests.inc
-%%WWWDIR%%/includes/systypes.inc
 %%WWWDIR%%/includes/types.inc
 %%WWWDIR%%/includes/ui.inc
 %%WWWDIR%%/includes/ui/allocation_cart.inc
+%%WWWDIR%%/includes/ui/attachment.inc
+%%WWWDIR%%/includes/ui/class.crud_view.inc
+%%WWWDIR%%/includes/ui/class.reflines_crud.inc
 %%WWWDIR%%/includes/ui/contacts_view.inc
 %%WWWDIR%%/includes/ui/db_pager_view.inc
 %%WWWDIR%%/includes/ui/index.php
@@ -190,9 +214,7 @@
 %%WWWDIR%%/includes/ui/ui_lists.inc
 %%WWWDIR%%/includes/ui/ui_msgs.inc
 %%WWWDIR%%/includes/ui/ui_view.inc
-%%WWWDIR%%/includes/ui/view_package.php
 %%WWWDIR%%/index.php
-%%WWWDIR%%/install.html
 %%WWWDIR%%/install/index.php
 %%WWWDIR%%/install/isession.inc
 %%WWWDIR%%/install/lang/ar_EG/LC_MESSAGES/ar_EG.mo
@@ -207,15 +229,21 @@
 %%WWWDIR%%/install/lang/es_MX/LC_MESSAGES/es_MX.po
 %%WWWDIR%%/install/lang/fr_FR/LC_MESSAGES/fr_FR.mo
 %%WWWDIR%%/install/lang/fr_FR/LC_MESSAGES/fr_FR.po
+%%WWWDIR%%/install/lang/hi_IN/LC_MESSAGES/hi_IN.mo
+%%WWWDIR%%/install/lang/hi_IN/LC_MESSAGES/hi_IN.po
 %%WWWDIR%%/install/lang/id_ID/LC_MESSAGES/id_ID.mo
 %%WWWDIR%%/install/lang/id_ID/LC_MESSAGES/id_ID.po
 %%WWWDIR%%/install/lang/it_IT/LC_MESSAGES/it_IT.mo
 %%WWWDIR%%/install/lang/it_IT/LC_MESSAGES/it_IT.po
 %%WWWDIR%%/install/lang/ka_GE/LC_MESSAGES/ka_GE.mo
 %%WWWDIR%%/install/lang/ka_GE/LC_MESSAGES/ka_GE.po
+%%WWWDIR%%/install/lang/nb_NO/LC_MESSAGES/nb_NO.mo
+%%WWWDIR%%/install/lang/nb_NO/LC_MESSAGES/nb_NO.po
 %%WWWDIR%%/install/lang/new_language_template/LC_MESSAGES/empty.po
 %%WWWDIR%%/install/lang/nl_BE/LC_MESSAGES/nl_BE.mo
 %%WWWDIR%%/install/lang/nl_BE/LC_MESSAGES/nl_BE.po
+%%WWWDIR%%/install/lang/nl_NL/LC_MESSAGES/nl_NL.mo
+%%WWWDIR%%/install/lang/nl_NL/LC_MESSAGES/nl_NL.po
 %%WWWDIR%%/install/lang/pl_PL/LC_MESSAGES/pl_PL.mo
 %%WWWDIR%%/install/lang/pl_PL/LC_MESSAGES/pl_PL.po
 %%WWWDIR%%/install/lang/pt_BR/LC_MESSAGES/pt_BR.mo
@@ -224,6 +252,10 @@
 %%WWWDIR%%/install/lang/pt_PT/LC_MESSAGES/pt_PT.po
 %%WWWDIR%%/install/lang/sv_SE/LC_MESSAGES/sv_SE.mo
 %%WWWDIR%%/install/lang/sv_SE/LC_MESSAGES/sv_SE.po
+%%WWWDIR%%/install/lang/ta_IN/LC_MESSAGES/ta_IN.mo
+%%WWWDIR%%/install/lang/ta_IN/LC_MESSAGES/ta_IN.po
+%%WWWDIR%%/install/lang/vi_VN/LC_MESSAGES/vi_VN.mo
+%%WWWDIR%%/install/lang/vi_VN/LC_MESSAGES/vi_VN.po
 %%WWWDIR%%/install/lang/zh_CN/LC_MESSAGES/zh_CN.mo
 %%WWWDIR%%/install/lang/zh_CN/LC_MESSAGES/zh_CN.po
 %%WWWDIR%%/install/stylesheet.css
@@ -240,13 +272,13 @@
 %%WWWDIR%%/inventory/includes/db/items_trans_db.inc
 %%WWWDIR%%/inventory/includes/db/items_transfer_db.inc
 %%WWWDIR%%/inventory/includes/db/items_units_db.inc
-%%WWWDIR%%/inventory/includes/db/movement_types_db.inc
 %%WWWDIR%%/inventory/includes/index.php
 %%WWWDIR%%/inventory/includes/inventory_db.inc
 %%WWWDIR%%/inventory/includes/item_adjustments_ui.inc
 %%WWWDIR%%/inventory/includes/stock_transfers_ui.inc
 %%WWWDIR%%/inventory/index.php
 %%WWWDIR%%/inventory/inquiry/index.php
+%%WWWDIR%%/inventory/inquiry/stock_list.php
 %%WWWDIR%%/inventory/inquiry/stock_movements.php
 %%WWWDIR%%/inventory/inquiry/stock_status.php
 %%WWWDIR%%/inventory/manage/index.php
@@ -255,7 +287,6 @@
 %%WWWDIR%%/inventory/manage/item_units.php
 %%WWWDIR%%/inventory/manage/items.php
 %%WWWDIR%%/inventory/manage/locations.php
-%%WWWDIR%%/inventory/manage/movement_types.php
 %%WWWDIR%%/inventory/manage/sales_kits.php
 %%WWWDIR%%/inventory/prices.php
 %%WWWDIR%%/inventory/purchasing_data.php
@@ -281,11 +312,11 @@
 %%WWWDIR%%/lang/new_language_template/locale.inc
 %%WWWDIR%%/manufacturing/includes/db/index.php
 %%WWWDIR%%/manufacturing/includes/db/work_centres_db.inc
+%%WWWDIR%%/manufacturing/includes/db/work_order_costing_db.inc
 %%WWWDIR%%/manufacturing/includes/db/work_order_issues_db.inc
 %%WWWDIR%%/manufacturing/includes/db/work_order_produce_items_db.inc
 %%WWWDIR%%/manufacturing/includes/db/work_order_requirements_db.inc
 %%WWWDIR%%/manufacturing/includes/db/work_orders_db.inc
-%%WWWDIR%%/manufacturing/includes/db/work_orders_quick_db.inc
 %%WWWDIR%%/manufacturing/includes/index.php
 %%WWWDIR%%/manufacturing/includes/manufacturing_db.inc
 %%WWWDIR%%/manufacturing/includes/manufacturing_ui.inc
@@ -299,6 +330,7 @@
 %%WWWDIR%%/manufacturing/manage/work_centres.php
 %%WWWDIR%%/manufacturing/search_work_orders.php
 %%WWWDIR%%/manufacturing/view/index.php
+%%WWWDIR%%/manufacturing/view/wo_costs_view.php
 %%WWWDIR%%/manufacturing/view/wo_issue_view.php
 %%WWWDIR%%/manufacturing/view/wo_production_view.php
 %%WWWDIR%%/manufacturing/view/work_order_view.php
@@ -336,6 +368,7 @@
 %%WWWDIR%%/purchasing/inquiry/po_search_completed.php
 %%WWWDIR%%/purchasing/inquiry/supplier_allocation_inquiry.php
 %%WWWDIR%%/purchasing/inquiry/supplier_inquiry.php
+%%WWWDIR%%/purchasing/inquiry/suppliers_list.php
 %%WWWDIR%%/purchasing/manage/index.php
 %%WWWDIR%%/purchasing/manage/suppliers.php
 %%WWWDIR%%/purchasing/po_entry_items.php
@@ -349,6 +382,7 @@
 %%WWWDIR%%/purchasing/view/view_supp_credit.php
 %%WWWDIR%%/purchasing/view/view_supp_invoice.php
 %%WWWDIR%%/purchasing/view/view_supp_payment.php
+%%WWWDIR%%/reporting/fonts/FreeSans.ttf
 %%WWWDIR%%/reporting/fonts/LiberationSans-Regular.ttf
 %%WWWDIR%%/reporting/fonts/courier.php
 %%WWWDIR%%/reporting/fonts/helvetica.php
@@ -361,6 +395,7 @@
 %%WWWDIR%%/reporting/fonts/timesbi.php
 %%WWWDIR%%/reporting/fonts/timesi.php
 %%WWWDIR%%/reporting/fonts/zapfdingbats.php
+%%WWWDIR%%/reporting/fonts/zarnormal.ttf
 %%WWWDIR%%/reporting/forms/index.php
 %%WWWDIR%%/reporting/includes/Workbook.php
 %%WWWDIR%%/reporting/includes/barcodes.php
@@ -404,11 +439,13 @@
 %%WWWDIR%%/reporting/rep112.php
 %%WWWDIR%%/reporting/rep113.php
 %%WWWDIR%%/reporting/rep114.php
+%%WWWDIR%%/reporting/rep115.php
 %%WWWDIR%%/reporting/rep201.php
 %%WWWDIR%%/reporting/rep202.php
 %%WWWDIR%%/reporting/rep203.php
 %%WWWDIR%%/reporting/rep204.php
 %%WWWDIR%%/reporting/rep205.php
+%%WWWDIR%%/reporting/rep206.php
 %%WWWDIR%%/reporting/rep209.php
 %%WWWDIR%%/reporting/rep210.php
 %%WWWDIR%%/reporting/rep301.php
@@ -420,11 +457,14 @@
 %%WWWDIR%%/reporting/rep307.php
 %%WWWDIR%%/reporting/rep308.php
 %%WWWDIR%%/reporting/rep309.php
+%%WWWDIR%%/reporting/rep310.php
 %%WWWDIR%%/reporting/rep401.php
 %%WWWDIR%%/reporting/rep402.php
 %%WWWDIR%%/reporting/rep409.php
+%%WWWDIR%%/reporting/rep451.php
 %%WWWDIR%%/reporting/rep501.php
 %%WWWDIR%%/reporting/rep601.php
+%%WWWDIR%%/reporting/rep602.php
 %%WWWDIR%%/reporting/rep701.php
 %%WWWDIR%%/reporting/rep702.php
 %%WWWDIR%%/reporting/rep704.php
@@ -468,7 +508,9 @@
 %%WWWDIR%%/sales/includes/ui/sales_order_ui.inc
 %%WWWDIR%%/sales/index.php
 %%WWWDIR%%/sales/inquiry/customer_allocation_inquiry.php
+%%WWWDIR%%/sales/inquiry/customer_branches_list.php
 %%WWWDIR%%/sales/inquiry/customer_inquiry.php
+%%WWWDIR%%/sales/inquiry/customers_list.php
 %%WWWDIR%%/sales/inquiry/index.php
 %%WWWDIR%%/sales/inquiry/sales_deliveries_view.php
 %%WWWDIR%%/sales/inquiry/sales_orders_view.php
@@ -498,6 +540,10 @@
 %%WWWDIR%%/sql/alter2.3.php
 %%WWWDIR%%/sql/alter2.3.sql
 %%WWWDIR%%/sql/alter2.3rc.sql
+%%WWWDIR%%/sql/alter%%APACHE_VERSION%%.php
+%%WWWDIR%%/sql/alter%%APACHE_VERSION%%.sql
+%%WWWDIR%%/sql/alter%%APACHE_VERSION%%rc1.php
+%%WWWDIR%%/sql/alter%%APACHE_VERSION%%rc1.sql
 %%WWWDIR%%/sql/alter2.sql
 %%WWWDIR%%/sql/en_US-demo.sql
 %%WWWDIR%%/sql/en_US-new.sql
@@ -511,88 +557,57 @@
 %%WWWDIR%%/taxes/tax_calc.inc
 %%WWWDIR%%/taxes/tax_groups.php
 %%WWWDIR%%/taxes/tax_types.php
-%%WWWDIR%%/themes/aqua/default.css
-%%WWWDIR%%/themes/aqua/images/add.png
-%%WWWDIR%%/themes/aqua/images/ajax-loader.gif
-%%WWWDIR%%/themes/aqua/images/ajax-loader2.gif
-%%WWWDIR%%/themes/aqua/images/alloc.png
-%%WWWDIR%%/themes/aqua/images/button_ok.png
-%%WWWDIR%%/themes/aqua/images/cancel.png
-%%WWWDIR%%/themes/aqua/images/credit.gif
-%%WWWDIR%%/themes/aqua/images/delete.gif
-%%WWWDIR%%/themes/aqua/images/download.gif
-%%WWWDIR%%/themes/aqua/images/edit.gif
-%%WWWDIR%%/themes/aqua/images/escape.png
-%%WWWDIR%%/themes/aqua/images/gl.png
-%%WWWDIR%%/themes/aqua/images/help.gif
-%%WWWDIR%%/themes/aqua/images/invoice.gif
-%%WWWDIR%%/themes/aqua/images/locate.png
-%%WWWDIR%%/themes/aqua/images/login.gif
-%%WWWDIR%%/themes/aqua/images/menu_entry.png
-%%WWWDIR%%/themes/aqua/images/menu_inquiry.png
-%%WWWDIR%%/themes/aqua/images/menu_maintenance.png
-%%WWWDIR%%/themes/aqua/images/menu_report.png
-%%WWWDIR%%/themes/aqua/images/menu_settings.png
-%%WWWDIR%%/themes/aqua/images/menu_system.png
-%%WWWDIR%%/themes/aqua/images/menu_transaction.png
-%%WWWDIR%%/themes/aqua/images/menu_update.png
-%%WWWDIR%%/themes/aqua/images/money.png
-%%WWWDIR%%/themes/aqua/images/ok.gif
-%%WWWDIR%%/themes/aqua/images/pdf.gif
-%%WWWDIR%%/themes/aqua/images/print.png
-%%WWWDIR%%/themes/aqua/images/progressbar.gif
-%%WWWDIR%%/themes/aqua/images/receive.gif
-%%WWWDIR%%/themes/aqua/images/remove.png
-%%WWWDIR%%/themes/aqua/images/report.png
-%%WWWDIR%%/themes/aqua/images/right.gif
-%%WWWDIR%%/themes/aqua/images/sort_asc.gif
-%%WWWDIR%%/themes/aqua/images/sort_desc.gif
-%%WWWDIR%%/themes/aqua/images/sort_none.gif
-%%WWWDIR%%/themes/aqua/images/view.gif
-%%WWWDIR%%/themes/aqua/images/warning.png
-%%WWWDIR%%/themes/aqua/index.php
-%%WWWDIR%%/themes/aqua/renderer.php
-%%WWWDIR%%/themes/cool/default.css
-%%WWWDIR%%/themes/cool/images/add.png
-%%WWWDIR%%/themes/cool/images/ajax-loader.gif
-%%WWWDIR%%/themes/cool/images/ajax-loader2.gif
-%%WWWDIR%%/themes/cool/images/alloc.png
-%%WWWDIR%%/themes/cool/images/button_ok.png
-%%WWWDIR%%/themes/cool/images/cancel.png
-%%WWWDIR%%/themes/cool/images/credit.gif
-%%WWWDIR%%/themes/cool/images/delete.gif
-%%WWWDIR%%/themes/cool/images/download.gif
-%%WWWDIR%%/themes/cool/images/edit.gif
-%%WWWDIR%%/themes/cool/images/escape.png
-%%WWWDIR%%/themes/cool/images/gl.png
-%%WWWDIR%%/themes/cool/images/help.gif
-%%WWWDIR%%/themes/cool/images/invoice.gif
-%%WWWDIR%%/themes/cool/images/locate.png
-%%WWWDIR%%/themes/cool/images/login.gif
-%%WWWDIR%%/themes/cool/images/menu_entry.png
-%%WWWDIR%%/themes/cool/images/menu_inquiry.png
-%%WWWDIR%%/themes/cool/images/menu_maintenance.png
-%%WWWDIR%%/themes/cool/images/menu_report.png
-%%WWWDIR%%/themes/cool/images/menu_settings.png
-%%WWWDIR%%/themes/cool/images/menu_system.png
-%%WWWDIR%%/themes/cool/images/menu_transaction.png
-%%WWWDIR%%/themes/cool/images/menu_update.png
-%%WWWDIR%%/themes/cool/images/money.png
-%%WWWDIR%%/themes/cool/images/ok.gif
-%%WWWDIR%%/themes/cool/images/pdf.gif
-%%WWWDIR%%/themes/cool/images/print.png
-%%WWWDIR%%/themes/cool/images/progressbar.gif
-%%WWWDIR%%/themes/cool/images/receive.gif
-%%WWWDIR%%/themes/cool/images/remove.png
-%%WWWDIR%%/themes/cool/images/report.png
-%%WWWDIR%%/themes/cool/images/right.gif
-%%WWWDIR%%/themes/cool/images/sort_asc.gif
-%%WWWDIR%%/themes/cool/images/sort_desc.gif
-%%WWWDIR%%/themes/cool/images/sort_none.gif
-%%WWWDIR%%/themes/cool/images/view.gif
-%%WWWDIR%%/themes/cool/images/warning.png
-%%WWWDIR%%/themes/cool/index.php
-%%WWWDIR%%/themes/cool/renderer.php
+%%WWWDIR%%/themes/canvas/default.css
+%%WWWDIR%%/themes/canvas/images/add.png
+%%WWWDIR%%/themes/canvas/images/ajax-loader.gif
+%%WWWDIR%%/themes/canvas/images/ajax-loader2.gif
+%%WWWDIR%%/themes/canvas/images/alloc.png
+%%WWWDIR%%/themes/canvas/images/arrow_12.gif
+%%WWWDIR%%/themes/canvas/images/body_bg.png
+%%WWWDIR%%/themes/canvas/images/button_ok.png
+%%WWWDIR%%/themes/canvas/images/cal.gif
+%%WWWDIR%%/themes/canvas/images/cancel.png
+%%WWWDIR%%/themes/canvas/images/closed.png
+%%WWWDIR%%/themes/canvas/images/content_bg.png
+%%WWWDIR%%/themes/canvas/images/credit.gif
+%%WWWDIR%%/themes/canvas/images/delete.gif
+%%WWWDIR%%/themes/canvas/images/download.gif
+%%WWWDIR%%/themes/canvas/images/edit.gif
+%%WWWDIR%%/themes/canvas/images/enter.png
+%%WWWDIR%%/themes/canvas/images/escape.png
+%%WWWDIR%%/themes/canvas/images/folder.gif
+%%WWWDIR%%/themes/canvas/images/footer_bg.png
+%%WWWDIR%%/themes/canvas/images/gl.png
+%%WWWDIR%%/themes/canvas/images/help.gif
+%%WWWDIR%%/themes/canvas/images/invoice.gif
+%%WWWDIR%%/themes/canvas/images/link_bg.png
+%%WWWDIR%%/themes/canvas/images/locate.png
+%%WWWDIR%%/themes/canvas/images/lock.gif
+%%WWWDIR%%/themes/canvas/images/login.gif
+%%WWWDIR%%/themes/canvas/images/logo_frontaccounting.jpg
+%%WWWDIR%%/themes/canvas/images/logo_frontaccounting.png
+%%WWWDIR%%/themes/canvas/images/menu_break.png
+%%WWWDIR%%/themes/canvas/images/money.png
+%%WWWDIR%%/themes/canvas/images/news.gif
+%%WWWDIR%%/themes/canvas/images/ok.gif
+%%WWWDIR%%/themes/canvas/images/page_edit.png
+%%WWWDIR%%/themes/canvas/images/pdf.gif
+%%WWWDIR%%/themes/canvas/images/preferences.gif
+%%WWWDIR%%/themes/canvas/images/print.png
+%%WWWDIR%%/themes/canvas/images/progressbar.gif
+%%WWWDIR%%/themes/canvas/images/receive.gif
+%%WWWDIR%%/themes/canvas/images/remove.png
+%%WWWDIR%%/themes/canvas/images/report.png
+%%WWWDIR%%/themes/canvas/images/sort_asc.gif
+%%WWWDIR%%/themes/canvas/images/sort_asc2.gif
+%%WWWDIR%%/themes/canvas/images/sort_desc.gif
+%%WWWDIR%%/themes/canvas/images/sort_desc2.gif
+%%WWWDIR%%/themes/canvas/images/sort_none.gif
+%%WWWDIR%%/themes/canvas/images/spacer.png
+%%WWWDIR%%/themes/canvas/images/view.gif
+%%WWWDIR%%/themes/canvas/images/warning.png
+%%WWWDIR%%/themes/canvas/index.php
+%%WWWDIR%%/themes/canvas/renderer.php
 %%WWWDIR%%/themes/default/default.css
 %%WWWDIR%%/themes/default/images/add.png
 %%WWWDIR%%/themes/default/images/ajax-loader.gif
@@ -601,6 +616,7 @@
 %%WWWDIR%%/themes/default/images/button_ok.png
 %%WWWDIR%%/themes/default/images/cal.gif
 %%WWWDIR%%/themes/default/images/cancel.png
+%%WWWDIR%%/themes/default/images/closed.png
 %%WWWDIR%%/themes/default/images/credit.gif
 %%WWWDIR%%/themes/default/images/delete.gif
 %%WWWDIR%%/themes/default/images/download.gif
@@ -611,6 +627,8 @@
 %%WWWDIR%%/themes/default/images/help.gif
 %%WWWDIR%%/themes/default/images/invoice.gif
 %%WWWDIR%%/themes/default/images/locate.png
+%%WWWDIR%%/themes/default/images/lock.gif
+%%WWWDIR%%/themes/default/images/log.png
 %%WWWDIR%%/themes/default/images/login.gif
 %%WWWDIR%%/themes/default/images/logo_frontaccounting.jpg
 %%WWWDIR%%/themes/default/images/logo_frontaccounting.png
@@ -625,6 +643,7 @@
 %%WWWDIR%%/themes/default/images/money.png
 %%WWWDIR%%/themes/default/images/ok.gif
 %%WWWDIR%%/themes/default/images/pdf.gif
+%%WWWDIR%%/themes/default/images/preferences.gif
 %%WWWDIR%%/themes/default/images/print.png
 %%WWWDIR%%/themes/default/images/progressbar.gif
 %%WWWDIR%%/themes/default/images/receive.gif
@@ -639,6 +658,64 @@
 %%WWWDIR%%/themes/default/images/warning.png
 %%WWWDIR%%/themes/default/index.php
 %%WWWDIR%%/themes/default/renderer.php
+%%WWWDIR%%/themes/dropdown/default.css
+%%WWWDIR%%/themes/dropdown/images/add.png
+%%WWWDIR%%/themes/dropdown/images/ajax-loader.gif
+%%WWWDIR%%/themes/dropdown/images/ajax-loader2.gif
+%%WWWDIR%%/themes/dropdown/images/arrow_12.gif
+%%WWWDIR%%/themes/dropdown/images/basket.png
+%%WWWDIR%%/themes/dropdown/images/body_bg.png
+%%WWWDIR%%/themes/dropdown/images/breadcrumb.gif
+%%WWWDIR%%/themes/dropdown/images/button_ok.png
+%%WWWDIR%%/themes/dropdown/images/cal.gif
+%%WWWDIR%%/themes/dropdown/images/cancel.png
+%%WWWDIR%%/themes/dropdown/images/closed.png
+%%WWWDIR%%/themes/dropdown/images/cog.png
+%%WWWDIR%%/themes/dropdown/images/content_bg.png
+%%WWWDIR%%/themes/dropdown/images/controller.png
+%%WWWDIR%%/themes/dropdown/images/credit.gif
+%%WWWDIR%%/themes/dropdown/images/delete.gif
+%%WWWDIR%%/themes/dropdown/images/download.gif
+%%WWWDIR%%/themes/dropdown/images/edit.gif
+%%WWWDIR%%/themes/dropdown/images/enter.png
+%%WWWDIR%%/themes/dropdown/images/escape.png
+%%WWWDIR%%/themes/dropdown/images/folder.gif
+%%WWWDIR%%/themes/dropdown/images/footer_bg.png
+%%WWWDIR%%/themes/dropdown/images/gl.png
+%%WWWDIR%%/themes/dropdown/images/help.gif
+%%WWWDIR%%/themes/dropdown/images/invoice.gif
+%%WWWDIR%%/themes/dropdown/images/link_bg.png
+%%WWWDIR%%/themes/dropdown/images/locate.png
+%%WWWDIR%%/themes/dropdown/images/lock.gif
+%%WWWDIR%%/themes/dropdown/images/login.gif
+%%WWWDIR%%/themes/dropdown/images/logo_frontaccounting.jpg
+%%WWWDIR%%/themes/dropdown/images/logo_frontaccounting.png
+%%WWWDIR%%/themes/dropdown/images/menu_break.png
+%%WWWDIR%%/themes/dropdown/images/money.png
+%%WWWDIR%%/themes/dropdown/images/news.gif
+%%WWWDIR%%/themes/dropdown/images/ok.gif
+%%WWWDIR%%/themes/dropdown/images/on_off.png
+%%WWWDIR%%/themes/dropdown/images/page_edit.png
+%%WWWDIR%%/themes/dropdown/images/pdf.gif
+%%WWWDIR%%/themes/dropdown/images/preferences.gif
+%%WWWDIR%%/themes/dropdown/images/print.png
+%%WWWDIR%%/themes/dropdown/images/progressbar.gif
+%%WWWDIR%%/themes/dropdown/images/receive.gif
+%%WWWDIR%%/themes/dropdown/images/remove.png
+%%WWWDIR%%/themes/dropdown/images/report.png
+%%WWWDIR%%/themes/dropdown/images/sort_asc.gif
+%%WWWDIR%%/themes/dropdown/images/sort_asc2.gif
+%%WWWDIR%%/themes/dropdown/images/sort_desc.gif
+%%WWWDIR%%/themes/dropdown/images/sort_desc2.gif
+%%WWWDIR%%/themes/dropdown/images/sort_none.gif
+%%WWWDIR%%/themes/dropdown/images/spacer.png
+%%WWWDIR%%/themes/dropdown/images/test.png
+%%WWWDIR%%/themes/dropdown/images/test_stock.png
+%%WWWDIR%%/themes/dropdown/images/time.png
+%%WWWDIR%%/themes/dropdown/images/transparent.gif
+%%WWWDIR%%/themes/dropdown/images/view.gif
+%%WWWDIR%%/themes/dropdown/images/warning.png
+%%WWWDIR%%/themes/dropdown/index.php
+%%WWWDIR%%/themes/dropdown/renderer.php
 %%WWWDIR%%/tmp/index.php
-%%WWWDIR%%/update.html
 %%WWWDIR%%/version.php
diff --git a/finance/frontaccounting24/Makefile b/finance/frontaccounting24/Makefile
deleted file mode 100644
index deb0370135fe..000000000000
--- a/finance/frontaccounting24/Makefile
+++ /dev/null
@@ -1,61 +0,0 @@
-PORTNAME=		frontaccounting24
-PORTVERSION=		2.4.12
-DISTVERSIONSUFFIX=	${PORTVERSION}
-CATEGORIES=		finance www
-MASTER_SITES=		SF/${DIST_SUBDIR}/FrontAccounting%202.4/${PORTVERSION}
-DISTNAME=		frontaccounting-${PORTVERSION}
-DIST_SUBDIR=		frontaccounting
-
-MAINTAINER=		james@elstone.net
-COMMENT=		Simple, powerful system for the entire ERP chain
-WWW=			https://www.frontaccounting.com/
-
-LICENSE=		GPLv3+
-LICENSE_FILE=		${WRKSRC}/doc/license.txt
-
-USES=			cpe
-USE_PHP+=		mysqli session ctype zlib
-
-NO_BUILD=		yes
-SUB_FILES=		pkg-deinstall pkg-message
-
-WRKSRC=			${WRKDIR}/${DIST_SUBDIR}
-
-OPTIONS_DEFINE=		APACHE LIGHTTPD NGINX NLS DOCS
-OPTIONS_DEFAULT=	APACHE MYSQL_SERVER
-OPTIONS_RADIO=		RG1
-OPTIONS_RADIO_RG1=	MARIADB_CLIENT MYSQL_CLIENT MYSQL_SERVER
-
-MARIADB_CLIENT_DESC=	MariaDB client connector support
-MYSQL_CLIENT_DESC=	MySQL client connector support
-MYSQL_SERVER_DESC=	MySQL server support
-NGINX_DESC=		NGINX web server
-RG1_DESC=		Database Connectivity
-
-APACHE_USES=		apache:run php:web
-DOCS_VARS_OFF=	PORTDOCSARGS='-not -path "./doc*"'
-LIGHTTPD_RUN_DEPENDS=	lighttpd:www/lighttpd
-LIGHTTPD_USES=		php:web
-MARIADB_CLIENT_USES=	mysql:106m
-MYSQL_CLIENT_USES=	mysql:client
-MYSQL_SERVER_USES=	mysql:server
-NGINX_RUN_DEPENDS=	nginx:www/nginx
-NGINX_USES=		php:web
-NLS_USES=		gettext
-
-.include <bsd.port.options.mk>
-
-.if !${PORT_OPTIONS:MAPACHE} && !${PORT_OPTIONS:MLIGHTTPD} && !{PORT_OPTIONS:MNGINX}
-USES+=			php:cgi php:cli
-.endif
-
-.if ${PORT_OPTIONS:MMYSQL_SERVER} || ${PORT_OPTIONS:MMARIADB_CLIENT}
-USE_PHP+=		mysqli
-.endif
-
-do-install:
-	@${MKDIR} ${STAGEDIR}${WWWDIR}
-	(cd ${WRKSRC} && ${COPYTREE_SHARE} . \
-		${STAGEDIR}${WWWDIR} ${PORTDOCSARGS})
-
-.include <bsd.port.mk>
diff --git a/finance/frontaccounting24/distinfo b/finance/frontaccounting24/distinfo
deleted file mode 100644
index 7bd9710bf637..000000000000
--- a/finance/frontaccounting24/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1703926379
-SHA256 (frontaccounting/frontaccounting-2.4.12.tar.gz) = 6e4a0eaf388550655dcb696668bac977a2cb2f5f3e78ee14b7d61879b7c3e808
-SIZE (frontaccounting/frontaccounting-2.4.12.tar.gz) = 1876122
diff --git a/finance/frontaccounting24/files/pkg-deinstall.in b/finance/frontaccounting24/files/pkg-deinstall.in
deleted file mode 100644
index d35ede4a4db0..000000000000
--- a/finance/frontaccounting24/files/pkg-deinstall.in
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-
-FAWEB=%%WWWDIR%%
-
-case $2 in
-POST-DEINSTALL)
-    if [ -e ${FAWEB} ]; then
-		echo ""
-		echo "If you do not plan on re-installing this port, "
-		echo "you should manually remove the \"${FAWEB}\" directory."
-		echo ""
-    fi
-    ;;
-*)
-    ;;
-esac
diff --git a/finance/frontaccounting24/files/pkg-message.in b/finance/frontaccounting24/files/pkg-message.in
deleted file mode 100644
index 9fc84eace640..000000000000
--- a/finance/frontaccounting24/files/pkg-message.in
+++ /dev/null
@@ -1,32 +0,0 @@
-[
-{ type: install
-  message: <<EOM
- FrontAccounting has been installed into the following directory:
- %%WWWDIR%%
-
- 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:
-   %%WWWDIR%%/tmp
- 
- Adjust the session settings as you require beginning on line 434 
- in:
-     %%WWWDIR%%/tmp/session.inc
-
-EOM
-}
-]
diff --git a/finance/frontaccounting24/pkg-descr b/finance/frontaccounting24/pkg-descr
deleted file mode 100644
index 7ba902609571..000000000000
--- a/finance/frontaccounting24/pkg-descr
+++ /dev/null
@@ -1,17 +0,0 @@
-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
diff --git a/finance/frontaccounting24/pkg-plist b/finance/frontaccounting24/pkg-plist
deleted file mode 100644
index 6b5737386d2c..000000000000
--- a/finance/frontaccounting24/pkg-plist
+++ /dev/null
@@ -1,721 +0,0 @@
-@owner www
-@group www
-%%WWWDIR%%/.htaccess
-%%WWWDIR%%/CHANGELOG.txt
-%%WWWDIR%%/FA.pem
-%%WWWDIR%%/README.md
-%%WWWDIR%%/SECURITY.md
-%%WWWDIR%%/access/index.php
-%%WWWDIR%%/access/login.php
-%%WWWDIR%%/access/logout.php
-%%WWWDIR%%/access/password_reset.php
-%%WWWDIR%%/access/timeout.php
-%%WWWDIR%%/admin/attachments.php
-%%WWWDIR%%/admin/backups.php
-%%WWWDIR%%/admin/change_current_user_password.php
-%%WWWDIR%%/admin/company_preferences.php
-%%WWWDIR%%/admin/create_coy.php
-%%WWWDIR%%/admin/crm_categories.php
-%%WWWDIR%%/admin/dashboard.php
-%%WWWDIR%%/admin/db/attachments_db.inc
-%%WWWDIR%%/admin/db/company_db.inc
-%%WWWDIR%%/admin/db/fiscalyears_db.inc
-%%WWWDIR%%/admin/db/index.php
-%%WWWDIR%%/admin/db/maintenance_db.inc
-%%WWWDIR%%/admin/db/printers_db.inc
-%%WWWDIR%%/admin/db/security_db.inc
-%%WWWDIR%%/admin/db/shipping_db.inc
-%%WWWDIR%%/admin/db/tags_db.inc
-%%WWWDIR%%/admin/db/transactions_db.inc
-%%WWWDIR%%/admin/db/users_db.inc
-%%WWWDIR%%/admin/db/voiding_db.inc
-%%WWWDIR%%/admin/display_prefs.php
-%%WWWDIR%%/admin/fiscalyears.php
-%%WWWDIR%%/admin/forms_setup.php
-%%WWWDIR%%/admin/gl_setup.php
-%%WWWDIR%%/admin/includes/fa_patch.class.inc
-%%WWWDIR%%/admin/includes/index.php
-%%WWWDIR%%/admin/index.php
-%%WWWDIR%%/admin/inst_chart.php
-%%WWWDIR%%/admin/inst_lang.php
-%%WWWDIR%%/admin/inst_module.php
-%%WWWDIR%%/admin/inst_theme.php
-%%WWWDIR%%/admin/inst_upgrade.php
-%%WWWDIR%%/admin/payment_terms.php
-%%WWWDIR%%/admin/print_profiles.php
-%%WWWDIR%%/admin/printers.php
-%%WWWDIR%%/admin/security_roles.php
-%%WWWDIR%%/admin/shipping_companies.php
-%%WWWDIR%%/admin/system_diagnostics.php
-%%WWWDIR%%/admin/tags.php
-%%WWWDIR%%/admin/users.php
-%%WWWDIR%%/admin/view/view_package.php
-%%WWWDIR%%/admin/view/view_upgrade_log.php
-%%WWWDIR%%/admin/view_print_transaction.php
-%%WWWDIR%%/admin/void_transaction.php
-%%WWWDIR%%/applications/application.php
-%%WWWDIR%%/applications/customers.php
-%%WWWDIR%%/applications/dimensions.php
-%%WWWDIR%%/applications/fixed_assets.php
-%%WWWDIR%%/applications/generalledger.php
-%%WWWDIR%%/applications/index.php
-%%WWWDIR%%/applications/inventory.php
-%%WWWDIR%%/applications/manufacturing.php
-%%WWWDIR%%/applications/setup.php
-%%WWWDIR%%/applications/suppliers.php
-%%WWWDIR%%/company/0/backup/index.php
-%%WWWDIR%%/company/0/images/102.jpg
-%%WWWDIR%%/company/0/images/103.jpg
-%%WWWDIR%%/company/0/images/104.jpg
-%%WWWDIR%%/company/0/images/index.php
-%%WWWDIR%%/company/0/images/logo_frontaccounting.jpg
-%%WWWDIR%%/company/0/index.php
-%%WWWDIR%%/company/0/js_cache/index.php
-%%WWWDIR%%/company/0/pdf_files/index.php
-%%WWWDIR%%/company/0/reporting/index.php
-%%WWWDIR%%/company/index.php
-%%WWWDIR%%/config.default.php
-%%WWWDIR%%/dimensions/dimension_entry.php
-%%WWWDIR%%/dimensions/includes/dimensions_db.inc
-%%WWWDIR%%/dimensions/includes/dimensions_ui.inc
-%%WWWDIR%%/dimensions/includes/index.php
-%%WWWDIR%%/dimensions/index.php
-%%WWWDIR%%/dimensions/inquiry/index.php
-%%WWWDIR%%/dimensions/inquiry/search_dimensions.php
-%%WWWDIR%%/dimensions/view/index.php
-%%WWWDIR%%/dimensions/view/view_dimension.php
-%%WWWDIR%%/doc/2.1_Beta.txt
-%%WWWDIR%%/doc/2.2_Beta.txt
-%%WWWDIR%%/doc/access_levels.txt
-%%WWWDIR%%/doc/api_changes.txt
-%%WWWDIR%%/doc/attachments.txt
-%%WWWDIR%%/doc/bank_reconciliation.txt
-%%WWWDIR%%/doc/calculate_price.txt
-%%WWWDIR%%/doc/dim_on_invoice.txt
-%%WWWDIR%%/doc/extensions.txt
-%%WWWDIR%%/doc/index.php
-%%WWWDIR%%/doc/license.txt
-%%WWWDIR%%/doc/quick_entries.txt
-%%WWWDIR%%/doc/recurrent_invoice.txt
-%%WWWDIR%%/doc/sales_quotations.txt
-%%WWWDIR%%/fixed_assets/fixed_asset_classes.php
*** 620 LINES SKIPPED ***