Commit graph

491 commits

Author SHA1 Message Date
minskim
a3733e38c2 misc/Makefile: Add ruby-windows_error 2017-10-03 17:04:21 +00:00
wiz
c8f6eef5b9 koffice-i18n-*: remove translations for removed koffice package 2017-09-27 13:35:17 +00:00
wiz
06bd0ca307 *: remove qt3 and the packages using it, including KDE3
Announced in https://mail-index.netbsd.org/pkgsrc-users/2017/09/10/msg025556.html
2017-09-26 10:26:54 +00:00
taca
1cba77e264 misc: delete ruby-mini_portile 2017-09-17 15:57:54 +00:00
leot
c8bd7e0995 + moreutils 2017-09-04 09:45:07 +00:00
jperkin
6056a61a90 Add tmate. 2017-08-23 18:56:41 +00:00
taca
de91c037a8 Add and enable ruby-sprockets-rails. 2017-07-18 14:41:57 +00:00
jaapb
34ebe91723 Added ocaml-opam-file-format to Makefile SUBDIRs 2017-07-11 10:35:09 +00:00
jaapb
edc7c14b83 Added ocaml-topkg to Makefile SUBDIRs 2017-07-11 09:59:44 +00:00
taca
d3ce10f63e Delete rubygems. 2017-04-22 18:08:22 +00:00
tsutsui
0d0f44202e Remove ruby-descendants_tracker package.
The upstream github has not been updated for three years and
the only user net/ruby-twitter gem no longer requires this one.
Ok by @taca.
2017-04-08 19:17:40 +00:00
taca
4e3a4b9d00 Add and enable ruby-powerbar. 2017-03-17 00:27:47 +00:00
ryoon
0fe4a9d0c2 Add mdp 2017-01-26 14:07:42 +00:00
wiz
de8f365129 Remove old openoffice and libreoffice packages.
As discussed on pkgsrc-users.
2016-12-29 19:10:27 +00:00
marino
7baaf3f375 Add misc/ini_file_manager to pkgsrc
The Ini file manager consists of a package, Config, which can read or write
informations from various configuration files known as "ini" files because
they have often the ".ini" extension.  It is an Ada library.
2016-12-12 00:40:17 +00:00
rodent
a71bc063ac 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
2016-12-04 21:12:58 +00:00
leot
965c839323 + fzy 2016-11-16 10:40:05 +00:00
bsiegert
bb0205df2f New package, go-genproto.
This repository contains the generated Go packages for common protocol buffer
types, and the generated gRPC code necessary for interacting with Google's gRPC
APIs.

There are two sources for the proto files used in this repository:

1. google/protobuf: the code in the protobuf and ptypes subdirectories is
   derived from this repo. The messages in protobuf are used to describe
   protocol buffer messages themselves. The messages under ptypes define the
   common well-known types.
2. googleapis/googleapis: the code in the googleapis is derived from this repo.
   The packages here contain types specifically for interacting with Google
   APIs.
2016-09-13 20:42:12 +00:00
wiz
b2d9f23d4b + todoman. 2016-08-02 20:07:32 +00:00
wiz
4a9cc47a7d + py-ansi. 2016-08-02 09:11:06 +00:00
kamil
14ebfbddf2 Add misc/nyancat 2016-07-26 18:14:11 +00:00
youri
371649b8ac Add xfce4-calculator-plugin. 2016-06-09 09:50:27 +00:00
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