Commit graph

176287 commits

Author SHA1 Message Date
dholland
6b218ca7c3 Use pkg-config to find libXft, not xft-config, as xft-config has
disappeared from recent libXft. Fixes the native X build.

(XXX: will this break the build for really old libXft? Does this need
to learn to use both?)
2011-10-09 06:40:38 +00:00
dholland
4eb7911631 Use force on imake to keep it from installing fonts in /usr/X11R7 with
native X.
2011-10-09 05:26:08 +00:00
dholland
08e4155704 Fix entry for patch-aa. shattered@ did update it along with patch-aa,
but the update was wrong (not in any obvious way, either), so adjust
it to match what's checked in.
2011-10-09 04:53:30 +00:00
dholland
114cf03f5b Needs libXp. verifypc says also to add libXt. PKGREVISION++ 2011-10-09 04:25:10 +00:00
dholland
dedec9fba6 Fix native X build by cleaning up FONTDIR after imake. Ride previous bump. 2011-10-09 03:53:31 +00:00
dholland
3ee72b3ed9 Add a monster cleanup patch, posted as a distfile, to fix rampant
misuse of function pointer casts and mismatched function calls and
arguments. Now this has some chance at running on something other
than i386.

PKGREVISION -> 12.
2011-10-09 03:35:26 +00:00
kim
29a03bdbba This can be built with emacs23nox too. 2011-10-09 02:49:48 +00:00
kim
9e30d4dae3 This can be built with emacs23nox as well. 2011-10-09 02:27:54 +00:00
kim
6ee38f91e0 Can be built with emacs23nox as well. 2011-10-09 02:25:24 +00:00
kim
690cce1edc Missing one file for emacs23nox. 2011-10-09 02:18:16 +00:00
gls
5556587fa9 Updated textproc/asciidoc to 8.6.6 2011-10-08 21:15:52 +00:00
gls
0f5d508695 Update textproc/asciidoc to 8.6.6.
Release highlights

The AsciiDoc plugin architecture has been enhanced, unified and extended:
- Plugin commands have been added to the asciidoc(1) --backend option.
- An asciidoc(1) --theme option has been implemented to specify a
theme and to manage theme plugins.
- A plugin build command (for creating plugins) added.
- build, install, list and remove plugin commands are all recognized
by asciidoc(1) --backend, --filter and --theme options.

A security update by Kenny MacDermid removes the use of eval() on
untrusted input (to disallow code malicious execution).

Complete changelog can be accessed here:
http://www.methods.co.nz/asciidoc/CHANGELOG.html
2011-10-08 21:13:47 +00:00
shattered
57a4a9a846 clang cannot build this (uses nested functions) 2011-10-08 14:47:25 +00:00
wiz
f2cb03a4cf Updated www/py-gdata to 2.0.14 2011-10-08 14:11:35 +00:00
wiz
6376c048d4 Update to 2.0.14:
=== 2.0.14 ===
7 Mar 2011

 - Bug Fixes:
  * 491. 302 redirect on some gsessionids
  * 501. Remove support for deprecated Maps Data API.
  * 462. Bug in samples/analytics/data_feed_demo.py (using segments)
  * 482. String exception in service.py
  * 414. http proxy url containing properly formatted user-name and password not accepted
 - Turn on SSL for Codesearch, Photos, Project Hosting, Analytics,
    Contacts, Marketplace Licensing, and Docs.
 - Add batch default URL to the Contacts API and clean the sample code. (issue4000058)
 - Added support for Content API for Shopping
 - Added Calendar V2 API support
 - Add Google Marketplace Licensing API to the Gdata Python Client
 - Added patch from Alexandre Vivien that fixes calendar resource email support that somehow went missing in a previous release.


=== 2.0.13 ===
16 Nov 2010 (revision 902:73f3fbb5ea88)

 - Bug Fixes:
   * Issue 315: Correctly constructs queries based on categories for Blogger APIs.
   * Issue 323: YouTubeUserQuery constructor passes incorrect overridden parameter to base class.
 - Accept proxy username and password in http(s)_proxy environment variables.
 - Adding support for specifying URI to v3 docs client.
 - Adding tests for revisions for arbitrary file types in Documents List API.
 - Google Base, added bucket node to attributes.
 - Adding ContainsSampledData XML Element to Analytics Data Feed and updating samples


