Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (1m)  pkgsrc-2024Q1 (14d)  pkgsrc-2023Q4 (41d)  pkgsrc-2023Q2 (74d)  pkgsrc-2023Q3 (153d) 

2024-05-12 15:14:39 UTC Now

2012-05-08 23:13:38 UTC MAIN commitmail json YAML

Updated pkgtools/lintpkgsrc to 4.83

(sbd)

2012-05-08 23:11:48 UTC MAIN commitmail json YAML

In parse_makefile_vars() inprove the pattern used to remove comments so
that it doesn't match on backslash quoted hash characters. PR/46422

Bump PKGVERSION.

(sbd)

2012-05-08 22:43:39 UTC MAIN commitmail json YAML

Added net/dnscheck version 1.2.6

(pettai)

2012-05-08 22:42:47 UTC MAIN commitmail json YAML

Added dnscheck pkg

(pettai)

2012-05-08 22:39:39 UTC MAIN commitmail json YAML

DNSCheck is a program that was designed to help people check, measure and
hopefully also understand the workings of the Domain Name System, DNS.
When a domain (aka zone) is submitted to DNSCheck it will investigate
the domain's general health by traversing the DNS from root (.) to
the TLD (Top Level Domain, like .SE) to eventually the nameserver(s)
that holds the information about the specified domain (like iis.se).
Some other sanity checks, for example measuring host connectivity,
validity of IP-addresses and control of DNSSEC signatures
will also be performed.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(pettai)

2012-05-08 21:49:02 UTC MAIN commitmail json YAML

Updated databases/p5-DBD-mysq to 4.021

(rhaen)

2012-05-08 21:47:37 UTC MAIN commitmail json YAML

- updated to 4.021

