Commit graph

154235 commits

Author SHA1 Message Date
obache
1a87a2af59 Update HOMEPAGE. 2010-02-07 12:55:29 +00:00
obache
87962d7c44 Also add missing buildlinkfy to buildlink3.mk. 2010-02-07 12:46:29 +00:00
obache
639d2904c0 Fixes to build with qt-4.6.
remove files generated with moc in 4.5.
2010-02-07 12:29:18 +00:00
sborrill
6d0722a1dc Change MASTER_SITES at request of author.
Take on MAINTAINERship.
Bump PKGREVISION
2010-02-07 11:40:22 +00:00
seb
51a9dabe9c Note initial addition of p5-XML-XPathEngine version 0.12 as
textproc/p5-XML-XPathEngine into The NetBSD Packages Collection.

The Perl 5 module XML::XPathEngine provides an XPath engine, that
can be re-used by other module/classes that implement trees.
2010-02-07 11:29:36 +00:00
seb
438fa209d8 Add & enable p5-XML-XPathEngine 2010-02-07 11:29:08 +00:00
seb
541a1cdfe0 Initial import of p5-XML-XPathEngine version 0.12 in the NetBSD
Packages Collection.

The Perl 5 module XML::XPathEngine provides an XPath engine, that
can be re-used by other module/classes that implement trees.
2010-02-07 11:28:43 +00:00
roy
3483adad93 Fix another silly typo. 2010-02-07 10:28:13 +00:00
roy
26a6e3ce0c Remove typo. 2010-02-07 10:20:37 +00:00
roy
85e335bd32 Add patches to fix building on NetBSD with terminfo, fixes PR pkg/42761. 2010-02-07 10:07:10 +00:00
roy
a011d9fb12 Fix compile on NetBSD with terminfo, pkg/42762. 2010-02-07 09:53:20 +00:00
roy
21a2919170 Add builtin for working out if we have terminfo installed natively. 2010-02-07 09:46:13 +00:00
obache
171cda4aeb tools definition of bzcat may have option (ex. bzip2 -cd), allow it. 2010-02-07 08:00:51 +00:00
obache
0a6007dad6 Change HOMEPAGE to sourceforge's one (old one had been retired). 2010-02-07 07:22:08 +00:00
seb
046ecd47e4 Note initial addition of p5-HTML-Selector-XPath version 0.03 as
www/p5-HTML-Selector-XPath into The NetBSD Packages Collection.

The Perl 5 module HTML::Selector::XPath is a utility function to
compile CSS2 selector to the equivalent XPath expression.
2010-02-07 06:05:36 +00:00
seb
13b11a9677 Add & enable p5-HTML-Selector-XPath 2010-02-07 06:05:03 +00:00
seb
ca8bc5618b Initial import of p5-HTML-Selector-XPath version 0.03 in the NetBSD
Packages Collection.

The Perl 5 module HTML::Selector::XPath is a utility function to
compile CSS2 selector to the equivalent XPath expression.
2010-02-07 06:04:23 +00:00
asau
25d47ffae9 Updated lang/smlnj to 110.72 2010-02-07 03:15:18 +00:00
asau
2ab0799b31 Update to SML/NJ 110.72, bug fix release. 2010-02-07 03:14:36 +00:00
gdt
5e4927736d PKGREVISION++, should have been on previous commit 2010-02-06 22:19:38 +00:00
gdt
97316566a1 Disable szip by default, because it's non-free, following the general
pkgsrc notion that free software should not depend on non-free
software (because that results in not having distributable binary
packages, and makes the build fail) unless skipping the dependency
renders the software non-useful.

(The hdf web page says that the default binary builds of hdf include
szip support, but then go on about how users that don't qualify for
the no-cost license have to install a different version.)