=== 2.0.12 ===
17 Sep 2010 (revision 892:e949a7cf9a31)

 - Bug Fixes:
   * Issue 437: PATCH request generates incorrect Content-Type
   * Issue 428: get_blog_name() does not correctly handle blog URLs containing hyphens
   * Issue 443: Packages should contain gdata.apps.audit in setup.py
   * Issue 430: Lots of memory usage when uploading big video files
   * Issue 423: gdata.contacts.client.ContactsClient.get_profiles_feed() broken
  - Turn on SSL be default for the spreadsheet API
  - Added support for new Analytics feeds
  - All V3 code and development has been out of this project and into http://code.google.com/p/google-api-python-client/
  - Added partial support for the YouTube API in v2


=== 2.0.11 ===
Jul 29, 2010 (revision fa49231cc8)

 - Added the following new APIs:
   * Apps Audit APIs from Jay Lee
   * Apps Organization from Alexandre Vivien
   * Added Email Settings API client library v2.0 from Claudio Cherubino
 - Fixes to file permissions for samples.
 - Fixing a broken calendar resource client from r983, removing a superfluous call to MakeResourceFeedUri(), adding regression tests for edit links.
 - Abstracting out AppsProperty so that it's usable by other libs.  Thanks to Claudio Cherubino <ccherubino@google.com> for this change.
 - Added optional change_password parameter to AppsService.CreateUser
 - Fixing minor bugs in analytics samples
 - http://codereview.appspot.com/1677050 Switch default connection type back to non-SSL connections.
 - Switch the repository from subversion to mercurial
 - Added OAuth test cases thanks Samuel Cyprian
 - Many APIs now use SSL, and some require it, so the following APIs now default to using HTTPS:
   * Spreadsheets
   * Sites
   * Calendar Resource

=== 2.0.10 ===
May 12, 2010 (revision 980)

 - Add check for liveness of proxy in live tests. Also add in upload-diffs.py to make using codereview.appspot.com easier.
 - Patch from Alexandre Vivien adds the ResourceEmail attribute to CalendarResourceEntry
 - Adding new single page methods to apps.groups.service. Thanks Jeremy Selier!
 - Cleanup in service GetWithRetries. Thanks Will Charles!
 - Adding much more test coverage for calendar_resource.client.
 - Fixing Calendar Resource get_resource to use correct feed URI generator.  Thanks to Alexandre Vivien for reporting.
 - Adds support for Blogger Pages. Thanks Wiktor Gworek!
2011-10-08 14:11:22 +00:00
tron
10c8251550 Mark as not multiple jobs safe. This fixes random build errors on my
dual core NetBSD/amd64 5.1_STABLE system.
2011-10-08 13:49:14 +00:00
shattered
1f8d6d58ff Remove zaptel option everywhere (zaptel-netbsd package was removed) 2011-10-08 13:49:08 +00:00
darcy
cd82bdb4b0 Fix typo in devel/libebml update. 2011-10-08 11:01:59 +00:00
darcy
a89c58831d Correct name of hdf5-c++package. 2011-10-08 10:59:57 +00:00
obache
53e25674ea Updated inputmethod/scim-chewing to 0.3.4 2011-10-08 08:25:25 +00:00
obache
f0ff83b52c Update scim-chewing to 0.3.4.
What's New in SCIM-chewing 0.3.4
---------------------------------------------------------
* Handle 0-9, "+-*/" keys, Enter and '.' in keypad.
* Handle F1-F18 keys properly.
* Fix the unexpected behavior on candidate phrases in Google
  search bar browsed by Firefox.
* Be aware of the "Keyboard Layout" setting in SCIM, Thus, users
  can use a French AZERTY or German QWERTZ without having to
  switch to a US layout beforehand.
2011-10-08 08:25:10 +00:00
obache
0d2b49c9b9 Updated inputmethod/libchewing to 0.3.3 2011-10-08 08:18:04 +00:00
obache
63531eb4f9 Update libchewing to 0.3.3.
What's New in libchewing 0.3.3
---------------------------------------------------------
* Fix memory access violation.
* Improved Python binding.
* Merged with libchewing-data project. (r455)
* Improved random key stroke tester.
* Fix the handling of phonetic symbols in Hsu's keyboard.
* Fix unexpected candidate disorder when doing symbol choice.
* Revised phrase choice from rearward logic.
* Fix cross compilation.
* Improved shell script to merge changes form libchewing-data.
* Successful stories:
  . Google ChromeOS provides built-in Chewing IM support
  . MeeGo platform provides built-in Chewing IM support
