pkgsrc/meta-pkgs/Makefile

116 lines
3.3 KiB
Makefile
Raw Normal View History

2017-03-12 14:46:51 +01:00
# $NetBSD: Makefile,v 1.94 2017/03/12 13:46:51 taca Exp $
1998-07-24 16:53:21 +02:00
#
COMMENT= Collections of other packages
SUBDIR+= boost
SUBDIR+= bulk-large
2013-01-24 06:25:06 +01:00
SUBDIR+= bulk-medium
SUBDIR+= bulk-small
SUBDIR+= c++-gnome-bindings
2008-05-12 15:02:26 +02:00
SUBDIR+= compiz-fusion
2007-08-10 19:57:24 +02:00
SUBDIR+= courier
SUBDIR+= deforaos-desktop
2009-02-23 18:53:07 +01:00
SUBDIR+= desktop-gnome
2002-05-14 02:52:15 +02:00
SUBDIR+= fxtv-capture
2011-02-20 12:46:44 +01:00
SUBDIR+= gimp-docs
SUBDIR+= gnome
2008-11-07 16:27:03 +01:00
SUBDIR+= gnome-devtools
2008-11-29 09:57:47 +01:00
SUBDIR+= gnome-mobile
2008-01-09 19:49:21 +01:00
SUBDIR+= gnome-platform
SUBDIR+= gnuradio
2003-01-03 06:56:17 +01:00
SUBDIR+= gnustep
2008-08-02 01:29:14 +02:00
SUBDIR+= gstreamer0.10-plugins
2016-01-21 04:52:31 +01:00
SUBDIR+= kde-telepathy
2003-07-30 18:02:07 +02:00
SUBDIR+= kde3
2009-10-08 08:15:59 +02:00
SUBDIR+= kde4
2016-05-26 12:05:50 +02:00
SUBDIR+= kf5
2016-05-21 00:15:39 +02:00
SUBDIR+= libdbusmenu
2016-05-24 00:48:52 +02:00
SUBDIR+= lxde
2005-12-31 15:57:13 +01:00
SUBDIR+= matchbox
2016-05-21 23:42:10 +02:00
SUBDIR+= mate
2011-05-27 01:27:44 +02:00
SUBDIR+= modular-xorg
2007-05-20 17:49:54 +02:00
SUBDIR+= modular-xorg-apps
SUBDIR+= modular-xorg-drivers
SUBDIR+= modular-xorg-fonts
2007-08-16 03:46:23 +02:00
SUBDIR+= modular-xorg-libs
2012-07-21 12:04:10 +02:00
SUBDIR+= modular-xorg-protos
2014-05-21 23:05:23 +02:00
SUBDIR+= modular-xorg-utils
SUBDIR+= mono-gnome-bindings
2015-04-04 18:05:34 +02:00
SUBDIR+= nagios
SUBDIR+= netbsd-doc
SUBDIR+= netbsd-doc-print
2003-04-22 19:18:26 +02:00
SUBDIR+= netbsd-www
SUBDIR+= p5-gnome-bindings
2014-11-24 16:43:16 +01:00
SUBDIR+= php56-extensions
2015-12-06 16:22:29 +01:00
SUBDIR+= php70-extensions
2017-03-12 14:46:51 +01:00
SUBDIR+= php71-extensions
2006-08-04 13:55:38 +02:00
SUBDIR+= pkg_developer
SUBDIR+= pkgsrc-guide-tools
2009-01-01 07:45:42 +01:00
SUBDIR+= pulseaudio-tools
SUBDIR+= py-gnome-bindings
Updates and additions to release 3.6 details found here (http://www.tryton.org/posts/new-tryton-release-36.html) Major changes for the developer It is now allowed to have many times the same field in list/tree view. There is no more a datetime widget for list/tree, two columns with one widget date and one widget time should be used instead. A new field TimeDelta appears in this release to represent a duration. It replace the float_time widget which had some rounding issue. This new field is already used in the timesheet and project modules. The One2Many widget can be configured to use a Cartesian product with the selections of many values for Many2One or Reference fields. A method restore_history_before is added to ModelSQL which behaves like the existing restore_history but restore the records just before the datetime. The on_change methods have been migrated to a behaviour more consistent with the Active Record Pattern used in Tryton. Instead of returning a dictionary with the values to change, now the instance is directly changed. This allow to chain easily the on_change methods or reuse them in other methods reducing the duplication. The method save on ModelStorage is now a dualmethod which means that it can be called as usual as an instance method but also as a class method with a list of records. Saving many records at once this way improves the performance as the method will minimize the number of queries to the database and will validate the result by bunch. The Dict field received a translated method to create descriptors which translate the values or the keys like the same method on Selection field. It is now allowed to use the dotted notation in the order clause of a search. The ORM will automatically generate the needed joins. The API of the Report class has been reworked to improve the customization of the engine. The formatting methods are now more strict to prevent silent failure. The safe_eval (which was not sure to be safe) has been completely removed. In the places where the evaluated code was any way safe, the standard eval is used. For evaluated code from outside, a JSON notation is now used. Some utilities have been developed to ease the creation of JSON from XMl or in the views. A new kind of button has been added which works on non-saved record. They are quite similar to on_change but they are triggered by a click on a button instead of a change of field. Accounting A new method reverse_compute has been added to Tax which allow to compute the base amount from the taxed amount. The sign of the second currency amount is enforced to be the same as debit - credit. The analytic account management has been reworked to use a really One2Many instead of the pseudo-field. This simplification was possible thanks to the recent new features like the usage of Reference field on One2Many. Party The vat number is now stored in its compact format. Product The number of decimal for internal price calculations is now a configuration parameter price_decimal. This parameter is used everywhere to ensure consistency between all modules. Purchase/Sale Their lines support both mixed invoice type (Invoice vs Credit Note) per line when computing the invoiced quantity. Stock A new state staging is added to the move. Such state doesn't impact at all the computation of the stock level. It is used for supply on sale, to create moves in advance. Inactive products are still computed for the stock level. The computation of assigned move has been improved to take only in consideration outgoing move assigned not the incoming. This result in a less optimistic for the stock level and thus prevent to assign a move with an incoming one that is just assigned but not yet done. Forecasts are now automatically deactivated when their period is in the past. pkgsrc related updates: update to tryton-3.6.0 update to trytond-3.6.0 including UTC check patch for SunOS update trytond modules to latest 3.6 add meta-pkgs/py-tryton-platform add misc/py-trytond-party-relationship add misc/py-trytond-product-attribute add misc/py-trytond-production add misc/py-trytond-stock-inventory-location add misc/py-trytond-stock-product-location add finance/py-trytond-account-invoice-line-standalone add finance/py-trytond-account-invoice-history add finance/py-trytond-account-invoice-stock add finance/py-trytond-account-payment-clearing add finance/py-trytond-account-stock-continental add finance/py-trytond-analytic-invoice add finance/py-trytond-analytic-purchase add finance/py-trytond-analytic-sale add finance/py-trytond-product-price-list add finance/py-trytond-product-cost-fifo add finance/py-trytond-product-cost-history add finance/py-trytond-purchase add finance/py-trytond-purchase-invoice-line-standalone add finance/py-trytond-sale add finance/py-trytond-stock-supply add time/py-trytond-company-work-time
2015-08-24 16:49:41 +02:00
SUBDIR+= py-tryton-platform
SUBDIR+= ruby-gnome2
SUBDIR+= ruby-redmine-plugins
SUBDIR+= ruby-redmine-themes
2014-07-05 14:25:31 +02:00
SUBDIR+= ruby-shoulda
2006-06-10 16:25:25 +02:00
SUBDIR+= suse100
2012-03-21 14:47:18 +01:00
SUBDIR+= suse121
SUBDIR+= suse131
2017-01-21 00:47:25 +01:00
SUBDIR+= texlive-collection-all
2015-05-06 12:45:55 +02:00
SUBDIR+= texlive-collection-basic
SUBDIR+= texlive-collection-basic-doc
SUBDIR+= texlive-collection-bibtexextra
SUBDIR+= texlive-collection-binextra
SUBDIR+= texlive-collection-context
SUBDIR+= texlive-collection-fontsextra
SUBDIR+= texlive-collection-fontsrecommended
SUBDIR+= texlive-collection-fontsrecommended-doc
SUBDIR+= texlive-collection-fontutils
SUBDIR+= texlive-collection-formatsextra
SUBDIR+= texlive-collection-games
SUBDIR+= texlive-collection-genericextra
SUBDIR+= texlive-collection-genericrecommended
SUBDIR+= texlive-collection-genericrecommended-doc
SUBDIR+= texlive-collection-htmlxml
SUBDIR+= texlive-collection-langafrican
SUBDIR+= texlive-collection-langarabic
SUBDIR+= texlive-collection-langchinese
SUBDIR+= texlive-collection-langcjk
SUBDIR+= texlive-collection-langcyrillic
SUBDIR+= texlive-collection-langczechslovak
SUBDIR+= texlive-collection-langenglish
SUBDIR+= texlive-collection-langeuropean
SUBDIR+= texlive-collection-langfrench
SUBDIR+= texlive-collection-langgerman
SUBDIR+= texlive-collection-langgreek
SUBDIR+= texlive-collection-langindic
SUBDIR+= texlive-collection-langitalian
SUBDIR+= texlive-collection-langjapanese
SUBDIR+= texlive-collection-langkorean
SUBDIR+= texlive-collection-langother
SUBDIR+= texlive-collection-langpolish
SUBDIR+= texlive-collection-langportuguese
SUBDIR+= texlive-collection-langspanish
SUBDIR+= texlive-collection-latex
SUBDIR+= texlive-collection-latex-doc
SUBDIR+= texlive-collection-latexextra
SUBDIR+= texlive-collection-latexrecommended
SUBDIR+= texlive-collection-luatex
SUBDIR+= texlive-collection-mathextra
SUBDIR+= texlive-collection-metapost
SUBDIR+= texlive-collection-music
SUBDIR+= texlive-collection-omega
SUBDIR+= texlive-collection-pictures
SUBDIR+= texlive-collection-plainextra
SUBDIR+= texlive-collection-pstricks
SUBDIR+= texlive-collection-publishers
SUBDIR+= texlive-collection-science
SUBDIR+= texlive-collection-xetex
SUBDIR+= web-server
2002-06-13 10:09:12 +02:00
SUBDIR+= windowmaker-desktop
2003-09-26 12:30:27 +02:00
SUBDIR+= xfce4
2004-01-23 15:05:38 +01:00
SUBDIR+= xfce4-extras
1998-07-24 16:53:21 +02:00
.include "../mk/misc/category.mk"