Commit graph

239005 commits

Author SHA1 Message Date
bouyer
04d7a510c2 Import p5-Geo-Gpx-0.26 to pkgsrc
The original goal of this module was to produce GPX/XML files which were
parseable by both GPX Spinner and EasyGPS. As of version 0.13 it has been
extended to support general parsing and generation of GPX data.
GPX 1.0 and 1.1 are supported.
2015-09-11 15:14:25 +00:00
bouyer
a6fde7aafd Import p5-XML-Descent-1.04 to pkgsrc
The conventional models for parsing XML are either DOM (a data structure
representing the entire document tree is created) or SAX (callbacks are
issued for each element in the XML).

XML grammar is recursive - so it's nice to be able to write recursive
parsers for it. XML::Descent allows such parsers to be created.
2015-09-11 15:11:32 +00:00
bouyer
55a82dda19 Import p5-XML-TokeParser 0.05 to pkgsrc
XML::TokeParser provides a procedural ("pull mode") interface to XML::Parser
in much the same way that Gisle Aas' HTML::TokeParser provides a procedural
interface to HTML::Parser. XML::TokeParser splits its XML input up into
"tokens," each corresponding to an XML::Parser event.

A token is a bless'd reference to an array whose first element is an
event-type string and whose last element is the literal text of the
XML input that generated the event, with intermediate elements varying
according to the event type.

Each token is an object of type XML::TokeParser::Token. Read
"XML::TokeParser::Token" to learn what methods are available for
inspecting the token, and retrieving data from it.
2015-09-11 15:08:39 +00:00
jperkin
a4bf0dbfef Use install_name_tool to fix up Darwin library names. Fixes check-shlib. 2015-09-11 13:16:16 +00:00
gdt
22bbbc19f9 Note that tests fail unless the package is already installed. 2015-09-11 12:52:04 +00:00
gdt
166c7fbd84 Belatedly add patch from previous commit. 2015-09-11 12:50:34 +00:00
tnn
0d8586e949 NetBSD 5.x build fix 2015-09-11 12:38:27 +00:00
wiz
d706bd4dc7 Added audio/schismtracker version 20150911005204 2015-09-11 12:36:03 +00:00
wiz
0acac8c28b + schismtracker. 2015-09-11 12:35:35 +00:00
wiz
5014159990 Import schismtracker-20150911005204 as audio/schismtracker.
Provided by Timo Buhrmester in PR 50229.

Schism Tracker is a free reimplementation of Impulse Tracker, a program
used to create high quality music without the requirements of specialized,
expensive equipment, and with a unique "finger feel" that is difficult to
replicate in part. The player is based on a highly modified version of
the Modplug engine, with a number of bugfixes and changes to improve IT
playback.
2015-09-11 12:35:19 +00:00
wiz
d1cb255abc Mark as not ready for python-3.x
SyntaxError: Missing parentheses in call to print
2015-09-11 06:30:55 +00:00
wiz
440e25437f Fix MASTER_SITES. 2015-09-11 06:30:05 +00:00
kim
4dcab6b643 Add -D__EXTENSIONS__ to CPPFLAGS on SunOS. 2015-09-11 01:24:06 +00:00
tnn
abff23d75f drop obsolete patches 2015-09-11 01:21:57 +00:00
tnn
610e50d5fc make it build with current mesa release 2015-09-11 00:10:43 +00:00
tnn
887b916221 Note MesaLib update 2015-09-11 00:04:22 +00:00
tnn
c6defe103f Update to MesaLib-10.6.7.
Requested by David Shao in PR pkg/50202.
Also as suggested add support for using libdevq for FreeBSD, from Ports.
(Re the PR: I think we should have TLS GLX unconditionally enabled on
 platforms that support it, but needs more testing so not commited just yet.)

New features in MesaLib 10.6:
    GL_AMD_pinned_memory on r600, radeonsi
    GL_ARB_clip_control on i965
    GL_ARB_depth_buffer_float on freedreno
    GL_ARB_depth_clamp on freedreno
    GL_ARB_direct_state_access on all drivers that support GL 2.0+
    GL_ARB_draw_indirect, GL_ARB_multi_draw_indirect on r600
    GL_ARB_draw_instanced on freedreno
    GL_ARB_gpu_shader_fp64 on nvc0, softpipe
    GL_ARB_gpu_shader5 on i965/gen8+
    GL_ARB_instanced_arrays on freedreno
    GL_ARB_pipeline_statistics_query on i965, nv50, nvc0, r600, radeonsi, softpipe
    GL_ARB_program_interface_query (all drivers)
    GL_ARB_texture_stencil8 on nv50, nvc0, r600, radeonsi, softpipe
    GL_ARB_texture_view on llvmpipe, softpipe
    GL_ARB_uniform_buffer_object on freedreno
    GL_ARB_vertex_attrib_64bit on nvc0, softpipe
    GL_ARB_viewport_array, GL_AMD_vertex_shader_viewport_index on i965/gen6
    GL_EXT_draw_buffers2 on freedreno
    GL_OES_EGL_sync on all drivers
    EGL_KHR_fence_sync on i965, freedreno, nv50, nvc0, r600, radeonsi
    EGL_KHR_wait_sync on i965, freedreno, nv50, nvc0, r600, radeonsi
    EGL_KHR_cl_event2 on freedreno, nv50, nvc0, r600, radeonsi
    GL_AMD_performance_monitor on nvc0