2011-10-08 08:17:51 +00:00
obache
60d228bafa Updated www/mimetex to 1.72 2011-10-08 08:12:10 +00:00
obache
6ff204f93a Update mimetex to 1.72.
some commands are supported additionally.
2011-10-08 08:11:56 +00:00
abs
4cce31cbca correctly export avahi buildlink to callers when required.
Many thanks to wiz for the pointer
2011-10-08 08:02:21 +00:00
obache
6da415504d Updated www/webkit-gtk3 to 1.6.1 2011-10-08 07:39:31 +00:00
ryoon
10864bddf6 Add missing lines. Fix 'make package'. 2011-10-08 07:29:46 +00:00
dholland
7d65f7a6e0 Not MAKE_JOBS_SAFE 2011-10-08 07:04:34 +00:00
dsainty
ad8d162069 Updated net/rtmpdump to 2.4 2011-10-08 06:20:05 +00:00
dholland
7d10ca8beb Check for hes_getmailhost before trying to call it. It's not in the libc
hesiod, and it looks as if it's a deprecated feature.

This in turn will make the mail notify tool not understand Hesiod
mailserver records on NetBSD and probably anyone else with a builtin
hesiod. If anyone really really wants that functionality, set
PREFER.hesiod=pkgsrc and let it build and link to the pkgsrc hesiod
library...

Fixes the build of zephyr.
2011-10-08 06:17:40 +00:00
dsainty
3eaa37bf28 Update to rtmpdump version 2.4:
11 July 2011, v2.4
- add RTMPE type 9 handshake support
2011-10-08 06:09:33 +00:00
dholland
5872db9fae Fix build with newer C++ compilers. 2011-10-08 06:08:27 +00:00
dholland
5eb9b486dc Fix configure script to cope with hesiod in libc as well as in -lhesiod. 2011-10-08 05:56:00 +00:00
dholland
fad75985f7 Fix rev 1.10; require ruby18 the correct way. 2011-10-08 05:10:09 +00:00
hiramatsu
875a733574 Note update of textproc/p5-Template-Tiny, www/p5-Web-Scraper
and databases/p5-DBIx-Class.
2011-10-08 03:56:58 +00:00
hiramatsu
060e6fd544 Update p5-DBIx-Class to 0.08195.
Excerpted new features. For complete list of bug fixes, look into
Changes file in the distfile.
0.08193 2011-07-14 17:00 (UTC)
    * New Features / Changes
        - Allow schema cloning to mutate attributes
        - DBIC now attempts more aggressive de-duplication of where
          conditions on resultset chaining
        - The Ordered component is now smarter wrt reordering of dirty
          objects, and does its job with less storage queries
        - Logging via DBIC_TRACE=1=<filename> no longer overwrites the
          logfile on every program startup, appending loglines instead

0.08191 2011-05-02 00:45 (UTC) (deleted from CPAN)
    * New Features / Changes
        - Add quote_names connection option. When set to true automatically
          sets quote_char and name_sep appropriate for your RDBMS
        - Add retrieve_on_insert column info flag, allowing to retrieve any
          column value instead of just autoinc primary keys
        - Bring back strict ordering of selectors in complex search chains
          (an ill-fated attempt was made in 0.08127 to order intelligently)
        - All limit dialects (except for the older Top and FetchFirst) are
          now using bind parameters for the limits/offsets, making DBI's
          prepare_cached useful across paged resutsets
        - Support for savepoints for SQLite
        - Support for MS Access databases via DBD::ODBC and DBD::ADO (only
          Win32 support currently tested)
        - Support for the Firebird RDBMS over the new DBD::Firebird driver
        - IC::DateTime support for MSSQL over DBD::ADO
        - Both the ::ODBC and ::ADO dispatchers now warn if a rdbms-specific
          driver is not found for this connection before falling back to
          plain ::Storage::DBI
        - ::Storage::DBI::sth was mistakenly marked/documented as public,
          privatize and warn on deprecated use
        - Massive overhaul of bind values/attributes handling - slightly
          changes the output of as_query (should not cause compat issues)
        - Support ancient DB2 versions (5.4 and older), with proper limit
          dialect
        - Support sub-second precision for TIMESTAMPs for Firebird over ODBC
        - Support BLOBs and CLOBs in WHERE clauses for Oracle, including LIKE
          queries for CLOBs.

0.08190-TRIAL 2011-01-24 15:35 (UTC)
    * New Features / Changes
        - Support for completely arbitrary SQL::Abstract-based conditions
          in all types of relationships

0.08127 2011-01-19 16:40 (UTC)
    * New Features / Changes
        - Schema/resultsource instances are now crossreferenced via a new
          system guaranteeing leak-free mutually assured destruction
        - DBIx::Class now warns when the user erroneously supplies
          AutoCommit => 0 to connect()
        - A warning is also issued before forcing the RaiseError
          setting of externally supplied DBI handles
        - Switch to a warning when find() is invoked with both a 'key'
          argument and a NULL-containing condition to satisfy the named
          constraint. Previously (starting with 0.08124) an exception was
          thrown
        - Switch to a warning when a commit is attempted with an out-of-sync
          transaction_depth (someone issued a begin externally to DBIC).
          Previously (starting with 0.08124) an exception was thrown

