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.47 / (download) - annotate - [select for diffs], Sun Apr 22 10:41:20 2012 UTC (4 weeks, 5 days ago) by wiz
Branch: MAIN
CVS Tags: HEAD
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 (7 months, 1 week 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 (9 months, 2 weeks 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 (17 months, 3 weeks 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 (20 months, 3 weeks 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 (21 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 (21 months, 3 weeks 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 (2 years, 2 months 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 (2 years, 4 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 (2 years, 5 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 (2 years, 9 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 (2 years, 11 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 (3 years, 7 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 (3 years, 11 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 (4 years, 1 month 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 (5 years, 6 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 (6 years, 5 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 (6 years, 9 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 (6 years, 10 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 (7 years, 1 month 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 (7 years, 3 months 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 (7 years, 5 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 (8 years, 2 months 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 (8 years, 4 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 (8 years, 5 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 (8 years, 5 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 (8 years, 10 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 (8 years, 11 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 (9 years, 1 month 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 (9 years, 3 months 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 (9 years, 8 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 (9 years, 9 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 (9 years, 11 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 (10 years 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 (10 years, 4 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 (10 years, 6 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 (10 years, 7 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 (10 years, 7 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 (10 years, 8 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 (11 years 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 (11 years, 2 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 (11 years, 2 months 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 (11 years, 3 months 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 (11 years, 3 months 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 (11 years, 9 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 (11 years, 9 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 (11 years, 10 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 (12 years, 5 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 (12 years, 5 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 (12 years, 5 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>