Commit graph

254613 commits

Author SHA1 Message Date
kamil
ef1b44ac3e Add devel/tinycthrad 2016-09-18 14:14:50 +00:00
kamil
8aa8f0e151 Include buildlink3.mk for devel/tinycthread 2016-09-18 14:13:20 +00:00
kamil
7186318182 Import tinycthread-1.1 as devel/tinycthread
TinyCThread is a minimalist, portable, threading library for C, intended to
make it easy to create multi threaded C applications.

The library is closesly modeled after the C11 standard, but only a subset is
implemented at the moment.
2016-09-18 14:10:50 +00:00
wiz
dc5296dff9 + FiraCode-1.203, autoconf-archive-2016.09.16, calibre-2.68.0,
cups-filters-1.11.3, p5-DateTime-1.3800, p5-DateTime-Locale-1.06,
  p5-DateTime-TimeZone-2.02, p5-IO-Socket-SSL-2.038, py-cffi-1.8.3,
  py-setuptools-27.2.0, py-tortoisehg-3.9.1, py-twisted-16.4.1,
  waf-1.9.4, x264-devel-20160917.
2016-09-18 14:09:10 +00:00
ryoon
7b9630876e Add emacs25 and emacs25nox to possible values 2016-09-18 14:02:42 +00:00
ryoon
1742d09c91 Add emacs 25 support 2016-09-18 13:59:01 +00:00
ryoon
4ba79a8b02 Convert emacs25 to editors/emacs25 and add emacs25-nox11
emacs-snapshot is not supported as emacs25 anymore...
2016-09-18 13:48:34 +00:00
ryoon
5f4f369df3 Add emacs25-nox11 2016-09-18 13:40:24 +00:00
ryoon
bbb112ec1d Added editors/emacs25-nox11 version 25.1 2016-09-18 13:39:48 +00:00
fhajny
cf05836760 Updated devel/rebar to 2.6.4 2016-09-18 13:38:30 +00:00
ryoon
5f5520272d Import emacs25-nox11-25.1 as editors/emacs25-nox11.
GNU Emacs is an extensible, customizable editor textand more.  At its
core is an interpreter for Emacs Lisp, a dialect of the Lisp
programming language with extensions to support text editing.  The
features of GNU Emacs include:

- Content-sensitive editing modes, including syntax coloring, for a
  wide variety of file types including plain text, source code, and
  HTML.
- Complete built-in documentation, including a tutorial for new users.
- Support for many languages and their scripts, including all scripts,
  Russian, Greek, Japanese, Chinese, Korean, Thai, Vietnamese, Lao,
  Ethiopian, and some Indian scripts.
- Highly customizable, using Emacs Lisp code or a graphical
  customization interface.
- A large number of extensions that add other functionality, including
  a project planner, mail and news reader, debugger interface,
  calendar, and more.  Many of these extensions are distributed with
  GNU Emacs; others are available separately.

This package contains Emacs version 25.
2016-09-18 13:38:22 +00:00
fhajny
f57ec7a4d6 Update devel/rebar to 2.6.4.
- rebar/619: Fix cdb processing when a file is skipped
2016-09-18 13:38:17 +00:00
ryoon
5fbcc58372 Add emacs25 2016-09-18 13:37:46 +00:00
ryoon
030c8e0946 Added editors/emacs25 version 25.1 2016-09-18 13:36:59 +00:00
ryoon
00327eb72a Import emacs25-25.1 as editors/emacs25.
GNU Emacs is an extensible, customizable editor textand more.  At its
core is an interpreter for Emacs Lisp, a dialect of the Lisp
programming language with extensions to support text editing.  The
features of GNU Emacs include:

- Content-sensitive editing modes, including syntax coloring, for a
  wide variety of file types including plain text, source code, and
  HTML.
- Complete built-in documentation, including a tutorial for new users.
- Support for many languages and their scripts, including all scripts,
  Russian, Greek, Japanese, Chinese, Korean, Thai, Vietnamese, Lao,
  Ethiopian, and some Indian scripts.
- Highly customizable, using Emacs Lisp code or a graphical
  customization interface.