If someone who grasps hdf5 can say that hdf5 w/o szip is generally not
useful, we can turn this back on and disable by default the hdf5
option in octave.
2010-02-06 22:19:00 +00:00
gdt
c5810ea1ad license is original BSD with empahsis on making it clear that modified
versions are modified.
2010-02-06 22:11:44 +00:00
gdt
4b243ac73f fix homepage 2010-02-06 22:06:21 +00:00
tnn
4dd0bf14a5 - make sure the authdir exists, reported on tech-pkg@ by Dennis den Brok.
- don't include compiler.mk twice
- bump PKGREVISION
2010-02-06 20:03:01 +00:00
taca
7dc21bfc77 Note addtion of mail/pear-Mail_mimeDecode package, version 1.5.1. 2010-02-06 16:17:35 +00:00
taca
288e28e1ea Add and enable pear-Mail_mimeDecode. 2010-02-06 16:15:43 +00:00
taca
99f2be6f43 Importing pear-Mail-mimeDecode 1.5.1.
Provides a class to deal with the decoding and interpreting of mime messages.
This package used to be part of the Mail_Mime package, but has been split off.
2010-02-06 16:14:21 +00:00
taca
71d84db442 Note update of various PHP pear packages:
databases/pear-DB		1.7.13
        graphics/pear-Image_Canvas	0.3.2
        graphics/pear-Image_Color	1.0.3
        graphics/pear-Image_Graph	0.7.2
        mail/pear-Auth_SASL		1.0.3
        mail/pear-Mail_Mime		1.6.0
        math/pear-Numbers_Roman		1.0.2
        math/pear-Numbers_Words		0.16.1
        net/pear-Net_DIME		1.0.1
        net/pear-Net_SMTP		1.4.1
        net/pear-Net_Socket		1.0.9
        net/pear-Net_URL		1.0.15
        net/pear-SOAP			0.12.0
        sysutils/pear-Log		1.12.0
        textproc/pear-Console_Table	1.1.3
        www/pear-HTML_Common		1.2.5
        www/pear-HTTP			1.4.1
        www/pear-HTTP_Request		1.4.4
2010-02-06 16:11:38 +00:00
taca
5798bd5db2 Update pear-HTTP_Request package from 1.3.0 to 1.4.4.
1.4.4

Development of HTTP_Request package is halted, only bug fixing will be done.
Please submit feature requests for HTTP_Request2 package.

