Commit graph

143620 commits

Author SHA1 Message Date
ahoka
bb14b3f8cd Bump for ffmpeg update. 2009-06-12 17:24:53 +00:00
ahoka
0bc758872b Updated multimedia/ffmpeg to 20090611
Added multimedia/ffplay version 20090611
2009-06-12 17:14:25 +00:00
ahoka
a72383d020 Update the buildlink file as well. 2009-06-12 16:39:49 +00:00
smb
e91d4fab28 Update to resolve security advisories 2009-06-12 16:36:56 +00:00
smb
2bc895f3fb Update to 2.5.6 because of assorted security advisories 2009-06-12 16:31:39 +00:00
ahoka
437bce75f4 Import ffplay-20090611 as multimedia/ffplay.
This is used to live as an option for multimedia/ffmpeg.

FFmpeg is the first complete and free Internet Live Audio and Video
Broadcasting solution. FFMpeg aims at being the command line tool to
handle audio and video. It is a "three-in-one" solution.

FFmpeg includes a soft VCR capable of encoding in many different
formats simultaneously, a streaming server for Netcasting multimedia
and is available under the GNU General Public License.

FFmpeg generates streaming files, in many popular formats
simultaneously, faster than any other solution.
2009-06-12 16:28:40 +00:00
ahoka
136d071e4f Update to nightly the snapshot as of 2009-06-11.
Also modularize a bit, so we can have a separate ffplay package.

Too many changes to list them.
2009-06-12 16:25:34 +00:00
ahoka
6f42844e87 Updated multimedia/ffmpegthumbnailer to 1.5.3 2009-06-12 16:18:46 +00:00
ahoka
780da7df1d Update to 1.5.3:
version 1.5.3 (June 07, 2009)

    * Memory alignment fix causing segmentation fault in ffmpeg with altivec enabled

version 1.5.2 (May 24, 2009)

    * Fixed soname version

version 1.5.1 (May 11, 2009)

    * Optional compilation of jpeg and png support
    * Fixed ffmpeg CFLAGS issue (causing compilation errors on Fedora)
    * Fixed build error against latest ffmpeg (verified against ffmpeg revision 18769)
    * Fixed missing include files for library usage (thanks to gustavo.boiko)

Version 1.5.0 (March 10, 2009)

    * Aspect ratio bug fix (Thanks to S. Eguchi)
    * Support input files from stdin (will ignore seek time)
    * Fixed build error against latest ffmpeg (verified against ffmpeg release 0.5)

Version 1.4.0 (Januari 4, 2009)

    * Filter support added that allows library users to implement filters that will be applied to the frame data
    * Fixed compilation error with gcc 4.4
2009-06-12 16:16:54 +00:00
taca
0aa6104052 -firefox-3.0.11
s/fd-2.09c/fd-3.00d/
s/zziplib-0.13.52/zziplib-0.13.54/
2009-06-12 15:13:25 +00:00
joerg
4663d7a723 Fix build on DragonFly. From YONETANI Tomokazu in PR 41366. 2009-06-12 15:09:46 +00:00
taca
a11cbba03a Note update of www/typolight27-translations package to 20090609. 2009-06-12 14:50:48 +00:00
taca
870b029bf1 Update typolight27-translations to 20090609.
* Update Bulgarian, Italian and Serbian.
2009-06-12 14:50:04 +00:00
taca
24f0c789d6 Note update of finance/ruby-activemerchant package to 1.4.2. 2009-06-12 14:03:22 +00:00
taca
6a19bbbb87 Update ruby-activemerchant package to 1.4.2, resulting fix recent
build problem.

* Add LICENSE

== Version 1.4.2 (April 24, 2009)

* Fix typo in Authorize.net CIM [infused]
* Add missing ISO countries [Edward Ocampo-Gooding]
* Add support for Guernsey to country.rb [cody]
* Add American Express to the MonerisGateway [cody]
* Use :words_connector instead of connector in RequiresParameters [cody]
* Fixed CreditCard not validating start_month and start_year when set as string [Tekin]
* Update PostsData to support get requests [cody]
* Fix broken Quickpay remote test [cody]
* Update Quickpay gateway to v3. Add support for offsite integration for Danish Dankort cards [Lars Pind]
* Use default partner id when passed in :partner is blank with PayflowGateway [cody]
* Remove PayflowGateway.certification_id [cody]
* Set Response#test? to true in TrustCommerce gateway when using the demo account in production [cody]
* Correctly set Sage.supported_countries [cody]
* Add BogusGateway#void [Donald Ball]
* Fix PSL gateway capturing [cody]
* Fix failed Visa debit purchases with PSL gateway start date info is present [cody]
* Support personal fixtures file on Windows [cody]
* Clearer variable naming for BraintreeGateway#authorize [Jonathan S. Katz]
* Fix brittle Authorize.net tests [cody]
* Add support for Authorize.net duplicate window [Seamus Abshere]
* Return transaction id for PayPal refunds [jxtps435]
* Allow storage of e-checks with BraintreeGateway [jimiray]
* Add test URL to PayJunction gateway [boomtowndesigngroup]
* More robust parsing for Wirecard gateway [Soleone]
* Pass the issue number to CardStream verbatim and update test card numbers [Soleone]