0.08126 2010-12-28 18:10 (UTC)
    * Fixes
        - Bump forgotten Class::Accessor::Grouped core dependency
        - Promote forgotten Hash::Merge optdep to a hard requirement
        - Skip t/storage/error.t on smokers with leaking perls
        - Fix t/storage/txn.t deadlocks on slower machines
        - Do not run on smokers if a trial Package::Stash is found

0.08125 2010-12-27 04:30 (UTC)
    * New Features / Changes
        - New method ResultSource columns_info method, returning multiple
          pairs of column name/info at once
        - $rs->search now throws when called in void context, as it makes
          no sense (and is nearly always a sign of a bug/misdesign)
        - Restore long-lost ability to supply unbalanced select/as pairs
          e.g. +select => \'DISTINCT(foo, bar)', +as => ['foo', 'bar']
        - +columns now behaves just like columns by not stripping a
          fully-qualified 'as' spec (i.e. foo.bar results in $obj->foo->bar)
        - Deprecate legacy $rs->search( %condition ) syntax (warn once per
          callsite)
        - NULL is now supplied unquoted to all debug-objects, in order to
          differentiate between a real NULL and the string 'NULL'
        - New search() condition operator -value used to pass complex bind
          values to DBI: search({ array_col => { -value => [1,2,3] }})
        - Add full INSERT...RETURNING support for Oracle
        - Deprecate use of -nest in search conditions (warn once per
          callsite)
        - Deprecate the completely useless DBIx::Class::Serialize::Storable
          result component
2011-10-08 03:54:34 +00:00
hiramatsu
59061d753f Update p5-Web-Scraper to 0.35.
Changes from previous:
0.35  Mon Sep 26 18:40:06 PDT 2011
        - Added support for comments() XPath #3 (Perlover)

0.34  Thu Feb 24 09:35:12 PST 2011
        - Skip xml_simple.t if LibXML is not there (omega)

0.33  Thu Feb 17 09:12:55 PST 2011
        - Remove failing invalid XPath tests
2011-10-08 03:44:59 +00:00
hiramatsu
40a9be029c Update p5-Template-Tiny to 1.12.
Changes from previous:
1.12 Fri 17 Jun 2011
        - Template::Tiny is unchanged for a year, moving to stable release
        - Cleaning up POD grammar a bit (ADAMK)
        - Removing test dependency on Capture::Tiny for tiny purity (ADAMK)
2011-10-08 03:40:41 +00:00
ryoon
8df6ce2df9 Fix build (install under ${PREFIX}). 2011-10-08 03:23:38 +00:00
minskim
7d008731cc ruby-xz requires ruby19-base. 2011-10-08 03:07:17 +00:00
shattered
26ce32cfbd PR/29576 -- Use @RCD_SCRIPTS_SHELL@ in rc.d scripts, not /bin/sh 2011-10-07 22:37:02 +00:00
drochner
54288b171a mention recent updates 2011-10-07 19:26:10 +00:00
drochner
8c87eed952 PKGREV bumps for libmatroska requirement (binary incompatible change) 2011-10-07 19:14:36 +00:00
drochner
75a26d55cc update to 1.1.2
changes:
-improvements for audio output on MacOS and with PulseAudio
-security fix for HTTP and RTSP server components (was patched
 in pkgsrc)
2011-10-07 19:13:19 +00:00
drochner
7c446160b3 update to 5.0.0
changes: many fixes and improvements

pkgsrc note: This version hasn't been tested in practice yet. The
previous one had a problem with mkvmerge going into an endless loop.
We still have mkvtoolnix-old (2.9.8) as a known working one for
that reason.
2011-10-07 19:09:55 +00:00
drochner
b5af1f28de update to 1.3.0
changes: cleanup and minor fixes

pkgsrc note: according to the ChangeLog, this version is not binary
compatible to older versions -> ABI_DEPENDS bumped
2011-10-07 19:04:46 +00:00
drochner
e0aa2bf882 update to 1.2.2
changes: bugfixes, minor improvements
2011-10-07 18:59:39 +00:00
ryoon
2087f298d5 Updated misc/libreoffice3-bin to 3.4.3 2011-10-07 13:34:29 +00:00
ryoon
1fceed9ac2 Update to 3.4.3 based on wip/libreoffice3-bin
Due to security issue CVE-2011-2713.
http://www.libreoffice.org/advisories/CVE-2011-2713/
2011-10-07 13:28:54 +00:00