Commit graph

469 commits

Author SHA1 Message Date
markd
eb65669bf5 Add kf5 packages 2016-05-26 08:55:07 +00:00
youri
674fabae05 + libmateweather
+ mate-utils
2016-05-21 21:48:36 +00:00
nonaka
f4502384e7 Add iwatch 2016-05-06 09:05:46 +00:00
tsutsui
0910b90e32 Remove ruby-hashie1 package.
The only user ruby-userstream just wants Hashie::Mash.new and works with
the latest ruby-hashie, and there is no other user of this package.
2016-03-16 15:34:01 +00:00
tsutsui
afd613f397 + ruby-mini_portile2 2016-01-10 11:52:05 +00:00
ryoon
d8808e3f86 Add libreoffice5-bin 2016-01-08 23:54:31 +00:00
agc
b3c0bf9535 There's an older version in pkgtools (wrong category), so get rid of the
newly-imported version (although it's a later stable version)
2015-12-31 18:51:48 +00:00
agc
a6c2f5aadb Add and enable pkgng 2015-12-31 18:31:07 +00:00
fhajny
05aad0ff6b Add new Erlang module packages 2015-11-04 14:07:26 +00:00
kamil
f755dc84d9 Add ansiweather 2015-09-08 21:51:35 +00:00
jnemeth
fdc57c6fda sort 2015-08-27 09:49:43 +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
he
0fbbb8047b Add libreoffice43. 2015-08-19 07:12:19 +00:00
ryoon
abb21883cf Add libreoffice 2015-08-12 00:58:05 +00:00
youri
01066b3f94 + xfce4-smartbookmark-plugin 2015-07-12 21:58:35 +00:00
youri
7d3264ed9b Add cw. 2015-06-04 20:28:06 +00:00
jperkin
ca8519b89a Update Xfce to 4.12.0.
This is a very large change, and incorporates the 4.8, 4.10, and 4.12 major
Xfce releases since 4.6.2, our previous pkgsrc release.  For more information
about the thousands of changes in each major release since then, please see:

  Xfce 4.12 announcement:
    http://www.xfce.org/about/news

  Xfce 4.12 tour:
    http://www.xfce.org/about/tour

  Xfce 4.10 announcement:
    http://www.xfce.org/about/news/?post=1335571200

  Xfce 4.10 tour:
    http://www.xfce.org/about/tour410

  Xfce 4.8 announcement:
    http://www.xfce.org/about/news/?post=1295136000

  Xfce 4.8 tour:
    http://www.xfce.org/about/tour48

The pkgsrc changes since then are:

  New packages:
    archivers/xfce4-thunar-archive
    graphics/elementary-xfce-icon-theme
    mail/xfce4-mailwatch-plugin
    misc/xfce4-time-out-plugin
    multimedia/xfce4-thunar-media-tags
    sysutils/xfce4-mount-plugin
    sysutils/xfce4-taskmanager
    sysutils/xfce4-thunar-vcs
    sysutils/xfce4-verve-plugin
    x11/xfce4-garcon
    x11/xfce4-notifyd
    x11/xfce4-tumbler
    x11/xfce4-whiskermenu-plugin

  Renamed packages:
    devel/xfconf to devel/xfce4-conf
    x11/libxfce4menu to x11/libxfce4ui
    x11/xfce4-screenshooter-plugin to x11/xfce4-screenshooter

  Updated packages:
    audio/xfce4-mixer
    audio/xfce4-xmms-plugin
    devel/xfce4-dev-tools
    editors/xfce4-mousepad
    graphics/ristretto
    meta-pkgs/xfce4-extras
    meta-pkgs/xfce4
    misc/xfce4-weather-plugin
    multimedia/xfce4-mpc-plugin
    net/xfce4-wavelan-plugin
    sysutils/xfce4-appfinder
    sysutils/xfce4-battery-plugin
    sysutils/xfce4-cpugraph-plugin
    sysutils/xfce4-diskperf-plugin
    sysutils/xfce4-fsguard-plugin
    sysutils/xfce4-genmon-plugin
    sysutils/xfce4-netload-plugin
    sysutils/xfce4-quicklauncher-plugin
    sysutils/xfce4-systemload-plugin
    sysutils/xfce4-thunar
    sysutils/xfce4-xarchiver
    sysutils/xfce4-xkb-plugin
    textproc/xfce4-dict-plugin
    time/xfce4-datetime-plugin
    time/xfce4-orage
    time/xfce4-timer-plugin
    wm/xfce4-wm-themes
    wm/xfce4-wm
    x11/libxfce4gui
    x11/libxfce4util
    x11/xfce4-clipman-plugin
    x11/xfce4-desktop
    x11/xfce4-exo
    x11/xfce4-eyes-plugin
    x11/xfce4-gtk2-engine
    x11/xfce4-notes-plugin
    x11/xfce4-panel
    x11/xfce4-places-plugin
    x11/xfce4-session
    x11/xfce4-settings
    x11/xfce4-terminal

  Removed packages:
    sysutils/xfce4-volman
    x11/xfce4-utils

This is based on a huge amount of work by the NetBSDfr team and Youri Mouton,
who takes over as MAINTAINER, and has been tested by Youri on a large number
of platforms prior to commit.  A massive thanks to them.  Any issues with the
import are mine alone as the committer-by-proxy.
2015-04-21 08:56:37 +00:00
wiz
e07fdcf22c + khard. 2015-04-02 22:35:44 +00:00
nros
ab8d44ce0b +bibletime +sword 2015-03-12 14:00:14 +00:00
jmcneill
2f25b565b2 + libcec 2015-02-13 11:13:28 +00:00
wiz
bfc0813a1e + calibre1. 2015-02-08 00:32:51 +00:00
taca
8124fcfa39 Add and enable ruby-hashie1. 2015-02-04 14:03:12 +00:00
taca
3ce3ef0eae Add and enable misc/ruby-colorize. 2015-02-03 14:57:20 +00:00
mef
56779c8a19 Added misc/p5-Business-ISSN version 0.91
Added misc/p5-Business-ISMN version 1.13
2015-01-30 13:50:44 +00:00
obache
e758e06db7 Removed misc/m17n-contrib, merged back to m17n-db-1.7.0. 2014-12-14 08:01:41 +00:00
markd
e04b7deb50 Remove nepomuk-{core,widgets} 2014-11-15 03:46:53 +00:00
jaapb
3dc9d0345d Added ocaml-opam to SUBDIRs 2014-11-06 15:31:11 +00:00
jaapb
8e159a3dd4 Added dose3 to SUBDIRs 2014-10-27 12:02:35 +00:00
jaapb
6f9072644f Added ocaml-cudf to Makefile 2014-10-26 14:15:06 +00:00
adam
fa27a9249e Added misc/libcdio-paranoia version 0.93 2014-10-09 15:24:08 +00:00
wiz
704a098767 Remove libreoffice and libreoffice3-bin; use libreoffice4{,-bin} instead. 2014-10-02 09:30:13 +00:00
jnemeth
6b7d990ce8 add and enable wemux 2014-08-28 04:03:03 +00:00
wiz
5f9023030c Remove py-qt3*, obsolete upstream and replaced by py-qt4*.
Remove last three packages using py-qt3 as announced on pkgsrc-users.
2014-08-21 21:30:19 +00:00
jperkin
5b92018328 Add ruby-pry. 2014-06-03 15:08:51 +00:00
jperkin
b11db20177 Add ruby-slop. 2014-06-03 13:58:57 +00:00
jperkin
c3ecd36090 Add ruby-ohai. 2014-06-03 13:50:01 +00:00
jperkin
1c39e190a7 Add ruby-systemu. 2014-06-03 13:31:43 +00:00
jperkin
b65bc11652 Add ruby-method_source. 2014-06-03 13:03:53 +00:00
jperkin
fe86a651ae Add ruby-hashie2. 2014-06-03 12:49:42 +00:00
darcy
231a15168e Add chordii. This is a successor to the old misc/chord program.
Chordii reads a text file containing the lyrics of a song, the chords to
be played, their description and some other optional data. The format used
is the so called ChordPro format. Chordii produces a PostScript document
that includes:
 -  Centered titles
 -  Chord names above the words
 -  Graphical representation of the chords at the end of the songs

Chordii also provides support for:
 -  Multiple columns on a page
 -  Index of a songbook
 -  Multiple logical pages per physical pages (1, 2 or 4)
 -  Configurable fonts for the lyrics and the chord names
 -  Multiple songs inside one file
 -  The complete ISO 8859-1 character set
 -  Chorus marking
2014-05-29 08:54:02 +00:00
obache
616dbb82d1 + libkkc-data 2014-05-24 13:14:01 +00:00
richard
32252d7957 import misc/py-trytond-party-siret 2014-05-15 05:35:27 +00:00
jperkin
5ff4ded094 Add mbuffer. 2014-05-08 11:21:55 +00:00
jperkin
d64af4e088 Add ruby-mini_portile. 2014-04-25 09:17:14 +00:00
wiz
7b63f0e87d + rhash. 2014-04-18 21:21:43 +00:00
richard
ad919b5eb5 add py-stdnum 2014-03-31 08:43:26 +00:00
jperkin
84605bf1b7 Add forgotten ruby-naught, fixes bulk builds. 2014-03-11 12:06:54 +00:00
wiz
6087d39fa9 + starplot. 2014-02-27 14:51:34 +00:00
schmonz
4085ccd008 Add and enable toilet. 2014-02-23 00:40:36 +00:00
rodent
bee861ec06 +py-trytond-stock-lot 2014-02-01 22:54:50 +00:00