Commit graph

35 commits

Author SHA1 Message Date
rillig
b71a1d488b 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
2005-12-05 20:49:47 +00:00
jlam
7fbb8d9527 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.
2005-08-06 06:19:03 +00:00
jlam
7a6521287b 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.
2005-07-13 18:01:18 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
wiz
809ad6f2f7 Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
wiz
f6b5532546 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.
2005-02-07 15:56:04 +00:00
grant
908e765695 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.
2004-12-20 11:30:55 +00:00
heinz
904f5a0a8b Uses no compiler, so USE_LANGUAGES is empty 2004-03-21 01:18:42 +00:00
heinz
11a2614acc 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.
2004-01-18 22:21:14 +00:00
grant
98473f1f49 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.
2003-11-27 16:34:48 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
jschauma
e366d0c694 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.
2003-06-02 01:15:31 +00:00
abs
09a901a902 Shorten COMMENT 2003-04-04 17:32:51 +00:00
shell
4a982cc808 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>.
2003-01-31 10:40:35 +00:00
shell
11b48ad041 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
2002-09-27 09:43:53 +00:00
wiz
13c7dfd1c2 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.
2002-08-20 14:48:54 +00:00
mjl
808c0fc1cd 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.
2002-05-16 21:24:14 +00:00
mjl
fd0c941b07 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.
2002-01-18 22:45:50 +00:00
jlam
cc4128d97e Buildlinkify, in the sense that only the perl headers are found in
${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}.
2001-11-26 06:49:36 +00:00
zuntum
431e7a7dda Move pkg/ files into package's toplevel directory 2001-11-01 02:15:23 +00:00
veego
63ad910dee 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.
2001-10-18 15:20:01 +00:00
jlam
4ec99dce40 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.
2001-09-29 06:51:08 +00:00
jlam
e924e2d9ac Use a wildcard dependency instead of hard-coding one specific version. 2001-09-27 04:51:45 +00:00
zuntum
286a349c8d 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>
2001-05-14 13:30:54 +00:00
agc
8f972b049a + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 12:12:16 +00:00
hubertf
e32afb6fea 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>
2001-03-27 03:19:43 +00:00
mjl
2632d33c96 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.
2001-03-21 17:15:33 +00:00
wiz
a0745845b3 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:21:28 +00:00
abs
e50a8d8bbb 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
2001-02-15 15:31:03 +00:00
jlam
b08410624a 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.
2000-08-27 21:56:46 +00:00
jlam
18cba9d7fa 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 :)
2000-08-27 07:10:59 +00:00
mjl
f0cc7f1b3a 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>
2000-07-03 09:36:13 +00:00
abs
df05aef71f Strip trailing '.', and/or leading '(a|an) ' 2000-01-05 15:37:50 +00:00
wiz
e133ff3249 changed PKGNAME to p5-${DISTNAME} 1999-12-28 12:49:56 +00:00
rh
a1d73d17e4 Import of p5-URI-1.04, a perl5 class to represent Uniform Resource
Identifiers (URIs, RFC 2396).
1999-12-02 08:34:33 +00:00