method to display Cisco IP Phone objects and gather input from a Cisco
7940 or 7960 IP Phone. This module supports all known Cisco XML objects
for 7940 and 7960 phones. Knowledge of Cisco XML syntax is not a
requirement.
This Perl module gives the ability to use simple PERL objects to display XML
on the IP Phone unlike to Cisco Software Development Kit (SDK) which uses
Microsoft IIS Server, ASP's, JSP's, Javascript, COM Objects, and requires
knowledge of XML syntax.
PR: ports/114968
Submitted by: Simun Mikecin < numisemis at yahoo dot com >
* Speed - it is a C extension and therefore many times faster than the standard
Ruby profiler.
* Flat Profiles - similar to the reports generated by the standard Ruby profiler
* Graph profiles - similar to GProf, these show how long a method runs, which
methods call it and which methods it calls.
* Threads - supports profiling multiple threads simultaneously
* Recursive calls - supports profiling recursive method calls
* Reports - can generate both text and cross-referenced html reports
* Output - can output to standard out or to a file
WWW: http://rubyforge.org/projects/ruby-prof/
PR: ports/114957
Submitted by: Robert Gogolok <gogo at cs.uni-sb.de>
Changes (as taken from
16461.82.215.41.237.1185016981.squirrel@webmail.xs4all.nl):
1) On FreeBSD there was a rather embarrassing bug when sendfile was used,
which manifests itself in bogus 'premature end of file' messages in the
error log. This should now be fixed.
2) There were some stupid mistakes in the way in which Content-Length, and
Range headers were computed and/or parsed. This had to do with the fact
that size_t is 32 bit on most 32-bit platforms, but file sizes can be
much bigger.
3) Mathopd would refuse to open files larger than 2 GB on Solaris or Linux.
This should now be fixed, provided you follow the instructions in the
Makefile.
4) The SanitizePath feature (the one that substitutes // for /, etc. in
request URIs) has been retrofitted into 1.5.
5) Some cosmetic changes were made to the Makefile in 1.6. These were
merged also.
- Use DATADIR
- Make runtime dependency optional (default on)
- Pass maintainership to submitter
PR: ports/114339
Submitted by: Max Brazhnikov <makc at issp.ac.ru>
- Bump PORTREVISION
Note that I changed few places of the patch to match Porter's Handbook.
PR: ports/114952
Submitted by: Chris Cowart <ccowart at rescomp.berkeley.edu>
Fixes a lot of runtime problems for a lot of people
PR: ports/114876, ports/114924
Submitted by: Henrik Brix Andersen <henrik@brixandersen.dk>
Reported by: Craig Boston <craig@yekse.gank.org>,
Antoine Vu-Ngoc <antoine@cleopatre.homeip.net> and many more
a native extension with a new hook Ruby C API.
WWW: http://rubyforge.org/projects/ruby-debug
PR: ports/114954
Submitted by: Robert Gogolok <gogo at cs.uni-sb.de>