Commit graph

141142 commits

Author SHA1 Message Date
joerg
28926842fa pkg_install-20090425:
Add logic to evaluate license conditions. As frontend for pkgsrc,
pkg_admin gets two new commands (check-license and
check-single-license), which can be used to evaluate a given condition.
pkg_add will be changed to honour licenses at a later point.
2009-04-25 21:31:13 +00:00
tnn
1054a2a834 Adjust CHECK_WRKREF_SKIP entry to match current version of libvlccore.so 2009-04-25 18:20:47 +00:00
tnn
dc2aa68013 Updated multimedia/vlc to 0.9.9 2009-04-25 17:48:26 +00:00
tnn
8715e350b1 Update to vlc-0.9.9.
While here, fix some pkglint warnings and enable DESTDIR support.

Changes between 0.9.8a and 0.9.9:
---------------------------------
Decoders:
 * Experimental new decoder for Real Video 3.0 & 4.0
Demuxers:
 * Various fixes related to real demuxer
Mac OS X Interface:
 * Fixed circumstances, which could lead to an empty Information panel
   - Note that VLC will show information on the currently _selected_ item
     instead of the currently _playing_ item, if the playlist is visible in the
     main controller window.
 * Fixed multiple UTF8 issues in the Streaming / Exporting Wizard
Mac OS X Port:
 * Improved video playback performance on Intel-based Macs
New Localizations:
 * Indonesian
 * Bengali
 * Updates of other localizations
Various bugfixes:
 * Support for receiving RTP packets on odd port numbers.
 * Lots of small bugfixes.
 * Correct Fullscreen behaviour on Multi-Screen setups on Windows
 * Telnet fixes on Windows
 * Resampling fixes when transcoding
2009-04-25 17:46:28 +00:00
tnn
06dc032604 include bsd.prefs.mk before conditional 2009-04-25 15:15:20 +00:00
tnn
a20af62e76 depend on devel/nasm on i386, thereby enabling assembler optimizations.
Bump rev.
2009-04-25 15:09:02 +00:00
minskim
acdfb407a4 Note update of tex-bin-dvipsk. 2009-04-25 13:53:09 +00:00
minskim
6a937ee807 Update tex-bin-dvipsk to 2008.12785.
Changes:
- Add entries for the Libris-Std typeface from Arkandis Digital Foundry.
2009-04-25 13:51:22 +00:00
gdt
834809245b Add artistic and artistic-2.0 to DEFAULT_ACCEPTABLE_LICENSES. 2009-04-25 13:15:43 +00:00
rh
143b5656c9 Note addition of xml2-0.4 2009-04-25 12:38:22 +00:00
rh
3cce628134 Add and enable xml2 2009-04-25 12:36:42 +00:00
rh
b621532aa4 Initial import of xml2-0.4, a set of tools to convert XML and HTML to and
from a line-oriented format for easier processing with sed, awk, etc.
2009-04-25 12:36:01 +00:00
rh
6d974a0b51 Note update of burn to 0.4.1 2009-04-25 12:08:19 +00:00
rh
39844797e2 Update burn to 0.4.1. Changes include:
- The cdrecord and cdrdao backends are now able to handle ATAPI devices.
  This, however, requires fairly recent versions of those tools (see
  README).
- Added overburn option for both backends. Currently this must be switched
  on manually in the parameters dialog. Maybe in the future we may try to
  detect this automatically.
- The cdrdao backend bundle is no longer built and installed by default,
  but must be handled separately. This makes things easier for me :-)
- The cdrdao backend now knows the method -availableDrives using cdrdao's
  'scanbus' command.
- The 'Burn Tools' panel has now moved to the preferences.
- Split the service 'Burn To CD' into two again: 'Burn To CD' and 'Add To
  CD'.  This gets us rid of the annoying 'do you want to append or create
  new...' message.
- ISO image files may now be opened with a double-click or 'gopen'
  (Burn.app registers for suffix .iso).
- The miniwindow for the BurnProgress panel now displays the progress.
- Removed the track types raw-intel and raw-motorola. Noone needs this.
- Add functionality to plug-in audio converters, i.e. bundles that convert
  arbitrary audio formats into .wav files.
- Add a converter bundle for MP3 files. This bundle is part of the CVS, but
  not of th release package.

