Hi, I would like to import a new serie of modules for productivity/tryton/5.0.
The tarball contains 32 modules. Diff for Makefile attached. Ports tested on amd64. Summary of the advance regarding all tryton modules: - total modules for tryton-5.0: 128 - currently imported: 52 (+ 32 = 84, after this serie) Thanks. -- Sebastien Marie
tryton-modules.tgz
Description: application/tar-gz
Index: Makefile =================================================================== RCS file: /cvs/ports/productivity/tryton/5.0/Makefile,v retrieving revision 1.2 diff -u -p -r1.2 Makefile --- Makefile 8 Dec 2018 19:08:01 -0000 1.2 +++ Makefile 16 Dec 2018 15:26:14 -0000 @@ -46,22 +46,55 @@ SUBDIR += analytic_account SUBDIR += analytic_invoice SUBDIR += analytic_purchase SUBDIR += analytic_sale +SUBDIR += authentication_sms SUBDIR += bank +SUBDIR += carrier +SUBDIR += carrier_percentage +SUBDIR += carrier_weight +SUBDIR += commission +SUBDIR += commission_waiting SUBDIR += company +SUBDIR += company_work_time +SUBDIR += customs SUBDIR += country SUBDIR += currency +SUBDIR += dashboard +SUBDIR += edocument_uncefact +SUBDIR += edocument_unece +SUBDIR += google_maps +#SUBDIR += ldap_authentication # TODO ldap3 +SUBDIR += notification_email SUBDIR += party +SUBDIR += party_relationship SUBDIR += party_siret SUBDIR += product +SUBDIR += product_attribute +SUBDIR += product_classification +SUBDIR += product_classification_taxonomic +SUBDIR += product_cost_fifo +SUBDIR += product_cost_history SUBDIR += product_measurements +SUBDIR += product_price_list +SUBDIR += product_price_list_dates +SUBDIR += product_price_list_parent +SUBDIR += production +SUBDIR += production_outsourcing +SUBDIR += production_routing +SUBDIR += production_split +SUBDIR += production_work +SUBDIR += production_work_timesheet SUBDIR += purchase SUBDIR += purchase_request +SUBDIR += purchase_shipment_cost SUBDIR += sale # TODO optional pygal +SUBDIR += sale_shipment_cost SUBDIR += sale_supply SUBDIR += sale_supply_drop_shipment SUBDIR += stock SUBDIR += stock_package SUBDIR += stock_shipment_measurements SUBDIR += stock_supply +SUBDIR += timesheet +SUBDIR += web_user .include <bsd.port.subdir.mk>