== Version 1.4.1 (December 9, 2008)

* Update CardStream URL. Note that you will also need to update your login id. [cody]

== Version 1.4.0 (November 27, 2008)

* Return failed authorization when SkipJack purchase fails [Tron, cody]
* Update README [cody]
* Add metadata to Authorize.net CIM gateway [cody]
* Make ActionViewHelper compatible with changes to concat method in ActionPack [cody]
* Remove PayPal and Payflow Name-Value gateways. PayPal is no longer terminating the Payflow XML API. [cody]
* Don't directly use the inflector in the action view helper [cody]
* Work around Rails Inflector change [cody]
* Add configurable timeouts to PostsData [Michael Koziarski]
* Add valid_sender? method to gateway integrations [Soleone]
* Fix PayPal error parsing [cody]
* Fix MIT-LICENSE [cody]
* Add a payment gateway for Website Payments Pro Canada [cody]
* Fix shipping amount option in Sage gateway [Darrick Wiebe]
* Improved message and error message handling [Soleone]
* Get Wirecard working in the Live environment [Soleone]
* Remove dead code in PayPal Common API files [cody]
* Use the PayPal short error message if the long message is empty [cody]
* Fix unit tests when being run by Cruise Control [cody]
* Add support for PayPal Fraud Review Response [cody]
* Add testing support for German Wirecard Gateway [Soleone]
* Specify required version of ActiveSupport [cody]
* Make ssl_strict a superclass_delegating_accessor so the entire application's validation of SSL certs can be disabled in the event of certificate problem. [cody]
* Make Gateway.application_id a superclass_delegating_accessor so it can be set from outside the subclass definition [cody]
* Add Discover to the list of supported card types for Braintree [cody]
* Add support for Modern Payments gateway [Jeremy Nicoll, cody]
* Add support for EFT/ACH and Interac Online to the BeanstreamGateway [cody]
* Document the SageGateway [cody]
* Add support for echecks with SageGateway. [cody]
* Handle all successful SecurePay AU response codes [cody]
* Get SageGateway working with real test account. Improve test suite. [cody]
* Unify TrustCommerce, Payment Express, and Braintree CC storage [benjamin.curtis]
* Update to use new Payflow Pro URLs [cody]
* Fix missing Content-Type header for Ruby 1.8.4 [cody]
* Fix Authorize.Net CIM response.message [patrick.t.joyce]
* Add JCB and Diners Club as supported cards to SageGateway [cody]
* Add CA country code to Sage gateway's supported countries [cody]
* Add support for Sage Payment Solutions gateway [cody]
* Add test mode detection to Beanstream [cody]
* Add support for Beanstream payment gateway [xiaobozz]
* Add support for PayPal NV Pair API. Will be used to replace the usage of the PayPal SOAP API in ActiveMerchant in the future [Greg Furmanek, cody]
* Protx does support UK Maestro [cody]
* Add tests for length of UK Maestro cards [cody]
* Return all the error messages and codes from paypal responses [cody]
* Fail hard when attempting to capture without a credit card with NetRegistry [cody]
* Add support for the order fields to the create_customer_profile_transaction in Authorize.net CIM. [Patrick T. Joyce]
* Strip invalid characters and limit lengths of Protx customer data [Simon Russell]
* Fix empty start or end dates in Protx [Simon Russell]
* Add support for Authorize.net CIM [Patrick T. Joyce, Ian Lotinsky]
* Add option to skip order review to all PayPal Express gateways [garret.alfert, cody]
* Add capturing partial amounts, fix issue number formatting, fix authorization string when nil values returned, fix parsing of multiple '=' characters, simplify message_from [Simon Russell]
* Fix StartDate in ProtxGatewy [cody]
* Add support for refunds and continuous authority references to DataCashGateway [joel.chippindale]
* Fix gross in HiTrust notification. Don't use Money object in Verifi gateway [cody]
* Initial implementation of Payflow Name-Value API [Greg Furmanek]
* Add support for CyberSource credits [mjuneja]
2009-06-12 14:02:30 +00:00
taca
5ef98cd612 * Fix build problem of ruby-mini-magick package correcting URL parameter
to rakefile to fix build problem with newer rake's strict checking.
* Add LICENSE.