Fixed Bugs/Issues:
- Fixed a bug where the 'burnproof' option for cdrecord was was not written
  properly to the defaults and thus not used at all.
2009-04-25 12:07:04 +00:00
sno
40dcf85f2a Updated devel/scmcvs to 1.11.23 2009-04-25 11:44:28 +00:00
sno
c6e0204407 PkgSrc changes:
- Updating devel/scmcvs from 1.11.22 to 1.11.23
  - "Activating" gnu-gpl-v2 license as discussed on packages@

Upstream changes:
NEW FEATURES

* A new log option -n reverts the -N option which may be in a .cvsrc
  file.

* The `cvs blame' command is now a synonym for the `cvs annotate' command.

* The :extssh: method will use $CVS_SSH if set, or fall back on "ssh"
  by default (but may be explicitly set using the --with-ssh flag to
  configure).

* There is a new IgnoreUnknownConfigKeys option available for
  CVSROOT/config to aid in the transition to newer versions of CVS.

BUG FIXES

* Merges of file removals using -j options are a little smarter.

* `cvs add' checks more thoroughly for `CVS' directories in the argument list.

* `cvs server' now accepts `--allow-root=PATH' options.

* `cvs import' no longer attempts to send CVS metadata to the server.

* `cvs import' makes more of an effort not to import paths containing files
  and directories named `CVS'.

* The CVS server will no longer allow clients to run `cvs init'.

* Applying diffs when checking out very old revisions has been reduced from an
  O(n^2) operation to an O(n) thanks to a patch from Michael J. Smith
  <msmith@ideorlando.org> and additional touch-up work from the CVS team.