- A large number of extensions that add other functionality, including
  a project planner, mail and news reader, debugger interface,
  calendar, and more.  Many of these extensions are distributed with
  GNU Emacs; others are available separately.

This package contains Emacs version 25.
2016-09-18 13:36:18 +00:00
wiz
68f33444d8 Fix build with native X.org.
The installed version of this library was found and used instead of the
one build by the package, leading to problems when the pkgsrc one had
symbols the native one doesn't have. Add libtool path to compiler
search path to fix this.

From spz.
2016-09-18 13:18:20 +00:00
kamil
593d169e6e Updated lang/python34 to 3.4.5nb1
Updated lang/python35 to 3.5.2nb1
2016-09-18 12:47:28 +00:00
kamil
7e651b0c9e Forward port patches from python27 for dlopen(3)
Original changes in python27/Makefile r1.62-r1.67
=================================================

Add an option for Python: x11

Fix dlopen(3) calls in _ctypes.so for X11BASE libraries

A Python code can dynamically load shared libraries and it's wrapped with
a plain dlopen(3) call. The holder of this interface (_ctypes module)
without rpath set to X11BASE cannot detect libs like 'GL'.

Fixing find_library() on POSIX-like (excluding Darwin) systems.

This isn't addressing Python's wrapper for dlopen(3).

This possibily addresses mostly NetBSD as other popular OSes have ldconfig.

Testing commands:

 - before applying the patch

>>> from ctypes.util import find_library
>>> find_library("m")
'libm.so.0'
>>> find_library("crypto")
'libcrypto.so.11'
>>> find_library("GL")
>>> find_library("curl")

 - after applying the patch
>>> from ctypes.util import find_library
>>> find_library("m")
'libm.so.0'
>>> find_library("crypto")
'libcrypto.so.11'
>>> find_library("GL")
'libGL.so.2'
>>> find_library("curl")
'libcurl.so.4'

This patch doesn't solve the case of custom dirs like $PREFIX/qt5/lib.
However it's solving most common cases of using this call.

A possible solution is to parse the output "pkg_info -La"... however it's
very slow. In other words a cache with libraries might be needed to handle
it efficiently.
2016-09-18 12:44:49 +00:00
ryoon
d8c260365e Updated x11/c++-gtk-utils to 2.2.13 2016-09-18 12:43:56 +00:00
ryoon
3efd9d44bc Update to 2.2.13
Changelog:
Version 2.2.13 (9 May 2016)
--------------

        Use glib's unix fd implementation for io_watch where glib >= 2.36
        is installed, unless otherwise chosen during configuration
        (acinclude.m4, configure-gtk2.ac, configure-gtk-3.ac;
        io_watch.cpp).

        Update documentation (callback.h, extension.h, future.h).

Version 2.2.12 (18 October 2015)
--------------

        Simplify Cgu::Application::add() method (application.cpp).

        Minor implementation improvement for
        Cgu::Thread::parallel_transform* functions (do pointer arithmetic
        before not after tasks are launched) (parallel.h).

        Permit return value optimisation when returning thread object on
        starting new thread (thread.cpp).

        Update libtool to version 2.4.6.

        Documentation fix for doxygen-1.8.9 (docs/Doxyfile.in).

        Update code comments (emitter.h).

        Update documentation (doxygen.main.in, application.h, emitter.h,
        extension.h, future.h, future.tpp, shared_handle.h, shared_ptr.h,
        task_manager.h, thread.h).
2016-09-18 12:43:29 +00:00
ryoon
0193e623e3 Updated mail/thunderbird-l10n to 45.3.0 2016-09-18 12:37:04 +00:00
kamil
856a440f3f Forward port patches from python27 for dlopen(3)
Original changes in python27/Makefile r1.62-r1.67
=================================================

Add an option for Python: x11

Fix dlopen(3) calls in _ctypes.so for X11BASE libraries

A Python code can dynamically load shared libraries and it's wrapped with
a plain dlopen(3) call. The holder of this interface (_ctypes module)
without rpath set to X11BASE cannot detect libs like 'GL'.

Fixing find_library() on POSIX-like (excluding Darwin) systems.

This isn't addressing Python's wrapper for dlopen(3).