Changes:
2011-08-15 Patrick Galbraith (work of others) <patg at patg dot net> (4.021)
* Fix to enable PERL_NO_GET_CONTEXT to spee up DBD on thread Perls
(Dave Mitchell <davem at iabyn dot com>) Thank you!
* Fix to is_prefix not being exported by mysql Aran Deltax <bluefeet at gmail dot com> Thank you!
* Eliminate DBIS usage Dagfinn Ilmari Manns奪ker <ilmari at ilmari dot org> Thank you!
* Enhanced / Fixed server side prepared statement checks (Steven Hartland) Thank you!
* Fix missprint in doc of DBD::mysql of mysql_bind_type_guessing (Perlover http://blog.perloever.com) Thank you!
* Misprint in lib/DBD/mysql.pm (Perlover) Thank you!

(rhaen)

2012-05-08 21:39:18 UTC MAIN commitmail json YAML

Updated security/p5-Crypt-OpenSSL-RSA to 0.28

(pettai)

2012-05-08 21:17:17 UTC MAIN commitmail json YAML

0.28  Thu Aug 25 2011 - Moritz Onken (PERLER)
        - RT 56454 - Win32 compatibility patch (kmx@cpan.org)

0.27  Wed Jun 29 2011 - Todd Rinaldo (TODDR)
        - RT 65947 - Fix RSA.pm break with perl 5.14+

(pettai)

2012-05-08 20:58:30 UTC MAIN commitmail json YAML

Updated sysutils/shelldap to 0.5

(imil)

2012-05-08 20:57:03 UTC MAIN commitmail json YAML

Updated to 0.5

* Fix bug introduced in rev:a3a710f720dd with passwd arguments.
* Backout the additional objectClasses patch for mkdir: same behavior can
  be acheived with 'touch', less complex to leave it as is.
* Add a --version flag.
* Small documentation fixes, add better verbosity when saving connection
  cache data.
* Make sure the hasSubordinates attribute is defined before checking its
  value.
* fix 'ls -R' output, minor style cleanup
* Repair broken path behavior, remove unneeded #path_to_dn 'relative' flag.

(imil)

2012-05-08 20:57:00 UTC MAIN commitmail json YAML

Updated databases/p5-DBI

(rhaen)

2012-05-08 20:53:53 UTC MAIN commitmail json YAML

- Updated to 1.620

Changes:
=head2 Changes in DBI 1.620 (svn r15300) 25th April 2012

  Modified column renaming in fetchall_arrayref, added in 1.619,
    to work on column index numbers not names (an incompatible change).
  Reworked the fetchall_arrayref documentation.
  Hash slices in fetchall_arrayref now detect invalid column names.

=head2 Changes in DBI 1.619 (svn r15294) 23rd April 2012

  Fixed the connected method to stop showing the password in
    trace file (Martin J. Evans).
  Fixed _install_method to set CvFILE correctly
    thanks to sprout RT#76296
  Fixed SqlEngine "list_tables" thanks to David McMath
    and Norbert Gruener. RT#67223 RT#69260

  Optimized DBI method dispatch thanks to Dave Mitchell.
  Optimized driver access to DBI internal state thanks to Dave Mitchell.
  Optimized driver access to handle data thanks to Dave Mitchell.
  Optimized fetchall_arrayref with hash slice thanks
    to Dagfinn Ilmari Manns奪ker. RT#76520
  Allow renaming columns in fetchall_arrayref hash slices
    thanks to Dagfinn Ilmari Manns奪ker. RT#76572
  Reserved snmp_ and tree_ for DBD::SNMP and DBD::TreeData

(rhaen)

2012-05-08 20:33:24 UTC MAIN commitmail json YAML

Updated graphics/MesaLib to 7.4.4nb5

(wiz)

2012-05-08 20:33:15 UTC MAIN commitmail json YAML

Needs libpciaccess now when pulling in libdrm. Bump PKGREVISION.

(wiz)

2012-05-08 20:32:58 UTC MAIN commitmail json YAML

Updated x11/libdrm to 2.4.33

(wiz)

2012-05-08 20:32:47 UTC MAIN commitmail json YAML

Update to 2.4.33, provided by Francois Tigeot in PR 46384.
Enable nouveau support.

2.4.33:

radeon: add TN surface support
intel: Add some PCI IDs for Haswell
omap: add omapdrm support

2.4.32:

radeon_cs_setup_bo: Fix accounting if caller specified write and read domains
intel: Mark up with valgrind intrinsics to reduce false positives
configure: Fix pkg-config test in absence of valgrind
radeon: fix pitch alignment for scanout buffer
intel: Detect cache domain inconsistency with valgrind
intel: Fix a typo in decode error message
intel: Add decode for gen7 3DSTATE_WM
intel: Add decode for gen7 HIER_DEPTH_BUFFER
intel: Import a new batchbuffer for the gen7 test
Don't require pciaccess if Intel is disabled
Make drm/drm_fourcc.h portable to non-linux platforms
xf86drmMode.h: Add header protection
intel: Add support for overriding the PCI ID via an environment variable
intel: Add .aub file output support
intel: Bump the copyright dates on the bufmgr files
intel: Fix error check for I915_PARAM_HAS_LLC
intel: Add support for (possibly) unsynchronized maps
intel: Move the gen4-6 3DPRIMITIVE handling out of the switch statement
intel: Add per-dword decode of gen7 3DPRIMITIVE
intel: Quiet two more valgrind complaints with recent changes

2.4.31:

intel: add sprite ioctl defines and struct for i915 sprite code
intel: Add a regression test for 2D decode, which I'm about to refactor
intel: Track the current packet location in the decode context
intel: Drop the code for counting parsing failures
intel: Plumb the context through the decode callchain
intel: Use the context to simplify BR00 and BR01 decode
intel: Make instr_out take the decode context
intel: Avoid the need for most overflow checks by using a scratch page
intel: Put the "gen" shorthand chipset identifier in the context
intel: Parse the correct length for gen7 3DSTATE_MULTISAMPLE
intel: Add support for parsing 965 3d packets using helper functions
intel: Move the logic for getting 965 3d packet length to the packet table
intel: Make most of the logic for 965 3d packet length checks table-driven
intel: Add support for parsing gen7 URB packets
intel: Add decode for gen7 state pointers
intel: Add decode for gen7 constant buffer packets
intel: Add minimal decode for remaining gen7 packets in use
intel: Fix bufmgr_gem->gen for gen > 4
Don't build Intel DRM if $CHOST is not i?86-* or x86_64-*
intel: Fix build of Intel DRM on x86 systems
intel: query for LLC support
radeon: add surface allocator helper v10
drmModeFreeResources() always leaked some memory
Using sizeof() on a function parameter with an array type does not work
radeon: surface fix macro -> micro tile fallback
radeon: fix surface API for good before anyone start relying on it
radeon: add r600_pci_ids.h to header file

2.4.30:

libdrm: update drm headers from kernel, including new overlay ioctls & structs
intel: Reset vma list upon purge
tests/gem_flink: Check for MASTER before proceeding
intel: Import intel_decode.c from intel-gpu-tools
intel: Make intel_chipset handle devid directly
intel: Add IS_GEN[567] macros
intel: Reformat intel_decode.c from intel-gpu-tools using Lindent
intel: Get intel_decode.c minimally building
intel: Fix Wsigned-compare warnings (soon to be enabled)
intel: Fix a ton of signed vs unsigned and const char *warnings
intel: Add printflike warnings for instr_out
intel: Fix printf format warnings for intel_decode
intel: Remove c99ish variable declarations
intel: Turn on normal warnings for intel_decode.c build
intel: Disable unused decode_logic_op()
intel/intel_decode.c: Remove #include "intel_decode.h"
intel: Add an interface for setting the output file for decode
intel: Add a regression test program for intel_decode.c
intel: Add regression tests for batch decode
intel: Update for new i915_drm.h defines

2.4.29:

intel: Clean up mmaps on freeing the buffer
test/radeon: add missing files for dist
intel: Add an interface to limit vma caching
intel: Evict cached VMA in order to make room for new mappings
intel: Update map-count for an early error return during mapping
intel: Remove the fresh assertions used to debug the vma cacheing

2.4.28:

Fix compilation with -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast
tests/radeon: radeon specific test
nouveau: Mark nouveau subchannel unbound nouveau_grobj_free
intel: limit aperture space to mappable area on gen3
intel: Unmap buffers during drm_intel_gem_bo_unmap

2.4.27:

Specify the return type explicitly
intel: fix the wrong method check for bo_get_subdata
intel: shared header for shader debugging
drm mode: fix drmIoctl wrapper
nouveau: assert argument cannot have side effects
modeprint.c: use PRIu64 for printing uint64_t
drm/intel: don't clobber bufmgr->pci_device
drm/i915: y tiling on i915G/i915GM is different
xf86drm.h : wrap C code for C++ compilation/linking
drm/test: handle usub being empty
drmtest: make check should fail so hard on unable to open device
modetest: use 24 bit depth on the framebuffer
tests: Add vmwgfx driver to probed drivers in tests
vbltest: Check error codes returned from libdrm
modetest: Check error message from pageflip ioctl
modetest: Print extra info if we fail to create a framebuffer
modetest: Call dirty fb on modeset
nouveau: free in error path if drmAvailable fails
intel: Use stdbool.h for dealing with boolean values
intel: Add an interface for removing relocs after they're added
intel: Don't call the SW_FINISH ioctl unless a CPU-mapped write was done
intel: Share the implementation of BO unmap between CPU and GTT mappings

2.4.26:

libkms: All current BO_TYPE are 32bpp
intel: Add interface to query aperture sizes

2.4.25:

don't try to build modetest without libkms
Build modetest for all chipsets, always build modeprint
drm: add dumb interface
Implement drmGetCap() to query device/driver capabilities
libkms: add dumb support
libdrm: oops fix get cap return value
build: Update autotools configuration
Cleanup gen2 tiling confusion
drm_mode: fix types on recently added ioctls
intel: Also handle mrb_exec fallback with ring == I915_EXEC_RENDER
libdrm: (revised) vblank wait on crtc > 1

2.4.24:

intel: Export CONSTANT_BUFFER addressing mode
nouveau: nvc0 drm has no concept of "notifier block"
nouveau: split pushbuf macros specific to nv04-nv50 out, and add nvc0
nouveau: fix up reloc_emit() to accept NULL target buffer
intel: Fallback to old exec if no mrb_exec is available
intel: compile fix for previous commit after rebasing
intel: Set the public handle after opening by name
intel: Remember named bo
libkms/radeon: Add backend
configure.ac: ac_define HAVE_RADEON
modetest: Create buffers using libkms
tests/modeprint: Remove needless dependency on drm_intel
tests/modeprint: Output masks as hex numbers
modetest: Do no flip twice to a current front buffer
intel: fix relaxed tiling on gen2
intel: Add I915_PARAM_HAS_RELAXED_DELTA

2.4.23:

intel: Downgrade error warnings to debug
nouveau: Define buffer object usage flags
nouveau: Let the user choose the push buffer size
nouveau: Define the HAS_PAGEFLIP getparam
intel: Prepare for BLT ring split
s/drmStrdup/strdup/
intel: enable relaxed fence allocation for i915
nouveau: Avoid unnecessary call to CPU_FINI
intel: Remove stale comment
intel: Shove the fake bufmgr subdata implementation into the fake bufmgr
intel: Remove gratuitous assert on bo_reference
intel: Drop silly asserts on mappings present at unmap time
intel: initialize bufmgr.bo_mrb_exec unconditionally
intel: Fix drm_intel_gem_bo_wait_rendering to wait for read-only usage too
nouveau: Add implicit pushbuf flush before gpuobj destruction
intel: Compute in-aperture size for relaxed fenced objects
intel: Add a forward declaration of struct drm_clip_rect
radeon: silence valgrind warnings by zeroing memory
intel: If the command is fenced inform the kernel
drm: don't do the create the node ourselves if we have udev
intel: Reorder need_fence vs fenced_command to avoid fences on gen4
tests: Update for ENOENT returns from unknown handles

2.4.22:

intel: Track tiling stride
intel: Defer tiling change to allocation
intel: Force stride to be 0 for I915_TILING_NONE
intel: Scan the cache for old bo once every second
intel: Print out debugging message following ENOSPC
intel: Sanitise strides for linear buffers and SET_TILING
intel: '===' != '=='
intel: Restore SET_TILING for non-flinked bo
intel: Only adjust the local stride used for SET_TILING in tiled alloc
intel: Limit tiled pitches to 8192 on pre-i965
intel: Suppress the error return from setting domains after mapping
Purge macro NEED_REPLIES
drm mode: Return -errno on drmIoctl() failure
Copy headers from kernel drm-core-next
libdrm: Fix PCI domain domain support
nouveau: accept both 0.0.16 and 1.x.x
Free the property blob along the error path
Avoid use of c++ reserved keyword "virtual" when using a C++ compiler
modetest: add edp and TV connector names to the connector name array
modetest: align fb pitch to 64 bytes
modetest: Fix drawing routines to use stride
nouveau: fix thinko in drm version check
nouveau: fix drm version check some more
intel: Replace open-coded drmIoctl with calls to drmIoctl()

2.4.21:

drm/radeon: add new cs command stream dumping facilities
nouveau: stop shipping nouveau_class.h
intel: Use the correct size when allocating reloc_target_info array
Make libkms build default OS-dependent
Correct the Solaris definitions of atomic_add & atomic_dec
radeon: use the const qualifier in radeon_cs_write_table
tests: add new vblank test
vbltest: Doesn't need intel stuff
intel: query whether a buffer is reusable
Pull in new kernel headers
Only build tests in make check
intel: Don't change tiling mode unless the kernel reports success
intel_bufmgr_fake: fix compile warning
Enable silent automake rules
libkms: Fix include paths
intel: Add support for kernel multi-ringbuffer API
Allow a buffer to point at itself and still get relocs
intel: Convert to untiled pitches if surface is too large for tiling
intel: Add more intermediate sizes of cache buckets between powers of 2
intel: Fix several other paths for buffers pointing at themselves
Fix radeon distcheck

(wiz)

2012-05-08 19:29:37 UTC MAIN commitmail json YAML

pkgsrc/devel/xulrunner/patches/patch-ipc_chromium_Makefile.in@1.2 / diff
pkgsrc/devel/xulrunner/patches/patch-ipc_chromium_chromium-config.mk@1.3 / diff
pkgsrc/devel/xulrunner/patches/patch-ipc_chromium_src_base_base__paths.h@1.2 / diff
pkgsrc/devel/xulrunner/patches/patch-ipc_chromium_src_base_debug__util__posic.cc@1.4 / diff
pkgsrc/devel/xulrunner/patches/patch-ipc_chromium_src_base_file__util.h@1.3 / diff
pkgsrc/devel/xulrunner/patches/patch-ipc_chromium_src_base_file__util__bsd.cc@1.2 / diff
pkgsrc/devel/xulrunner/patches/patch-ipc_chromium_src_base_file__util__posix.cc@1.3 / diff
pkgsrc/devel/xulrunner/patches/patch-ipc_chromium_src_base_message__loop.cc@1.2 / diff
pkgsrc/devel/xulrunner/patches/patch-ipc_chromium_src_base_platform__file__posix.cc@1.2 / diff
pkgsrc/devel/xulrunner/patches/patch-ipc_chromium_src_base_platform__thread.h@1.2 / diff
pkgsrc/devel/xulrunner/patches/patch-ipc_chromium_src_base_platform__thread__posix.cc@1.5 / diff
pkgsrc/devel/xulrunner/patches/patch-ipc_chromium_src_base_process__util.h@1.2 / diff
pkgsrc/devel/xulrunner/patches/patch-ipc_chromium_src_base_process__util__bsd.cc@1.5 / diff
pkgsrc/devel/xulrunner/patches/patch-ipc_chromium_src_base_process__util__posix.cc@1.2 / diff
pkgsrc/devel/xulrunner/patches/patch-ipc_chromium_src_base_sys__info__posix.cc@1.3 / diff
pkgsrc/devel/xulrunner/patches/patch-ipc_chromium_src_base_third__party_nspr_prcpucfg.h@1.3 / diff
pkgsrc/devel/xulrunner/patches/patch-ipc_chromium_src_base_third__party_nspr_prtime.cc@1.2 / diff
pkgsrc/devel/xulrunner/patches/patch-ipc_chromium_src_build_build__config.h@1.5 / diff
pkgsrc/devel/xulrunner/patches/patch-ipc_chromium_src_chrome_common_ipc__channel__posix.h@1.2 / diff
pkgsrc/devel/xulrunner/patches/patch-ipc_chromium_src_chrome_common_ipc__message__utils.h@1.2 / diff
pkgsrc/devel/xulrunner/patches/patch-ipc_chromium_src_chrome_common_transport__dib.h@1.2 / diff

Note upstream bug report

(martin)

2012-05-08 18:44:11 UTC MAIN commitmail json YAML

Note PKGREVISION bump of teTeX-texmf.

(minskim)

2012-05-08 18:43:46 UTC MAIN commitmail json YAML

Resolve conflicts between tex-bbold, tex-extsizes, and teTeX-texmf.

(minskim)

2012-05-08 18:42:52 UTC MAIN commitmail json YAML

2012-05-08 18:41:28 UTC MAIN commitmail json YAML

Import tex-extsizes-doc-1.4a as print/tex-extsizes-doc.

This is documentation for tex-extsizes.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2012-05-08 18:41:18 UTC MAIN commitmail json YAML

Import tex-extsizes-1.4a as print/tex-extsizes.

Provides classes extarticle and extreport, extletter, extbook,
extproc which allow for documents with a base font of size 8-
20pt.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2012-05-08 18:29:45 UTC MAIN commitmail json YAML

2012-05-08 18:28:51 UTC MAIN commitmail json YAML

Import tex-bbold-doc-1.01 as fonts/tex-bbold-doc.

This is documentation for tex-bbold.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2012-05-08 18:28:38 UTC MAIN commitmail json YAML

Import tex-bbold-1.01 as fonts/tex-bbold.

A geometric sans serif blackboard bold font, for use in
mathematics; MetaFont sources are provided, as well as macros
for use with LaTeX. The Sauter font package has MetaFont
parameter source files for building the fonts at more sizes
than you could reasonably imagine. See the blackboard sampler
for a feel for the font's appearance.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2012-05-08 18:25:08 UTC MAIN commitmail json YAML

2012-05-08 18:23:29 UTC MAIN commitmail json YAML

2012-05-08 18:01:27 UTC MAIN commitmail json YAML

2012-05-08 18:00:16 UTC MAIN commitmail json YAML

Import tex-bbold-type1-doc-2011 as fonts/tex-bbold-type1-doc.

This is documentation for tex-bbold-type1.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2012-05-08 18:00:03 UTC MAIN commitmail json YAML

Import tex-bbold-type1-2011 as fonts/tex-bbold-type1.

The files offer an Adobe Type 1 format version of the 5pt, 7pt
and 10pt versions of the bbold fonts. The distribution also
includes a map file, for use when incorporating the fonts into
TeX documents, but no macro sets are provided (the fonts will
not provide the correct results using macros designed for use
with the MetaFont versions of the fonts. The fonts were
produced to be part of the TeX distribution from Y&Y; they were
generously donated to the TeX Users' Group when Y&Y closed its
doors as a business.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2012-05-08 16:55:45 UTC MAIN commitmail json YAML

2012-05-08 16:54:29 UTC MAIN commitmail json YAML

Import tex-svninfo-doc-0.7.4 as print/tex-svninfo-doc.

Based on wip/tex-svninfo-doc packaged by Christopher M. Fuhrman.

This is documentation for tex-svninfo.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2012-05-08 16:54:02 UTC MAIN commitmail json YAML

Import tex-svninfo-0.7.4 as print/tex-svninfo.

Based on wip/tex-svninfo packaged by Christopher M. Fuhrman.

A package for incorporating the values of Subversion keywords
into typeset documents. Information about Subversion (a
replacement for CVS) is available from
http://subversion.tigris.org/

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(minskim)

2012-05-08 16:10:39 UTC MAIN commitmail json YAML

2012-05-08 16:08:54 UTC MAIN commitmail json YAML

Prevent configure from using some random pkg-config tool found on the
system. Fixes build on SunOS 5.10.

(hans)

2012-05-08 16:07:23 UTC MAIN commitmail json YAML

2012-05-08 11:20:13 UTC MAIN commitmail json YAML

2012-05-08 09:42:17 UTC MAIN commitmail json YAML

Updated inputmethod/ibus-m17n to 1.3.4

(obache)

2012-05-08 09:41:46 UTC MAIN commitmail json YAML

Added devel/tolua++ version 1.0.93

(imil)

2012-05-08 09:41:34 UTC MAIN commitmail json YAML

Update ibus-m17n to 1.3.4.

some fixes and improvements.

(obache)

2012-05-08 09:38:04 UTC MAIN commitmail json YAML

Updated math/ruby-spreadsheet to 0.7.1

(obache)

2012-05-08 09:37:52 UTC MAIN commitmail json YAML

add & enable tolua++

(imil)

2012-05-08 09:37:51 UTC MAIN commitmail json YAML

=== 0.7.1 / 08.05.2012

* Author: Artem Ignatiev <zazubrik@gmail.com>
* remove require and rake altogether
* gem build and rake gem both work fine without those requires,
* and requiring 'rake' broke bundler
* add rake as development dependency
* Somehow it broken rake on my other project

=== 0.7.0 / 07.05.2012

* Author: Artem Ignatiev <zazubrik@gmail.com>
* use both ruby 1.8 and 1.9 compatible way of getting character code when hashing
* Fix syntax for ruby-1.9
* return gemspec so that bundler can find it
  When bundler loads gemspec, it evaluates it, and if the return value is
  not a gem specification built, refuses to load the gem.
* Testing worksheet protection

(obache)

2012-05-08 09:34:17 UTC MAIN commitmail json YAML

Initial import of tolua++, version 1.0.93, into the NetBSD Packages Collection.

Tolua++ is an extended version of tolua, a tool to integrate C/C++ code
with Lua. tolua++ includes new features oriented to c++ such as:

* Support for std::string as a basic type (this can be turned off by a
  command line option).
* Support for class templates

As well as other features and bugfixes.

tolua is a tool that greatly simplifies the integration of C/C++ code with
Lua. Based on a cleaned header file (or extracts from real header files),
tolua automatically generates the binding code to access C/C++ features
from Lua. Using Lua API and tag method facilities, tolua maps C/C++
constants, external variables, functions, classes, and methods to Lua.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(imil)

2012-05-08 09:24:15 UTC MAIN commitmail json YAML

Add a hacks.mk to avoid issues with internal/external libjpeg mismatches. Bump pkgrevision

(abs)

2012-05-08 06:13:37 UTC MAIN commitmail json YAML

Updated archivers/lhasa to 0.0.5

(wiz)

2012-05-08 06:13:27 UTC MAIN commitmail json YAML

Update to 0.0.5:

v0.0.5 (2012-05-08):
    * Architecture-specific functions for running on Windows have now been
      fully implemented, and the command line tool passes all tests in the
      test suite on Windows (thanks roytam1 for bug reports).
    * Bug fixed where the command line tool would enter an infinite loop
      when extracting a truncated archive (thanks Jon Dowland).
    * Support added for archives with level 0 headers and Unix path
      separators (thanks roytam1).
    * The test suite now runs correctly outside of the Europe/London time
      zone (thanks Thomas Klausner).
    * A .spec file is now included for building rpm packages.

(wiz)

2012-05-08 03:14:25 UTC MAIN commitmail json YAML

Use ${host_alias} in path names so they match ${MACHINE_GNU_PLATFORM}
(E.g. *-linux-gnu vs. *-linux)

(sbd)

2012-05-08 02:59:57 UTC MAIN commitmail json YAML

Add --disable-multilib to the gcc configure args, there's no point in
building a multilib gcc as the g95 build doesn't support it.

(sbd)

2012-05-08 02:59:16 UTC MAIN commitmail json YAML

Use ${host_alias} in path names so they match ${MACHINE_GNU_PLATFORM}
(E.g. *-linux-gnu vs. *-linux)

(sbd)

2012-05-08 02:48:26 UTC MAIN commitmail json YAML

2012-05-08 02:44:51 UTC MAIN commitmail json YAML

Fix wrong patch checksums. hi sbd :-)

(dholland)

2012-05-08 02:42:09 UTC MAIN commitmail json YAML

This accidentally got committed in debug mode (phase of post-patch rather
than pre-build) the last time.

(dholland)

2012-05-08 02:41:26 UTC MAIN commitmail json YAML

Build fixes for new glib2. Done with SUBST like inkscape due to volume.

(dholland)

2012-05-07 21:45:55 UTC MAIN commitmail json YAML

Updated net/mikutter to 0.1.1.780

(obache)

2012-05-07 21:45:26 UTC MAIN commitmail json YAML

Update mikutter 0.1.1.780, aka 0.1.1pre1.

* implement activity tab (not same as Twitter's one, due to missing API)
* allow to settting color for all tweets.
* add `twitter client' for extraction filter.
* some speed up improvements.

(obache)

2012-05-07 21:35:14 UTC MAIN commitmail json YAML

+ ast-ksh-20120229.

(wiz)

2012-05-07 21:27:39 UTC MAIN commitmail json YAML

+ cwm-5.1, dos2unix-6.0, ffmpeg-20120507.0.10.3, ffplay-20120507.0.10.3,
  pidgin-2.10.4, puzzles-9505.

(wiz)

2012-05-07 20:38:41 UTC MAIN commitmail json YAML

Add patch from Fink to update the C++ dialect.

(dholland)

2012-05-07 19:57:17 UTC MAIN commitmail json YAML

Fix fpos_t configure test, allowing this to build on netbsd-6.
PR 46412.

XXX: I'm not convinced the results will actually *work*. If anyone
XXX: knows how to check this, please do.

(dholland)

2012-05-07 19:21:57 UTC MAIN commitmail json YAML

Hack around misuse of fpos_t. Fix some code that assumed fpos_t is a
4-byte integer type. If this code ever worked on NetBSD, it was only
by accident. PKGREVISION++ for the fixes.

(dholland)

2012-05-07 19:01:10 UTC MAIN commitmail json YAML

2012-05-07 19:00:50 UTC MAIN commitmail json YAML

Needs desktopdb.mk. PKGREVISION -> 23.

(dholland)

2012-05-07 18:59:39 UTC MAIN commitmail json YAML

2012-05-07 18:54:45 UTC MAIN commitmail json YAML

2012-05-07 18:40:35 UTC MAIN commitmail json YAML

2012-05-07 18:20:33 UTC MAIN commitmail json YAML

2012-05-07 18:15:59 UTC MAIN commitmail json YAML

2012-05-07 18:15:11 UTC MAIN commitmail json YAML

2012-05-07 18:14:15 UTC MAIN commitmail json YAML

2012-05-07 18:10:14 UTC MAIN commitmail json YAML

2012-05-07 17:54:44 UTC MAIN commitmail json YAML

2012-05-07 15:21:11 UTC MAIN commitmail json YAML

Note update of www/fengoffice package to 2.0.0nb1.

(taca)

2012-05-07 15:20:32 UTC MAIN commitmail json YAML

2012-05-07 12:55:24 UTC MAIN commitmail json YAML

Proofread apccontrol's messages.  Raise syslog severity for 'emergency'
message to 'crit'.

(shattered)

2012-05-07 09:43:40 UTC pkgsrc-2012Q1 commitmail json YAML

Pullup tickets 3774 and 3775

(sbd)

2012-05-07 09:41:32 UTC pkgsrc-2012Q1 commitmail json YAML

Pullup ticket #3775 - requested by dholland
lang/pfe builde fix

Revisions pulled up:
- lang/pfe/PLIST                                                1.2

---
  Module Name: pkgsrc
  Committed By: dholland
  Date: Sun May  6 00:14:09 UTC 2012

  Modified Files:
  pkgsrc/lang/pfe: PLIST

  Log Message:
  Something docbook-related changed a while ago and this package now
  installs, among its documentation, an extra empty file called
  pfe-manual.proc.

  It's been failing in ~every bulk build, so I'm just going to add the
  thing to the PLIST unconditionally. And because of the total
  unimportance of the extra file, I'm not going to bump the package
  revision.

(sbd)

2012-05-07 09:40:49 UTC pkgsrc-2012Q1 commitmail json YAML

Pullup ticket #3774 - requested by taca
lang/php53 security update

Revisions pulled up:
- lang/php53/Makefile                                          1.26
- lang/php53/distinfo                                          1.39-1.40
- lang/php53/patches/patch-sapi_cgi_cgi__main.c                1.1-1.2

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Sun May  6 14:27:46 UTC 2012

  Modified Files:
  pkgsrc/lang/php53: Makefile distinfo
  Added Files:
  pkgsrc/lang/php53/patches: patch-sapi_cgi_cgi__main.c

  Log Message:
  Additional fix for CVS-2012-1823; it wasn't fixed by PHP 5.3.12.

  Bump PKGREVISION.

---
  Module Name: pkgsrc
  Committed By: taca
  Date: Sun May  6 14:31:21 UTC 2012

  Modified Files:
  pkgsrc/lang/php53: distinfo
  pkgsrc/lang/php53/patches: patch-sapi_cgi_cgi__main.c

  Log Message:
  Fix miss spelling in comment: s/CVS-/CVE-/.

(sbd)

2012-05-07 08:42:01 UTC MAIN commitmail json YAML

Updated graphics/babl,gegl,gimp

(adam)

2012-05-07 08:40:08 UTC MAIN commitmail json YAML

2012-05-07 08:35:57 UTC MAIN commitmail json YAML

Changes 0.2.0:
* OpenCL support
* build improvements.
* High level API to apply ops directly to buffers with arguments.
* Final bits of translation infrastructure.
* Invalidate regions when disconnecting input pads.
* Operations:
  * New operation: global-matting
  * Allow transform core to do perspective transforms.
  * Added string based key/value pairs to operations.
  * Added arguments for dealing with scaled down preview rendering.
* Added human interaction ranges and non-linear mapping to properties.
* Buffer:
  * Removed broken lanczos sampler.
  * Add gegl_buffer_set_color and gegl_buffer_set_pattern
  * Added ability to drop cached tiles.
  * Added API for handling abyss policy (not implemented yet)
  * Avoid iterating global tile cache when flushing/destroying buffers
    that have no tiles in the cache.

(adam)

2012-05-07 08:33:27 UTC MAIN commitmail json YAML

2012-05-07 07:53:28 UTC MAIN commitmail json YAML

Strict RUBY_VERSION_DEFAULT when RUBY_VERSION_SUPPORTED has one word.

Should be fix PR pkg/46420.

(taca)

2012-05-07 07:28:38 UTC MAIN commitmail json YAML

Note addition of sfslite-1.2.7 into the packages collection

(agc)

2012-05-07 07:26:57 UTC MAIN commitmail json YAML

Add and enable sfslite

(agc)

2012-05-07 07:25:56 UTC MAIN commitmail json YAML

Import sfslite-1.2.7 into the Packages Collection:

The SFS toolkit was developed to support the SFS distributed file
system (see http://www.fs.net).  But because others use the toolkit
for other reasons, we're making SFS's libraries available as a
separate, lightweight package.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(agc)

2012-05-07 05:52:02 UTC MAIN commitmail json YAML

2012-05-07 03:22:36 UTC MAIN commitmail json YAML

2012-05-07 02:45:48 UTC MAIN commitmail json YAML

2012-05-07 01:54:16 UTC MAIN commitmail json YAML

2012-05-07 01:41:44 UTC MAIN commitmail json YAML

2012-05-07 01:34:55 UTC MAIN commitmail json YAML

2012-05-07 01:29:33 UTC MAIN commitmail json YAML

gnome-system-monitor 2.28.2 was done in 2010.

(dholland)

2012-05-07 01:28:44 UTC MAIN commitmail json YAML

2012-05-07 01:22:50 UTC MAIN commitmail json YAML

2012-05-07 01:14:15 UTC MAIN commitmail json YAML

Fix build with latest glib2. (not the usual thing, either)

(dholland)

2012-05-07 00:54:20 UTC MAIN commitmail json YAML

2012-05-07 00:46:25 UTC MAIN commitmail json YAML

2012-05-07 00:32:54 UTC MAIN commitmail json YAML

Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)
caught by pkglint

(dholland)

2012-05-07 00:31:46 UTC MAIN commitmail json YAML

2012-05-07 00:26:49 UTC MAIN commitmail json YAML

2012-05-07 00:21:15 UTC MAIN commitmail json YAML

Updated www/ruby-httpclient to 2.2.5

(obache)

2012-05-07 00:20:47 UTC MAIN commitmail json YAML

Update ruby-httpclient to 2.2.5.

= Changes in 2.2.5 =

  May 06, 2012 - version 2.2.5

    * Bug fixes

      * Added Magic encoding comment to hexdump.rb to avoid encoding error.
      * Add workaround for JRuby issue on Windows (JRUBY-6136)
On Windows, calling File#size fails with an Unknown error (20047).
This workaround uses File#lstat instead.
      * Require open-uri only on ruby 1.9, since it is not needed on 1.8.

    * Features

      * Allow symbol Header name for HTTP request.
      * Dump more SSL certificate information under $DEBUG.
      * Add HTTPClient::SSLConfig#ssl_version property.
      * Add 'Accept: */*' header to request by default. Rails requies it.
It doesn't override given Accept header from API.
      * Add HTTPClient::SSLConfig#set_default_paths. This method makes
HTTPClient instance to use OpenSSL's default trusted CA certificates.
      * Allow to set Date header manually.
ex. clent.get(uri, :header => {'Date' => Time.now.httpdate})

(obache)

2012-05-07 00:20:34 UTC MAIN commitmail json YAML

2012-05-07 00:10:58 UTC MAIN commitmail json YAML

Remove a piece of pkglint.

(dholland)

2012-05-07 00:10:24 UTC MAIN commitmail json YAML

2012-05-07 00:04:17 UTC MAIN commitmail json YAML

2012-05-07 00:03:00 UTC MAIN commitmail json YAML

Note addition of google-authenticator.

(jmmv)

2012-05-07 00:02:33 UTC MAIN commitmail json YAML

Add and enable google-authenticator.

(jmmv)

2012-05-07 00:01:48 UTC MAIN commitmail json YAML

Initial import of google-authenticator, version 0.0.20120506:

The Google Authenticator includes implementations of one-time passcode
generators for several mobile platforms as well as a pluggable
authentication module (PAM).  One-time passcodes are generated using
open standards developed by the Initiative for Open Authentication
(OATH) (which is unrelated to OAuth).

These implementations support the HMAC-Based One-time Password (HOTP)
algorithm specified in RFC 4226 and the Time-based One-time Password
(TOTP) algorithm specified in RFC 6238.

Because upstream does not provide a distribution file (yet), I have
pre-packaged the sources myself as of today and uploaded them to
ftp.n.o under my own directory.  This explains the 0.0 prefix in the
version number, because if upstream starts providing distfiles with
proper versioning, we don't want our date stamp to be "above" all
official versions.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(jmmv)

2012-05-06 23:22:12 UTC MAIN commitmail json YAML

2012-05-06 23:21:44 UTC MAIN commitmail json YAML

Needs desktopdb.mk. PKGREVISION -> 1

(dholland)

2012-05-06 23:21:20 UTC MAIN commitmail json YAML

2012-05-06 23:13:49 UTC MAIN commitmail json YAML

2012-05-06 23:07:53 UTC MAIN commitmail json YAML

2012-05-06 23:07:24 UTC MAIN commitmail json YAML

Needs desktopdb.mk. PKGREVISION -> 10

(dholland)

2012-05-06 23:07:05 UTC MAIN commitmail json YAML

2012-05-06 23:02:30 UTC MAIN commitmail json YAML

2012-05-06 22:56:10 UTC MAIN commitmail json YAML

2012-05-06 22:56:00 UTC MAIN commitmail json YAML

Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)
caught by pkglint

(dholland)

2012-05-06 21:43:12 UTC MAIN commitmail json YAML

Remove $NetBSD$ from inside patch to make it more likely this will apply.

(wiz)

2012-05-06 21:42:35 UTC MAIN commitmail json YAML

2012-05-06 21:12:04 UTC MAIN commitmail json YAML

Build fixes for glib2. Due to volume, use SUBST instead of patches,
and also due to volume, put it in its own file.

(dholland)

2012-05-06 20:51:33 UTC MAIN commitmail json YAML

Updated x11/xf86-input-mouse to 1.7.2

(wiz)

2012-05-06 20:51:24 UTC MAIN commitmail json YAML

Update to 1.7.2, provided by Francois Tigeot in private mail.

1.7.2

Return proper default for unknown values in pInfo->device_control
No need to merge NULL options list with existing options
sun_mouse.c: Ensure vuidMouse setup routines are called for protocol "Auto"
Fix wrong read Protocol and Device from xorg.conf
Avoid NULL pointer dereference in autoProbeMouse if proto == PROT_UNSUP
Mark symtab_t.name in pnp.c as const to fix gcc -Wwrite-strings warnings
sun_mouse.c: remove unused variables

1.7.1:

Fix OSMouse OS-defined protocol support
Fix Hurd mouse driver with XInput ABI before 12
Fix Solaris issues with new ABI12 init process

1.7.0:

Fix BSD issues with new ABI12 init process

1.6.99.901:

Replace libc wrappers to xcalloc and friends with libc calls
Remove unused declaration of MouseUnInit
Remove out-of-date comment
XI86_POINTER_CAPABLE is gone from the server
Replace LocalDevicePtr with InputInfoPtr
Don't try to call conversion_proc anymore
Remove refcnt field from InputDriverRec
Assume ABI_XINPUT_VERSION 4 or higher
Remove unused define NEED_X86_TYPES
Remove includes for protocol headers
Remove if 0'd out model
Remove a bunch of unnecessary log prints
Remove unused branch from if 1 condition
De-duplicate Option "Device" handling
Use single exit path for PreInit
Move protocol ID detection into a separate function
Remove convoluted do { } while loop
Move a statement down to have all allocations close together
Remove a bunch of unused fields from the MouseRec
Rename xf86OSmouse.h to mouse.h
Remove random History comment
Rename xf86OSMouseInit to OSMouseInit
Remove write-only field mouseFlags
Use pInfo->options instead of conf-idev
ABI 12 requires per-valuator modes
Adjust to new Input ABI 12
Add ABI checks around XI86_CONFIGURED uses in OS-specific PreInits
Various manpage fixes

1.6.0:

Several driver modules do not have a ChangeLog target in Makefile.am #23814
INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
Plug minor memory leak
Silence sed substitutions in make output
configure.ac: remove unused sdkdir=$(pkg-config...) statement
Update Sun license notices to current X.Org standard form
config: remove unused -I$(top_srcdir)/src directive
Solaris: Handle ENODEV & other errors from VUID protocol mice
Bug 10866 - serial Genius NetScroll+ autodetection
README: fix linuxdoc content
README: update text content from sgml content
Remove unused SCO driver files
Various config fixes
config: Upgrade X.Org macros to 1.4 for INSTALL file copying
config: update AC_PREREQ statement to 2.60
README: keep the text version of README, discard the sgml version
config: upgrade to util-macros 1.8 for additional man page support
Purge macro NEED_EVENTS
xf86-input-mouse: Update sun_mouse devPrivates code #29049
Do not return the address of a local buffer
Check for NULL currentMode in vuidMouseSendScreenSize()
Sun's copyrights belong to Oracle now
MouseCtrl doesn't need to save values we never use
Fix mouse data buffering
Fix build warning
Bring README a little closer to the current state of reality

1.5.0:

Fix crashes due to MouseBlockHandler/MouseWakeupHandler with invalid devices
Require macros 1.3 for XORG_DEFAULT_OPTIONS

1.4.99.1:

Require xorg-server 1.5.99.901 or higher
Remove xf86-misc extension related code
Remove ModuleInfoRec and associated bits
Protect against ABI_XINPUT_VERSION 7
Conditionally declare some variables that are only used conditionally
Allow 0 as wheel emulation button for unconditional scrolling (#20529)
Restrict wheel emulation to a single axis at a time
sun_mouse: Check if streams module is already on the stack before pushing it
Remove check for OS/2
sun_mouse: Don't try calling ioctls if mouse fd wasn't opened
signed/unsigned fixes for delta x,y movement

(wiz)

2012-05-06 20:47:33 UTC MAIN commitmail json YAML

Updated devel/mercurial to 2.2.1

(wiz)

2012-05-06 20:47:24 UTC MAIN commitmail json YAML

Update to 2.2.1:

This is an unscheduled bugfix release to fix a signficant memory leak in hgweb.

    bookmarks: catch the proper exception for missing revisions
    help: add reference to template help (issue3413)
    help: added description for the web.collapse setting
    largefiles: fix commit of both largefiles and non-largefiles (issue3354)
    parsers: fix refcount leak, simplify init of index (issue3417)

(wiz)

2012-05-06 20:38:52 UTC MAIN commitmail json YAML

2012-05-06 20:37:47 UTC MAIN commitmail json YAML

2012-05-06 20:37:17 UTC MAIN commitmail json YAML

2012-05-06 20:25:02 UTC MAIN commitmail json YAML

2012-05-06 20:21:13 UTC MAIN commitmail json YAML

+ ImageMagick-6.7.6.9, diffpdf-2.0.0, fftw-3.3.2, gmp-5.0.5,
  mercurial-2.2.1, sfxr-1.2.1.

(wiz)

2012-05-06 20:15:36 UTC MAIN commitmail json YAML

2012-05-06 20:12:35 UTC MAIN commitmail json YAML

2012-05-06 20:08:43 UTC MAIN commitmail json YAML

2012-05-06 20:08:32 UTC MAIN commitmail json YAML

Set both BUILDLINK_ABI_DEPENDS and BUILDLINK_API_DEPENDS correctly
(with +=, not ?=)
caught by pkglint

(dholland)

2012-05-06 20:04:50 UTC MAIN commitmail json YAML

2012-05-06 20:03:03 UTC MAIN commitmail json YAML

2012-05-06 20:02:42 UTC MAIN commitmail json YAML

Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)
caught by pkglint

(dholland)

2012-05-06 20:00:34 UTC MAIN commitmail json YAML

Updated x11/xf86-input-keyboard to 1.6.1

(wiz)

2012-05-06 20:00:24 UTC MAIN commitmail json YAML

Update to 1.6.1, provided by Francois Tigeot in PR 46416.

1.6.1:

Remove calls to xf86IsPc98
Return proper default for unknown values in pInfo->device_control
Man page fixes

1.6.0:

Various manual page fixes

1.5.99.901:

Adjust to input ABI 12
Require server 1.4 or later
Remove paranoia about event processing during suspend
Remove unused code and variables
bsd: Include fix
linux: warning fixes
Remove unused OpenBSD PCCONS code
Make key codes for Sun Japanese keyboard match xkb-config mappings
Fix default options for PC98
bsd: Fix print wscons type keyboard for Sun5
Do not print values of variables XkbRules etc. twice
Remove random History comment and OS_KBD_VERSION_CURRENT
Replace deprecated xfree/xcalloc with free & calloc
Remove unused PROT_XQUEUE and PROT_USB
Remove unused bell_pitch and bell_duration
lnx: Fix detect CustomKeycodes for __powerpc__
Do not print values of Protocol twice
Cleanup set the value of CustomKeycodes
Removed unnecessary code, since ABI_XINPUT_VERSION >= 2

1.5.0:

Various documentation and configuration fixes
Silence sed substitutions in make output
Various configure and pkg-config fixes
Missing #ifdef for PCCONS
Remove unused SCO driver files
upgrade to util-macros 1.8 for additional man page support
sun_kbd: Add mappings for Hangul and Hanja keys on Korean keyboard
Remove unused keyboardOptions
Various code cleanups
Sun's copyrights now belong to Oracle

1.4.0:

Require macros 1.3 for XORG_DEFAULT_OPTIONS
Don't use XKB_DFLT_RULES from the server
Remove now un-used autorepeat field

1.3.99.1:

Fix return type issues, remove unused variables, clear compiler warnings
Add note on hal-based configuration to man page
Add README with pointers to mailing list, bugzilla & git repos
Switch to new XKB API, remove all "noXkb" handling
Use XKB_DFLT_RULES from xorg-server.h for default xkb rules filename
Remove SpecialKey handling
Remove leftover ifdef XINPUT
Remove special support for Panix106 (SVR4 derivative)
Remove ModuleInfoRec
Remove autorepeat
nec/jp layout is just "jp" these days.
No more special sun keyboards anymore.
Fix xf86-input-keyboard build on Linux/sparc
Return BadValue if the server failed to init the keyboard. (#21278)
Assume Solaris is at least Solaris 8
Solaris keyboard fixes for HAL hotplugging support
Override HKTG & BSlash2 keycodes on Solaris
Sun bug 6852921: Recycling Xorg runs out of file descriptors in kbd driver
sun_kbd: re-open keyboard if needed in KbdOn
sun_kbd: Use HID ioctl variants to get/set direct mode on usbhid devices
sun_kbd: Check if streams module is already on the stack before pushing it

(wiz)

2012-05-06 19:57:27 UTC MAIN commitmail json YAML

2012-05-06 19:49:37 UTC MAIN commitmail json YAML

pkgsrc/audio/gnome-speech/distinfo@1.30 / diff
pkgsrc/audio/gnome-speech/patches/patch-drivers_dectalk_dectalkspeaker_c@1.1 / diff
pkgsrc/audio/gnome-speech/patches/patch-drivers_dectalk_dectalkspeaker_h@1.1 / diff
pkgsrc/audio/gnome-speech/patches/patch-drivers_dectalk_dectalksynthesisdriver_c@1.1 / diff
pkgsrc/audio/gnome-speech/patches/patch-drivers_dectalk_dectalksynthesisdriver_h@1.1 / diff
pkgsrc/audio/gnome-speech/patches/patch-drivers_eloquence_eloquencespeaker_c@1.1 / diff
pkgsrc/audio/gnome-speech/patches/patch-drivers_eloquence_eloquencespeaker_h@1.1 / diff
pkgsrc/audio/gnome-speech/patches/patch-drivers_eloquence_eloquencesynthesisdriver_c@1.1 / diff
pkgsrc/audio/gnome-speech/patches/patch-drivers_espeak_espeakspeaker_c@1.1 / diff
pkgsrc/audio/gnome-speech/patches/patch-drivers_espeak_espeakspeaker_h@1.1 / diff
pkgsrc/audio/gnome-speech/patches/patch-drivers_espeak_espeaksynthesisdriver_c@1.1 / diff
pkgsrc/audio/gnome-speech/patches/patch-drivers_espeak_espeaksynthesisdriver_h@1.1 / diff
pkgsrc/audio/gnome-speech/patches/patch-drivers_loquendo_loquendospeaker_c@1.1 / diff
pkgsrc/audio/gnome-speech/patches/patch-drivers_loquendo_loquendospeaker_h@1.1 / diff
pkgsrc/audio/gnome-speech/patches/patch-drivers_loquendo_loquendosynthesisdriver_c@1.1 / diff
pkgsrc/audio/gnome-speech/patches/patch-drivers_loquendo_loquendosynthesisdriver_h@1.1 / diff
pkgsrc/audio/gnome-speech/patches/patch-drivers_swift_swiftspeaker_c@1.1 / diff
pkgsrc/audio/gnome-speech/patches/patch-drivers_swift_swiftspeaker_h@1.1 / diff
pkgsrc/audio/gnome-speech/patches/patch-drivers_swift_swiftsynthesisdriver_c@1.1 / diff
pkgsrc/audio/gnome-speech/patches/patch-drivers_theta_thetaspeaker_c@1.1 / diff
      :
(more 6 files)
glib2 build fixes for gnome-speech-espeak.

(dholland)

2012-05-06 19:45:04 UTC MAIN commitmail json YAML

sysutils/gkrellm: Fix indirect linking on DragonFly again

(marino)

2012-05-06 19:38:33 UTC MAIN commitmail json YAML

2012-05-06 19:38:04 UTC MAIN commitmail json YAML

Needs desktopdb.mk. Fix some other pkglint. PKGREVISION -> 17.

(dholland)

2012-05-06 19:35:58 UTC MAIN commitmail json YAML

2012-05-06 19:27:12 UTC MAIN commitmail json YAML

2012-05-06 19:12:22 UTC MAIN commitmail json YAML

2012-05-06 19:06:22 UTC MAIN commitmail json YAML

2012-05-06 18:59:11 UTC MAIN commitmail json YAML

2012-05-06 18:57:20 UTC MAIN commitmail json YAML

Needs a full dependence on qt4-tools. PKGREVISION -> 1.

(dholland)

2012-05-06 18:56:31 UTC MAIN commitmail json YAML

Needs a full dependence on qt4-tools. PKGREVISION -> 4

(dholland)

2012-05-06 18:52:33 UTC MAIN commitmail json YAML

2012-05-06 18:52:05 UTC MAIN commitmail json YAML

Needs full dependence on qt3-tools. Shown by Joerg's test build a few
days back. PKGREVISION -> 9.

(dholland)

2012-05-06 18:41:51 UTC MAIN commitmail json YAML

2012-05-06 18:10:51 UTC MAIN commitmail json YAML

Updated devel/scmgit to 1.7.10.1

(adam)

2012-05-06 18:08:59 UTC MAIN commitmail json YAML

2012-05-06 17:55:52 UTC MAIN commitmail json YAML

2012-05-06 17:53:45 UTC MAIN commitmail json YAML

2012-05-06 17:53:22 UTC MAIN commitmail json YAML

Set LICENSE (gnu-gpl-v2)

(dholland)

2012-05-06 17:41:40 UTC MAIN commitmail json YAML

2012-05-06 17:41:30 UTC MAIN commitmail json YAML

Whitespace, found by pkglint.

(dholland)

2012-05-06 17:36:33 UTC MAIN commitmail json YAML

2012-05-06 17:29:38 UTC MAIN commitmail json YAML

2012-05-06 17:24:41 UTC MAIN commitmail json YAML

2012-05-06 17:24:21 UTC MAIN commitmail json YAML

Set BUILDLINK_ABI_DEPENDS.tomoe correctly (with +=, not ?=)
caught by pkglint

(dholland)

2012-05-06 17:14:58 UTC MAIN commitmail json YAML

2012-05-06 17:08:27 UTC MAIN commitmail json YAML

2012-05-06 17:08:15 UTC MAIN commitmail json YAML

Set BUILDLINK_ABI_DEPENDS.gtk2+extra correctly (with +=, not ?=)
caught by pkglint

(dholland)

2012-05-06 17:07:45 UTC MAIN commitmail json YAML

2012-05-06 17:06:37 UTC MAIN commitmail json YAML

www/webkit-gtk: DragonFly too

DragonFly needs the same modification to osinclude.h that NetBSD does.

(marino)

2012-05-06 16:48:34 UTC MAIN commitmail json YAML

Patch for building with the new glib2, from Dieter Roelants.

(dholland)

2012-05-06 14:31:21 UTC MAIN commitmail json YAML

2012-05-06 14:28:18 UTC MAIN commitmail json YAML

Note update of lang/php53 pacakge to 5.3.12nb1.

(taca)

2012-05-06 14:27:46 UTC MAIN commitmail json YAML

Additional fix for CVS-2012-1823; it wasn't fixed by PHP 5.3.12.

Bump PKGREVISION.

(taca)

2012-05-06 13:53:45 UTC MAIN commitmail json YAML

The libsoup24 configure script now wants glib2 2.31.7 or greater,
mark dependency as such.

(jakllsch)

2012-05-06 13:18:30 UTC MAIN commitmail json YAML

Add python32 support.

(obache)

2012-05-06 13:13:17 UTC MAIN commitmail json YAML

2012-05-06 13:12:38 UTC MAIN commitmail json YAML

Added lang/python32 version 3.2.3

(obache)

2012-05-06 13:12:12 UTC MAIN commitmail json YAML

Import python32-3.2.3 as lang/python32.

Python is an interpreted, interactive, object-oriented
programming language that combines remarkable power with
very clear syntax. For an introduction to programming in
Python you are referred to the Python Tutorial. The
Python Library Reference documents built-in and standard
types, constants, functions and modules. Finally, the
Python Reference Manual describes the syntax and semantics
of the core language in (perhaps too) much detail.

Python's basic power can be extended with your own modules
written in C or C++. On most systems such modules may be
dynamically loaded. Python is also adaptable as an exten-
sion language for existing applications. See the internal
documentation for hints.

This package provides Python version 3.2.x.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-base

(obache)

2012-05-06 12:34:44 UTC MAIN commitmail json YAML

Add checksums for recently added patches.

(hans)

2012-05-06 11:07:25 UTC MAIN commitmail json YAML

2012-05-06 10:20:39 UTC MAIN commitmail json YAML

2012-05-06 10:12:21 UTC MAIN commitmail json YAML

Add destdir support.
(It was so easy that I can only infer that noone cares about these packages :) )

(wiz)

2012-05-06 10:10:10 UTC MAIN commitmail json YAML

+ courier-0.68.1, courier-authlib-0.64.0, freefont-20120503,
  gimp-2.8, hiawatha-8.2, jabberd2-2.2.16, kde4-4.8.3, py-feedparser-5.1.2,
  rudiments-0.36.1, taskjuggler-3.2.0, valgrind-3.7.0.

(wiz)

2012-05-06 09:54:31 UTC pkgsrc-2012Q1 commitmail json YAML

2012-05-06 09:53:22 UTC pkgsrc-2012Q1 commitmail json YAML

Pullup ticket #3773 - requested by joerg
graphics/digikam-kde3: packaging fix

Revisions pulled up:
- graphics/digikam-kde3/Makefile                                1.19

---
  Module Name: pkgsrc
  Committed By: joerg
  Date: Sat May  5 22:13:42 UTC 2012

  Modified Files:
  pkgsrc/graphics/digikam-kde3: Makefile

  Log Message:
  Sort dependencies to not conflict with KDE4

(tron)

2012-05-06 09:18:48 UTC MAIN commitmail json YAML

inputmethod/scim: workaround bad NLS test on DragonFly

With the upgrade to version 1.4.12 or 1.4.13, scim began failing on
DragonFly when PKG_DEVELOPER=yes option was used due to the missing
locale files outlined in the plist.  All the USE_TOOLS callouts and
buildlinks were correct.  The problem was traced back to the configure
tests for gettext.  They were producing casting errors and number of
argument errors.

The workaround is to cache the result of the gettext/libintl test
as successful in the package makefile.  Doing so results in successful
build, confirming the conftest has a problem at least on some platforms.

(marino)

2012-05-06 09:09:35 UTC MAIN commitmail json YAML

Updated net/libvncserver to 0.9.9

(obache)

2012-05-06 09:08:36 UTC MAIN commitmail json YAML

Update libVNCServer to 0.9.9.

0.9.9
  - Overall changes:
    * Added noVNC HTML5 VNC viewer (http://kanaka.github.com/noVNC/) connect possibility
      to our http server. Pure JavaScript, no Java plugin required anymore! (But a
      recent browser...)
    * Added a GTK+ VNC viewer example.

  - LibVNCServer/LibVNCClient:
    * Added support to build for Google Android.
    * Complete IPv6 support in both LibVNCServer and LibVNCClient.

  - LibVNCServer:
    * Split two event-loop related functions out of the rfbProcessEvents() mechanism.
      This is required to be able to do proper event loop integration with Qt. Idea was
      taken from Vino's libvncserver fork.
    * Added TightPNG (http://wiki.qemu.org/VNC_Tight_PNG) encoding support. Like the
      original Tight encoding, this still uses JPEG, but ZLIB encoded rects are encoded
      with PNG here.
    * Added suport for serving VNC sessions through WebSockets
      (http://en.wikipedia.org/wiki/WebSocket), a web technology providing for multiplexing
      bi-directional, full-duplex communications channels over a single TCP connection.
    * Support connections from the Mac OS X built-in VNC client to LibVNCServer
      instances running with no password.
    * Replaced the Tight encoder with a TurboVNC one which is tremendously faster in most
      cases, especially with high-color video or 3D workloads.
      (http://www.virtualgl.org/pmwiki/uploads/About/tighttoturbo.pdf)

  - LibVNCClient:
    * Added support to only listen for reverse connections on a specific IP address.
    * Support for using OpenSSL instead of GnuTLS. This could come in handy on embedded
      devices where only this TLS implementation is available.
    * Added support to connect to UltraVNC Single Click servers.

(obache)

2012-05-06 09:03:48 UTC MAIN commitmail json YAML

Remove Perl dependence as this package doesn't contain Perl Script anymore.

(tron)

2012-05-06 09:01:35 UTC MAIN commitmail json YAML

Note update of the "phpmyadmin" package to version 3.5.1.

(tron)

2012-05-06 09:01:10 UTC MAIN commitmail json YAML

Update "phpmyadmin" package to version 3.5.1. Major changes since 3.4.*:
- browse-mode improvements
  -  grid editing
  -  remember recent tables
  -  remember last sort order by table
  -  flexible column width
  -  reorder columns
  -  more compact navigation bar
- AJAXification of many operations
- reorganised server status page, with server monitoring
- improved support for stored routines, events and triggers
- openGIS support
- zoom-search in table search
- Drizzle support
- improved ENUM/SET editor

(tron)

2012-05-06 08:34:30 UTC MAIN commitmail json YAML

Updated misc/calibre to 0.8.50

(gls)

2012-05-06 08:34:14 UTC MAIN commitmail json YAML

Update misc/calibre to 0.8.50

pkgsrc changes:
---------------
- Depends on textproc/py-ccsutils >=0.9.9.

Upstream changes:
-----------------

Release 0.8.50 - May 04, 2012
=============================

New Features

    Tweak Book: Allow tweaking of KF8 MOBI files. Useful to fine-tune the result
of a conversion. Right click on the book and select Tweak Book to use the
feature. Note that tweaking a MOBI file that contains both KF8 and older MOBI6
will cause the MOBI6 version to be discarded.
    AZW3 output plugin. This output plugin generates pure KF8 mobi files. These
only work on the Kindle Fire and Kindle Touch with latest firmware.
    Conversion: Allow easy re-ordering of the search and replace expressions in
the conversion dialog. Also apply the expressions in the same order that they
were entered when doing the conversion.
    Automatically add the Tag 'Sample Book' when an Amazon sample is added to
calibre
    FB2 Input: Better handling of inline images.
    Closes tickets: 989869

Bug Fixes

    KF8 Output: Fix section to section jumps not working for documents with
multi-level ToCs
    EPUB Input: Handle the case of the metadata ToC containing a reference to
the cover HTML file.
    Closes tickets: 993812

    CHM Input: Handle files with deeply nested markup and non html files
listed at the start of the manifest.
    Closes tickets: 993607

    KF8 Output: Workaround Kindle Touch bug that causes the book to be rendered
as black pages when a height is specified for <body>

    Fix regression in 0.8.49 that broke italics detection in heuristic
processing on 32-bit systems.
    Closes tickets: 991380

    KF8 Output: Fix joint MOBI6/KF8 books not being recognized as MOBI files
by older Kindles
    KF8 Output: Fix errors when processing documents with HTML comments
and/or XML processing instructions
    Get Books: Amazon fix prices not being found. B&N fix details link.
ebooks.com: fix cover image. Website changes to various EU stores
    FB2 Input: More robust base64 decoding to handle embedded images that are
incorrectly encoded.
    Closes tickets: 990929

    Fix scrolling with the cover browser updating only the selection in the
book list, not the current book.
    Closes tickets: 990881

    Save to Disk: Do not run out memory when saving very large files on
systems with low RAM.
    Closes tickets: 990741

    FB2 Output: Use 2 letter language codes in preference to 3-letter ones to
not break poorly implemented FB2 readers
    Closes tickets: 990026

    EPUB Input: Auto set the media-type for OPF manifest entries with an
empty media-type

New news sources

    George Monbiot by Darko Miletic
    El Mundo by atordo
    AraInfo and Diagonal by Ruben Pollan

Improved news sources

    National Post
    Daily Mirror
    Sun
    Newsweek Polska
    Max-Planck
    derStandard
    tweakers.net

Release 0.8.49 - Apr 27, 2012
=============================
New Features

    Experimental support for generating Amazon's new KF8 format MOBI files

    calibre can now generate Amazon's new KF8 format MOBI files. To turn
on this feature, go to Preferences->Tweaks and click Plugin Tweaks. In
the box add: test_mobi_output_type = 'both' calibre will now produce MOBI
files that have both the old MOBI format and the new KF8 format in them.
To learn more about KF8, see: http://www.amazon.com/gp/feature.html?docId=1000729511
Note that calibre support for KF8 is still experimental and there will
likely be bugs.

    Upgrade to using cssutils 0.9.9 for CSS parsing. Improved speed
and robustness.
    Show cover size in a tooltip in the conversion dialog

    Closes tickets: 986958 [External link]
    Driver for Nook Simple Touch with Glow Light

    Closes tickets: 989264 [External link]

Bug Fixes

    Heuristics: When italicizing words do not operate on words not in
between HTML tags.
    Closes tickets: 986298 [External link]

    Fix (I hope) the bulk metadata download process crashing for some
people on OS X when clicking the Yes button to apply the updates.
    Closes tickets: 986658 [External link]

    Fix tooltip not being updated in the book details panel when
pasting in a new cover
    Closes tickets: 986958 [External link]

    Cover Browser: Wrap the title on space only, not in between words.
    Closes tickets: 986516 [External link]

    Edit metadata dialog: If a permission denied error occurs when
clicking the next or prev buttons, stay on the current book.
    Closes tickets: 986903 [External link]

    Fix heuristics not removing unnecessary hyphens from the end
of lines.
    Closes tickets: 822744 [External link]

New news sources

    Berria by Alayn Gortazar
    Sol Haber by Onur Gungor
    Telam by Darko Miletic
    Richmond Times-Dispatch by jde

Improved news sources

    Metro Nieuws NL
    Der Tagesspiegel

(gls)

2012-05-06 08:30:15 UTC MAIN commitmail json YAML

Updated graphics/gource to 0.38

(ryoon)

2012-05-06 08:29:38 UTC MAIN commitmail json YAML

Update to 0.38

* New dependencies to boost and glm

Changelog:
0.38:
* New high quality sprites.
* Fullscreen toggle with alt + enter.
* Window is now resizable. -WIDTHxHEIGHT! creates a non-resizable window.
* Lowered minimum zoom distance.
* Use AM_CPPFLAGS in Makefile.am to allow passing custom CPPFLAGS.
* Don't add files that match the path of a known directory.
* Fixed divide by zero in text shader causing artifacts on some video cards.
* Recursively search for repository directory when log-format not specified
  (thanks to Jorg Bachmann for original concept / prototype).
* New dependency on Boost Filesystem.
* Doubled the maximum zoom out distance.
* Allow negative timestamps before 1970 in custom log (artzub).
* Fix for UTF8-CPP checked.h compilation issue (vszakats).
* Fixed bug causing missing characters in text.
* Fixed --highlight-users option not using highlight-colour.
* highlight-colour default changed to white.
* Added --selection-colour option (applied to selected users and files).
* Added --dir-colour option (applied to directories).

(ryoon)

2012-05-06 08:25:38 UTC MAIN commitmail json YAML