* Thanks to report from Paul Eggert <eggert@CS.UCLA.EDU>, an assertion failure
  that could occur when "." was in the path (e.g. `cvs co /cvsroot/./module')
  has been removed.

* Thanks to a report from Peter Toft <pto@linuxbog.dk>, CVS server now sends
  correct patch files more often when the RCS `Name' keyword is present in
  a working file (bug #17302).

* Thanks to a report from Dan Peterson <dbpete@aol.com>, clients now send the
  right set of commands to the server when asked to update directories with
  trailing slashes on their name.

* Thanks to a report and patch from <mbarabas@redhat.com>, potential stack
  corruption during pserver login is avoided (bug #16961).

* The :extssh: method is now properly recognized as an alias for :ext:.

DEVELOPER ISSUES

* We've standardized on Autoconf version 2.61 to get a bug fix that notes
  that the AIX C compiler's default mode isn't quite C89 and sets the
  correct mode instead.

* We've standardized on Autoconf version 1.10 because it lets us simplify our
  sources.

Oked by joerg@ (with the condition that I do the update to 1.12.13.1, too)
2009-04-25 11:41:59 +00:00
wiz
ea8cb094c3 Updated x11/xcb-util to 0.3.4 2009-04-25 11:31:47 +00:00
wiz
bba06dafdc Update to 0.3.4, add missing gperf build dependency.
Changes for 0.3.4:
Julien Danjou (11):
      add a useful common header with common function/define
      event: add functions to convert event/errors to labels
      wm: remove
      icccm: add xcb_get_wm_class_from_reply()
      keysyms: fix xcb_key_symbols_get_keycode() API
      keysyms: bump version
      event: simplify proto
      event: add error values
      event: add define to get request and error types
      bump version to 0.3.4
      include xcb-util-common.h in dist tarball
2009-04-25 11:31:32 +00:00
tnn
5ca11cc58a Updated editors/mined to 2000.15 2009-04-25 11:26:19 +00:00
tnn
6fd3eac04b Update to mined-2000.15.
Character encoding support enhancements:
* Updated to Unicode 5.1; added XHC Hanyu pinyin pronunciation information.
* Enhanced character information display, also in non-UTF-8 text encoding.
  Adding Unicode character name and Unicode decomposition, see Info menu.
* Enhanced character substitution display for non-Unicode terminals;
  using base character according to Unicode decomposition.
* Encoding conversion from UTF-8 enhanced to all text encodings.
* Enhanced terminal support for cygwin 1.7, including UTF-8 mode.
* Character replacement commands (e.g. ESC _) also unescape
  URL escape notation (%E2%82%AC) and HTML numeric entities (&_#x20AC;).

Text editing features:
* Enhanced line begin/end navigation, may also go to previous/next line.

Interactive:
* Changed cursor positioning when moving vertically over multi-column characters
  * Turning to the closest side of a TAB.
  * Options -T/+T for preference to stay left/right of TAB.
* Enhanced menu navigation (Ctrl-mouse-scroll, initial key word finding).
* Multi-option selection in open Info display ("?") menu.
* Scrollbar mouse control enhancements:
  * Scroll direction adapted to other applications (old mode with option -oo).
  * Click-and-drag scrollbar scrolling.
  * Accelerated scrolling (by half a page) while over scrollbar.
* Added usage hints to messages on typical keyboard interaction misconceptions.
* Help function improvements.
* Tweaked handling of Home/End/Del and modified keypad keys.

Interworking enhancements:
* Distinction of small/numeric keypad keys for djgpp-compiled DOS version.
* Tweaked uterm terminal invocation script:
  * Workaround to safely ensure UTF-8 on cygwin.
  * Best guess for user preference of rxvt (if rxvt-unicode is found).
  * Command line options for user preference for xterm or rxvt.
* Tweaked cygwin script wmined to use mintty if available.
* Tuned keypad assignments to achieve more uniform keypad functions
  among different kinds of terminals as much as possible.
* Support of additional terminal codepages as supported by cygwin 1.7,
  also in the djgpp-compiled DOS version.
* Recognising and adapting to PuTTY or MinTTY.

Printing:
* Added printing feature using notepad /p for cygwin and DOS versions.

Miscellaneous:
* Applying computed dim screen attribute for line indications (in xterm),
  actived by defining an empty environment variable MINEDDIM.
* Revised/enhanced line end handling support:
  * Added option +r to convert Unix lineends (LF) to DOS lineends (CRLF).
  * Enhanced Mac lineend handling options -R and +R.
  * Either of -r/+r can be combined with either of -R/+R.
  * Added search pattern "\r" to search for CRLF (DOS/Windows) line ends.
2009-04-25 11:25:42 +00:00
sno
f9686bf971 Updated net/p5-Net-Twitter to 2.12 2009-04-25 10:08:27 +00:00
sno
e44110a0b1 PkgSrc changes:
- Updating package for p5 module Net::Twitter to 2.12 from 1.17
    (overfulfill pkg/40812)
  - Setting license to artistic-2.0

Upstream changes (2.xx trunk seems to be splitted after 1.17):
2.12 - Wed Mar 25, 2009
	o Removed test that uses show_progress arg to LWP::UserAgent, as this did not
		exist until v5.815.
	o Because of the above require LWP::UA of at least v2.032, as the two remaining
		tests are OK with that version.

2.11 - Thu Mar 19, 2009
	o Added useragent_args to new() to allow passing args to the LWP::UA object
	o Added test for above
	o Removed POD about dependancies.

2.10 - Thu Feb 26, 2009
	o Fix https://rt.cpan.org/Ticket/Display.html?id=43658 which proves I'm an idiot.
		The SYNOPSIS fix in 2.08 doesn't match up with reality. Passing args to
		new() with {} would break. This is now fixed.

2.09 - Thu Feb 20, 2009
	o Embarrassing. Since the very first 2.xx update_profile has been missing. This
		adds it back in and tests it.

2.08 - Thu Feb 19, 2009
	o Fixed ridiculously broken logic in get_error JSON deparse.
	o POD fix with SYNOPSIS to make the examples match the {} requirement

2.07 - Thu Feb 12, 2009
	o Add new friends_ids and followers_ids social graph methods
	o Added tests for the above.
	o Fix bug where get_error was not decoding the JSON that was returned.
	o Added documentation about hashref passing needing {} specified.

2.06 - Mon Jan 26, 2009
	o 2.05 had glitch which caused some methods like user_timeline to call the
		incorrect URL when called with no args, returning the wrong user's
		timeline.
	o Added test to prevent the above.
	o Added Net::Twitter::Search, as I now have permissions.
	o Added distribution of the local test that checks all arg combos.

2.05 - Sun Jan 25, 2009
	o public_timeline can now take zero args.
	o Any method which can take "id" as the only arg in the passed hashref can now also take that arg
		value as a string.
	o More arg validation updates. We're running out of places to break, knock on wood.
	o Code run through local test not packaged with the module which tests each method with every
		conceivable combination of args. There should be no more places the arg validation breaks
		valid arg combos, and it should be much more difficult for me to break it so in the future.

2.04 - Sat Jan 24, 2009
	o More tweaks from Marc Mims on regression tests
	o Reworked bad arg handling which caused subsequent calls of several methods to fail.
	o Fixed issue with arg handling in show_status
	o Removed Net::Twitter::Search until I can get assistance from Brenda, CPAN complains that I don't have
		rights to the namespace and people are reporting problems finding 2.x because the index is off.
	o Switch to using Module::Install

2.03 - Thu Jan 22, 2009
	o Bad MANIFEST kept the regression tests out of the 2.02 distribution.
	o Change clienturl to default to http://www.net-twitter.info and removed pointless XML warning.

2.02 - Thu Jan 22, 2009
	o Add arrayref_on_error switch at the suggestion of Ryan Rose. Changes default return value on error.
	o Added regression test suite by Marc Mims, hopefully no more crappy releases missing things.
	o Fixed several bugs in arg handling and validation to make it work correctly. Should now be 100%

2.01 - Fri Jan 16, 2009
	o Add back in the inexplicably missing update_twittervision
	o Fixed several errors with methods that can take a single arg, not a hashref. This has to happen
		for back compat with 1.xx
	o Patch from semifor to fix args handling on GET methods. It worked but was semantically wrong.

2.00 - Thu Jan 15, 2009
	o Final release including all of the below.
	o Differences since 2.00_05
		o Added Net::Twitter::Search stub file to act as a wrapper.
		o Added clone() method
		o More POD cleanup.
		o Switched from die/warn to Carp::carp/croak

2.00_05 - Mon Jan 12, 2009
	o 2.00_04 had a glaring error that prevented anything that used an HTTP POST,
		like update(), from actually, you know, POSTing.
	o Great suggestion from semifor on passing form values to LWP::UserAgent replaced 34 lines of
		ridiculous arg handling with 3 lines and a call to URI. Much better.
	o Yet more POD and minor tweaks.

2.00_04 - Sat Jan 10, 2009
	o Remove result hack for relationship_exists as twitter has fixed their end.
	o Completely rework arg validation to allow calling with no args, yet trapping
		where this is wrong.
	o Add JSON eval trapping to regular methods, it was mistakenly only
		happening on search.
	o Massive POD rewrites to clarify and expand, and even correct a few mistakes.

2.00_03 - Fri Jan 9, 2009
	o Add Net::Identica which wraps a Net::Twitter object and sets the default connection to identi.ca
	o Fix show_user argument handling which was broken to this point
	o Add full search API
	o Trap errors in JSON decoding when Twitter returns a 200 Success, preventing JSON::Any from die-ing
	o Various POD fixes and updates

2.00_02 - Wed Jan 7, 2009
	o Applied 34b042f653
	o Applied logic from patch to 1.xx by Chris Nelson to prevent bad JSON from
		causing JSON::Any to die. JSON errors should now gracefully return undef.
	o POD change, spurious h in the URL for rt.cpan.org
	o Updated copyright to 2009
	o Add IRC and other contact info.

2.00_01 - Mon Dec 22, 2008
	o From scratch redo. All the old code is gone and replaced with new.
	o Changes against 1.xx include:
		o identica quick switch to new() to set identi.ca connect info
		o Full arg validation. This can be bypassed.
		o All methods are now generated dynamically from a lookup
		  table at runtime.
2009-04-25 10:07:30 +00:00
sno
451f7aea22 Adjust some p5-* dependencies to use the core module 2009-04-25 09:33:40 +00:00
sno
ab3fd86714 Remove update wishes I had done 2009-04-25 08:04:46 +00:00
roy
ca987e6f45 Update to trac-0.11.4
Changes from 0.11.3 include
 * Custom mainnav links regression
 * Fixed Python 2.3 incompatibility
 * Fixed Python 2.6 notification issue
 * Fixed PostgreSQL multi column index issue
2009-04-25 00:15:04 +00:00
sno
f62386dce4 Updated textproc/p5-XML-RSS to 1.44 2009-04-24 19:23:37 +00:00
sno
357171bd4e PkgSrc changes:
- Updating package for p5 module XML::RSS to 0.44

Upstream changes:
1.44 - April 1, 2009
    - Applied a patch from Simon Wistow (after some modifications) to
      add support for multiple enclosures.
    - Added the t/xml-base.t test file from Simon Wistow to test for
      xml:base. Corrected for style.
2009-04-24 19:22:57 +00:00
minskim
4858cc88c0 Add tex-tools and tex-tools-doc. 2009-04-24 19:19:10 +00:00
minskim
24d1d68fd5 Import tex-tools-doc-2008.11806 as print/tex-tools-doc.
This is documentation for tex-tools.
2009-04-24 19:17:37 +00:00
minskim
67ef0fe812 Import tex-tools-2008.11806 as print/tex-tools.
A collection of (variously) simple tools provided as part of the LaTeX
required tools distribution, comprising afterpage, array, calc,
dcolumn, delarray enumerate, fileerr, fontsmpl, ftnright, hhline,
indentfirst, layout, longtable, multicol, rawfonts, showkeys,
somedefs, theorem, tabularx, trace, varioref, verbatim, xr, and
xspace.
2009-04-24 19:13:39 +00:00
minskim
1b4b5112f7 Add metafont packages. 2009-04-24 18:23:45 +00:00
minskim
b67f3874c1 Import tex-bin-metafont-2008.12778 as fonts/tex-bin-metafont.
METAFONT is a powerful tool for font creation, which was used by
Donald Knuth to create the Computer Modern fonts, used as standard by
TeX and LaTeX, and now the standard fonts used for scientific
publication.
2009-04-24 18:20:41 +00:00
minskim
2da9ee2bd9 Import tex-metafont-2008.11896 as fonts/tex-metafont.
METAFONT is a system that allows you to describe a typeface once, and
create as many fonts as you like of this typeface by just changing a
set of well chosen parameters separately.

This package contains files required by METAFONT commands.
2009-04-24 18:15:51 +00:00
sno
b366325605 Updated textproc/p5-XML-Feed to 0.42 2009-04-24 17:40:00 +00:00
sno
a6fa218101 PkgSrc changes:
- Updating package for p5 module XML::Feed to 0.42 from 0.41

Upstream changes:
0.42
    - Fix conversion of multi value fields
      http://rt.cpan.org/Ticket/Display.html?id=41794
      (Mario Domgoergen)
    - Fixed a bug where $e->category fails when XML::RSS::LibXML is preferred.
      (Tatsuhiko Miyagawa)
    - Added support for enclosures
2009-04-24 17:38:51 +00:00
sno
ad862e4c6b Updated databases/p5-DBIx-Class to 0.08100 2009-04-24 17:36:27 +00:00
minskim
c3cdfedf3e Note updates of tex-bin-{kpathsea,xdvi,latex,dvipsk}. 2009-04-24 17:28:52 +00:00
sno
ba8d03c1ab PkgSrc changes:
- Updating package for p5 module DBIx::Class to 0.08100 from 0.08013
  - Adjusting dependencies from META.yml
  - Adding optional dependency to SQL::Translator

Upstream changes (since 0.08010):
0.081000 2009-04-19 11:39:35 (UTC)
        - Todo out the register_extra_source test until after shipping

0.08099_08 2009-03-30 00:00:00 (UTC)
        - Fixed taint mode with load_namespaces
        - Putting IC::DateTime locale, timezone or floating_tz_ok attributes into
          extra => {} has been deprecated. The new way is to put these things
          directly into the columns definition
        - Switched MI code to MRO::Compat
        - Document db-side default_value caveats
        - Search_like() now warns to indicate deprecation in 0.09. (robkinyon)
        - TxnScopeGuard left experimental state

0.08099_07 2009-02-27 02:00:00 (UTC)
        - multi-create using find_or_create rather than _related for post-insert
        - fix get_inflated_columns to check has_column_loaded
        - Add DBIC_MULTICREATE_DEBUG env var (undocumented, quasi-internal)
        - Fix up multi-create to:
          - correctly propagate columns loaded during multi-insert of rels
          - not try and insert things tagged on via new_related unless required
        - Possible to set locale in IC::DateTime extra => {} config
        - Calling the accessor of a belongs_to when the foreign_key
          was NULL and the row was not stored would unexpectedly fail
        - Split sql statements for deploy only if SQLT::Producer returned a scalar
          containing all statements to be executed
        - Add as_query() for ResultSet and ResultSetColumn. This makes subqueries
          possible. See the Cookbook for details.
        - Massive rewrite of Ordered to properly handle position constraints and
          to make it more matpath-friendly
        - deploy_statements called ddl_filename with the $version and $dir arguments
          in the wrong order.
        - columns/+columns attributes now support { as => select } hahsrefs
        - support for views both in DBIC and via deploy() in SQLT

0.08099_06 2009-01-23 07:30:00 (UTC)
        - Allow a scalarref to be supplied to the 'from' resultset attribute
        - Classes submitted as result_class for a resultsource are now
          automatically loaded via ensure_loaded()
        - 'result_class' resultset attribute, identical to result_class()
        - add 'undef_on_null_fk' option for relationship accessors of type 'single'.
          This will prevent DBIC from querying the database if one or more of
          the key columns IS NULL
        - for 'belongs_to' rels, 'undef_on_null_fk' defaults to true.
        - fixed scope unaware last_insert_id fetching for MSSQL
          (http://msdn.microsoft.com/en-us/library/ms190315.aspx)
        - an sqlt_deploy_hook can now be shared between result sources using
          a configurable callback trigger
        - new order_by => { -desc => 'colname' } syntax supported
        - PG array datatype supported
        - insert should use store_column, not set_column to avoid marking
          clean just-stored values as dirty. New test for this
        - regression test for source_name

0.08099_05 2008-10-30 21:30:00 (UTC)
        - Rewritte of Storage::DBI::connect_info(), extended with an
          additional argument format type
        - InflateColumn::DateTime: add warning about floating timezone
        - InflateColumn::DateTime: possible to enforce/skip inflation
        - delete throws exception if passed arguments to prevent drunken mishaps. (purge)
        - Fix storage to copy scalar conds before regexping to avoid
          trying to modify a constant in odd edge cases
        - Related resultsets on uninserted objects are now empty
        - Fixed up related resultsets and multi-create
        - Fixed superfluous connection in ODBC::_rebless
        - Fixed undef PK for first insert in ODBC::Microsoft_SQL_Server
        - Added virtual method to Versioned so a user can create upgrade
          path across multiple versions (jgoulah)
        - Better (and marginally faster) implementation of the HashRefInflator
          hash construction algorithm
        - Allow explicit specification of ON DELETE/ON UPDATE constraints
          when using the SQLT parser

0.08099_04 2008-07-24 01:00:00
        - Functionality to storage to enable a sub to be run without FK checks
        - Fixed $schema->clone bug which caused clone and source to share
          internal hash refs
        - Added register_extra_source methods for additional sources
        - Added datetime_undef_if_invalid for InflateColumn::DateTime to
          return undef on invalid date/time values
        - Added search_related_rs method to ResultSet
        - add a make_column_dirty method to Row to force updates
        - throw a clear exception when user tries multi-has_many prefetch
        - SQLT parser prefixes index names with ${table}_idx_ to avoid clashes
        - mark ResultSetManager as deprecated and undocument it
        - pod fix (RT #32988)
        - add Test::Exception to test requirements (RT #34256)
        - make ash's build_requires/META.yml fixes work better
        - is_deferable support on relations used by the SQL::Translator
          parser
        - Refactored DBIx::Class::Schema::Versioned
        - Syntax errors from resultset components are now reported correctly
        - sqltargs respected correctly in deploy et al.
        - Added support for savepoints, and using them automatically in
          nested transactions if auto_savepoint is set in connect_info.
        - Changed naming scheme for constraints and keys in the sqlt parser;
          names should now be consistent and collision-free.
        - Improve handling of explicit key attr in ResultSet::find
        - Add warnings for non-unique ResultSet::find queries
        - Changed Storage::DBI::Replication to Storage::DBI::Replicated and
          refactored support.
        - By default now deploy/diff et al. will ignore constraint and index
          names
        - Add ResultSet::_is_deterministic_value, make new_result filter the
          values passed to new to drop values that would generate invalid SQL.
        - Use Sub::Name to name closures before installing them. Fixes
          incompatibility with Moose method modifiers on generated methods.
2009-04-24 17:28:05 +00:00
minskim
fab06b24b8 Update tex-bin-dvipsk to 2008.12497.
Changes:
- Add more fonts to the maps.
2009-04-24 17:27:28 +00:00
minskim
b68b724a33 Update tex-bin-latex to 2008.12778.
No functional change; TeX Live metadata changes only.
2009-04-24 17:23:53 +00:00
minskim
358aacaff3 Update tex-bin-xdvi to 22.84.14.12778.
No functional change; TeX Live metadata changes only.
2009-04-24 17:20:49 +00:00
sno
14f7cda278 Modify dependencies to perl-modules which are deployed with the perl-core,
mainly Scalar::Util and List::Util
2009-04-24 17:15:21 +00:00
minskim
9cc35fa655 Update tex-bin-kpathsea to 2008.12778.
No functional change; TeX Live metadata changes only.
2009-04-24 17:07:03 +00:00
sborrill
b072525309 Add xf86-video-openchrome 2009-04-24 16:54:32 +00:00
sborrill
d272e9049f Added x11/xf86-video-openchrome version 0.2.903 2009-04-24 16:53:54 +00:00
sborrill
a7610f0847 This is the VIA openchrome video driver for the modular Xorg server.
The OpenChrome project is committed to providing and supporting fully free
and Open Source drivers that take full advantage of the hardware
acceleration of VIA chipsets featuring the VIA UniChrome, UniChrome Pro and
Chrome9 integrated graphics processors.

This will probably replace xf86-video-via in the future (probably after the
next openchrome release).
2009-04-24 16:52:45 +00:00
sno
af12376883 Updated devel/p5-Class-C3-Componentised to 1.0005 2009-04-24 15:38:49 +00:00
sno
cab34675a7 PkgSrc changes:
- Updating package for p5 module Class::C3::Componentised to 1.0005

Upstream changes:
1.0005   22 Apr 2009
        Add load_optional_class method
2009-04-24 15:37:55 +00:00
sno
65bf6744f0 Updated devel/p5-AnyEvent to 4.352 2009-04-24 15:05:58 +00:00
sno
163a461de8 PkgSrc changes:
- Updating package for p5 module AnyEvent from 4.331 to 4.352

Upstream changes:
4.352 Mon Apr 20 16:31:11 CEST 2009
	- fix AnyEvent::Strict error messages for child watchers.
        - fix/update Makefile.PL "recommends" versions.
        - add AnyEvent->now_update.

4.351 Sat Apr 11 07:56:14 CEST 2009
        - actually make the signal pipe work under win32.
        - localise $! in signal handler to avoid changing $!, although
          perl itself does not seem to save/restore errno either.
	- set the cloexec flag on the signal pipe (normally set by perl too).

4.35  Fri Mar 27 11:48:20 CET 2009
        - event models relying on AnyEvent's signal watcher emulation did
          invoke the callback asynchronously, contradicting documentation
          and causing signals to get lost (this includes AnyEvent's own
          event loop). AnyEvent now uses the standard pipe trick to make
          callback execution synchronous to the event loop.
        - AnyEvent::Handle didn't free TLS context data on DESTROY
          (patch by Pavel Shaydo).
        - work around the ever-incompatibly-changing API of MakeMaker.
        - document that changing global variables without restoring them
          is a bad idea in Perl (noted by Adam Rosenstein).
        - AnyEvent::Strict now barfs if ->io is passed a file.

4.34  Thu Feb 12 18:32:45 CET 2009
	- separately buffer TLS read data, as otherwise the read queue could
          deadlock as receiving data is not expected while draining the
          read queue (which cna only happen with TLS).
	- raise EBADMSG error on JSON decoding errors.
        - fix some minor manpage bugs (reported by Maximilian Ga~A"Y).
        - speed up select bitmask parsing quite a bit in the pure perl
          backend.
        - use CORE::select instead of just select in AnyEvent::Impl::Perl.
2009-04-24 15:05:16 +00:00