Also many bugfixes.
2015-09-11 00:03:36 +00:00
prlw1
6dd33a7c2c Updated security/liboauth to 1.0.3 2015-09-10 23:06:27 +00:00
prlw1
256d5631e6 Update liboauth to 1.0.3
version 1.0.3
  - clarify documentation of oauth_curl
  - fix possible memleak in oauth_curl (only relevant if an error occurs)
  - fix TOCTOU in oauth_curl_post_file: the file may change between stat() and fopen()

version 1.0.2
  - fix typos in documentation
  - add xfree, xstrdup patch from Kedar Sovani
  - prepare repository migration to github
  - built-in sha1 support big&little endian
  - (no changes to the actual library API or ABI)

version 1.0.1
  - do not url-escape RSA-key for signature

version 1.0.0
  - fix body-hash example code
  - mark all oauth_http functions as deprecated
  - freeze interface definitions for good
  - enter maintenance/bug-fix only cycle

version 0.9.7
  - fixed tiny memory leak when oauth_curl_get() fails
  - fixed double-encoding of plaintext signature

version 0.9.6
  - fixed typo, do not print a separator before first parameter
        when serializing url for auth-header.

version 0.9.5
  - added "built-in" hmac-sha1 hashing (no RSA).
  - added some CURL options available via enviroment variables
  - fixed issue with decoding already encoded characters
    in the base-URL (not parameters).
    reported by L. Alberto Gimenez
2015-09-10 23:05:53 +00:00
jperkin
46bed0257b Pull in gcc48 as a full dependency. We don't yet have the fine-grained
approach of gcc.mk to only pull in when required, but this fixes a lot of
packages which previously failed check-shlibs.
2015-09-10 19:52:57 +00:00
jperkin
d81e076eb6 _OPSYS_LIB_DIRS entries must be space-separated, not colon. 2015-09-10 19:49:58 +00:00
gdt
39f32d80d9 Switch to lcms2. 2015-09-10 19:09:43 +00:00
gdt
d75addd3c7 Updated graphics/geeqie to 1.2.2 2015-09-10 19:07:08 +00:00
gdt
824d7523cf Update to 1.2.2.
(1.2.2 and 1.2.1 are build nits)

Geeqie 1.2
==========

- Support for lcms2
- Basic support for lua scripting (still documentation needed)
- Several bugfixes
2015-09-10 19:06:57 +00:00
wiz
c168756023 Updated textproc/qprint to 1.1 2015-09-10 12:58:38 +00:00
wiz
51c376ceba Updated textproc/qprint to 1.1.
Changes not found.
Addresses PR 50225 by Dario Niedermann.
2015-09-10 12:58:28 +00:00
dsainty
05281354ae Updated devel/libgphoto2 to 2.5.8nb1 2015-09-10 00:57:10 +00:00
dsainty
e69d158298 This package uses zlib and libxml2, link them in.
Fixes build on a Linux system with PREFER_PKGSRC=yes.

Bump PKGREVISION.
2015-09-10 00:54:47 +00:00
gdt
792606bd2f Updated print/gutenprint-lib to 5.2.10 2015-09-10 00:10:57 +00:00
gdt
8396bf2d0c Update to 5.2.10.
Gutenprint 5.2.10 no longer supports Macintosh OS X 10.4 or earlier.

[See NEWS for the list of printers; ~1000 lines were omitted from this
commit message.]

  1) Added a unified CUPS backend to support selected dye sublimation
     printers.

  2) New printers supported in this release:

     [many]

  3) The following Canon printer models were not added, as they cannot
     currently be supported, even experimentally, owing to an as-yet
     unknown command format or other issues:

     [several]

  4) Corrected page dimensions for borderless printing with Canon
     inkjet printers.

  5) Added duplex support for the EPSON WorkForce 630, 635, and 645,
     and NX635

  6) Expanded printable area at the bottom of the page for the Epson
     Stylus Pro 3800 and 3880.

  7) Added IEEE1284 device IDs for the following printers.

     [many]

  8) Added Catalan, Turkish, and Vietnamese translations.