No PKGREVISION bump since there is no change with built package.
2009-06-12 13:35:40 +00:00
taca
df7b5111c0 Add a comment to last patch. 2009-06-12 13:24:27 +00:00
heinz
6426054076 Improved latest entry for archivers/p7zip (there is no directory
"archives") to avoid warning messages from pkg-changes2html.
2009-06-12 13:08:37 +00:00
taca
a67f1cecfc * Add LICENSE.
* Fix build problem with new Rubygems by removing an obsolete method call.

No PKGREVISION bump since there is no change with built package.
2009-06-12 12:06:26 +00:00
taca
5b273182a1 * Fix build problem with new Rubygems by removing an obsolete method call.
No PKGREVISION bump since there is no change with built package.
2009-06-12 12:02:48 +00:00
taca
f46973a2cc * Add LICENSE.
* Fix build problem with new Rubygems by removing an obsolete method call.

No PKGREVISION bump since there is no change with built package.
2009-06-12 11:57:21 +00:00
taca
a4028f5e2d * Add LICENSE.
* Fix homepage in gemspec file to pass newer Rubygems.

No PKGREVISION bump since there is no change with built package.
2009-06-12 11:52:51 +00:00
taca
5329f9c781 * Fix build problem with new Rubygems by removing an obsolete method call.
* Add LICENSE.

No PKGREVISION bump since there is no change with built package.
2009-06-12 11:48:40 +00:00
taca
bf8c613246 Note update of databases/ruby-postgres-pr package to 0.6.1. 2009-06-12 11:46:33 +00:00
taca
8653ba24c0 Update ruby-postgres-pr package to 0.6.1.
pkgsrc changes:

* Add LICENSE.
* Fix homepage in gemspec file to pass newer Rubygems.

Changes from 0.4.0:

0.6.1
	Fix escaping bug

0.6.0
	Correct ruby string escaping

0.5.1
	Correct ruby string escaping

0.5.0
	Unknown
2009-06-12 11:45:23 +00:00
tron
045e17574d Note update of the "firefox3" package to version 3.0.11. 2009-06-12 10:08:40 +00:00
tron
1da9368d84 Update "firefox3" package to version 3.0.11. Changes since version 3.0.10:
- Fixed several security issues:
  MFSA 2009-32 JavaScript chrome privilege escalation
  MFSA 2009-31 XUL scripts bypass content-policy checks
  MFSA 2009-30 Incorrect principal set for file: resources loaded via
               location bar
  MFSA 2009-29 Arbitrary code execution using event listeners attached
               to an element whose owner document is null
  MFSA 2009-28 Race condition while accessing the private data of a
               NPObject JS wrapper class object
  MFSA 2009-27 SSL tampering via non-200 responses to proxy
               CONNECT requests
  MFSA 2009-26 Arbitrary domain cookie access by local file: resources
  MFSA 2009-25 URL spoofing with invalid unicode characters
  MFSA 2009-24 Crashes with evidence of memory corruption (rv:1.9.0.11)
- Fixed several stability issues.
- Several issues were reported with the internal database, SQLite, which
  have now been fixed by upgrading to a newer version.
- Fixed an issue where, in some specific cases, the bookmarks database
  would become corrupt. (bug 464486)
2009-06-12 10:08:28 +00:00
jnemeth
854c2b4cc7 add and enable asterisk16 2009-06-12 09:05:58 +00:00
jnemeth
5611037921 Add Asterisk 1.6.0.10. At the moment, this version doesn't have any
hardware support, so it can't replace comms/asterisk.  However,
apparently there is demand for this version, so wiz@ suggested it
be imported here into comms/asterisk16.  The latest version is
1.6.1.1, but I won't have time to update all the patches before the
freeze.  I'll update to that version sometime after the freeze when
I get a chance.
2009-06-12 09:04:55 +00:00
sno
40898f3e1d Updated devel/p5-Test-Simple to 0.88 2009-06-12 07:52:14 +00:00
sno
8d352615a2 pkgsrc changes:
- Updating package for p5 modules around Test::Simple from 0.86 to 0.88
  - Setting LICENSE=${PERL5_LICENSE} according to META.yaml

Upstream changes:
0.88  Sat May 30 12:31:24 PDT 2009
    Turing 0.87_03 into a stable release.


0.87_03  Sun May 24 13:41:40 PDT 2009
    New Features
    * isa_ok() now works on classes. (Peter Scott)


0.87_02  Sat Apr 11 12:54:14 PDT 2009
    Test Fixes
    * Some filesystems don't like it when you open a file for writing multiple
      times.  Fixes t/Builder/reset.t. [rt.cpan.org 17298]
    * Check how an operating system is going to map exit codes.  Some OS'
      will map them... sometimes.  [rt.cpan.org 42148]
    * Fix Test::Builder::NoOutput on 5.6.2.


