The NetBSD Project

CVS log for pkgsrc/www/p5-URI/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / www / p5-URI

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.83 / (download) - annotate - [select for diffs], Sun Feb 25 08:32:52 2024 UTC (3 weeks, 1 day ago) by wiz
Branch: MAIN
CVS Tags: HEAD
Changes since 1.82: +2 -2 lines
Diff to previous 1.82 (colored)

p5-URI: update to 5.27.

5.27      2024-02-09 15:01:24Z
    - Add missing NAME section to POD of URI::geo (GH#142) (gregor herrmann)

5.26      2024-02-02 19:04:40Z
    - Add URI::geo (GH#141) (david-dick)

Revision 1.82 / (download) - annotate - [select for diffs], Sun Jan 28 11:56:40 2024 UTC (7 weeks, 1 day ago) by wiz
Branch: MAIN
Changes since 1.81: +2 -2 lines
Diff to previous 1.81 (colored)

p5-URI: update to 5.25.

5.25      2024-01-27 16:11:41Z
    - cache scheme so it never attempt to load it again (GH#55) (mschae94)

5.24      2024-01-26 04:36:32Z
    - Really revert "use Scalar::Util::reftype instead of ref to check for
      ARRAY" (GH#136) (Olaf Alders)

5.23      2024-01-25 21:02:18Z
    - Revert the reftype change introduced in 5.22 as it causes warnings.
      (GH#134) (Olaf Alders)

5.22      2024-01-25 15:22:54Z
    - Use Scalar::Util::reftype instead of ref to check for ARRAY (GH#132)
      (Jacques Deguest)

Revision 1.81 / (download) - annotate - [select for diffs], Sun Dec 17 07:46:05 2023 UTC (3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q4-base, pkgsrc-2023Q4
Changes since 1.80: +2 -3 lines
Diff to previous 1.80 (colored)

p5-URI: update to 5.21.

5.21      2023-08-23 16:02:14Z
    - Fix version declarations in icap.pm and icaps.pm (GH#131) (Olaf Alders)

5.20      2023-08-23 14:13:23Z
   - Remove Shebang and Taint from all tests.
   - Fix t/query.t to get rid of a warning about join() on
      array with undef
   - Add icap and icaps URIs (GH#130) (david-dick)

Revision 1.80 / (download) - annotate - [select for diffs], Thu Jul 6 09:42:57 2023 UTC (8 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3
Changes since 1.79: +2 -1 lines
Diff to previous 1.79 (colored)

*: recursive bump for perl 5.38

Revision 1.79 / (download) - annotate - [select for diffs], Sat May 20 07:10:13 2023 UTC (9 months, 4 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base, pkgsrc-2023Q2
Changes since 1.78: +4 -2 lines
Diff to previous 1.78 (colored)

p5-URI: update to 5.19.

5.19      2023-04-30 16:15:58Z
   - Form parameters without values are now represented by undef (GH#65)
     (Gianni Ceccarelli)

Revision 1.78 / (download) - annotate - [select for diffs], Sat Apr 29 22:59:14 2023 UTC (10 months, 2 weeks ago) by wen
Branch: MAIN
Changes since 1.77: +2 -3 lines
Diff to previous 1.77 (colored)

Update to 5.18

Upstream changes:
5.18      2023-04-29 16:08:14Z
    - Add a GH workflow to test LWP::Curl (GH#116) (Olaf Alders)
    - Add documentation examples for the host() and ihost() methods (GH#28)
      (Sebastian Willing)
    - Remove colon from username:password if there is no password (GH#31)
      (David E. Wheeler, Joenio Marques da Costa, Julien Fiegehenn)
    - Prefix private methods with _ in URI::_punycode (GH#47) (David E Wheeler)

5.17      2022-11-02 17:03:48Z
    - Updated RFC references in the pod documentation for URI::file (GH#117)
      (Håkon Hgland)
    - Fix SIP URI encoder/decoder (GH#118) (ryankereliuk)

5.16      2022-10-12 13:10:40Z
    - Merge the methods from URI::QueryParam into URI, so they are always
      available (GH#114) (Graham Knop)

5.15      2022-10-11 14:48:28Z
    - Teach uri_escape to accept a Regexp object as the characters to escape
      as an alternative to a character class. (GH#113) (Graham Knop)

5.14      2022-10-10 20:37:57Z
    - Fix uri_escape allowing \w style character classes in its character set
      parameter (GH#112) (Graham Knop)

5.13      2022-10-06 16:46:32Z
    - Regression test added for a previous bug (5.11) in URI::file (Perlbotics).
      file() method of URI::file can return the current working directory
      instead of the properly unescaped path. (GH#106) (Perlbotics)
    - Replace "Test" with "Test::More" (GH#107) (James Raspass)
    - Replace raw TAP printing with "Test::More" (GH#108) (James Raspass)
    - Apply perlimports to tests (GH#110) (Olaf Alders)
    - Improve escaping of unwanted characters (GH#78) (Branislav Zahradnk)

5.12      2022-07-10 23:48:50Z
    - Fix an issue where i.e. 'file:///tmp/###' was not properly escaped.
      A non-existing authority part was accidentally processed.
      Details: https://github.com/libwww-perl/URI/issues/102
      (GH#102) (Perlbotics)
    - Reverts to previous behavior (5.10) for 'mailto:' scheme for
      escaping square brackets.

5.11      2022-07-04 20:53:38Z
    - Fix some typos in URI::file (GH#94) (Olaf Alders)
    - Escape square brackets in path (GH#100) (Perlbotics)
    - Fix storable.t (GH#97) (Shoichi Kaji)

Revision 1.77 / (download) - annotate - [select for diffs], Tue Jun 28 11:37:45 2022 UTC (20 months, 3 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3
Changes since 1.76: +2 -1 lines
Diff to previous 1.76 (colored)

*: recursive bump for perl 5.36

Revision 1.76 / (download) - annotate - [select for diffs], Sun Oct 31 08:27:09 2021 UTC (2 years, 4 months ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4
Changes since 1.75: +2 -3 lines
Diff to previous 1.75 (colored)

Update to 5.10. From the changelog:

- Remove Authority section from dist.ini (GH#86) (Olaf Alders)
- Make URI::mailto parse subaddresses with + sign correctly (GH#89)
  (Julien Fiegehenn)

Revision 1.75 / (download) - annotate - [select for diffs], Mon May 24 19:55:53 2021 UTC (2 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2
Changes since 1.74: +2 -1 lines
Diff to previous 1.74 (colored)

*: recursive bump for perl 5.34

Revision 1.74 / (download) - annotate - [select for diffs], Tue Apr 27 17:15:49 2021 UTC (2 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.73: +3 -4 lines
Diff to previous 1.73 (colored)

p5-URI: update to 5.09.

5.09      2021-03-03 15:16:47Z
    - Update Business::ISBN version requirements (GH#85) (brian d foy and Olaf
      Alders)

5.08      2021-02-28 18:08:32Z
    - added URI::nntps (GH#82)

5.07      2021-01-29 22:52:20Z
    - s/perl.com/example.com/ in examples and tests (GH#81) (Olaf Alders)

5.06      2021-01-14 16:01:13Z
    - Tidy import statements (GH#80) (Olaf Alders)

5.05      2020-10-21 13:00:44Z
    - Bump all versions to 5.05 in order to remove various version mismatches.
      (GH #77) (Olaf Alders)
    - Add a simple test case for an ipv6 host (GH#66) (Olaf Alders)

Revision 1.73 / (download) - annotate - [select for diffs], Mon Aug 31 18:13:12 2020 UTC (3 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3
Changes since 1.72: +2 -2 lines
Diff to previous 1.72 (colored)

*: bump PKGREVISION for perl-5.32.

Revision 1.72 / (download) - annotate - [select for diffs], Sun Aug 11 13:25:02 2019 UTC (4 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3
Changes since 1.71: +2 -1 lines
Diff to previous 1.71 (colored)

Bump PKGREVISIONs for perl 5.30.0

Revision 1.71 / (download) - annotate - [select for diffs], Sun Jun 30 20:17:46 2019 UTC (4 years, 8 months ago) by nia
Branch: MAIN
Changes since 1.70: +2 -2 lines
Diff to previous 1.70 (colored)

Update packages using a search.cpan.org HOMEPAGE to metacpan.org.

The former now redirects to the latter.

This covers the most simple cases where http://search.cpan.org/dist/name
can be changed to https://metacpan.org/release/name.

Reviewed by hand to hopefully make sure no unwanted changes sneak in.

Revision 1.70 / (download) - annotate - [select for diffs], Sun Jan 27 05:41:24 2019 UTC (5 years, 1 month ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1
Changes since 1.69: +2 -3 lines
Diff to previous 1.69 (colored)

Update to 1.76

Upstream changes:
1.76      2019-01-09 16:59:54Z
    - Revert changes introduced in 1.75

1.75      2019-01-08 19:45:38Z
    - $uri->canonical unconditionally returns a clone (GH#58) (Dorian Taylor)

Revision 1.69 / (download) - annotate - [select for diffs], Wed Aug 22 09:47:54 2018 UTC (5 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3
Changes since 1.68: +2 -1 lines
Diff to previous 1.68 (colored)

Recursive bump for perl5-5.28.0

Revision 1.68 / (download) - annotate - [select for diffs], Mon Apr 23 13:25:17 2018 UTC (5 years, 10 months ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base, pkgsrc-2018Q2
Changes since 1.67: +2 -2 lines
Diff to previous 1.67 (colored)

Update to 1.74

Upstream changes:
1.74      2018-04-22 12:30:44Z
    - avoid 'uninitialized' warning in URI::File when host has no domain name
      set (PR#53, thanks Shoichi Kaji!)

Revision 1.67 / (download) - annotate - [select for diffs], Wed Jan 10 09:00:57 2018 UTC (6 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2018Q1-base, pkgsrc-2018Q1
Changes since 1.66: +2 -2 lines
Diff to previous 1.66 (colored)

p5-URI: update to 1.73.

1.73      2018-01-09 06:42:51Z
    - Update documentation for URI::_punycode (GH Issue #45)

Revision 1.66 / (download) - annotate - [select for diffs], Thu Jul 27 00:16:24 2017 UTC (6 years, 7 months ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3
Changes since 1.65: +3 -8 lines
Diff to previous 1.65 (colored)

Update to 1.72
Update DEPENDS
Minor cleanup

Upstream changes:
1.72      2017-07-25
    - Convert the dist to Dist::Zilla for authoring.
    - Remove recommendation of Business::ISBN as urn/isbn.pm is deprecated
    - Use Test::Needs instead of raw eval in urn-isbn.t

Revision 1.65 / (download) - annotate - [select for diffs], Mon Jun 5 14:25:33 2017 UTC (6 years, 9 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2017Q2-base, pkgsrc-2017Q2
Changes since 1.64: +2 -2 lines
Diff to previous 1.64 (colored)

Recursive revbump from lang/perl5 5.26.0

Revision 1.64 / (download) - annotate - [select for diffs], Thu Dec 1 14:48:02 2016 UTC (7 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4
Changes since 1.63: +2 -2 lines
Diff to previous 1.63 (colored)

Fix weird CONFLICTS line.

Revision 1.63 / (download) - annotate - [select for diffs], Wed Jun 8 19:25:17 2016 UTC (7 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2
Changes since 1.62: +2 -1 lines
Diff to previous 1.62 (colored)

Bump PKGREVISION for perl-5.24.

Revision 1.62 / (download) - annotate - [select for diffs], Fri Jan 8 13:54:23 2016 UTC (8 years, 2 months ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2016Q1-base, pkgsrc-2016Q1
Changes since 1.61: +2 -2 lines
Diff to previous 1.61 (colored)

Update to 1.71

Upstream changes:
2016-01-08   Karen Etheridge <ether@cpan.org>

  Release 1.71

    No changes since 1.70_001

2015-12-29   Karen Etheridge <ether@cpan.org>

  Release 1.70_001

  Kaitlyn Parkhurst:

    - Localize $@ when attempting to load URI subclasses (PR#30)

  Karen Etheridge:

    - speed up construction time by not attempting to load the same
      non-existent URI subclass twice

Revision 1.61 / (download) - annotate - [select for diffs], Sun Jul 26 19:06:28 2015 UTC (8 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3
Changes since 1.60: +2 -2 lines
Diff to previous 1.60 (colored)

Update to 1.69:

2015-07-25   Karen Etheridge <ether@cpan.org>

  Release 1.69

  Karen Etheridge:
    - add $VERSIONs for all modules that lack them

  Olaf Alders:
    - add missing documentation for URI::sftp
    - Clarify use of query_param() method

Revision 1.60 / (download) - annotate - [select for diffs], Sun Jul 12 18:56:36 2015 UTC (8 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.59: +2 -2 lines
Diff to previous 1.59 (colored)

Comment out dependencies of the style
{perl>=5.16.6,p5-ExtUtils-ParseXS>=3.15}:../../devel/p5-ExtUtils-ParseXS
since pkgsrc enforces the newest perl version anyway, so they
should always pick perl, but sometimes (pkg_add) don't due to the
design of the {,} syntax.

No effective change for the above reason.

Ok joerg

Revision 1.59 / (download) - annotate - [select for diffs], Tue Jun 30 11:04:16 2015 UTC (8 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.58: +2 -3 lines
Diff to previous 1.58 (colored)

Update to 1.68:

2015-06-25   Karen Etheridge <ether@cpan.org>

  Release 1.68

  Kent Fredric:
    - Sort hash keys to make generated query predictable

  Slaven Rezic:
    - Add new tests for path segments

  Brendan Byrd:
    - Add sftp scheme

Revision 1.58 / (download) - annotate - [select for diffs], Fri Jun 12 10:52:13 2015 UTC (8 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2015Q2-base, pkgsrc-2015Q2
Changes since 1.57: +2 -1 lines
Diff to previous 1.57 (colored)

Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.

Revision 1.57 / (download) - annotate - [select for diffs], Fri Feb 27 08:31:13 2015 UTC (9 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2015Q1-base, pkgsrc-2015Q1
Changes since 1.56: +2 -2 lines
Diff to previous 1.56 (colored)

Update to 1.67:

2015-02-24   Karen Etheridge <ether@cpan.org>

  Release 1.67

  Karen Etheridge:
    - properly skip author test for normal user installs


2015-02-24   Karen Etheridge <ether@cpan.org>

  Release 1.66

  Adam Herzog:
    - reorganize .pm files under lib/ (github #20)

Revision 1.56 / (download) - annotate - [select for diffs], Sun Nov 9 11:59:42 2014 UTC (9 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q4-base, pkgsrc-2014Q4
Changes since 1.55: +2 -2 lines
Diff to previous 1.55 (colored)

Update 1.65:

2014-11-05   Karen Etheridge <ether@cpan.org>

  Release 1.65

  Karen Etheridge:
    - add a TO_JSON method, to assist JSON serialization

Revision 1.55 / (download) - annotate - [select for diffs], Thu Oct 9 14:07:12 2014 UTC (9 years, 5 months ago) by wiz
Branch: MAIN
Changes since 1.54: +1 -3 lines
Diff to previous 1.54 (colored)

Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.

Revision 1.54 / (download) - annotate - [select for diffs], Thu Oct 9 13:45:06 2014 UTC (9 years, 5 months ago) by wiz
Branch: MAIN
Changes since 1.53: +1 -2 lines
Diff to previous 1.53 (colored)

Remove SVR4_PKGNAME, per discussion on tech-pkg.

Revision 1.53 / (download) - annotate - [select for diffs], Thu Aug 14 13:36:01 2014 UTC (9 years, 7 months ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2014Q3-base, pkgsrc-2014Q3
Changes since 1.52: +2 -3 lines
Diff to previous 1.52 (colored)

Update to 1.64

Upstream changes:
2014-07-13   Karen Etheridge <ether@cpan.org>

  Release 1.64

  Eric Brine:
    - better fix for RT#96941, that also works around utf8 bugs on older perls


2014-07-13   Karen Etheridge <ether@cpan.org>

  Release 1.63

  Karen Etheridge:
    - mark utf8-related test failures on older perls caused by recent string
      parsing changes as TODO (RT#97177, RT#96941)


2014-07-12   Karen Etheridge <ether@cpan.org>

  Release 1.62

  Karen Etheridge (2):
    - use strict and warnings in all modules, tests and scripts
    - remove all remaining uses of "use vars"

  Eric Brine:
    - fixed new "\C is deprecated in regex" warning in 5.21.2 (RT#96941)


2014-07-01   Karen Etheridge <ether@cpan.org>

  Release 1.61

  David Schmidt:
      Fix test failure if local hostname is 'foo' [RT#75519]

  Gisle Aas (2):
      New 'has_recognized_scheme' interface [RT#71204]
      Interfaces that return a single value now return undef rather than an
      empty list in list context

  Slaven Rezic:
      Fix bad regex when parsing hostnames

  Piotr Roszatycki:
      Preferentially use $ENV{TMPDIR} for temporary test files over /tmp
      (fixes tests on Android)

Revision 1.52 / (download) - annotate - [select for diffs], Thu May 29 23:38:15 2014 UTC (9 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q2-base, pkgsrc-2014Q2
Changes since 1.51: +2 -2 lines
Diff to previous 1.51 (colored)

Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.

Revision 1.51 / (download) - annotate - [select for diffs], Fri May 31 12:42:52 2013 UTC (10 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2
Changes since 1.50: +2 -2 lines
Diff to previous 1.50 (colored)

Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.

Revision 1.50 / (download) - annotate - [select for diffs], Sat Mar 2 10:44:45 2013 UTC (11 years ago) by tron
Branch: MAIN
CVS Tags: pkgsrc-2013Q1-base, pkgsrc-2013Q1
Changes since 1.49: +2 -2 lines
Diff to previous 1.49 (colored)

Reset maintainer to "pkgsrc-users@NetBSD.org".

Revision 1.49 / (download) - annotate - [select for diffs], Sun Oct 28 06:30:54 2012 UTC (11 years, 4 months ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2012Q4-base, pkgsrc-2012Q4
Changes since 1.48: +1 -2 lines
Diff to previous 1.48 (colored)

Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.

Revision 1.48 / (download) - annotate - [select for diffs], Wed Oct 3 21:59:01 2012 UTC (11 years, 5 months ago) by wiz
Branch: MAIN
Changes since 1.47: +2 -1 lines
Diff to previous 1.47 (colored)

Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.

Revision 1.47 / (download) - annotate - [select for diffs], Sun Apr 22 10:41:20 2012 UTC (11 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2
Changes since 1.46: +2 -2 lines
Diff to previous 1.46 (colored)

Update to 1.60:

2012-03-25   Gisle Aas <gisle@ActiveState.com>

  Release 1.60

  Gisle Aas (3):
      Merge pull request #4 from hiratara/fix-repourl
      Updated repository URL
      Avoid failure if the local hostname is 'foo' [RT#75519]

  Masahiro Honma (1):
      Fix the URL of the repository.

  Matt Lawrence (1):
      Do not reverse the order of new parameters

  Peter Rabbitson (1):
      Fix RT#59274 - courtesy of a stupid 5.8.[12] join bug

Revision 1.46 / (download) - annotate - [select for diffs], Mon Oct 17 10:32:02 2011 UTC (12 years, 5 months ago) by hiramatsu
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4
Changes since 1.45: +2 -2 lines
Diff to previous 1.45 (colored)

Update p5-URI to 1.59.

Changes from previous:
2011-08-15   Gisle Aas <gisle@ActiveState.com>

  Release 1.59

  Make sure accessor methods don't return utf8::upgraded() bytes
  for URLs initialized from Unicode strings.

  Version number increments.

  Documentation tweaks.

Revision 1.45 / (download) - annotate - [select for diffs], Sun Aug 7 08:33:27 2011 UTC (12 years, 7 months ago) by tron
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base, pkgsrc-2011Q3
Changes since 1.44: +2 -3 lines
Diff to previous 1.44 (colored)

Update "p5-URI" package to version 1.58. Changes since version 1.56:
- Mark Stosberg (8):
 - typo fix: s/do deal/to deal/
  - best practice: s/foreach /for /
  - Whitespace: fix inconsistent use of tabs vs spaces
  - Code style: fix inconsistency with subroutine braces at the end of the
    line vs below it.
  - Modernize: s/use vars/our/ ... since we require 5.6 as a minimum
    version now
  - Whitespace: fix indentation so blocks are consistently indented
  - Add formal terms "Percent-encode" and "Percent-decode" to the NAME
    and description to match the RFC
  - Drop support for Perl < 5.8.1  -
    Perl 5.8 was released almost 10 years ago. It's time.
- Gisle Aas (6):
  - Convert test to use Test::More
  - Adjust tests for query_form
  - Avoid "Use of uninitialized value"-noise from query_form
  - State test dependencies [RT#61538]
  - We also depend on ExtUtils::MakeMaker
  - State 5.8 dependency in the META.yml file
- Ville Skyttä (2):
  - Guess HTTPS and FTP from URI::Heuristic input with port but no scheme.
  - Try harder to guess scheme from hostnames besides just "$scheme.*" ones.

Revision 1.44 / (download) - annotate - [select for diffs], Thu Dec 2 12:31:16 2010 UTC (13 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4
Changes since 1.43: +2 -3 lines
Diff to previous 1.43 (colored)

Update to 1.56:

2010-10-06   Gisle Aas <gisle@ActiveState.com>

   Release 1.56

   Don't depend on DNS for the heuristics test

Revision 1.43 / (download) - annotate - [select for diffs], Thu Sep 2 20:34:24 2010 UTC (13 years, 6 months ago) by sno
Branch: MAIN
CVS Tags: pkgsrc-2010Q3-base, pkgsrc-2010Q3
Changes since 1.42: +3 -3 lines
Diff to previous 1.42 (colored)

Updating www/p5-URI from 1.54nb1 to 1.55

Upstream changes:
2010-09-01   Gisle Aas <gisle@ActiveState.com>

   Release 1.55

   Gisle Aas (2):
      Treat ? as a reserved character in file: URIs
      " is not a URI character [RT#56421]

   Torsten F<C3><B6>rtsch (1):
      Avoid test failure unless defined $Config{useperlio}

Revision 1.42 / (download) - annotate - [select for diffs], Sat Aug 21 16:37:10 2010 UTC (13 years, 7 months ago) by seb
Branch: MAIN
Changes since 1.41: +2 -1 lines
Diff to previous 1.41 (colored)

Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!

Revision 1.41 / (download) - annotate - [select for diffs], Sat Jul 31 12:29:16 2010 UTC (13 years, 7 months ago) by sno
Branch: MAIN
Changes since 1.40: +2 -2 lines
Diff to previous 1.40 (colored)

Updating www/p5-URI from 1.53 to 1.54

Upstream changes:
2010-03-31 - Release 1.54 - Gisle Aas <gisle@ActiveState.com>
   Alex Kapranoff (1):
      Fix heuristic test fails on hosts in .su (or .uk) domains [RT#56135]

Revision 1.40 / (download) - annotate - [select for diffs], Mon Mar 15 12:24:48 2010 UTC (14 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1
Changes since 1.39: +2 -2 lines
Diff to previous 1.39 (colored)

Update to 1.53:

2010-03-14   Gisle Aas <gisle@ActiveState.com>

   Release 1.53

   Ville Skyttä (6):
      Remove unneeded execute permissions.
      Add $uri->secure() method.
      Documentation and comment spelling fixes.
      Fix heuristics when COUNTRY is set to "gb".
      Use HTTP_ACCEPT_LANGUAGE, LC_ALL, and LANG in country heuristics.
      POD linking improvements.

   Michael G. Schwern (2):
      Rewrite the URI::Escape tests with Test::More
      Update URI::Escape for RFC 3986

   Gisle Aas (1):
      Bump MIN_PERL_VERSION to 5.6.1 [RT#54078]

   Salvatore Bonaccorso (1):
      Suppress wide caracters warnings in iri.t [RT#53737]

Revision 1.39 / (download) - annotate - [select for diffs], Sat Jan 16 15:25:23 2010 UTC (14 years, 2 months ago) by sno
Branch: MAIN
Changes since 1.38: +4 -4 lines
Diff to previous 1.38 (colored)

Updating www/p5-URI from 1.51 to 1.52.

pkgsrc changes:
- Adjusting dependency of core modules

Upstream changes:
2009-12-30 Release 1.52 - Gisle Aas <gisle@ActiveState.com>
   Gisle Aas (7):
      Encode::decode('UTF-8',...) with callback implemented in 2.39
      %%host%% hack can be removed when URI::_server::as_iri works
      Don't croak on IRIs that can't be IDNA encoded
      IDNA roundtrip test on wrong variable
      Check behaviour when feeded URI constructor Latin-1 chars
      Add some test examples from draft-duerst-iri-bis.txt
      Need to recognize lower case hex digits as well

Revision 1.38 / (download) - annotate - [select for diffs], Tue Dec 15 13:36:16 2009 UTC (14 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base, pkgsrc-2009Q4
Changes since 1.37: +3 -2 lines
Diff to previous 1.37 (colored)

Update to 1.51, set LICENSE.

2009-11-23   Gisle Aas <gisle@ActiveState.com>

   Release 1.51

   Fixup a test that was broken on Windows




2009-11-21   Gisle Aas <gisle@ActiveState.com>

   Release 1.50

   The main news in this release is the initial attempt at providing
   support to IRIs.  URI objects now support the 'as_iri' and 'ihost'
   methods.

   Gisle Aas (28):
      Added more tests for setting IPv6 addresses using the host method
      Document how the host methods deal with IPv6 addresses
      A "test case" to start IDNA prototype from
      Escape IDNA hostnames
      Introduce the as_unicode method
      Make as_unicode undo punycode for server URLs
      An IRI class might be helpful (RFC 3987)
      Must punycode each part of the domain name separately
      Include initial private Punycode module
      Get URI::_punycode working
      punycode of plain ascii should not edit with "-"
      Some more tests from RFC 3492
      Add private URI::_idna module based on encodings/idna.py
      Start using URI::_idna for encoding of URIs
      Avoid various use of undef warnings
      Fix test affected by IDNA
      Keep reference to IDNA::Punycode in the URI::_punycode docs
      Ensure upgraded strings as input
      Update manifest with the new idna/punycode files
      Rename as_unicde to as_iri
      draft-duerst-iri-bis-07: The proposed RFC 3987 update
      Load Encode when its used
      Rename host_unicode as ihost
      Add basic iri test
      Hack to make as_iri turn A-labels into U-labels
      Make as_iri leave escapes not forming valid UTF-8 sequences
      Merge branch 'iri'
      Don't include RFCs in the cpan tarball

   Michael G. Schwern (3):
      Fix != overloading to match ==
      Note that mailto does not contain a host() and this is not a bug.
      Strip brackets off IPv6 hosts [RT#34309]

Revision 1.37 / (download) - annotate - [select for diffs], Tue Aug 18 14:32:40 2009 UTC (14 years, 7 months ago) by sno
Branch: MAIN
CVS Tags: pkgsrc-2009Q3-base, pkgsrc-2009Q3
Changes since 1.36: +2 -2 lines
Diff to previous 1.36 (colored)

Updating package for p5 module www/p5-URI from 1.38 to 1.40

Upstream changes:
2009-08-14 Release 1.40 - Gisle Aas <gisle@ActiveState.com>
   Even stricter test for working DNS, 2nd try.

2009-08-13 Release 1.39 - Gisle Aas <gisle@ActiveState.com>
   Even stricter test for working DNS, hopefully this gets rid of the rest of
   the heuristics.t failures.

Revision 1.36 / (download) - annotate - [select for diffs], Mon Jun 1 18:30:06 2009 UTC (14 years, 9 months ago) by sno
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base, pkgsrc-2009Q2
Changes since 1.35: +5 -4 lines
Diff to previous 1.35 (colored)

pkgsrc changes:
  - Updating package for p5 module URI from 1.37nb1 to 1.38
  - Adjusting dependencies according to META.yml

Upstream changes:
2009-05-27   Gisle Aas <gisle@ActiveState.com>
   Release 1.38

   Ville Skytt"a (3):
      Spelling fixes.

   Tatsuhiko Miyagawa (1):
      skip DNS test if wildcard domain catcher (e.g. OpenDNS) is there

   Gisle Aas (1):
      Avoid "Insecure $ENV{PATH} while running with -T switch" error with perl-5.6.

Revision 1.35 / (download) - annotate - [select for diffs], Sun Oct 19 19:19:24 2008 UTC (15 years, 5 months ago) by he
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4
Changes since 1.34: +2 -1 lines
Diff to previous 1.34 (colored)

Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").

Revision 1.34 / (download) - annotate - [select for diffs], Sun Jun 22 22:54:31 2008 UTC (15 years, 8 months ago) by he
Branch: MAIN
CVS Tags: pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.33: +2 -2 lines
Diff to previous 1.33 (colored)

Update from 1.36 to 1.37.  Changes:

2008-06-16   Gisle Aas <gisle@ActiveState.com>

   Release 1.37

   Gisle Aas (1):
      Support ";" delimiter in $u->query_form

   Jan Dubois (1):
      We get different test result when www.perl.com doesn't resolve.

   Kenichi Ishigaki (1):
      URI::Heuristic didn't work for generic country code [RT#35156]

Revision 1.33 / (download) - annotate - [select for diffs], Sun Apr 13 20:33:24 2008 UTC (15 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.32: +2 -3 lines
Diff to previous 1.32 (colored)

Update to 1.36:

   Release 1.36

   <gerard@tty.nl>: Escape Unicode strings as UTF-8.

   Bjoern Hoehrmann <derhoermi@gmx.net>: fixed URL encoded data: URLs

   GAAS: uri_escape_utf8() now exported by default as documented.

   BDFOY: Test fails with Business::ISBN installed [RT#33220]

   JDHEDDEN: lc(undef) reports warning in blead [RT#32742]

   GEOFFR: add some tests for gopher URIs [RT#29211]

Revision 1.32 / (download) - annotate - [select for diffs], Sun Nov 5 17:37:55 2006 UTC (17 years, 4 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4
Changes since 1.31: +4 -3 lines
Diff to previous 1.31 (colored)

DESTDIR support.

Revision 1.31 / (download) - annotate - [select for diffs], Mon Dec 5 20:51:13 2005 UTC (18 years, 3 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2, pkgsrc-2006Q1-base, pkgsrc-2006Q1, pkgsrc-2005Q4-base, pkgsrc-2005Q4
Changes since 1.30: +2 -2 lines
Diff to previous 1.30 (colored)

Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html

Revision 1.30 / (download) - annotate - [select for diffs], Sat Aug 6 06:19:40 2005 UTC (18 years, 7 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3
Changes since 1.29: +2 -1 lines
Diff to previous 1.29 (colored)

Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.

Revision 1.29 / (download) - annotate - [select for diffs], Wed Jul 13 18:01:48 2005 UTC (18 years, 8 months ago) by jlam
Branch: MAIN
Changes since 1.28: +2 -2 lines
Diff to previous 1.28 (colored)

Turn PERL5_PACKLIST into a relative path instead of an absolute path.
These paths are now relative to PERL5_PACKLIST_DIR, which currently
defaults to ${PERL5_SITEARCH}.  There is no change to the binary
packages.

Revision 1.28 / (download) - annotate - [select for diffs], Mon Apr 11 21:48:01 2005 UTC (18 years, 11 months ago) by tv
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.27: +1 -2 lines
Diff to previous 1.27 (colored)

Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

Revision 1.27 / (download) - annotate - [select for diffs], Mon Feb 7 15:56:04 2005 UTC (19 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1
Changes since 1.26: +2 -3 lines
Diff to previous 1.26 (colored)

Update to 1.35:

2004-11-05   Gisle Aas

   Release 1.35

   Documentation update.

   Simplified uri_escape_utf8 implementation.  No need to load the
   Encode module.  Contributed by Alexey Tourbin.

   Work around bug in perl-5.6.0 that made t/query.t fail.



2004-10-05   Gisle Aas

   Release 1.34

   URI->canonical will now always unescape any escaped unreserved
   chars.  Previously this only happened for the http and https scheme.
   Patch contributed by Eric Promislow



2004-09-19   Gisle Aas

   Release 1.33

   URI::file->canonical will now try to change the 'authority'
   to the default one.

   Fix heuristic test.  Apparently www.perl.co.uk is no more.



2004-09-07   Gisle Aas

   Release 1.32

   Introduce $URI::file::DEFAULT_AUTHORITY which control what
   authority string to use for absolute file URIs.  Its value
   default to "" which produce file URIs that better interoperates
   with other implementations.  The old mapping behaviour can be
   requested by setting this variable to undef.



2004-06-08   Gisle Aas

   Release 1.31

   Added uri_escape_utf8() function to URI::Escape module.

   Fixed abs/rel behaviour for sip: URIs.  Fixed by
   Ville Skyttä

   Avoid croaking on code like $u->query_form(a => { foo => 1 }).
   It will still not really do anything useful.

Revision 1.26 / (download) - annotate - [select for diffs], Mon Dec 20 11:31:14 2004 UTC (19 years, 3 months ago) by grant
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base, pkgsrc-2004Q4
Changes since 1.25: +2 -1 lines
Diff to previous 1.25 (colored)

since perl is now built with threads on most platforms, the perl archlib
module directory has changed (eg. "darwin-2level" vs.
"darwin-thread-multi-2level").

binary packages of perl modules need to be distinguishable between
being built against threaded perl and unthreaded perl, so bump the
PKGREVISION of all perl module packages and introduce
BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct
dependencies are registered and the binary packages are distinct.

addresses PR pkg/28619 from H. Todd Fujinaka.

Revision 1.25 / (download) - annotate - [select for diffs], Sun Mar 21 01:20:44 2004 UTC (20 years ago) by heinz
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2, pkgsrc-2004Q1-base, pkgsrc-2004Q1
Changes since 1.24: +2 -1 lines
Diff to previous 1.24 (colored)

Uses no compiler, so USE_LANGUAGES is empty

Revision 1.24 / (download) - annotate - [select for diffs], Sun Jan 18 22:21:14 2004 UTC (20 years, 2 months ago) by heinz
Branch: MAIN
Changes since 1.23: +7 -4 lines
Diff to previous 1.23 (colored)

Update to 1.30.
bl3ify
Added HOMEPAGE.
Changed MAINTAINER to myself.


Changes since 1.27:

2004-01-14   Gisle Aas <gisle@ActiveState.com>

   Release 1.30

   Documentation fixes by Paul Croome <Paul.Croome@softwareag.com>.

2004-01-02   Gisle Aas <gisle@ActiveState.com>

   Release 1.29

   Added support for the ldapi: and ldaps: schemes.
   The ldaps: implementation was contributed by Graham Barr.

   Added support for mms: scheme.  Contributed by
   Dan Sully <daniel@electricrain.com>.

2003-11-30   Gisle Aas <gisle@ActiveState.com>

   Release 1.28

   The query_param_delete() method was not able to delete
   the last parameter from a form.  Similar problem existing
   when deleting via query_param().  Patch by <awk@awks.org>.

   The query_form() method now allow an array or hash
   reference to be passed to set the value.  This makes it
   possible to set the value to an empty form, something that
   the old API did not allow.

   The query_keywords() method now allow an array reference
   to be passed to set the value.

Revision 1.22.2.1 / (download) - annotate - [select for diffs], Fri Dec 5 17:41:47 2003 UTC (20 years, 3 months ago) by agc
Branch: pkgsrc-2003Q4
Changes since 1.22: +2 -2 lines
Diff to previous 1.22 (colored) next main 1.23 (colored)

Pullup upgrade to version 1.27 of p5-URI to the pkgsrc-2003Q4 branch,
requested by Grant Beattie.

	Module Name:    pkgsrc
	Committed By:   grant
	Date:           Thu Nov 27 16:34:48 UTC 2003

	Modified Files:
		pkgsrc/www/p5-URI: Makefile distinfo

	Log Message:
	Updated p5-URI to 1.27.

	changes since 1.23:

	   Release 1.27

	   The URI module is now less strict about the values accepted
	   for gopher_type attribute of gopher:-URLs.  Patch suggested
	   by the Net::Gopher author; William G. Davis.

	   Release 1.26

	   Help Storable deal with URI objects.  Patch contributed
	   by <talby@trap.mtview.ca.us>.

	   Fix failure under OS/2.  Patch contributed by Ilya Zakharevich.

	   Release 1.25

	   Allow literal '@' in userinfo.  If there are multiple '@' chars
	   in the 'authority' component use the last (instead of first) as
	   the 'userinfo' delimiter.

	   Make URI->query_form escape '[' and ']'.  These chars where added
	   to the reserved set in RFC 2732.  This also match MSIE behaviour.

	   Silience warning from 'sip' support class.

	   Release 1.24

	   Relative URIs that start with the query string directly (i.e. "?q")
	   are now absolutized as specified in rfc2396bis.  See:
	   http://www.apache.org/~fielding/uri/rev-2002/issues.html#003-relative-query

	   Added URI::Split module.  It's a lightweight module that can be
	   used to parse and compose URI string to/from its component parts.

	   The rel() method will now work from canonical URIs.  That allow it
	   to extract a relative URI in more cases.

Revision 1.23 / (download) - annotate - [select for diffs], Thu Nov 27 16:34:48 2003 UTC (20 years, 3 months ago) by grant
Branch: MAIN
Changes since 1.22: +2 -2 lines
Diff to previous 1.22 (colored)

Updated p5-URI to 1.27.

changes since 1.23:

   Release 1.27

   The URI module is now less strict about the values accepted
   for gopher_type attribute of gopher:-URLs.  Patch suggested
   by the Net::Gopher author; William G. Davis.

   Release 1.26

   Help Storable deal with URI objects.  Patch contributed
   by <talby@trap.mtview.ca.us>.

   Fix failure under OS/2.  Patch contributed by Ilya Zakharevich.

   Release 1.25

   Allow literal '@' in userinfo.  If there are multiple '@' chars
   in the 'authority' component use the last (instead of first) as
   the 'userinfo' delimiter.

   Make URI->query_form escape '[' and ']'.  These chars where added
   to the reserved set in RFC 2732.  This also match MSIE behaviour.

   Silience warning from 'sip' support class.

   Release 1.24

   Relative URIs that start with the query string directly (i.e. "?q")
   are now absolutized as specified in rfc2396bis.  See:
   http://www.apache.org/~fielding/uri/rev-2002/issues.html#003-relative-query

   Added URI::Split module.  It's a lightweight module that can be
   used to parse and compose URI string to/from its component parts.

   The rel() method will now work from canonical URIs.  That allow it
   to extract a relative URI in more cases.

Revision 1.22 / (download) - annotate - [select for diffs], Thu Jul 17 22:55:54 2003 UTC (20 years, 8 months ago) by grant
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base
Branch point for: pkgsrc-2003Q4
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored)

s/netbsd.org/NetBSD.org/

Revision 1.21 / (download) - annotate - [select for diffs], Mon Jun 2 01:16:01 2003 UTC (20 years, 9 months ago) by jschauma
Branch: MAIN
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (colored)

Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.

Revision 1.20 / (download) - annotate - [select for diffs], Fri Apr 4 17:34:02 2003 UTC (20 years, 11 months ago) by abs
Branch: MAIN
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (colored)

Shorten COMMENT

Revision 1.19 / (download) - annotate - [select for diffs], Fri Jan 31 10:40:35 2003 UTC (21 years, 1 month ago) by shell
Branch: MAIN
CVS Tags: netbsd-1-6-1-base, netbsd-1-6-1
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored)

Updated to p5-URI-1.23

Changes :
- Support for tn3270 URIs.
- Use anchored DNS lookups in URI::Heuristic as suggested
  by Malcolm Weir <malc@gelt.org>.
- Delay calculation of MY_COUNTRY() in URI::Heuristic.
  Patch by Ed Avis <ed@membled.com>.
- Make test suite work for UNC paths.
  Patch by Warren Jones <wjones@fluke.com>.

Revision 1.18 / (download) - annotate - [select for diffs], Fri Sep 27 09:43:53 2002 UTC (21 years, 5 months ago) by shell
Branch: MAIN
Changes since 1.17: +4 -7 lines
Diff to previous 1.17 (colored)

Updated to p5-URI-1.22

Changes :
- Added URI::QueryParam module.  It contains some
  extra methods to manipulate the query form key/value pairs.
- Added support for the sip: and sips: URI scheme.
  Contributed by Ryan Kereliuk <ryker@ryker.org>.
- use_buildlink2
- use perl5 module

Revision 1.17 / (download) - annotate - [select for diffs], Tue Aug 20 14:48:54 2002 UTC (21 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored)

Update to 1.21:
Restore perl-5.004 and perl-5.005 compatibility.
Direct support for some new schemes urn:, urn:isbn:,
urn:oid:, rtsp:, and rtspu:.  The rtsp support was
contributed by Matt Selsky <selsky@columbia.edu>.
The host for URI::file was not unescaped.

Revision 1.15.2.1 / (download) - annotate - [select for diffs], Sun Jun 23 19:04:31 2002 UTC (21 years, 9 months ago) by jlam
Branch: buildlink2
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored) next main 1.16 (colored)

Merge from pkgsrc-current to buildlink2 branch.

Revision 1.16 / (download) - annotate - [select for diffs], Thu May 16 21:24:14 2002 UTC (21 years, 10 months ago) by mjl
Branch: MAIN
CVS Tags: pkgviews-base, pkgviews, netbsd-1-6-RELEASE-base, netbsd-1-6, buildlink2-base
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored)

Update p5-URI to 1.19

URI::Heuristic will guess better on strings like "123.3.3.3:8080/foo".
URI::WithBase will not keep the full history of any base URI's base URI.
URI::URL->new("foo", "bar")->base now returns an URI::URL.
Deal properly with file:///-URIs.

Revision 1.15 / (download) - annotate - [select for diffs], Fri Jan 18 22:45:50 2002 UTC (22 years, 2 months ago) by mjl
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH003
Branch point for: buildlink2
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored)

Update p5-URI to 1.18.

- Added support for ssh: URIs
- URI::Escape: Make sure cache is not set when the
  RE wouldn't compile
- Don't try to come up with the e-mail address of
  the user as the anonymous password.

Fixes PR/15101 by Shell Hung.

Revision 1.14 / (download) - annotate - [select for diffs], Mon Nov 26 06:50:38 2001 UTC (22 years, 3 months ago) by jlam
Branch: MAIN
Changes since 1.13: +4 -3 lines
Diff to previous 1.13 (colored)

Buildlinkify, in the sense that only the perl headers are found in
${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}.

Revision 1.13 / (download) - annotate - [select for diffs], Thu Oct 18 15:20:51 2001 UTC (22 years, 5 months ago) by veego
Branch: MAIN
Changes since 1.12: +2 -1 lines
Diff to previous 1.12 (colored)

SVR4 packages have a limit of 9 chars for a package name.
The automatic truncation in gensolpkg doesn't work for packages which
have the same package name for the first 5-6 chars.
e.g. amanda-server and amanda-client would be named amanda and amanda.
Now, we add a SVR4_PKGNAME and use amacl for amanda-client and amase for
amanda-server.
All svr4 packages also have a vendor tag, so we have to reserve some chars
for this tag, which is normaly 3 or 4 chars. Thats why we can only use 6
or 5 chars for SVR4_PKGNAME. I used 5 for all the packages, to give the
vendor tag enough room.
All p5-* packages and a few other packages have now a SVR4_PKGNAME.

Revision 1.12 / (download) - annotate - [select for diffs], Sat Sep 29 06:51:08 2001 UTC (22 years, 5 months ago) by jlam
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

Update p5-URI to 1.17.  Relevant changes from version 1.12 include:

	- Bug fixes
	- URI::Escape::uri_escape default has changed.  Reserved characters
	  are now escaped when no second argument is provided.
	- URI::WithBase now overrides the can() method and delegate it to
	  the URI member.  This also affects the URI::URL behaviour.
	- URI.pm now conforms to RFC 2732 which specify how literal IPv6
	  addresses are to be included in URLs.
	- URI/Escape now allows "/" in the $unsafe pattern argument.

Revision 1.11 / (download) - annotate - [select for diffs], Thu Sep 27 04:51:45 2001 UTC (22 years, 5 months ago) by jlam
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

Use a wildcard dependency instead of hard-coding one specific version.

Revision 1.10 / (download) - annotate - [select for diffs], Mon May 14 13:30:54 2001 UTC (22 years, 10 months ago) by zuntum
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

Update p5-URI to 1.12

Changelog:

   URI->new($u, $scheme) does no longer fail if given a badly
   formatted scheme string.


   URI::WithBase's clone and base method was basically just
   broken.  This also affected the URI::URL subclass.
   The clone() method did not copy the base, and updating
   the base with the base method always set it to "1".

Fixes pkg/12895 by Nathan Ahlstrom <nrahlstr@winternet.com>

Revision 1.9 / (download) - annotate - [select for diffs], Tue Mar 27 03:20:24 2001 UTC (22 years, 11 months ago) by hubertf
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH001
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

Change BUILD_DEPENDS semantics:
first component is now a package name+version/pattern, no more
executable/patchname/whatnot.

While there, introduce BUILD_USES_MSGFMT as shorthand to pull in
devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current).

Patch by Alistair Crooks <agc@netbsd.org>

Revision 1.8 / (download) - annotate - [select for diffs], Wed Mar 21 17:15:33 2001 UTC (23 years ago) by mjl
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

Update to 1.11

   The t/heuristic.t test relied on the fact that 'www.perl.no'
   was not registered in DNS.  This is no longer true.
   The penguins at Bouvet Island will hopefully be ignorant
   of Perl forever.

Revision 1.7 / (download) - annotate - [select for diffs], Sat Feb 17 17:22:26 2001 UTC (23 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.6: +2 -1 lines
Diff to previous 1.6 (colored)

Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.

Revision 1.6 / (download) - annotate - [select for diffs], Thu Feb 15 15:31:03 2001 UTC (23 years, 1 month ago) by abs
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

Updated to 1.10

   Changes since 1.09

   The $u->query_form method will now escape spaces in
   form keys or values as '+' (instead of '%20').  This also
   affect the $mailto_uri->header() method.  This is actually
   the wrong thing to do, but this practise is now even
   documented in official places like
   http://www.w3.org/TR/html4/interact/forms.html#h-17.13.4.1
   so we might as well follow the stream.

   URI::Heuristic did not work for domain-names with dashes '-'
   in them.  Fixed.

   Documented that $uri->xxx($1) might not work.

Closes pkg/11990

Revision 1.5 / (download) - annotate - [select for diffs], Sun Aug 27 21:56:46 2000 UTC (23 years, 6 months ago) by jlam
Branch: MAIN
CVS Tags: netbsd-1-5-RELEASE, netbsd-1-4-PATCH003
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

Update p5-URI to 1.09.  Changes from version 1.07:

   uri_unescape() did not work when given multiple strings
   to decode.  Patch by Nicholas Clark <nick@ccl4.org>.

   ldap URIs now support _scope() and _filter() methods that
   don't have default values.  Suggested by Graham Barr.

   Incorporated old rejected MSWin32 patch to t/old-base.t.
   Hope it works.

Revision 1.4 / (download) - annotate - [select for diffs], Sun Aug 27 07:11:25 2000 UTC (23 years, 6 months ago) by jlam
Branch: MAIN
Changes since 1.3: +5 -4 lines
Diff to previous 1.3 (colored)

Convert packages to use PERL5_PACKLIST (part 1).  These were the easy
ones to do, and each compiled and installed/de-installed apparently
correctly.

As a side effect of the dynamic PLIST, we no longer need to have separate
-static and -shared PLISTs.  It's now easier than ever to make a perl5
package for NetBSD :)

Revision 1.3 / (download) - annotate - [select for diffs], Mon Jul 3 09:36:13 2000 UTC (23 years, 8 months ago) by mjl
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

Update to 1.07. Changes:
	URI::WithBase (and URI::URL) now support $u->new_abs constructor.
	URI::WithBase->new("foo", "URI::URL") bug fixed.
	QNX file support by Norton Allen <allen@huarp.harvard.edu>.
	Support for rsync:-URI by Dave Beckett <D.J.Beckett@ukc.ac.uk>

Revision 1.2 / (download) - annotate - [select for diffs], Tue Dec 28 12:56:42 1999 UTC (24 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: netbsd-1-4-PATCH002
Changes since 1.1: +3 -3 lines
Diff to previous 1.1 (colored)

changed PKGNAME to p5-${DISTNAME}

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Thu Dec 2 08:34:33 1999 UTC (24 years, 3 months ago) by rh
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Import of p5-URI-1.04, a perl5 class to represent Uniform Resource
Identifiers (URIs, RFC 2396).

Revision 1.1 / (download) - annotate - [select for diffs], Thu Dec 2 08:34:33 1999 UTC (24 years, 3 months ago) by rh
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>