Commit graph

1347 commits

Author SHA1 Message Date
taca
cb6f150363 Add converters/php-recode which is included in PHP source files.
Bump PKGREVISION.
2015-09-27 06:49:58 +00:00
kamil
4ff66e84a6 Add gc and bump PKGREVISION 2015-09-26 01:14:20 +00:00
tnn
9b0a2662b8 work around a configure test that makes GCC 5.2 choke 2015-09-24 23:02:54 +00:00
joerg
87782e5d29 Since Apache 2.4 is normally picked up anyway, just use it in first
place. Bump version.
2015-09-12 16:52:09 +00:00
joerg
0705162f0d mutt-devel is gone. 2015-09-12 16:50:43 +00:00
wiz
9aa8de4508 Fix pattern so it allows the current mutt version.
Bump version.
Noted by sevan@
2015-09-04 04:43:47 +00:00
khorben
dd60e02fa4 Include the latest version of DeforaOS Panel 2015-09-02 23:21:54 +00:00
markd
c22f7538bc Update version to 2015 2015-09-02 11:21:35 +00:00
markd
3f9d6d8137 Add tex-cjk-gs-integrate to complete 2015 collection. 2015-09-02 11:20:24 +00:00
markd
3397822524 Add tex packages to complete 2015 collection. 2015-09-02 11:13:54 +00:00
markd
5d64cb268f Add tex-mcf2graph tex-roundrect tex-shapes 2015-09-02 10:56:49 +00:00
markd
0bce5318e9 Update comments 2015-09-02 09:22:04 +00:00
markd
15714251ad Fix version. 2015-09-01 21:43:53 +00:00
markd
0a9050fbd9 Add more packages. 2015-09-01 21:33:27 +00:00
markd
dac6601fe6 Add tex-tikzposter 2015-09-01 21:32:58 +00:00
markd
6eaf457302 Add tex-toptesi 2015-09-01 21:32:14 +00:00
khorben
260209a5fb Also package x11/deforaos-notes in meta-pkgs/deforaos-desktop 2015-09-01 00:31:38 +00:00
khorben
d6e7f67787 Include the latest version of DeforaOS Todo 2015-08-31 00:23:06 +00:00
dholland
aea945d0ff Bump versions to samba 4.2, apache 2.4, suse 13.1. 2015-08-29 23:53:44 +00:00
dholland
2a5cda77f5 Nail down the versions of cups, evince, wine, mutt, gnupg2, and icewm to
get the intended version and not an alternate one.
2015-08-29 23:50:31 +00:00
dholland
dec9422c86 Switch these to build mysql 5.5 and 5.6 instead of 5.1 and 5.5. 2015-08-29 23:41:54 +00:00
markd
697f4d10cc kdesdk-kioslaves doesn't build with subversion 1.9, so comment out
dependency to allow meta package to build.  bump PKGREVISION
2015-08-29 02:35:13 +00:00
khorben
40c1064d5d Include the latest version of DeforaOS Mixer 2015-08-27 22:33:38 +00:00
khorben
2d167f24c1 Force updates to the latest releases 2015-08-26 00:12:36 +00:00
richard
677b8295ac py-trytond-stock-supply missing from meta-pkg, as well as needed updated PLIST.
ride update
2015-08-24 15:50:08 +00:00
richard
b86d646729 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 14:49:41 +00:00
wiz
a11dab2c5b Add xf86-video-xgi. Bump PKGREVISION. 2015-08-22 13:33:07 +00:00
adam
9118a80e7c This time, Darwin needs a little more magic 2015-08-14 16:17:16 +00:00
adam
98598742b0 Changes 1.59.0:
New Libraries
Convert:
An extendible and configurable type-conversion framework, from Vladimir Batov.
Coroutine2:
(C++14) Coroutine library, from Oliver Kowalke.

Updated Libraries...
2015-08-14 07:54:04 +00:00
mrg
d1737f6364 some part of boost wants fence_before_store(), so implement it for sparc.
fixes the build of boost-libs on sparc64.
2015-08-09 07:59:04 +00:00
markd
b22a5747ca Note changes from texlive revision 37812 2015-08-02 03:22:01 +00:00
markd
d9c2bb189e Note changes in texlive revision 37710 2015-08-02 03:20:19 +00:00
markd
ffa222317d Note changes in revision 37604 2015-08-02 03:18:01 +00:00
markd
692e0bbe30 Note changes in texlive revision 37604 2015-08-02 03:16:41 +00:00
markd
4911ffa100 Note changes in texlive revision 37535 2015-08-02 03:13:22 +00:00
markd
22d42ba656 Note changes in texlive revision 37811 2015-08-02 03:11:46 +00:00
markd
f9f06e4964 Note changes in texlive revision 37946 2015-08-02 03:09:20 +00:00
markd
e12b2d789a Note changes in texlive revision 37746 2015-08-02 03:01:10 +00:00
markd
0bf23e63f1 Note changes in texlive revision 37591 2015-08-02 02:59:03 +00:00
markd
aeb33a85fd Note changes in texlive revision 37744 2015-08-02 02:56:36 +00:00
markd
b297a8ca46 note changes from texlive revision 37751 2015-08-02 02:51:46 +00:00
markd
b7e2f3f055 Update to texlive revision 37964 2015-08-02 02:45:32 +00:00
markd
ee0586fd7c Add tex-easy-todo, tex-fixmetodonotes, tex-todo, tex-todonotes 2015-08-02 02:19:04 +00:00
markd
20eea87a98 Add tex-polyglossia 2015-08-02 02:14:49 +00:00
youri
df09d80669 + xfce4-gvfs-mount-plugin 2015-07-31 09:03:29 +00:00
youri
cc4b4e335d + xfce4-wmdock-plugin 2015-07-31 08:41:45 +00:00
youri
f4a0467691 Add back gtk2 dependency I mistakenly removed. 2015-07-30 14:58:10 +00:00
youri
32f4c55c88 + xfce4-kbdleds-plugin 2015-07-29 16:33:16 +00:00
youri
21b282be0d Change dependencies to use new dict application. Bump. 2015-07-26 14:01:42 +00:00
youri
af73895663 Update references. 2015-07-26 13:59:24 +00:00