summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-10-18Add option for gtk2 support. (allows qt to draw native gtk2 widgets)ahoka1-2/+10
2009-10-18Fix PR pkg/42190tonio2-12/+14
Use #ifdef SIN6_LEN to know whether we have a 4.3 bsd or 4.4 bsd sockaddr structure.
2009-10-18set BUILDDIR correctly for DragonFlytnn1-2/+2
2009-10-18Updated wm/dwm to 5.7.2tnn2-3/+3
2009-10-18Maintainer update to dwm-5.7.2.tnn2-6/+6
5.7.2 changes: o another fix for setlayout from Ryan Zheng 5.7.1 changes: o fixes layout symbol updating mechanism during setlayout 5.7 changes: o code cleanups and several minor improvements o layout symbol can be modified by the arrange function of a layout o new updategeom() algorithm rewritten from scratch
2009-10-18Added devel/p5-Test-MinimumVersion version 0.011sno2-2/+4
2009-10-18Importing devel/p5-Test-MinimumVersion version 0.011sno3-0/+32
Test::MinimumVersion proves whether a module requires newer perl than expected or not.
2009-10-18Added devel/p5-Perl-MinimumVersion version 1.20sno2-2/+4
2009-10-18Importing devel/p5-Perl-MinimumVersion version 1.20sno3-0/+41
Perl::MinimumVersion takes Perl source code and calculates the minimum version of perl required to be able to run it. Because it is based on PPI, it can do this without having to actually load the code. Currently it tests both the syntax of your code, and the use of explicit version dependencies such as require 5.005.
2009-10-18Add initial support for DragonFly/i386 2.4. (only build tested)tnn22-30/+300
2009-10-18Updated net/p5-SOAP-Lite to 0.710.10sno1-1/+2
2009-10-18Updating net/p5-SOAP-Lite from 0.71.08nb5 to 0.710.10sno2-12/+14
pkgsrc changes: - Adjusting dependencies - Adding license definition Upstream changes: 0.710.10 ! #49981: UDDI::Lite version not parsable by cpanplus (again) 0.710.09 ! #46444: use SOAP::Lite::Deserializer::XMLSchemaSOAP1_2 missing ! #37151: Strawberry perl 5.10 - Tests fail and then later hang ! #49981: UDDI::Lite version not parsable by cpanplus ! #49011: Fails to install under strawberry perl ! [2825166] In Constant DEFAULT_HTTP_CONTENT_TYPE ! [2832939] chunked client requests are returned 411(Length Required) ! [2860559] serious utf8 bug ! #44568 Tracing unavailable when SOAP::Lite is used as a server ! #44195 submitting patches / mention Nginx transport module in documentation ! [2777361] SOAP 1.2 Content-Type rejected ! #41937 ([patch] enable more tests) ! #39101: Apache2::Const::HTTP_BAD_REQUEST not defined ! #39672: serialization and autotype 'off' ! #41348: t/SOAP/Transport/HTTP/CGI.t failing on 5.6.x ! #20569: XMLRPC::Lite "wrong element 'nil'" exception on '<value><nil/></value>' + require Task::Weaken + better META.yml generated (Alexandr Ciornii)
2009-10-18Added devel/p5-constant version 1.19sno2-2/+4
2009-10-18Importing devel/p5-constant 1.19 as dependency (constant >= 1.14) forsno3-0/+31
scheduled update of net/p5-SOAP-Lite. Since 1.14 multiple constants are allowed. This pragma allows constants to be declared at compile-time. When a constant is used in an expression, Perl replaces it with its value at compile time, and may then optimize the expression further. In particular, any code in an if (CONSTANT) block will be optimized away if the constant is false.
2009-10-18ikiwiki-calendar needs the Perl interpreter (missed in previous, ride update).schmonz1-2/+3
2009-10-18Updated www/ikiwiki to 3.20091017schmonz1-1/+2
2009-10-18Update to 3.20091017. From the changelog:schmonz5-22/+31
* Added support framework for multiple types of dependencies, including dependncies that are only affected by page precence or link changes. * Rebuild wikis on upgrade to this version to get improved dependency info. * pagecount, calendar, postsparkline, progress: Use a presence dependency, which makes these directives much less expensive to use, since page edits will no longer trigger an unnecessary update. * map: Use a presence dependency unless show= is specified. This makes maps efficient enough that they can be used on sidebars! * inline: Use a presence dependency in quick mode. * brokenlinks: Use a link dependency. This makes it much more efficient, only updating when really necessary. * orphans, pagestats: Use a combination of presence and link dependencies. This makes them more efficient. It also fixes a longstanding bug, where if only a small set of pages were considered by orphans/pagestats, changes to links on other pages failed to cause an update. * linkmap: Use a combination of presence and link dependencies. This makes the map be regenerated much less frequently in many cases, so larger maps are more practical to use now. * Plugins providing PageSpec `match_*` functions should pass additional influence information when creating result objects. This allows correctly handling many more complicated dependencies. * API change: `pagespec_match_list` has completly changed its interface. The old interface will be removed soon, and a warning will be printed if any plugins try to use it. * Transitive dependencies are now correctly supported. * ikiwiki-calendar: New command automates creation of archive pages using the calendar plugin. * calendar: Fix midnight rebuild trigger of calendars with explicit month/year. * calendar: Fix bug in next/previous year/month links, which sometimes linked to an archive page from the wrong year, or were missing. * git: --getctime will now follow renames back to the original creation of a file. * calendar: Fix CSS for year calendar to match the plugin documentation. * Added minimal default CSS for calendar plugin, just highlighting the current day. * inline: Optimize generation of archives, etc by not getting inlined page content if the template does not use it.
2009-10-17Updated x11/qt4-tools to 4.5.3nb1wiz1-1/+2
2009-10-17Install QtHelp headers again. Bump PKGREVISION.wiz2-3/+16
2009-10-17Updated x11/qt4-qdbus to 4.5.3nb1wiz1-1/+2
2009-10-17Install missing headers again. Should fix build of dependencies like sopranowiz2-3/+23
or phonon. (hi adam!) Bump PKGREVISION.
2009-10-17Fix the patch file so it actually finds the file to patch.pgoyette2-4/+4
2009-10-17Replace local getline() to avoid conflicts with native NetBSD's getline()pgoyette2-1/+30
OK wiz@
2009-10-17Replace local getline() function to avoid conflict with native NetBSDpgoyette2-1/+31
getline() OK wiz@
2009-10-17Update to 0.99.15, from Frederic Jaeckel via private mail.gdt2-7/+6
Lightly tested (some of ospf, bgp, ripng on i386/amd64/sparc64). No NEWS, but basically bugfixes and minor improvements.
2009-10-17Updated devel/p5-MooseX-Method-Signatures to 0.29sno1-1/+2
2009-10-17Updating devel/p5-MooseX-Method-Signatures from 0.28 to 0.29sno2-6/+6
Upstream changes: 0.29 Thu, 15 Oct 2009 23:27:08 +0200 * Fix regression introduced in 0.29. Validation for methods without named arguments wasn't strict enough anymore. Passing too many arguments hasn't been rejected. Thanks Justin Hunter for finding this.
2009-10-17Updated devel/p5-Moose-Autobox to 0.10sno1-1/+2
2009-10-17Updating devel/p5-Moose-Autobox from 0.09nb1 to 0.10sno2-7/+7
pkgsrc changes: - Adding license definition Upstream changes: 0.10 - add each, each_key, each_value to Indexed (array and hash) (rjbs) - add split, words, lines to String (Sartak) - add 'to' to Number (Debolaz)
2009-10-17Updated textproc/p5-XML-RSS to 1.46sno2-3/+3
2009-10-17Updating textproc/p5-XML-RSS 1.45 to 1.46sno2-8/+11
pkgsrc changes: - Adjusting dependencies - Adding license definition Upstream changes: 1.46 - October 8, 2009 - Updated the E-mail address of Adam Trickett. - Removed the perl-5.6.x-specific workarounds and made perl-5.8.x as a requirement. This was done in order to: - avoid a workaround that also caused an incomplete test coverage. - avoid various test failures due to a problem with XML-Parser on 5.6.x . - encourage people using ancient versions of perl in production. - Convert all occurences of "new XML::RSS" to "XML::RSS->new()" everywhere. - a best practice.
2009-10-17Updated time/p5-DateTime-TimeZone to 0.99sno2-3/+3
2009-10-17Updating time/p5-DateTime-TimeZone from 0.98 to 0.99sno2-7/+7
pkgsrc changes: - Increasing build dependency to current Module::Build Upstream changes: 0.99 2009-09-28 - This release is based on version 2009n of the Olson database. This release has changes for Pakistan.
2009-10-17Updated databases/p5-DBD-CSV to 0.25sno1-1/+2
2009-10-17Updating databases/p5-DBD-CSV from 0.22 to 0.24sno2-11/+13
pkgsrc changes: - Adjusting dependencies - Adding license definition Upstream changes: 2009-10-15 H.Merijn Brand (0.25) * Raised minimum perl version to 5.005_03 * Requires Text::CSV_XS 0.43 (needs eof () method and error_diag ()) (RT#33764) * Code cleanup (perlcritic, style, layout) * Implemented f_ext * Implemented f_schema (in DBD::File) * Split csv handles for input (no eol default) and output (default "\r\n") (RT#33767) * Updated info URL's * Cleaned up tests * Tests now use Test::More * Cut down README. No need to be a duplicate module pod * Added TODO to documentation * Added examples/ from docs * Add csv_null * Add csv_* to pass to the parser * Improved error handling and reporting * Table names case sensitiveness * Implemented raw_header (RT#44583)
2009-10-17Updated databases/p5-SQL-Statement to 1.22sno1-1/+2
2009-10-17Updating databases/p5-SQL-Statement from 1.20 to 1.22sno2-10/+18
pkgsrc changes: - Adding license definition - Adjusting dependencies - Ensure build - remove *.orig removal (may break some SunOS builds) Upstream changes: Version 1.22, release October 10th, 2009 ---------------------------------------------- [Misc] * Add missing changelog - no code changes Version 1.21, release October 10th, 2009 ---------------------------------------------- [Misc] * remove version dependency to check previously installed version * add DBD::File as "Test" requirement Version 1.21_8, release October 5th, 2009 ---------------------------------------------- [Bug fixes] * Add additional test for bug-fix in 1.21_7 to t/18bigjoin.t [Misc] * Correct some typo's in POD Version 1.21_7, not public released ---------------------------------------------- [Bug fixes] * Don't fail for non-existent columns introduced by functions in joins Version 1.21_6, release September 24th, 2009 ---------------------------------------------- [Bug fixes] * Don't abort Makefile.PL when in automated smoke tests Version 1.21_5, release September 23th, 2009 ---------------------------------------------- [Bug fixes] * table order isn't wrongly used in order of appearance when SQL::Parser couldn't determine an order * Some internal fixes [Misc] * Updated dependency to Params::Util to non-leaking 1.00 * Note dependency to Carp and Data::Dumper * rely on version to compare versions * Update POD for terms * Update Version 1.21_4, release September 21th, 2009 ---------------------------------------------- [Bug fixes] * modify regex to match types to fix problems with Perl 5.6.2 * add DESTROY methods to ensure clean up * fix lower casing internal table names when joining tables * replace parameter shifting by assigning @_ to the list of parameters Version 1.21_3, release September 17th, 2009 ---------------------------------------------- [Things that may break your code] * When someone accesses the where_clause attribute of the SQL::Statement instance - be aware that now IN and BETWEEN can be native entries [Bug fixes] * convert operation to upper case when surely initialized [Improvements] * IN and BETWEEN are now native operations - they are not expanded to OR'ed equalize operations anymore Version 1.21_2, release September 15th, 2009 ---------------------------------------------- [Things that may break your code] * modify behavior for unquoted identifiers - they're converted and returned lower cased now (instead upper cased as in 1.21_1) Fixes bug RT #48502 Version 1.21_1, release July 30th, 2009 ------------------------------------------ [Things that may break your code] * removed SQL::Statement::Column * don't instantiate SQL::Statement::Functions objects * Reworked internal column and function handling to reduce code complexity * rows and columns aren't setable from outside a table or eval object anymore [Bug fixes and other changes] * Fixed bugs: + RT #47292: Test failures with recent DBI + RT #44512: Patch for CREATE TABLE parsing + RT #42676: tests 16 failed
2009-10-17Updated textproc/p5-Text-CSV to 1.15sno1-1/+2
2009-10-17Updating textproc/p5-Text-CSV from 1.14 to 1.15sno2-7/+7
pkgsrc changes: - Adjusting dependency to newly released Text::CSV_XS Upstream changes: 1.15 Thu Oct 15 17:23:39 2009 - updated the compatibility for Text::CSV_XS version 0.69 * Auto detection of eol => "\r" in streams (but incomplete correspondence. I will rewrite CSV_PP in the future)
2009-10-17Updated textproc/p5-Text-CSV_XS to 0.69sno1-1/+2
2009-10-17Updating textproc/p5-Text-CSV_XS from 0.68 to 0.69sno2-6/+7
pkgsrc changes: - EXTRACT_SUFX changed to .tgz Upstream changes: 2009-10-10 0.69 - H.Merijn Brand <h.m.brand@xs4all.nl> * Missing end quotes in error code docs * examples/csv-check now shows detected eol * Auto detection of eol => "\r" in streams * Optimized caching. All cache changes now in XS
2009-10-17Explicitly mark this pacakge to Ruby 1.8.x only since it uses internaltaca1-1/+2
implementation of String class.
2009-10-17Fix PLIST which I commited experimental one.taca1-21/+21
2009-10-17Correct dependency to ruby-mysql package.taca1-2/+2
2009-10-17Note ruby-dbi related pacakge updates:taca1-1/+13
databases/ruby-DBI => databases/ruby-dbi version 0.4.3 databases/ruby-DBD-mysql => databases/ruby-dbd-mysql version 0.4.3 databases/ruby-DBD-postgresql => databases/ruby-dbd-pg version 0.3.8 databases/ruby-DBD-sqlite => databases/ruby-dbd-sqlite version 0.1.2 databases/ruby-DBD-sqlite3 => databases/ruby-dbd-sqlite3 version 1.2.5 Addition of these packages: databases/ruby-sqlite version 2.2.3 databases/ruby-dbd-odbc version 0.2.5
2009-10-17* Add and enable ruby-dbd-mysql, ruby-dbd-odbc, ruby-dbd-pg, ruby-dbd-sqlite,taca1-6/+7
ruby-dbd-sqlite3 and ruby-dbi. * Delete ruby-DBD-mysql, ruby-DBD-postgresql, ruby-DBD-sqlite, ruby-DBD-sqlite3 and ruby-DBI.
2009-10-17Importing ruby-dbd-odbc 0.2.5.taca4-0/+47
This is the extension library based on Ruby/DBI to access via ODBC from Ruby.
2009-10-17Importing ruby-dbd-sqlite3 1.2.5 which will replace ruby-DBD-sqlite3.taca4-0/+44
This is the extension library based on Ruby/DBI to access a SQLite (version 3) database from Ruby.
2009-10-17Importing ruby-dbd-sqlite 0.1.2 which will replace ruby-DBD-sqlite.taca4-0/+44
This is the extension library based on Ruby/DBI to access a SQLite database from Ruby.
2009-10-17Importing ruby-dbd-pg 0.3.8 which will replace ruby-DBD-postgresql.taca4-0/+53
This is the extension library based on Ruby/DBI to access a PostgreSQL database from Ruby.