0.87_01  Sun Mar 29 09:56:52 BST 2009
    New Features
    * done_testing() allows you to declare that you have finished running tests,
      and how many you ran.  It is a safer no_plan and effectively replaces it.
    * output() now supports scalar references.

    Feature Changes
    * You can now run a test without first declaring a plan.  This allows
      done_testing() to work.
    * You can now call current_test() without first declaring a plan.

    Bug Fixes
    * skip_all() with no reason would output "1..0" which is invalid TAP.  It will
      now always include the SKIP directive.

    Other
    * Repository moved to github.
2009-06-12 07:51:51 +00:00
sno
d62fb53c74 Updated www/p5-CGI-Simple to 1.112 2009-06-12 07:46:28 +00:00
sno
3e02d23adb pkgsrc changes:
- Updating package of p5 module for CGI::Simple from 1.109 to 1.112
  - Adjusting dependencies according to META:yaml
  - Setting LICENSE=${PERL5_LICENSE} according to META.yaml

Upstream changes since 1.109:
1.110   2009-05-24
      - Added missing test to manifest / distro.
      - Added a test to ensure the manifest is consistent.
      - Migrated to git.

1.111   2009-05-28
      - Implemented Michael Nachbaur fixes for multipart form data
        handling.

1.112   2009-05-31
      - (thanks bingos) added missing IO::Scalar dependency.
2009-06-12 07:45:56 +00:00
sno
36ea0d1b22 Updated devel/p5-Algorithm-C3 to 0.08 2009-06-12 07:39:28 +00:00
sno
1ed7bcb14c pkgsrc changes:
- Updating package for p5 module Algorithm::C3 from 0.07nb1 to 0.08
  - Setting license to ${PERL5_LICENSE} according to META.yaml

Upstream changes:
0.08 Thu. May 28, 2009
    - Fix a couple of doc typos.
    - Don't create a fake Makefile.PL.
2009-06-12 07:38:29 +00:00
sno
ab953e48f3 Updated devel/p5-Test-YAML-Meta to 0.12 2009-06-12 07:35:35 +00:00
sno
8d81e0d65a pkgsrc changes:
- Updating package for p5 module Test::YAML::Meta from 0.11 to 0.12
  - Setting LICENSE=${PERL5_LICENSE} according to META.yaml

Upstream changes:
0.12    24/05/2009
	- added version checking to standard 94metatest.t
	- added changes file checking, 95changedate.t
	- added support for v-strings (RT#43566, thanks to David Golden)
	- relaxed resource keys names, as per spec (RT#41605, thanks to
	  Jonathan Yu)
2009-06-12 07:33:55 +00:00
sno
7a66c3e464 Updated devel/p5-MRO-Compat to 0.11 2009-06-12 07:28:37 +00:00
sno
44550aa1f8 pkgsrc changes:
- Updating package for p5 module MRO::Compat from 0.10 to 0.11
  - Correcting license to ${PERL5_LICENSE}
  - Adjusting dependencies according to META.yaml

Upstream changes:
0.11 - Wed May 27, 2009
    - Fix misspelled docs for get_isarev. Closes RT#46401.
    - Bump optional prereq on Class::C3 to 0.20.
2009-06-12 07:27:46 +00:00
taca
3ac32385c6 Backout previous commit. 2009-06-12 05:22:05 +00:00
taca
397ddd49e8 Backout bumping PKGREVISION. It was fix for build problem only. 2009-06-12 05:21:45 +00:00
taca
6535ac9c46 Note update of devel/ruby-heckle package to 1.4.1nb1. 2009-06-12 05:20:35 +00:00
taca
d2ae81898d Fix problem with new rake. rake-0.8.7 might check URL strictly?
Bump PKGREVISION.
2009-06-12 05:19:21 +00:00
taca
49923dc097 +firefox-3.0.11, mediawiki-1.5.0. 2009-06-12 02:20:06 +00:00
joerg
4e1e3d88ef As we build with Splash Output support, also install the header.
Bump revision.
2009-06-11 22:52:56 +00:00
tron
927fd4f3e1 Note update of the "apache22" package to version 2.2.11nb5. 2009-06-11 20:32:00 +00:00
tron
03654d0750 Import improved version of the fix for CVE-2009-1195 to restore
backwards compatibility with e.g. "mod_perl".
2009-06-11 20:30:58 +00:00
joerg
c30520d15c Require stable version and make it a normal dependency, shared libraries
are present now.
2009-06-11 17:28:42 +00:00
joerg
e06405fbdc dirac-1.0.2 2009-06-11 17:27:58 +00:00
joerg
53aaae99d5 Update to Dirac 1.0.2. This dramatically improves the performance of the
codec and updates to the latest (stable) Bytestream Specification.
2009-06-11 17:27:02 +00:00