diff options
author | rodent <rodent@pkgsrc.org> | 2016-12-04 21:12:58 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2016-12-04 21:12:58 +0000 |
commit | 517b485d38759e5f59ec75e7263448b5cbc66b88 (patch) | |
tree | bcb13945f8b7330e505f9ecf29d976b9e1948bb3 /finance/Makefile | |
parent | 7cb907836741d7d8613a07fbf044826b68952956 (diff) | |
download | pkgsrc-517b485d38759e5f59ec75e7263448b5cbc66b88.tar.gz |
It's time to make Tryton great again. This update is YUGE. There are 71
new packages. Most of which are the remaining modules of the Tryton
platform which weren't packaged. The others are dependencies of the new
modules. This was tested on FreeBSD and is based in large part on Richard
Palo's (richard@) work. This is the most recent release of the Tryton
platform, version 4.2. There's a very large list of changes from the 3.8
series we have in pkgsrc. If you're interested, those functional changes
can be found here:
http://www.tryton.org/posts/new-tryton-release-42.html
http://www.tryton.org/posts/new-tryton-release-40.html
Diffstat (limited to 'finance/Makefile')
-rw-r--r-- | finance/Makefile | 34 |
1 files changed, 33 insertions, 1 deletions
diff --git a/finance/Makefile b/finance/Makefile index 85ce7d9c1fb..f4f572f0aa5 100644 --- a/finance/Makefile +++ b/finance/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2015/12/27 16:27:40 richard Exp $ +# $NetBSD: Makefile,v 1.40 2016/12/04 21:12:58 rodent Exp $ # COMMENT= Monetary, financial and related applications @@ -20,6 +20,13 @@ SUBDIR+= py-python-bitcoinlib SUBDIR+= py-stripe SUBDIR+= py-trytond-account SUBDIR+= py-trytond-account-asset +SUBDIR+= py-trytond-account-be +SUBDIR+= py-trytond-account-credit-limit +SUBDIR+= py-trytond-account-deposit +SUBDIR+= py-trytond-account-de-skr03 +SUBDIR+= py-trytond-account-dunning +SUBDIR+= py-trytond-account-dunning-fee +SUBDIR+= py-trytond-account-dunning-fee-letter SUBDIR+= py-trytond-account-fr SUBDIR+= py-trytond-account-invoice SUBDIR+= py-trytond-account-invoice-history @@ -28,22 +35,47 @@ SUBDIR+= py-trytond-account-invoice-stock SUBDIR+= py-trytond-account-payment SUBDIR+= py-trytond-account-payment-clearing SUBDIR+= py-trytond-account-payment-sepa +SUBDIR+= py-trytond-account-payment-sepa-cfonb SUBDIR+= py-trytond-account-product SUBDIR+= py-trytond-account-statement +SUBDIR+= py-trytond-account-stock-anglo-saxon SUBDIR+= py-trytond-account-stock-continental +SUBDIR+= py-trytond-account-stock-landed-cost +SUBDIR+= py-trytond-account-stock-landed-cost-weight +SUBDIR+= py-trytond-account-tax-rule-country SUBDIR+= py-trytond-analytic-account SUBDIR+= py-trytond-analytic-invoice SUBDIR+= py-trytond-analytic-purchase SUBDIR+= py-trytond-analytic-sale SUBDIR+= py-trytond-bank +SUBDIR+= py-trytond-commission +SUBDIR+= py-trytond-commission-waiting SUBDIR+= py-trytond-currency +SUBDIR+= py-trytond-customs SUBDIR+= py-trytond-product-cost-fifo SUBDIR+= py-trytond-product-cost-history SUBDIR+= py-trytond-product-price-list SUBDIR+= py-trytond-purchase SUBDIR+= py-trytond-purchase-invoice-line-standalone +SUBDIR+= py-trytond-purchase-request +SUBDIR+= py-trytond-purchase-requisition +SUBDIR+= py-trytond-purchase-shipment-cost SUBDIR+= py-trytond-sale +SUBDIR+= py-trytond-sale-complaint +SUBDIR+= py-trytond-sale-credit-limit +SUBDIR+= py-trytond-sale-extra +SUBDIR+= py-trytond-sale-invoice-grouping +SUBDIR+= py-trytond-sale-opportunity +SUBDIR+= py-trytond-sale-price-list +SUBDIR+= py-trytond-sale-promotion +SUBDIR+= py-trytond-sale-shipment-cost +SUBDIR+= py-trytond-sale-shipment-grouping +SUBDIR+= py-trytond-sale-stock-quantity +SUBDIR+= py-trytond-sale-supply +SUBDIR+= py-trytond-sale-supply-drop-shipment SUBDIR+= py-trytond-stock-supply +SUBDIR+= py-trytond-stock-supply-forecast +SUBDIR+= py-trytond-stock-supply-production SUBDIR+= py-vatnumber SUBDIR+= ruby-activemerchant SUBDIR+= ruby-braintree |