Age | Commit message (Collapse) | Author | Files | Lines |
|
for Ruby packages. 1.0.29 is the latest 1.0 seriese release.
|
|
framework for Ruby packages.
=== 20040429+ --> 20040429++
* add <area> to SingleTags in parser.html (Thanks to Philip Plumlee)
=== 20040429 --> 20040429+
* fix bug about handling XHTML(like <hr/> tag, in SingleTags at parser.rb)
=== 20040211 --> 20040429
* fit htmlsplit to XHTML(like <p/> tag, it's temporary and defective)
=== 20030121 --> 20040211
* fix for ruby 1.8.1
|
|
And mark this package is only for ruby16, too. The same version
is bundled in ruby18.
|
|
|
|
|
|
for Ruby packages.
Changes are unknown.
|
|
the non-existence of the library -- this more accurately reflects what
we want to say.
|
|
for Ruby packages.
Changes are huge and this version is Ruby 1.8 and lator.
|
|
|
|
|
|
|
|
Ruby-xmlparse is a module to access to James Clark's XML Parser Toolkit
"expat" (http://www.jclark.com/xml/expat.html) from Ruby.
It is used by net/ruby-xmlrpc4r pakcage.
|
|
for Ruby packages.
Changes:
- Now right adjustment number with sign.
|
|
for Ruby packages.
Changes are unknown but it would be huge.
NOTE: ruby18 (Ruby 1.8.1) package bundled rexml 2.7.3.
|
|
And mark this package is only for ruby16, too.
|
|
|
|
|
|
|
|
for Ruby packages. This pacakge is only for ruby16 since Ruby
1.8.1 bundled this ectention library.
Changes are huge, please refer HOMEPAGE or ChangeLog in source
files.
|
|
|
|
Add patches for support statvfs(2) support, too.
|
|
|
|
for Ruby packages.
:1.7.16 (2003-04-08)
* doc/howto.rb: added security note (thanks to Brian Candler)
* lib/client.rb: fixed bug in Client#new3 (Richard Kilmer)
* fix 'warning' and 'NoMethodError' in parser.rb/client.rb (by MoonWolf)
:1.7.15 (2003-01-30)
* lib/httpserver.rb: fixed missing comma
:1.7.14 (2003-01-25)
* lib/parser.rb: added support for xmlscan parser (XMLScanStreamParser), thanks Takaaki Tateishi
* lib/server.rb: status_code changed from 405 to 403 (Forbidden) on invalid IP
:1.7.13 (2002-10-24)
* lib/server.rb: added methods Server#get/set_valid_ip
:1.7.12 (2002-10-23)
* lib/client.rb: bug fixed: removed http.finish if async (SUTOU Kouhei)
* lib/server.rb: added ip_auth_handler method.
* lib/httpserver.rb: call ip_auth_handler of handler object before calling request_handler
:1.7.11 (2002-06-10)
* test/: refactored test suite
* lib/parser.rb: added support for REXML parser.
* lib/parser.rb: update to work with XMLParser 0.6.2.
:1.7.10 (2002-05-01)
* fixed bug when marshalling user-defined types using a stream parser
* updated tests to work with Ruby 1.6.7 (marshalling output changed)
|
|
for Ruby packages.
Changes are unknown but it is written as pure Ruby script,
no C language extention and works with Ruby 1.8 and lator.
|
|
Add trivial Makefile fix.
|
|
Thanks to <wiz> for heads up.
|
|
|
|
|
|
|
|
|
|
support for configuration file (.scmxx/config in home directory)
add lock listing to --info
new option --lock-info to show status of locks and as switch for --info
new option --toggle-lock to toggle status of a lock
new option --dial to dial a number using remote keypad access
german translation for rpm specfile, manpage and gettext strings
russian translation: updated manpage and partially gettext
|
|
|
|
|
|
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.
|
|
|
|
|
|
Notable addition is file upload support, other changes are mostly
usability changes and bug fixes. Full list available at
http://psi.affinix.com/?page=changelog.
Internal pkgsrc organization changes:
* depends on qca-tls for SSL support, functionality confirmed working;
this fixes PR#26120, PR#25444, PR#26665
* uses prepared psi language files, no longer using lrelease (the raw
language files are not part of distribution), only use DEPMETHOD=build
for qt3-tools
|
|
(for now, until that gets replaced... X-)
|
|
|
|
|
|
|
|
|
|
Many many improvements and bug fixes since the last packaged
release. A partial list is:
atlc should no longer fail any test on a multi-processor
system configured with --with-threads. The algorithm used
for both single processor and multiple processor (i.e.
threaded code is the same).
The -t option to atlc, which sets the number of threads
when configured for multiple processors can be set to 0
to use entirely the single-threaded algorithm. If set to
one, it will use the multi-threaded algoritm, but use
only one thread. If set to some other number, it will use
that number of threads and be optimal for the same number
of cpus.
Added some support for gathering hardware data under Linux.
Removed MPI support, as its not working at all.
Changes made to the code to remove the need for a type long long,
which should make the code more portable.
Some changes have been made to the bests so that when
the benchmark runs it should not produce junk for
the hardware information on any system. Previosly
is could create a lot of junk, that was all wrong.
uname is now only called once from try_portable.c
and the splatform specific stuff computed elsewhere
atlc now runs on anything from a toy to a supercomuter! Yes, that is
right. An early version of atlc has been run on a Sony Playstation 2
games console and version 4.4.0 has been tested on the Cray Y-MP
supercomputer!! It has also been run on a very large number of other
UNIX systems, so is hopefully very portable.
An option that was previously reccommended --enable-hardware-info
has been removed. It is now enabled by default, but can be
over-ridden with --disable-hardware-info.
Added a system call to get the number of configured
processors online in Linux. This seems to be undocumented
so it not without its risks, but it seems to work okay on the
limited number of systems tested on.
Someone has done a Windoze port of atlc. Appently it took just 5
minutes, from start to finish. A single bug was found that prevented
atlc compiling, but that was fixed - it needed a left brace removed.
This had never been seen on a UNIX system, since the offending code
was between a couple of #define's.
It has been bought to my attention that bitmaps created with Photoshop
prior to version 7.01 could not be read by atlc. This was not a
fault of Photoshop, but of atlc, so that bug has been fixed.
NEWS for realease 4.6.0 Nobember 2003.
This is a very different from the last release (4.5.1) in
two very important ways.
1) The basic accuracy for single dielectrics has been improved.
Now typical errors are only around 0.1%
2) I have re-enabled the calculation of multiple dielectrics
which were disabled due to accuracy concerns. I'm still not
100% happy with the algorithms, but on tests with a dual
coaxial cable with two dielectrics shows errors of under 2%,
I hope to improve this further at a later date.
|
|
|
|
|
|
Icecast 2.1 11/04/2004
-----------------------------------------------------------------------------
****New features for 2.1 (in no particular order):****
-Listener Authentication-
Icecast now supports listener authentication. This provides a mechanism for
creating/maintaining users and passwords for listeners. Currently, we only
have implemented a simple, file-based storage for users and passwords. New
authenticators are on the horizon (such as URL-based or possibly MySQL based)
New admin pages were also added for the maintenance of users/passwords. Please
check the docs for a more detailed description of this new feature.
-Multi-Level Fallbacks-
Multi-level fallbacks allow for specifications of a series of fallback mounts
that you could use, for instance, to set up a series of progressively lower
bitrate streams that would be cascaded through. For instance, a modem user
would connect to the highest bitrate stream, and then could be cascaded
down to a progressively lower stream until they reach a value they can
handle.
-Burst-On-Connect-
This is an new, optional config setting which will send a initial burst of
data to connecting listeners. This has the effect of reducing
(significantly) the startup buffer latency from the end-user perspective.
This option is enabled by default.
****New Enhancements for 2.1****
-Update to admin interface-
This interface has been cleaned up quite a bit and made a bit nicer.
-Rewrite of the YP listing code-
The icecast yp code has received a complete overhaul by karl, and it's a much
more stable and failure-resistant implementation.
-Lots and lots of bugs fixed-
Check the ChangeLog for a complete list of these...
|
|
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).
|
|
- Change the TeXmacs-1.0.4.4 item to TeXmacs-1.0.4-R3 since the former is
the unstable release.
|
|
|
|
|