textproc/ruby-xmlparser-0.6.8
devel/ruby16-racc-1.4.3
www/ruby16-borges-0.2.0
And update of these pacakges:
net/ruby-drb to 2.0.4
net/ruby-icmp to 0.2.2
net/ruby-xmlrpc4r to 1.7.16
textproc/ruby-erb to 2.0.4
textproc/ruby-rexml to 3.1.2
textproc/ruby-rttool to 0.1.8
www/ruby-borges to 1.1.0
www/ruby-fcgi to 0.8.5
www/ruby-webunit to 20040429++
x11/ruby-fox to 1.0.29
Notable changes include splitting PlotBand and IconPlot to separate
files (requires update of all scripts using these objects), additional
error checking, and many bug fixes. Full list available at
http://www.aditus.nu/jpgraph/Changelog
Reorganize package to use bsd.pkg.install.mk and CONF_FILES,
modelled similar to phpmyadmin package.
SSL/TLS, X509, RSA, Hasing (SHA1, MD5), Ciphers (Blowfish, 3DES, AES).
Uses QT conventions and plugin mechanism, and provides the crypto
services for applications such as PSI (Jabber client).
converters/ruby16-iconv-0.5
databases/ruby-dbm-1.8.1
devel/ruby-curses-1.8.1
devel/ruby16-curses-1.6.8
lang/ruby18-1.8.1
lang/ruby16-1.6.8
security/ruby-openssl-0.1.4a
x11/ruby16-tcltk-1.6.8
x11/ruby16-tk-1.6.8
Note update of these packages:
convertersruby-iconv to 1.8.1
devel/ruby-mode to 1.8.1
lang/ruby to 1.8.1
databases/ruby-gdbm to 1.8.1
devel/ruby-readline to 1.8.1
security/ruby-digest to 1.8.1
security/ruby-openssl to 1.0.0
x11/ruby-tcltk to 1.8.1
x11/ruby-tk to 1.8.1
Also correct entry of p5-Math-FFT-0.25 and pear-Net_SMTP-1.2.6.
Changes since 1.2 include many bugfixes and possibility to add misc. socket
options. Full list http://pear.php.net/package/HTTP_Request/download/.
Package requires Net_Socket>=1.0.2 and Net_URL>=1.0.12.
Changes 1.4.1 to 1.4.3:
* Fix#1250 Wrond name for Bangladesh TZ
* Fix#1390, add XML Schema datetime support
* TimeZone default bad global usage only _DATE_TIMEZONE_DEFAULT is used now
* Fix#683, add optional length argumet to getDayName()
* Fix PHP5 problems with get_class functions
* Fix#674 endOfWeek() beginOfWeek()
* Fix#727, weeksInMonth (wrong result with some dates)
* Fix#674 (and old system #22549), check arguments in Date_Span
Changes in 1.4:
- improvements in input date parsing
- add Date methods addSpan() and subtractSpan()
- added two more ISO8601 date/time output formats DATE_FORMAT_ISO_BASIC
and DATE_FORMAT_ISO_EXTENDED
- improve Date_Calc isLeapYear() and daysInMonth() for year 1582
- add gregorianToISO() method to Date_Calc
- add dateSeason() method to Date_Calc
- add Date_Span class
- bugfix in Date_Calc when century ends in 00, only define
DATE_CALC_BEGIN_WEEKDAY if not already defined
- bugfix in beginOfNextWeek(), beginOfPreviousWeek()
- bugfix in nextDayOfWeek and prevDayOfWeek (thx to koan at gmx dot at)
- bugfix for bug 62: getDate(DATE_FORMAT_UNIXTIME) off because of DST
- bugfix for bug 65: format(e) returns zero-padded day
- bugfix for bug 195: Suppress a notice in setDate()
- bugfix for bug 271: Date_Calc weeksInMonth() returns wrong number
- fix abstraction bug, Date constructor accepts now object that extends Date
- add tests to release package
- Fix notices and mins calc in to toUTCbyOffset()