This possibily addresses mostly NetBSD as other popular OSes have ldconfig.

Testing commands:

 - before applying the patch

>>> from ctypes.util import find_library
>>> find_library("m")
'libm.so.0'
>>> find_library("crypto")
'libcrypto.so.11'
>>> find_library("GL")
>>> find_library("curl")

 - after applying the patch
>>> from ctypes.util import find_library
>>> find_library("m")
'libm.so.0'
>>> find_library("crypto")
'libcrypto.so.11'
>>> find_library("GL")
'libGL.so.2'
>>> find_library("curl")
'libcurl.so.4'

This patch doesn't solve the case of custom dirs like $PREFIX/qt5/lib.
However it's solving most common cases of using this call.

A possible solution is to parse the output "pkg_info -La"... however it's
very slow. In other words a cache with libraries might be needed to handle
it efficiently.
2016-09-18 12:36:41 +00:00
ryoon
c6fe63c377 Update to 45.3.0
* Sync with thunderbird-45.3.0
2016-09-18 12:36:37 +00:00
ryoon
ae1fcf94e3 Updated mail/thunderbird to 45.3.0 2016-09-18 12:35:44 +00:00
ryoon
48fc153b7f Update to 45.3.0
Changelog:
    Fixed Certain messages caused corruption of the drafts summary database.
    Fixed "edit as new message" on a received message pre-filled the sender as the composing identity.
    Fixed Disposition-Notification-To could not be used in mail.compose.other.header
    Fixed Various security fixes

Fixed in Thunderbird 45.3
    2016-62 Miscellaneous memory safety hazards (rv:48.0 / rv:45.3)
2016-09-18 12:35:06 +00:00
wiz
92ed896e73 ftp.edgewall.org, despite the name, does not reply to FTP any longer. 2016-09-18 12:34:02 +00:00
wiz
a4bc622e96 Updated archivers/fastjar to 0.98nb1 2016-09-18 11:21:42 +00:00
wiz
a01a3733ce Updated archivers/gcpio to 2.12nb1 2016-09-18 11:20:24 +00:00
wiz
0790a1e951 Remove charset.alias from PLIST. Bump PKGREVISION. 2016-09-18 11:17:41 +00:00
wiz
fe6fc2827c Remove patch that adds a .s file as .S file.
I can't believe both copies are needed.

Addresses "pkgsrc cannot be checked out on a case-insensitive file system"
by Jonathan Schleifer, PR 51485.
2016-09-18 11:09:42 +00:00
wiz
70bc7ade29 Updated gnucash to 2.6.14.
The GnuCash development team announces GnuCash 2.6.14, the fourteenth maintenance release in the 2.6-stable series.

Changes

Between 2.6.13 and 2.6.14, the following bugfixes were accomplished:

    Bug 643025 - RFE: Ability to select and open multiple invoices.
    Bug 733153 - Ambiguous view of buttons in search dialog Linux version.
    Bug 742461 - SQL backend doesn't update customer info.
    Bug 756416 - CSV data with Posted information will always have last invoice not posted
    Bug 761667 - Crash opening associated location that has no scheme.
    Bug 762901 - [PATCH] Fix saving Account Treeview sort order.
    Bug 769730 - Investments: Lots in This Account, Closed column shows date 25/11/1833 instead of Open.
    Bug 769746 - Zero interest loan formula fails.
    Bug 770113 - compiling issue with libdbi.
    Bug 770136 - 'Reverse Order' in 'View'->'Sort by' is not saved.
    Bug 770181 - gnc-fq-dump incorrectly says "quote cannot be used...
    Bug 770196 - cppcheck va_list not closed.
    Bug 770303 - Incorrect commodity match during import OFX and possible solution.
    Bug 771246 - Set Invoice/Bill items date correctly from imported CSV.
    Bug 771379 - GnuCash doesn't support Russian Ruble Symbol.