Fixes:
* Improved memory usage of _buildRequest() method (bug #14574)
* Clarified documentation for addFile() method to mention that it is useful
  only for POST method file uploads (bug #14635)
* Do not send "Content-Length: 0" header for methods other than
  POST and PUT, as some servers may return error 400 (bug #14740)

1.4.3

* Added possibility to get reason phrase from HTTP response (request #12352)
* PHP 4.2.0 should be the minimal PHP version (bug #12354), also updated other
  dependencies' versions to saner values
* Send a Content-Length header in request even if body is empty (request #12900)
* Do not pass length parameter to gzinflate(), it could cause problems in some
  corner cases (bugs #13135, #14370)
* Return an error if trying to do a HTTPS request without OpenSSL support
  (bug #14127)
* Do not stop reading chunked response body prematurely (bug #14200)

1.4.2

* The final CRLF was not properly added to request headers on POST request
  with no post data (Thanks to Brock Weaver)
* Added error codes (request #12335, thanks to Joe Stump for the patch)
* HTTP_Request sent broken requests on redirects with no trailing slash
  (bug #12308, thanks to Joe Stump for the patch)
* Requests with a body consisting of only a symbol '0' were sent without body
  (reported privately by Sam Ghods)
* download-progress.php example was broken since 1.4.0 due to addition of
  'connect' and 'disconnect' events. Now works again.

1.4.1

* Removed bogus parameter for getURL() (Bug #9586, thanks to Martin Jansen)
* Improved API documentation (Bug #9984, thanks to Martin Jansen)
* Fixed wrong Content-Length if using mbstring function overloading (bug #10605)
* Fixed bogus "data CRC check failed" error on 64-bit systems (bug #10790,
  thanks to Bill Moran)
* Redone the way package handles mbstring function overloading, this will allow
  using gzip Content-Encoding when said overloading is switched on
* Added proper header comment blocks, improved phpdoc comments

1.4.0

* Added Keep-Alive support (request #4806), thanks to Justin Patrin for the
  initial patch. Please note that "Connection: close" header is still added
  by default, you need to explicitly add "Connection: Keep-Alive" header or
  remove "Connection" header if using HTTP 1.1
* A new disconnect() method was added which forces disconnection from the
  server if Keep-Alive is used. Also two new events are sent to the Listeners:
  "connect" and "disconnect"
* Added getUrl() method (request #6589)
* Added method to properly parse header of gzip-encoded data (see RFC 1952).
  This takes care of situations when the server adds some additional data
  to the header (bug #8245) or sends data that is not gzip-encoded when
  "Content-Encoding: gzip" header is present (bug #8213)
* "Proxy-Authorization" header is now properly set by constructor
  (bug #5913)
* Fixed doc comments mentioning addBody() method instead of proper setBody()
  (bug #5969)
* Fixed erroneous removal of "Content-Type" header from request
  (bug #7922)
* Bogus HTTP headers are now ignored (bug #8214)
* Path is set to "/" if an URL without path (http://www.example.com)
  is given (bug #8662)
* Moved to package.xml version 2.0
2010-02-06 16:08:48 +00:00
taca
1bc837d210 Update pear-HTTP from 1.4.0 to 1.4.1.
* Fixed bug #7130 - HTTP::absoluteUri("?foo") loses path
* Fixed bug #12672 - PHP_SELF ending on / causes incorrect redirects
* Fixed bug #12571 - Wrong license in package.xml
* Fixed bug #12759 - DOS linebreaks
* Fixed req #9148 - Added negotiateCharset() method
* Fixed req #11060 - Added negotiateMimeType() method
* Added regression tests
* Bump to package.xml v2.0
* Added failover JavaScript for redirect()
2010-02-06 16:07:58 +00:00
taca
9e99c786fe Update pear-HTML_Common from 1.2.3 to 1.2.5.
1.2.5

Whitespace is no longer trimmed from quoted attribute values in
_parseAttribute() method (bug #15787)

1.2.4

Migrate to package.xml version 2.0, use proper header comment block.
No code changes since previous release.
2010-02-06 16:07:15 +00:00
taca
aae38d93d0 Update pear-Console_Table package from 1.1.1 to 1.1.3.
1.1.3

Add option to render data with ANSI color codes (Igor Feghali,
Request #14835).

1.1.2

Don't render anything if no data has been provided (Bug #14405).
2010-02-06 16:06:28 +00:00
taca
c2393984ea Update pear-Log package from 0.8.4 to 1.12.0, fixing PR pkg/42673.
Changes are too huge to show here, please refer:
http://pear.php.net/package/Log/download/All.

And now, this pacakge supports PHP5 only.

1.12.0

This release drops PHP4 compatibility (enforced by the package dependencies).

There is unfortunately no way to support both PHP4 and PHP5 in the same code
base when running under E_ALL. Because it appears that the majority of Log
package users have moved to PHP5, the Log package now targets that audience.

Given the fact that the Log package is now largely in maintenance mode,
existing PHP4 users shouldn't feel adandoned. If necessary, important fixes,
etc. can be merged back into the 1.11.* release line, which will retain PHP4
compatibility.
2010-02-06 16:05:13 +00:00
taca
bbe9399e54 Update pear-SOAP from 0.8.1 to 0.12.0.
Changes are too huge to show here, please refer:
http://pear.php.net/package/SOAP/download/All
2010-02-06 16:00:49 +00:00
taca
974af471b6 Update pear-Net_URL from 1.0.14 to 1.0.15.
- Fixed Bug #11385 $url was defined.
- Fixed Doc #11017 Fixed docblock problem (cweiske)
- Fixed Bug #11008 (Override object properties in initialize())
- Fixed Bug #6338 Wrong query string handling
- Fixed Bug #704 Fixed hardcoded value and use ini_get(arg_separator)
- Fixed Bug #1036 Improper default port number detection
- Fixed Bug #1447 use $_SERVER instead of HTTP_SERVER_VARS
- Fixed Bug #1558 _parseRawQueryString failed if arg_sep.input was more than
  1 char.
- Fixed Bug #1682 File was in DOC format rather than Unix
- Fixed Bug #2334 Sqare brackets in var names were encoded
- Fixed Bug #2824 Better error handling support.
- Fixed bug #3159 setProtocol was calling getStandardPort incorrectly
2010-02-06 15:59:38 +00:00
taca
c9b1507851 Update pear-Net_SMTP from 1.0.8 to 1.0.9
- Fix variable name in setWriteBuffer() (PEAR Bug #11039)
- Use %d for ints (PEAR Bug #11202)
- Fix passing context to socket for both PHP 4 and PHP 5
- Catch errors from fsockopen() that happen before the socket is actually
  opened (Jan Scheider, jan@horde.org)
- Restore the original track_errors setting
- Silence unsilenced fwrite call
- Update PHPDoc
2010-02-06 15:58:19 +00:00
taca
c1c84c7bbd Update pear-Net_SMTP from 1.3.0 to 1.4.1
1.4.1

The auth() method now includes an optional $tls parameter that determines
whether or not TLS should be attempted (if supported by the PHP runtime and
the remote SMTP server). This parameter defaults to true. (Bug #16349)

Header data can be specified separately from message body data by passing it
as the optional second parameter to ``data()``. This is especially useful when
an open file resource is being used to supply message data because it allows
header fields (like *Subject:*) to be built dynamically at runtime. (Request
#17012)

1.4.0

The data() method now accepts either a string or a file resource containing
the message data. (Request #16962)

1.3.4

All Net_Socket write failures are now recognized. (Bug #16831)

1.3.3

- Added getGreeting(), for retrieving the server's greeting string. (Request
  #16066)
- We no longer attempt a TLS connection if we're already using a secure
  socket. (Bug #16254)
- You can now specify a debug output handler via setDebug(). (Request #16420)

1.3.2

- TLS connection only gets started if no AUTH methods are sent. (Bug #14944)

1.3.1

- Invalid response arrays were returning false instead of a PEAR_Error
  object. (Thomas Berger)
2010-02-06 15:57:38 +00:00
taca
a715bc9647 Update pear-Net_DIME from 0.3 to 1.0.1.
1.0.1

* Fixed message decoding (Bug #14590).

1.0.0

* Switched license to BSD License.

1.0.0RC1

Fixed a constant name typo (Aaron Nixon, Bug #5537).
2010-02-06 15:56:35 +00:00
taca
a4e9c1024b Update pear-Numbers_Words from 0.14.0 to 0.16.1.
0.16.1

* Clean up package definition and tests;
* Better cast/sanitation of non-integer values;
* Fixed bug #16019 (incorrect trimming of vowels in the Italian extension).

0.16.0

* Added numerous language unit tests (Bulgarian, English 100, English GB,
  English US, French, French Belgium, German, Italian, Portuguese Brazilian);
* Swap all tests to PHPUnit 3;
* Bugs fixed:
  - #10744 wrong getLocales() Docblock;
  - #14988 bogus non-int parsing;
  - #14667 bad trascription for 101 numbers and 102 thousands bug;
  - incorrect values for 80 and 81 in French Belgium;
  - #15260 uninitialized string offset in Brazilian Portuguese.

0.15.0

* New file for Dutch language (Thanks to WHAM van Dinter);
* package.xml updated to version 2.0;
* Bugs fixed:
  - #5618 locale name (and file name) for Estonian is changed from ee to et;
  - #6654 bug in Russian translation;
* New feature added:
  - #7339 new Numbers_Words::getLocales() method is available (Thanks to
    Bertrand Gugger).
2010-02-06 15:55:52 +00:00
taca
d28ae7e435 Updaet pear-Numbers_Roman from 0.2.0 to 1.0.2.
1.0.2

QA release:
- Fix bug with _L and _C giving wrong values (swapped)
- Fix bug: toRoman() used $this although it's static
- Add unit tests

1.0.1

- Added support for lowercase input/output
- Starting with this release conversion is supported from integers up to
  5 999 999 and from the equivalent Roman Numerals
- Added an optional HTML tag to disply roman numerals over 4000 in an
  historically accurate fashion
- General fixes and code rewrite maintaining backward compatibility
2010-02-06 15:55:13 +00:00
taca
23645822d3 Updaete pear-Mail_Mime from 1.4.0 to 1.6.0.
1.6.0

Bugs Fixed:
* Don't break specified headers folding [alec]
* Bug #17025: Wrong headers() result for long unwrapable header value [alec]

Implemented Features:
* Allow setting Content-ID for HTML Images [alec]
* Added one setParam() in place of many set*() functions [alec]
* Added getParam(), getTXTBody(), getHTMLBody() [alec]
* Skip RFC2231's charset if filename contains only ASCII characters [alec]
* Make sure that Received: headers are returned on the top [alec]
* Added saveMessageBody() and getMessageBody() functions [alec]

1.6.0RC2

Fixed Bugs:
* Bug #7561: _encodeQuotedPrintable() with mbstring function overloading
  broken in 1.6.0RC1 [alec]
* Fixed quoted-printable encoding of characters with ord(char) < 10 [alec]

1.6.0RC1

Fixed Bugs:
* Bug #13444: Problem in multipart mail with txt, html and images. Reverted
  fix for #9725 [alec]
* Bug #14780: Content-Type is not set correctly when calling headers() before
  get() [alec]

Implemented Features:
* Feature #10884: Provide easy way to set build params [alec]
* Feature #13962: Multiple header support [alec]
* Use class (private) variables instead of MAIL_MIME_CRLF and
  MAIL_MIMEPART_CRLF constants [alec]
* Feature #12411: Support both RFC2047 and RFC2231 for attachments filenames
  encoding [alec]
* Optimized memory usage in quoted-printable encoding function [alec]
* Feature #13969: Big attachments support [alec]
* Changed default value of text_encoding to quoted-printable [alec]

1.5.3

Fixed bugs:
* Fix Bug #14678: srand() lowers security [clockwerx]
* Fix Bug #12921: _file2str not binary safe [walter]
* Fix Bug #12385: Bad regex when replacing css style attachments [cipri]
* Fix Bug #16911: Excessive semicolon in MIME header [alec]
* Fix Bug #15320: Attachment charset is not set in Content-Type header [alec]
* Fix Bug #16911: Lack of semicolon separator for MIME header parameters [alec]
* Fix Bug #16846: Use preg_replace_callback() instead of /e modifier [alec]
* Fix Bug #14779: Problem with an empty attachment [alec]
* Fix Bug #15913: Optimize the memory used by Mail_mimePart::encode.
  Avoid having attachments data duplicated in memory [alec]
* Fix Bug #16539: Headers longer than 998 characters aren't wrapped [alec]
* Fix Bug #11238: Wrong encoding of structured headers [alec]
* Fix Bug #13641: iconv_mime_encode() seems to work different/errorious than
  the build in logic. Removed 'ignore_iconv' param. [alec]
* Fix Bug #16706: Incorrect double-quotes RFC 2231-encoded parameter values
  [alec]
* Fix Bug #14232: RFC2231: tspecials encoding in _buildHeaderParam() [alec]

Implemented Features:
* Implement Feature #10438: Function (encodeHeader) for encoding of given
  header [alec]

1.5.2

* Fix Bug #11381: domain name is attached to content-id, trailing greater-than
  sign is not remove [cipri]

1.5.1

* Fix Bug #11344: Error at line 644 in mime.php [cipri]

1.5.0

Split off Mail_MimeDecode

1.5.0RC2

Fixed accidental characters included in mime.php
2010-02-06 15:54:18 +00:00
taca
580f33b241 Update pear-Auth_SASL from 1.0.2 to 1.0.3.
QA release
* Move SVN to proper directory structure [cweiske]
* Fix Bug #8775: Error in package.xml
* Fix Bug #14671: Security issue due to seeding random number generator
  [cweiske]
2010-02-06 15:53:11 +00:00
taca
f3d62113fb Update pear-Image_Graph from 0.3.0dev4 to 0.7.2.
Changes are too huge to show here, please refer:
http://pear.php.net/package/Image_Graph/download/All
2010-02-06 15:51:37 +00:00
taca
f44b9e16f0 Update pear-Image_Color from 1.0.2 to 1.0.3.
Bug #5828 - 'gd' PHP extension is not installed
Bug #11795 - Unit Tests will not work without deprecated phpunit
Bug #14460 - Reference to $this in static function
Bug #14887 - E_NOTICE when setColors() and changeLightness() called
2010-02-06 15:50:21 +00:00
taca
b2b769d101 Update pear-Image_Canvas package from 0.2.4 to 0.3.2.
QA Release.
* Fixed Bug #12064 "Updated all @link to official url (thanks to Torsten Roehr)"
* Fixed Bug #12084 "Set wrong fill color in PDF.php, SVG.php (thanks to Torsten
  Roehr)"
* Fixed Bug #12122 "Added new driver for SWF output (thanks to Torsten Roehr)"
* Fixed Bug #12744 "Used shape poly instead of polygon in ImageMap (Uwe
  Steinmann)"
* Fixed Bug #12745 "Make area tag xhtml compliant, added missing '/' (thanks to
  Christian Weiske)"
* Fixed Bug #12746 "Make img tag xhtml compliant, added missing '/' (thanks to
  Christian Weiske)"
* Fixed Bug #12747 "Added attribute id to map tag (Uwe Steinmann)"
* Fixed Bug #14199 "Added new driver for PostScript output"

0.3.1

* Modified GD canvas addText() method with TTF fonts - (x, y) parameters now
  specify the absolute lower-left corner of the text (if angle is 0) instead of
  the baseline of the first letter, making texts appear incorrectly. This
  however require fonts to have a steady baseline, like fx. Arial, Verdana,
  etc. unlike Comic
* Fixed Image_Canvas_PDF to display correctly
* Fixed Request #7285 "UTF-8 in SVGs"
* Fixed Bug #7454 "Vertical axis title is shifted 180 degrees between SVG and
  PNG output"
* Fixed Bug #8488 "wrong variable name" (thanks to troehr at php dot net)
* Fixed Bug #8556 "SVG.php contains typo" (thanks to troehr at php dot net)
* Fixed Bug #8776 "Fatal error: Call to undefined function: imageantialias()"
* Fixed Bug #9070 "factory method causes PHP error if no GD" (thanks to troehr
  at php dot net)
* Fixed Bug #9176 "UTF-8 in SVGs does not work (patch included)" (thanks to
  troehr at php dot net)
* Fixed Bug #10236 "Pie Chart Shading Error when datapoint has 0 value" (thanks
  to peter_wake at hotmail dot com)
* Fixed Request #11402 "Implement Image_Canvas_SVG::getData()" (thanks to
  troehr at php dot net)

0.3.0

* Added clipping (GD uses Image_Canvas method involving ImageCopy(), until
  native support is available throught existing GD functions gdImageSetClip())
* Fixed the way SVG rotates text to now use transform
* Added public reset() method to Image_Canvas
* Fixed Bug #6406 "method _mapFont missing"
* Fixed Request #6632 "Style element assigned with = instead of :"
* Fixed Bug #6769 "ImageMap.php does not check for boolean false with strpos"
2010-02-06 15:49:18 +00:00
taca
79542ca8b4 Update pear-DB package from 1.7.6 to 1.7.13
Since changes are too huge to show here, please refer:
http://pear.php.net/package/DB/download/All

One note from 1.7.8's changes:

This release of DB fixes numerous bugs compared to 1.7.7. Users of previous
versions are encouraged to upgrade in due course.

Users of the pgsql driver should note that this release fixes a security issue
reported by Yasuo Ohgaki; the security issue is described in more detail by
CVE-2006-2313 and CVE-2006-2314. PostgreSQL users should upgrade to both DB
1.7.8 AND at least PostgreSQL 7.3.15, 7.4.13, 8.0.8, 8.1.4 or 8.2.0 as soon as
possible if they are using SJIS, BIG5, GBK, GB18030 or UHC as a client
encoding.

longlong
2010-02-06 15:48:16 +00:00
taca
db59d4c86b Note update of www/typolight28-translations package to 20100205. 2010-02-06 15:22:42 +00:00
taca
950bf52306 Update typolight28-translations package to 20100205.
Update Czech, Latvian, Russian, Swedish and Chinese translation files.
2010-02-06 15:21:26 +00:00
taca
c37f4ddb1d Note update of www/typolight27-translations package to 20100131. 2010-02-06 15:19:25 +00:00
taca
24c89f8b91 OUpdate typolight27-translations package to 20100131.
Update Czech and Chinese translation files.
2010-02-06 15:18:02 +00:00