pkgsrc/misc
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
..
9menu Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
Addresses Revbump after updating textproc/icu 2015-04-06 08:17:13 +00:00
ascii Correct the error on previous commit. 2014-12-20 23:51:52 +00:00
asr-manpages Fixes: 2013-04-06 03:45:05 +00:00
astrolog Remove USE_X11BASE and X11PREFIX. 2015-07-04 16:18:28 +00:00
attica Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
autocue Use nbcompat headers. Fix pid_t printing. Fixes build on at least SunOS. 2015-07-09 09:44:18 +00:00
basket Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
bbappconf Remove USE_X11BASE and X11PREFIX. 2015-07-04 16:18:28 +00:00
bbdb - Enable for Emacs25, say, add emacs25 for 2015-08-03 13:16:58 +00:00
bbweather Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
bibletime Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
blccc Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
bottlerocket Update HOMEPAGE and MASTER_SITES, both were 'Server not found' status. 2014-12-26 23:43:52 +00:00
brs Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
bsdiff Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
bsdstats Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
buffer Edited DESCR in the case of: 2013-04-07 20:49:31 +00:00
byobu Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
calibre Really depend on py-sqlite3, various device plugins depend on it. 2015-08-16 11:40:32 +00:00
calibre1 Bump PKGREVISION for poppler shlib major bump. 2015-07-15 15:09:37 +00:00
celestia Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
chipmunk in/out and variants are x86 assembler instructions, use them only on 2015-03-31 15:50:36 +00:00
chord Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
chordii Add chordii. This is a successor to the old misc/chord program. 2014-05-29 08:54:02 +00:00
cksfv Reset maintainer on his request. 2012-12-12 10:44:06 +00:00
color-theme Revbump all elisp packages after emacs changes. 2013-02-17 19:17:55 +00:00
colorblind just imported for gnome-mag package improvement, but not used by myself. 2014-09-28 03:09:45 +00:00
colorize Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
colorls Use nbcompat correctly, add patch comments. Fixes build on SunOS. 2015-07-09 11:44:09 +00:00
colortail Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
cowsay Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
cstream (pkgsrc) 2014-12-10 02:40:04 +00:00
cuecat document ONLY_FOR_PLATFORM 2015-01-04 09:10:06 +00:00
cuetools Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
cw Replace ambiguous MESSAGE by simple sed substitution. ok @agc 2015-06-04 21:56:48 +00:00
deskbar-applet Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
dgpsip Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
dialog Bump all packages that depend on curses.bui* or terminfo.bui* since they 2015-08-18 07:31:00 +00:00
dirdiff Fix build with TCL 8.6 2014-01-20 19:20:07 +00:00
dose3 Recursive revbump associated with update of lang/ocaml to 4.02.2. 2015-06-30 11:52:55 +00:00
dotfile Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
dpkg Bump all packages that depend on curses.bui* or terminfo.bui* since they 2015-08-18 07:31:00 +00:00
dt
dtach Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
dvorakng Bump all packages that depend on curses.bui* or terminfo.bui* since they 2015-08-18 07:31:00 +00:00
dvtm Update misc/dvtm to dvtm-0.14. 2015-08-23 08:54:12 +00:00
dync Fixes: 2013-04-06 03:45:05 +00:00
easymenu Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
ec2-ami-tools Refelect change of RUBY_SRCDIR. 2014-03-13 17:06:42 +00:00
ec2-api-tools Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
edict Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
elizatalk Welcome the void. 2012-11-23 12:11:41 +00:00
elscreen revbump 2015-02-13 14:05:07 +00:00
emacs-wiki Revbump all elisp packages after emacs changes. 2013-02-17 19:17:55 +00:00
epm Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
esniper Update to esniper-2.31.0, provided by goekesmi in joyent/pkgsrc#251. 2015-03-26 10:08:15 +00:00
fbreader Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
fd Don't kill attributes when building with clang. 2015-01-29 21:30:35 +00:00
fep Stop clang from caring about return usage, this is way too messy to fix up. 2012-12-20 21:46:16 +00:00
figlet Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
figlet-fonts Use plain tar. 2013-02-26 11:07:06 +00:00
firelib Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
gaupol Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
gelemental Drop use of GNU extensions to allow building with other STL 2015-07-03 12:46:10 +00:00
getopt Update to 1.1.6: 2014-12-01 10:57:02 +00:00
gkrellm-flynn Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
gkrellm-launch Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
gkrellm-leds Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
gkrellm-moon Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
gkrellm-weather Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
gnome-devel-docs Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
gnome-user-docs Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
gnome-utils Bump all packages that depend on curses.bui* or terminfo.bui* since they 2015-08-18 07:31:00 +00:00
gnuls Update to get misc/gnuls package to work with latest sysutils/coreutils-8.22. 2014-02-04 14:33:54 +00:00
goffice0.6 Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
goffice0.8 Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
goffice0.10 Update goffice0.10 to version 0.10.23 in preparation for new gnumeric112. 2015-08-13 15:10:44 +00:00
gok Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
gone Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
gperiodic Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
granulate Update to 0.2. No changelog. 2013-03-03 11:03:29 +00:00
gwaei Bump PKGREVISION for ncurses shlib bump. 2015-08-17 17:11:19 +00:00
hanzim Fix build with TCL 8.6 2014-01-20 19:20:07 +00:00
heirloom-banner
heirloom-cal
heirloom-calendar
heirloom-hd
heirloom-more Bump all packages that depend on curses.bui* or terminfo.bui* since they 2015-08-18 07:31:00 +00:00
heirloom-od
heirloom-printenv
heirloom-printf
heirloom-random
heirloom-sleep
heirloom-sum
heirloom-tcopy
heirloom-time Instead of ONLY_FOR_PLATFORM, fix the PLIST for non-Linux. 2015-01-04 09:21:40 +00:00
heyu
howm Rename MASTER_SITE_SOURCEFORGE_JP to MASTER_SITE_OSDN. 2015-06-29 11:06:46 +00:00
ibutton-pdkit Fix main. 2013-01-11 13:30:32 +00:00
ipbt Bump PKGREVISION for ncurses shlib bump. 2015-08-17 17:11:19 +00:00
iselect Bump all packages that depend on curses.bui* or terminfo.bui* since they 2015-08-18 07:31:00 +00:00
ja-less Update to 382.262.03 using less-382-iso262.ext03.patch.gz 2013-02-02 13:59:57 +00:00
ja-man ld.so.1 is a manpage of ld in section 1, not a shlib. 2014-03-02 07:20:30 +00:00
JBidwatcher Fixes: 2013-04-06 03:45:05 +00:00
jhd Fix return types. 2013-02-26 11:06:52 +00:00
jive Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
JMdict Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
kaccessible Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
kalzium Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
kanjidic Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
kanjidic2 Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
kanjipad Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
kbruch Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
kcharselect Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
kchm Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
kchmviewer Recursive PKGREVISION bump for libzip shlib major bump. 2015-05-04 21:14:24 +00:00
kde-wallpapers4 Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
kdeaccessibility3 Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
kdeaddons3 Recursive revbump from pkgsrc/multimedia/libvpx. 2015-06-30 09:57:33 +00:00
kdeadmin3 Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
kdeartwork3 Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
kdeartwork4 Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
kdeedu3 Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
kdepim-runtime4 Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
kdepim3 Fix fallout of Perl update. Bump rervision of kdelibs3. 2015-06-15 09:24:31 +00:00
kdepim4 Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
kdepimlibs4 Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
kdeplasma-addons4 Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
kdeutils3 Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
kdrill Update to 6.5. Notable changes: 2014-09-12 21:47:23 +00:00
kgeography Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
khard Update comment. 2015-07-21 19:18:25 +00:00
kig Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
kiten Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
klettres Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
kmag Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
kmousetool Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
kmouth Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
koffice Bump PKGREVISION for librevenge boost fix. 2015-08-15 22:46:38 +00:00
koffice-l10n-da Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
koffice-l10n-de Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
koffice-l10n-en_GB Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
koffice-l10n-es Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
koffice-l10n-et Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
koffice-l10n-fi Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
koffice-l10n-fr Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
koffice-l10n-pl Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
kp Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
kremotecontrol Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
kstars Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
kteatime Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
ktouch Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
kturtle Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
ktux Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
kwordquiz Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
kz_h8write Rename MASTER_SITE_SOURCEFORGE_JP to MASTER_SITE_OSDN. 2015-06-29 11:06:46 +00:00
labelnation Bump applications PKGREVISIONs for python users that might be using 2014-05-17 16:10:41 +00:00
latin-words-bin Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
less Update to less-475. Changes since 470: 2015-04-13 12:33:49 +00:00
libcarddav Re-enable doc by default now that tex-adjustbox is fixed and the pdf builds. 2015-02-10 23:58:53 +00:00
libcdio Bump all packages that depend on curses.bui* or terminfo.bui* since they 2015-08-18 07:31:00 +00:00
libcdio-paranoia Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
libcec Just Githubify. No any change on package built. 2015-04-28 01:27:40 +00:00
libkdeedu Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
libkgeomap Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
libkkc-data Set MAINTAINER to pkgsrc-users. 2015-03-15 19:51:07 +00:00
libkvkontakte Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
libquantum Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
libreoffice Fix build with boost 1.59.0 2015-08-16 02:14:20 +00:00
libreoffice4 Bump PKGREVISION for librevenge boost fix. 2015-08-15 22:46:38 +00:00
libreoffice4-bin Restore i386 distfile. 2015-08-06 23:56:20 +00:00
libreoffice43 Resurrect libreoffice4 from 2014-12-25 as libreoffice43, as found 2015-08-19 07:11:44 +00:00
libutf Allow misc/libutf to be cross-built - the build target is just its library, 2013-05-11 05:29:07 +00:00
lile Needs termios.h. 2013-08-30 16:54:07 +00:00
linux-words Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
loco Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
logsurfer Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
lookup Resolves: 2013-04-06 20:27:16 +00:00
lv Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
m17n-db Set MAINTAINER to pkgsrc-users. 2015-03-15 18:46:55 +00:00
m17n-docs Set MAINTAINER to pkgsrc-users. 2015-03-15 17:56:15 +00:00
marble Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
mbuffer Update mbuffer to 20150412 2015-06-05 11:36:40 +00:00
mirmon Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
mkcue Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
mmv Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
mnemosyne Update to 2.3.1: 2014-08-20 13:53:55 +00:00
molden Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
most Recursive bump for png-1.6. 2013-02-16 11:18:58 +00:00
mousetweaks Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
mtail Bump applications PKGREVISIONs for python users that might be using 2014-05-17 16:10:41 +00:00
multitail Bump all packages that depend on curses.bui* or terminfo.bui* since they 2015-08-18 07:31:00 +00:00
nxtvepg Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
ocaml-cudf Recursive revbump associated with update of lang/ocaml to 4.02.2. 2015-06-30 11:52:55 +00:00
ocaml-opam Removed options.mk that really shouldn't be there (yet). Sorry. 2015-08-08 18:44:54 +00:00
open2300 Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
open2300-mysql Bump PKGREVISION for mysql default change to 55. 2013-03-02 20:33:21 +00:00
openoffice3 Bump PKGREVISION for librevenge boost fix. 2015-08-15 22:46:38 +00:00
orca Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
p5-App-MrShell Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-Array-PrintCols Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-Business-CreditCard Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-Business-ISBN Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-Business-ISBN-Data Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-Business-ISMN Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-Business-ISSN Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-Business-UPS Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-ControlX10-CM11 Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-ControlX10-CM17 Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-File-MMagic Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-File-MMagic-XS Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-File-Tail Comment out dependencies of the style 2015-07-12 18:56:06 +00:00
p5-Locale-Codes Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-Locale-libintl Update to 1.24: 2015-08-06 11:03:39 +00:00
p5-Locale-Maketext Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-Locale-Maketext-Fuzzy Comment out dependencies of the style 2015-07-12 18:56:06 +00:00
p5-Locale-Maketext-Lexicon Comment out dependencies of the style 2015-07-12 18:56:06 +00:00
p5-Locale-Maketext-Simple Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-Locale-US Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-Mac-Macbinary Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-Mac-PropertyList Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-Msgcat Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-Parse-Win32Registry Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-Search Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-Vroom Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
parchive Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
parley Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
pciids Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
pdmenu Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
php-orangehrm Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
pinfo Bump all packages that depend on curses.bui* or terminfo.bui* since they 2015-08-18 07:31:00 +00:00
ppower Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
pty-redir Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
py-anita Update misc/py-anita to 1.38. Changes from 1.37: 2015-05-02 07:54:11 +00:00
py-anki2 Update to 2.0.32: 2015-04-02 22:40:25 +00:00
py-carddav Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
py-stdnum Improve EGG_NAME default to work for packages with '-' in their name. 2014-12-31 13:57:25 +00:00
py-trytond-company Updates and additions to release 3.6 2015-08-24 14:49:41 +00:00
py-trytond-party Updates and additions to release 3.6 2015-08-24 14:49:41 +00:00
py-trytond-party-relationship Updates and additions to release 3.6 2015-08-24 14:49:41 +00:00
py-trytond-party-siret Updates and additions to release 3.6 2015-08-24 14:49:41 +00:00
py-trytond-product Updates and additions to release 3.6 2015-08-24 14:49:41 +00:00
py-trytond-product-attribute Updates and additions to release 3.6 2015-08-24 14:49:41 +00:00
py-trytond-production Updates and additions to release 3.6 2015-08-24 14:49:41 +00:00
py-trytond-stock Updates and additions to release 3.6 2015-08-24 14:49:41 +00:00
py-trytond-stock-inventory-location Updates and additions to release 3.6 2015-08-24 14:49:41 +00:00
py-trytond-stock-lot Updates and additions to release 3.6 2015-08-24 14:49:41 +00:00
py-trytond-stock-product-location Updates and additions to release 3.6 2015-08-24 14:49:41 +00:00
qbrew Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
qterm Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
raspberrypi-userland bump BUILDLINK_API_DEPENDS.raspberrypi-userland 2015-01-29 23:38:28 +00:00
reed Bump all packages that depend on curses.bui* or terminfo.bui* since they 2015-08-18 07:31:00 +00:00
rhash (pkgsrc) 2015-04-28 01:17:11 +00:00
rlwrap Bump all packages that depend on curses.bui* or terminfo.bui* since they 2015-08-18 07:31:00 +00:00
rocs Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
root Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
root-tail Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
routeplanner-cli Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
rox-memo Bump applications PKGREVISIONs for python users that might be using 2014-05-17 16:10:41 +00:00
rpm Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
ruby-ansi Update ruby-ansi to 1.5.0. 2015-02-03 14:48:08 +00:00
ruby-args_parser Update ruby-args_parser to 0.2.0. 2013-09-15 14:07:29 +00:00
ruby-bundler Fix PLIST, noted by joerg@. 2015-06-09 00:57:36 +00:00
ruby-colorator Add ruby-colorator package version 0.1. 2013-09-15 17:13:59 +00:00
ruby-colorize Update ruby-colorize to 0.7.7. 2015-06-07 15:54:08 +00:00
ruby-columnize Allow this package build on Ruby 2.2. 2015-06-07 15:56:05 +00:00
ruby-commander Update ruby-commander to 4.3.4. 2015-06-03 13:55:24 +00:00
ruby-configuration Update ruby-configuration to 1.3.4. 2014-03-14 17:26:06 +00:00
ruby-daemons Update ruby-daemons to 1.2.2. 2015-06-07 15:57:05 +00:00
ruby-descendants_tracker Update ruby-descendants_tracker to 0.0.4. 2015-03-13 14:45:47 +00:00
ruby-equalizer Update ruby-equalizer to 0.0.11. 2015-06-07 16:01:38 +00:00
ruby-gem_plugin
ruby-hashie Update ruby-hashie to 3.4.2. 2015-06-08 14:37:50 +00:00
ruby-hashie1 Add ruby-hashie packave versino 1.2.0 as ruby-hashie1. 2015-02-04 14:02:40 +00:00
ruby-hashie2 Update ruby-hashie2 package to 2.1.2 and change PKGBASE to 2015-02-04 14:09:40 +00:00
ruby-launchy Update ruby-launchy to 2.4.3. 2015-02-04 15:27:06 +00:00
ruby-memoizable Update ruby-memoizable to 0.4.2. 2015-03-13 14:53:30 +00:00
ruby-method_source Import ruby-method_source into pkgsrc. 2014-06-03 13:02:36 +00:00
ruby-mini_portile Update ruby-mini_portile to 0.6.2. 2015-02-04 15:28:36 +00:00
ruby-naught Import ruby-naught-1.0.0 as misc/ruby-naught. 2014-03-09 15:23:20 +00:00
ruby-ohai Update ruby-ohai to 8.4.0. 2015-06-11 17:28:17 +00:00
ruby-parallel Update ruby-parallel to 1.6.0. 2015-06-08 14:43:24 +00:00
ruby-progressbar Allow this package build on Ruby 2.2. 2015-06-07 16:25:56 +00:00
ruby-pry Update ruby-pry to 0.10.1. 2015-02-04 15:33:12 +00:00
ruby-rainbow Allow this package build on Ruby 2.2. 2015-06-07 16:25:56 +00:00
ruby-slop Update ruby-slop to 3.6.0. 2015-03-14 07:48:10 +00:00
ruby-sprockets Update ruby-sprockets to 3.2.0. 2015-06-08 14:48:23 +00:00
ruby-sprockets22 Change PKGBASE name from ruby-sprockets to ruby-sprockets22 and avoid 2015-02-04 15:37:58 +00:00
ruby-systemu Update ruby-systemu to 2.6.5. 2015-06-08 14:52:44 +00:00
ruby-thread_safe Update misc/ruby-thread_safe to 0.3.5. 2015-03-13 14:41:31 +00:00
ruby-transaction-simple Update ruby-transaction-simple to 1.4.0.2. 2012-09-16 06:47:39 +00:00
ruby-typed-array Set MAINTAINER to pkgsrc-users. 2015-03-15 17:41:58 +00:00
rubygems Update rubygems to 2.4.8, including security fix for CVE-2015-3900. 2015-06-23 14:07:36 +00:00
rump Update misc/rump to 20130705 2013-07-05 17:20:59 +00:00
sch Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
sci Bump all packages that depend on curses.bui* or terminfo.bui* since they 2015-08-18 07:31:00 +00:00
screen Bump all packages that depend on curses.bui* or terminfo.bui* since they 2015-08-18 07:31:00 +00:00
send-pr Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
siag Bump all packages that depend on curses.bui* or terminfo.bui* since they 2015-08-18 07:31:00 +00:00
since Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
softmaker-office-demo document NOT_FOR_PLATFORM 2015-01-04 03:39:11 +00:00
splitvt Add missing termios.h includes. 2013-07-19 12:54:58 +00:00
starplot Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
stellarium Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
step Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
superkaramba Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
sweeper Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
sword Revbump after updating devel/boost-libs 2015-04-17 15:52:56 +00:00
taskjuggler Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
tds Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
team Use modern C features like variadic functions. 2013-10-04 18:36:16 +00:00
tellico Bump PKGREVISION for poppler shlib major bump. 2015-07-15 15:09:37 +00:00
tellico-kde3 Recursive revbump from pkgsrc/multimedia/libvpx. 2015-06-30 09:57:33 +00:00
teseq Update to 1.1.1: 2015-08-21 15:22:22 +00:00
tmux Bump all packages that depend on curses.bui* or terminfo.bui* since they 2015-08-18 07:31:00 +00:00
toilet Fix config.guess/config.sub overrides. 2015-03-08 23:29:22 +00:00
topless Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
ttyrec Fixes: 2013-04-06 03:45:05 +00:00
udfclient Update udfclient to version 0.8 fixing huge disc support. Discs of over 1 Tb 2015-05-05 13:10:43 +00:00
ukpostcodes Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
uptimec Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
urjtag USE_LANGUAGES=c99. 2013-10-29 11:16:31 +00:00
usbids Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
usbprog Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
utftools Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
vera Update to 1.21a. Changes: 2014-09-13 12:01:16 +00:00
vfu Bump all packages that depend on curses.bui* or terminfo.bui* since they 2015-08-18 07:31:00 +00:00
vimpager Update vimpager to 1.8.9. 2014-09-20 12:00:42 +00:00
visual-regexp Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
vttest Update to 20140305. Changes: 2014-11-11 21:25:30 +00:00
vym Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
watch Bump all packages that depend on curses.bui* or terminfo.bui* since they 2015-08-18 07:31:00 +00:00
wdic Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
wemux Initial import of wemux. 2014-08-25 22:07:28 +00:00
whohas Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
window Bump all packages that depend on curses.bui* or terminfo.bui* since they 2015-08-18 07:31:00 +00:00
xchm Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
xdg-utils Use GNU sed and bash to make these tools work a bit better. 2014-04-21 15:35:27 +00:00
xfce4-smartbookmark-plugin Import xfce4-smartbookmark-plugin-0.4.6 as misc/xfce4-smartbookmark-plugin. 2015-07-12 21:58:01 +00:00
xfce4-time-out-plugin Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
xfce4-weather-plugin Update libsoup buildlink path. 2015-06-07 14:05:57 +00:00
xjdic needs iconv 2015-03-15 15:06:23 +00:00
xorg-docs Update to 1.7.1: 2015-05-01 08:51:51 +00:00
xorg-sgml-doctools Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
xrolodex Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
xtail Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
xtend Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
yelp Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
yelp3 Switch to webkit24-gtk3. Bump PKGREVISION. 2015-08-23 10:12:43 +00:00
yrolo Remove references to cuserid(); it doesn't exist on MacOS and it's 2014-06-29 05:45:57 +00:00
zorro Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
zyGrib Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
zyGrib-maps update MAINTAINER email address 2014-12-30 14:47:45 +00:00
Makefile Updates and additions to release 3.6 2015-08-24 14:49:41 +00:00