Commit graph

153896 commits

Author SHA1 Message Date
sno
af81d017e4 Updating devel/p5-Module-Starter from 1.520 to 1.540
pkgsrc changes:
- Adding license

Upstream changes:
1.54    Tue Dec  8 09:11:00 CST 2009
        This release could not have happened without Sawyer X.

        [ENHANCEMENTS]
        Added more exclusions.  Thanks to Olivier Mengue??.
        * [RT #45941] Correcting POD sections for Perl Critic (Sawyer X)
        * [RT #13847] Bail out if load fails, minimum Test::Harness (Sawyer X)
        * [RT #24110] Support for Test::CheckManifest + tests for it (Sawyer X)
        * [RT #22648] Pod::Parser (Pod::Usage) >= 1.21 (Sawyer X)
          (earliest Backpan version tested to work)
        * [RT #48723] Add metadata to META.yml (Sawyer X)
          (Patch provided by Olivier Mengu??, thank you!)
        * [RT #39397] Add option to create .gitignore (Sawyer X)
2010-02-02 20:08:05 +00:00
sno
5157383933 Updated devel/p5-Try-Tiny to 0.04 2010-02-02 20:02:06 +00:00
sno
e180e6a6a9 Updating devel/p5-Try-Tiny from 0.02 to 0.04
pkgsrc changes:
- Adding license definition

Upstream changes:
0.04
	- Restore list context propagation for catch blocks
	- Fix a bug where finally blocks weren't always invoked

0.03
	- Support for 'finally' blocks (Andy Yates)
	- More documentation and tests (many people)
	- Sets $@ to the previous value at the beginning of the eval, to allow
	  the capture of an error stack when calling die.
2010-02-02 20:01:55 +00:00
sno
9039bc0ed2 Updated textproc/p5-Text-Markdown to 1.0.30 2010-02-02 19:57:41 +00:00
sno
c9f452b796 Updating textproc/p5-Text-Markdown from 1.0.29 to 1.0.30
pkgsrc changes:
- Adjust dependencies

Upstream changes:
1.0.30 2010-01-18T12:19:49
        - Removed File::Slurp dependency (v. 9999.13 fails tests on
          Strawberry 5.10.1) (dandv)
2010-02-02 19:57:30 +00:00
sno
e0ab436a5a Updated textproc/p5-Lingua-EN-Inflect to 1.89.1 2010-02-02 19:26:35 +00:00
sno
b4ce991a20 Updating textproc/p5-Lingua-EN-Inflect from 1.89nb1 to 1.89.1
pkgsrc changes:
- Adding license definition
- Handle build/install etc. using provided Build.pl

Upstream changes:
1.891  Tue Oct 27 09:22:10 2009
    - Fixed "yes" -> "yeses" (thanks Rob)
    - Fixed "*iz" -> "*izzes" (thanks Rob)
    - Fixed A/AN for single letters (thanks Sam)
    - Extended o->os exceptions (thanks Sam)
    - Fixed "Roman" -> "Romans" (thanks Brent)
    - Added WORDLIST functionality (thanks Matthew)
    - Fixed "thief" -> "thiefs|thieves" (thanks Michael)
    - Fixed "..o" -> "..oes" (thanks Michael)
    - Added first cut of 'threshold' option to NUMWORDS (thanks Andrew)
    - Numerous fixes (thanks Tom)
    - Fixed return value of PL_eq (thanks smylers)
    - Handled indefinite article for x-th, Nth etc. (thanks Tom)
    - Numerous special-case fixes (thanks Marc)
2010-02-02 19:26:25 +00:00
sno
1809e25bfa Updated databases/p5-DBIx-Class-Schema-Loader to 0.05000 2010-02-02 19:17:52 +00:00
sno
63f0094275 Updating databases/p5-DBIx-Class-Schema-Loader from 0.04006 to 0.05000
pkgsrc changes:
- Adjust license
- Add options for additional features
- Adjust dependencies

Upstream changes:
0.05000  2010-02-01 09:24:24
        - better data_type, default_value and size for Sybase
        - added 'generate_pod' option, defaults to on
        - added 'pod_comment_mode' and 'pod_comment_spillover_length' to
          control table comment generation (waawaamilk)

0.04999_14  2010-01-14 06:47:07
        - use_namespaces now default, with upgrade/downgrade support
        - filter out un-selectable tables/views
        - fix NUMERIC/DECIMAL size column_info for postgres
        - now mentions skip_load_external feature in comments (jhannah)
        - moniker_map POD correction (jhannah)

0.04999_13  2010-01-03 12:32:25
        - exclude 'size' column_info for postgres when unnecessary, and
          use the correct precision for varying types (except NUMERIC)
        - 'naming' attribute and backward compatibility with 0.04006
	- added relationship_attrs option for setting attributes in
          generated relationships
        - added overwrite_modifications option that ignores md5sums on
          generated code
        - added skip_load_external (jhannah)
        - remove Class::Data::Accessor and Class::Accessor::Fast and switch
          everything to Class::Accessor::Grouped (jhannah)
        - better handling of db_schema for Oracle, based on (RT#35732)

0.04999_12  2009-11-30 23:36:14
        - fix MySQL rel introspection with on_connect_call =>
          'set_strict_mode' (RT#52087)
        - now using base 'DBIx::Class::Core' for Results (RT#52141)

0.04999_11  2009-11-29 18:08:46
        - added patch to generate POD from postgres by Andrey Kostenko (GUGU)
        - added test for norewrite feature
        - fix default_value for MSSQL

0.04999_10  2009-10-31 12:28:53
        - patch from Robert Bohne to make _table_uniq_info more correct for
          Oracle
        - fix data_type for identity columns with MSSQL

0.04999_09  2009-10-08
        - Only redump the files when something has actually changed
        - Place a warning at the top of the files saying 'do not modify' to
          match the one at the bottom of the auto-gen'd section

0.04999_08  2009-08-28
        - Replace UNIVERSAL::require with Class::C3::Componentised
        - Add Sybase/MSSQL support through DBD::Sybase
        - use $dbh->get_info(29/41) for qote_car/name_sep if available (semifor)
        - add MSSQL support through DBD::ODBC
        - support MSSQL table names with a '.' in the name
        - support MySQL CURRENT_TIMESTAMP()

0.04999_07  2009-04-18
        - Add result_base_class and schema_base_class options (RT #43977)
        - Ignore duplicate uniq indices (including duplicates of the PK).
        - Fix for DBD::SQLite 1.20
        - Fix for DBIx::Class 0.08100

0.04999_06  Tue Nov 11, 2008
        - Singularise table monikers by default
        - Strip trailing _id from single-column belongs_to relationships
        - Add "dbicdump" script for easy commandline dumping
        - Throw out the in-memory class generation, just dump to a temporary
          directory if the user didn't specify one
        - Fix Oracle constraint and auto-increment detection for non-owned schemas
          (RT #35732)
        - Handle ResultSetManager deprecation warning in common tests

0.04999_05  Mon Apr 14, 2008
        - Fix limiting table list to the specified schema for DB2
        - Default db_schema to the username for DB2
        - Allow specifying a custom loader_class, overriding the
          storage_type-based detection
        - Cosmetic fixes to dumping of externally defined classes
        - Make ResultSetManager notice externally defined :ResultSet methods
        - Fix test failure for non-InnoDB MySQL due to wrong skip count
        - Fix base class ordering in dumped classes
        - Run the common tests against both dynamic and dumped versions of
          the schema

0.04999_04  Wed Mar 12, 2008
        - Add is_auto_increment detecton for DB2

0.04999_03  Wed Mar 12, 2008
        - Fix DB2 support

0.04999_02  Tue Feb 12, 2008
        - Add is_auto_increment detection for Oracle
        - Unnhide the Oracle module now that the CPAN perms are sorted
          out. Thanks to Tsunoda Kazuya for the quick response.

0.04999_01  Tue Feb 5, 2008
        - Mark foreign key columns with is_foreign_key => 1
        - Add support for vendor-specific extra column attributes.
        - Add support for extra => { unsigned => 1 } for MySQL.
        - Add support for enum value lists for MySQL
        - Set join_type => 'LEFT OUTER' for nullable foreign keys
          (patch from Bernhard Wei??huhn)
        - Set is_auto_increment for auto-increment columns (RT #31473)
          (Only SQLite, MySQL and PostgreSQL are currently supported)
        - Generate one-to-one accessors for unique foreign keys (ilmari)
        - Add support for load_namespaces-style class layout
        - Fix test skip count for main skip_rels block
        - Fix auto-inc column creation for the Oracle tests
        - Fix column ordering in unique constraints for Oracle
        - Fix Win32 test skip counts for good (RT #30568, Kenichi Ishigaki)
        - Default Oracle db_schema to db username (patch
          from Johannes Plunien)
2010-02-02 19:17:30 +00:00
sno
d2de7977c9 Add description for new options in databases/p5-DBIx-Class-Schema-Loader 2010-02-02 19:13:02 +00:00
tnn
bc030e9924 specify --tag 2010-02-02 18:35:43 +00:00
tnn
a5ef569eec attempt to fix busted build on linux due to incomplete libtoolization of pkg 2010-02-02 18:34:03 +00:00
sno
0b1be87373 Updated devel/p5-Test-Harness to 3.21 2010-02-02 18:32:15 +00:00
sno
d5d885b41f Updating devel/p5-Test-Harness from 3.20 to 3.21
Upstream changes:
3.21    2010-01-30
        - Add test to ensure we're not depending on a module we no
          longer ship.
        - Fix up skip counts for Windows case - tests were failing
          on Windows.
2010-02-02 18:32:05 +00:00
sno
acbc459551 Updated devel/p5-String-Escape to 2010.002 2010-02-02 18:29:05 +00:00
sno
9a82db08d3 Updating devel/p5-String-Escape from 2002.001 to 2010.002
Upstream changes:
- 2010-02-01 Uploaded version 2010.002 to CPAN.
- 2010-02-01 Renamed newly created functions to *backslash() and tweaked docs.

- 2010-01-30 Uploaded version 2010.001_1 to CPAN as a developer release.
- 2010-01-30 Added tests for new functions and previous bug reports.
- 2010-01-29 Added new functions with support for more of the escapes used in
             Perl's own syntax, based on email exchange with Brad Bowman.
- 2010-01-29 Changed unprintable to accept optional x in \xFF escapes as per
             discussion at PerlMonks: http://perlmonks.org/?node_id=461186
- 2010-01-29 Added META.yml as requested in RT 41226 by Alexandr Ciornii.
- 2010-01-29 Used Module::Starter to update package skeleton and style.
2010-02-02 18:28:54 +00:00
sno
0f0b67beb1 Updated devel/p5-Rose-Object to 0.856 2010-02-02 18:19:12 +00:00
sno
f0e5b8a0c5 Updating devel/p5-Rose-Object from 0.855 to 0.856
pkgsrc changes:
- Adding license

Upstream changes:
0.856 (10.16.2009) - John Siracusa <siracusa@gmail.com>
    * Updated eval blocks to avoid stomping on $@ from an outer scope.
2010-02-02 18:19:00 +00:00
sno
dc86674880 Updated devel/p5-ExtUtils-ParseXS to 2.22.02 2010-02-02 18:15:28 +00:00
sno
019d6c4274 Updating devel/p5-ExtUtils-ParseXS from 2.22.01 to 2.22.02
Upstream changes:
2.2202 - Wed Jan 27 15:04:59 EST 2010
 Bug fixes:
 - The fix to IN/OUT/OUTLIST was itself broken and is now fixed.
   [Reported by Serdar Dalgic; fix suggested by Rafael Garcia-Suarez]

   We apologize for the fault in the regex. Those responsible
   have been sacked.
2010-02-02 18:15:00 +00:00
sno
b2e8529e04 Updated devel/p5-Data-Compare to 1.21.02 2010-02-02 18:11:55 +00:00
sno
f51c682d7b Updating devel/p5-Data-Compare from 1.21.01 to 1.21.02
pkgsrc changes:
- Adjust license

Upstream changes:
1.2102  2010-02-01  DCANTRELL  Add doco about structural vs data equivalence
                                 (see RT 52836)
2010-02-02 18:11:44 +00:00
sno
88b58cab7f Updated devel/p5-CPAN-DistnameInfo to 0.09 2010-02-02 17:50:15 +00:00
sno
42f26b685f Updating devel/p5-CPAN-DistnameInfo from 0.08 to 0.09
pkgsrc changes:
- Adjusting license

Upstream changes:
0.09 -- Thu Dec 3 18:29:49 CST 2009
  * Normalize dist() for CGI.pm [Michael G. Schwern]
2010-02-02 17:50:05 +00:00
sno
b39abbc7ed Updated devel/p5-CPAN-Checksums to 2.05 2010-02-02 17:44:04 +00:00
sno
eeeccc9747 Updating devel/p5-CPAN-Checksums from 2.04 to 2.05
Upstream changes:
- remove a test that relies on the number of blocks a file occupies
2010-02-02 17:43:53 +00:00
sno
310d4e0c93 Fix invalid doc/CHANGES lines 2010-02-02 17:42:59 +00:00
sno
eb870ce1b3 Updated devel/p5-Config-IniFiles to 2.56 2010-02-02 17:37:50 +00:00
sno
f732a6b275 Updating devel/p5-Config-IniFiles from 2.54 to 2.56
Upstream changes:
Version 2.56:   ( Thu Dec 31 06:55:01 IST 2009 )
------------------------------------------------

* Hopefully fixed the skip() in t/07misc.t
    - https://rt.cpan.org/Public/Bug/Display.html?id=53238
    - It was skip($num, $label) instead of skip($label, $num) and it
    lacked a "SKIP:" label.

Version 2.55:   ( Tue Dec 22 17:42:59 IST 2009 )
------------------------------------------------

* Refactoring the tests:
    - Converted t/05hash.t to Test::More and modernised it.
    - Converted t/06oo.t to Test::More and modernised it.
    - Testing: extracted t/lib/Config/IniFiles/TestPaths.pm.
    - Converted t/10delta.t to Test::More and modernised it.
    - Add the t_unlink method.
2010-02-02 17:37:39 +00:00
tnn
0878d739d6 sprinkle --tag=CC for libtool 2010-02-02 17:09:28 +00:00
reed
9620595d3c add cppcheck 2010-02-02 16:37:58 +00:00
reed
266e09eceb new package: cppcheck
cppcheck is a tool for static C/C++ code analysis intended to
complement the checking of the compiler.  It checks for memory
leaks, mismatching allocation-deallocation, buffer overrun, unused
functions, coding style, and much more.
2010-02-02 16:35:46 +00:00
joerg
e729204aef Dance the doxygen 2010-02-02 16:20:42 +00:00
sborrill
4a408a0206 Added net/istgt 20100125 2010-02-02 16:12:16 +00:00
sborrill
01742abe55 Add istgt 2010-02-02 16:11:31 +00:00
sborrill
58893c3ece This software (istgt) is the implementation of iSCSI target
(refer to RFC3720 about iSCSI) for FreeBSD 7.1 or later.
It includes iSCSI protocol processor and SPC-3 (SCSI Primary
Commands - 3) based logical unit emulation.

Version 20100125
2010-02-02 16:09:51 +00:00
sno
6382faeff5 Updated devel/p5-UNIVERSAL-can to 1.16 2010-02-02 15:55:35 +00:00
sno
994460eec7 Updating devel/p5-UNIVERSAL-can from 1.15 to 1.16
pkgsrc changes:
- Use more generic MASTER_SITE

Upstream changes:
1.16  Thu Jan 14 22:55:10 UTC 2010
    - applied patch to fix deep recursion crash (RT #49580, Daniel LeWarne)
2010-02-02 15:55:25 +00:00
joerg
a6e509fa05 Make sure the header directory is created under ${DESTDIR} 2010-02-02 15:53:56 +00:00
sno
d2d270e8a8 Updated www/p5-Catalyst-Action-RenderView to 0.14 2010-02-02 15:46:58 +00:00
sno
593ded833c Updating www/p5-Catalyst-Action-RenderView from 0.13 to 0.14
Upstream changes:
0.14 2009-12-03 03:13:23 GMT
    - Remove warnings from tests about actions in the app root
2010-02-02 15:46:27 +00:00
tnn
54bccaff2a The missing run-time search path test cannot run reliably in DESTDIR mode
when not using the readelf(1) method, so skip the test and warn about it.
2010-02-02 15:36:15 +00:00
wiz
f7101b2d11 + calibre-0.6.37, gnome-mag-0.16.0, mercurial-1.4.3.
- coreutils-7.5 (8.4 entry was already there).
2010-02-02 15:05:39 +00:00
taca
c7a731a45e +java-subversion-1.6.9, coreutils-7.5, courier-0.64.0, courier-analog-0.16,
courier-authlib-0.63.0, courier-imap-4.7.0, courier-maildir-0.64.0,
 courier-mta-0.64.0, maildrop-2.3.0, sqwebmail-5.4.0.
2010-02-02 14:56:30 +00:00
taca
eb9fc2d26e Note update of www/squid30 package to 3.0.23. 2010-02-02 14:54:40 +00:00
taca
a8cf11a0f5 Update squid30 pakcage to squid-3.0.23 (squid-3.0.STABLE23).
http://www.squid-cache.org/Advisories/SQUID-2010_1.txt


Changes to squid-3.0.STABLE23 (02 Feb 2010):

	- Bug 2856: removing assert() required for 3.0 patch for SQUID-2010:1
	- Regression Fix: Build error in Kerberos helper after library removal.

Changes to squid-3.0.STABLE22 (01 Feb 2010):

	- Regression Fix: Make Squid abort on all config parse failures.
	- Bug 2787: Reduce unexpected http status to non-critical warnings.
	- Bug 2496: Downloading some variants in full before relaying
	- Bug 2452: Add upper limit to external_acl_type entries.
	- Removed optional kerberos/spnegohelp/ library due to licensing issues
	- Add client_ip_max_connections
	- Handle DNS header-only packets as invalid.
2010-02-02 14:53:37 +00:00
taca
ba48fce781 Note update of these packages:
archivers/gzip		1.3.12nb3
	www/squid27		2.7.7nb2
2010-02-02 14:45:50 +00:00
taca
02c7f12f0c Add security patch noted as
http://www.squid-cache.org/Advisories/SQUID-2010_1.txt.

Bump PKGREVISION.
2010-02-02 14:43:57 +00:00
sno
efaf8cc4d4 Updated time/p5-DateTime-Format-ISO8601 to 0.0700 2010-02-02 14:43:21 +00:00
sno
e258b48fa8 Updating time/p5-DateTime-Format-ISO8601 from 0.06 to 0.07
pkgsrc changes:
- Adjusting license

Upstream changes:
0.07 Sun Jan 17 23:35:40 MST 2010
    - fix test failures caused by tests using DateTime->now(), all tests
      should now pass reguardless of the "wallclock" when they are being run
2010-02-02 14:43:11 +00:00