2015-09-10 00:10:24 +00:00
gdt
3d4247105b Add missing dependencies.
From Jason Bacon via pkgsrc-users.
2015-09-09 23:48:11 +00:00
gdt
029a4ac2f9 Add kludge to build given proj-provided projects.h.
Update HOMEPAGE.  proj used to not install projects.h.  This package
has a private copy wtih extra macros for Id strings, and using the
proj-provided projects.h via <> fails.  Work around this by removing
projects.h from the bl3 tree.
2015-09-09 23:40:08 +00:00
gdt
6127607b1b Catch up with HOMEPAGE and MASTER_SITES.
No functional change other than a fetchable distfile.
2015-09-09 23:27:05 +00:00
tnn
ff44ec5cbc PR pkg/50202: David Shao: add devel/libdevq (from pkgsrc-wip) 2015-09-09 23:04:59 +00:00
tnn
03a81509e0 Import libdevq-0.0.2 as devel/libdevq.
libdevq on FreeBSD and DragonFly partially substitutes for Linux's udev
enough to build features such as libgbm and drm egl on MesaLib.
2015-09-09 23:01:35 +00:00
kim
41d9aa5ca1 Try to avoid people changing my email address from under me. 2015-09-09 22:04:55 +00:00
gdt
1bdd26736a Update HOMEPAGE. 2015-09-09 22:02:03 +00:00
gdt
8aba6fb8c9 Belatedly add patch missing from previous commit. 2015-09-09 22:01:01 +00:00
christos
f8294873b1 new spamassassin 2015-09-09 19:14:05 +00:00
christos
3024e62c4d update to 3.4.1:
- improved automation to help combat spammers that are abusing
      new top level domains;
    - tweaks to the SPF support to block more spoofed emails;
    - increased character set normalization to make rules easier to
      develop and stop spammers from using alternate character sets
      to bypass tests;
    - continued refinement to the native IPv6 support; and
    - improved Bayesian classification with better debugging and
      attachment hashing.
2015-09-09 19:13:48 +00:00
wiz
d5a941c284 Updated security/gnupg2 to 2.0.29 2015-09-09 18:15:43 +00:00
wiz
e7439a3e74 Update security/gnupg2 to 2.0.29.
While here, clean up patches. They looked pretty cargo-culty to me and
were not commented.
File a bug report for one of the remaining ones and link to it from comment.

Changes in 2.0.29:

Noteworthy changes in version 2.0.29 (2015-09-08)
-------------------------------------------------

 * gpg: Print a PGP-2 fingerprint again instead of a row of "0".

 * gpg: Fixed a race condition from multiple several "gpg --verify".

 * gpg: Print FAILURE status lines to help GPGME.

 * gpgsm: Fixed a regression in CSR generation.

 * scdaemon: Fixed problems with some pinpads.

 * Fixed a few other bugs.
2015-09-09 18:15:34 +00:00
wiz
5ecc008b6f Updated security/libgcrypt to 1.6.4 2015-09-09 18:02:34 +00:00
wiz
41479d6e6c Update security/libgcrypt to 1.6.4:
Noteworthy changes in version 1.6.4 (2015-09-08) [C20/A0/R4]
------------------------------------------------

 * Speed up the random number generator by requiring less extra
   seeding.

 * New flag "no-keytest" for ECC key generation.  Due to a bug in the
   parser that flag will also be accepted but ignored by older version
   of Libgcrypt.

 * Always verify a created RSA signature to avoid private key leaks
   due to hardware failures.

 * Fix alignment bug in the AESNI code on Windows > 7.

 * Support FreeBSD 10 and later.

 * Other minor bug fixes.
2015-09-09 18:02:15 +00:00
wiz
d38b1fbd15 + gnupg2-2.0.29. 2015-09-09 17:56:20 +00:00
wiz
1c6bb5f74f Updated x11/libXi to 1.7.5 2015-09-09 17:55:47 +00:00
wiz
75eb87e0d0 Update to 1.7.5:
A couple of important bugfixes that have accumulated over the last year.

Cosimo Cecchi (1):
      Fix version check in _XIAllowEvents

Julien Cristau (1):
      Advance the request buffer by the right amount in XIChangeHierarchy

Michal Srb (7):
      Fix double unlock when _XiCheckExtInit return -1.
      XIChangeHierarchy: Add missing unlock.
      Do not return NoSuchExtension casted to pointer as an error.
      XIGetClientPointer: Return False on error.
      Fix logic in _XIAllowEvents and prevent double unlock.
      Refactor XGetExtensionVersion.
      XIGrabDevice: Unlock display in error path.

Peter Hutterer (1):
      libXi 1.7.5
2015-09-09 17:55:39 +00:00
wiz
a59e6f8705 Updated x11/libxcb to 1.11.1 2015-09-09 17:54:54 +00:00
wiz
e9fa9835e6 Update x11/libxcb to 1.11.1:
there is a new minor version of libxcb available. This fixes some
threading-related bugs with xcb_wait_for_special_event() and adds
64-bit versions of functions that work with sequence numbers.


Changes:

Christian Linhart (1):
      expose 64-bit sequence numbers for XLib

Michel Dänzer (1):
      Call _xcb_wake_up_next_reader from xcb_wait_for_special_event

Uli Schlachter (2):
      Fix a thread hang with xcb_wait_for_special_event()
      Release libxcb 1.11.1
2015-09-09 17:54:45 +00:00
kleink
2c4db1a56f Updated textproc/p5-XML-Atom-SimpleFeed to 0.862. 2015-09-09 16:27:22 +00:00