summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-06-12Bump for ffmpeg update.ahoka17-29/+34
2009-06-12Updated multimedia/ffmpeg to 20090611ahoka1-1/+3
Added multimedia/ffplay version 20090611
2009-06-12Update the buildlink file as well.ahoka1-7/+3
2009-06-12Update to resolve security advisoriessmb1-1/+3
2009-06-12Update to 2.5.6 because of assorted security advisoriessmb3-8/+8
2009-06-12Import ffplay-20090611 as multimedia/ffplay.ahoka4-0/+53
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-12Update to nightly the snapshot as of 2009-06-11.ahoka13-350/+73
Also modularize a bit, so we can have a separate ffplay package. Too many changes to list them.
2009-06-12Updated multimedia/ffmpegthumbnailer to 1.5.3ahoka1-1/+2
2009-06-12Update to 1.5.3:ahoka3-7/+11
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-firefox-3.0.11taca1-4/+3
s/fd-2.09c/fd-3.00d/ s/zziplib-0.13.52/zziplib-0.13.54/
2009-06-12Fix build on DragonFly. From YONETANI Tomokazu in PR 41366.joerg2-1/+24
2009-06-12Note update of www/typolight27-translations package to 20090609.taca1-1/+2
2009-06-12Update typolight27-translations to 20090609.taca5-19/+31
* Update Bulgarian, Italian and Serbian.
2009-06-12Note update of finance/ruby-activemerchant package to 1.4.2.taca1-1/+2
2009-06-12Update ruby-activemerchant package to 1.4.2, resulting fix recenttaca3-10/+50
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* Fix build problem of ruby-mini-magick package correcting URL parametertaca3-2/+21
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-12Add a comment to last patch.taca6-9/+15
2009-06-12Improved latest entry for archivers/p7zip (there is no directoryheinz1-2/+2
"archives") to avoid warning messages from pkg-changes2html.
2009-06-12* Add LICENSE.taca3-2/+16
* 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* Fix build problem with new Rubygems by removing an obsolete method call.taca2-1/+14
No PKGREVISION bump since there is no change with built package.
2009-06-12* Add LICENSE.taca3-2/+17
* 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* Add LICENSE.taca3-2/+17
* Fix homepage in gemspec file to pass newer Rubygems. No PKGREVISION bump since there is no change with built package.
2009-06-12* Fix build problem with new Rubygems by removing an obsolete method call.taca3-2/+17
* Add LICENSE. No PKGREVISION bump since there is no change with built package.
2009-06-12Note update of databases/ruby-postgres-pr package to 0.6.1.taca1-1/+2
2009-06-12Update ruby-postgres-pr package to 0.6.1.taca3-6/+23
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-12Note update of the "firefox3" package to version 3.0.11.tron1-1/+2
2009-06-12Update "firefox3" package to version 3.0.11. Changes since version 3.0.10:tron3-8/+7
- 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-12add and enable asterisk16jnemeth1-1/+2
2009-06-12Add Asterisk 1.6.0.10. At the moment, this version doesn't have anyjnemeth29-0/+2267
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-12Updated devel/p5-Test-Simple to 0.88sno1-1/+2
2009-06-12pkgsrc changes:sno2-6/+7
- 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-12Updated www/p5-CGI-Simple to 1.112sno1-1/+2
2009-06-12pkgsrc changes:sno2-8/+7
- 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-12Updated devel/p5-Algorithm-C3 to 0.08sno1-1/+2
2009-06-12pkgsrc changes:sno2-7/+7
- 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-12Updated devel/p5-Test-YAML-Meta to 0.12sno1-1/+2
2009-06-12pkgsrc changes:sno2-6/+7
- 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-12Updated devel/p5-MRO-Compat to 0.11sno1-1/+2
2009-06-12pkgsrc changes:sno2-8/+8
- 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-12Backout previous commit.taca1-2/+1
2009-06-12Backout bumping PKGREVISION. It was fix for build problem only.taca1-2/+1
2009-06-12Note update of devel/ruby-heckle package to 1.4.1nb1.taca1-1/+2
2009-06-12Fix problem with new rake. rake-0.8.7 might check URL strictly?taca3-6/+12
Bump PKGREVISION.
2009-06-12+firefox-3.0.11, mediawiki-1.5.0.taca1-1/+3
2009-06-11As we build with Splash Output support, also install the header.joerg2-2/+5
Bump revision.
2009-06-11Note update of the "apache22" package to version 2.2.11nb5.tron1-1/+2
2009-06-11Import improved version of the fix for CVE-2009-1195 to restoretron6-97/+46
backwards compatibility with e.g. "mod_perl".
2009-06-11Require stable version and make it a normal dependency, shared librariesjoerg1-3/+2
are present now.
2009-06-11dirac-1.0.2joerg1-1/+2
2009-06-11Update to Dirac 1.0.2. This dramatically improves the performance of thejoerg4-43/+45
codec and updates to the latest (stable) Bytestream Specification.