Some other fixes not associated with reported bugs:

    Build improvements with CMake, accomodation for Guile-2.0.12 on Gentoo.
    Change the date_posted timestamp from midnight local to 11:00 AM GMT, which will be the same date in nearly all timezones.
    SX - Recalculate all occurrences of all SX if the calendar is updated to start on another month
    SX Window: correctly show first sx on calendar when it is moved to next weekday.
    Work around libofx bug which caused OFX imports to have the wrong date_posted when in an eastern-hemisphere timezone and not daylight time.
    Indicate in the register when a transaction has an associated file or URI. The indicator will appear in the "reconciled" column in the second transaction line (enable double-line view to see it).

Translation Updates: Dutch, German, Serbian, Spanish
2016-09-18 11:00:02 +00:00
wiz
30df10742f Updated finance/gnucash-docs to 2.6.14 2016-09-18 10:53:31 +00:00
wiz
4830d2040a Updated gnucash-docs to 2.6.14.
Concurrent with the release of Gnucash 2.6.14 we're pleased to also release a new version 2.6.14 of the companion Help and Tutorial and Concepts Guide.

    Bug 115461 - Highlight need to select Account Type when adding new stock account.
    Bug 687290 - Add new chapter for expense type accounts.
    Bug 769457 - Add note to 4.3 of Guide.
    Bug 769746 - Zero interest loan formula fails.
    Bug 771230 - Modify Windows portion of 8.6.3 of Guide.
    Bug 769663 - Link update on Tutorial and concepts guide
    Updated german translation of the F::Q appendix.
    Update the list of Finance::Quote methods to 1.38.
2016-09-18 10:53:21 +00:00
wiz
b075577914 Updated finance/gnucash to 2.6.14 2016-09-18 10:37:33 +00:00
dholland
4e2993a844 Make it accept --without-mpi. Fixes build. 2016-09-18 07:46:09 +00:00
mef
b4b126fd9b - Added devel/p5-Specio version 0.25 2016-09-18 07:29:53 +00:00
dholland
3e2a61e6c9 Needs ocamlbuild. 2016-09-18 07:16:19 +00:00
mef
9dfe5ffa28 Import p5-Specio-0.25 as devel/p5-Specio.
The Specio distribution provides classes for representing type constraints
and coercion, along with syntax sugar for declaring them.

Note that this is not a proper type system for Perl. Nothing in this
distribution will magically make the Perl interpreter start checking a
value's type on assignment to a variable. In fact, there's no built-in way
to apply a type to a variable at all.

Instead, you can explicitly check a value against a type, and optionally
coerce values to that type.

My long-term goal is to replace Moose's built-in types and MooseX::Types
with this module.
2016-09-18 07:15:35 +00:00
dholland
13c6a04106 Switch to ocaml.mk framework and use ocamlbuild. 2016-09-18 07:15:08 +00:00
dholland
7e36a4d367 Fix the first two (glaring) build errors. There seem to be a lot more. 2016-09-18 07:08:19 +00:00
dholland
3d14f41460 Fix paths harder. Also populate more depends from verifypc output.
PKGREVISION -> 4 since it might have built previously on some platforms.
2016-09-18 06:57:24 +00:00
mef
34aa2571b8 Added devel/p5-Params-ValidationCompiler version 0.13 2016-09-18 06:35:34 +00:00
mef
052fd42200 Import p5-Params-ValidationCompiler-0.13 as devel/p5-Params-ValidationCompiler.
Create a customized, optimized, non-lobotomized, uncompromised, and
thoroughly specialized parameter checking subroutine.

(make test is NOT confirmed yet)
2016-09-18 06:32:17 +00:00
dholland
f66b004df5 pkglint 2016-09-18 05:48:59 +00:00
dholland
34fa1bcd90 Fix broken build. 2016-09-18 05:46:31 +00:00
mef
1ef1297eae Updated misc/p5-Locale-Codes to 3.40 2016-09-18 05:41:23 +00:00
mef
044ee72292 Updated misc/p5-Locale-Codes to 3.40
------------------------------------
  - ChangeLog is too old and not stating recent info.
2016-09-18 05:41:12 +00:00
dholland
a9bba066ce Uses pkg-config. 2016-09-18 05:33:03 +00:00
dholland
00720da52e Using PKGMANDIR is fine, but it needs to be actually set... hi jperkin :-) 2016-09-18 05:31:38 +00:00
dholland
22b1b44da9 pkglint 2016-09-18 05:28:02 +00:00