Changelog:
o) The SSL validation fix from 2.2.1 is now completely
fixed. (Part of the fix didn't actually make it into 2.2.1)
o) HTTPS certificate validation now works when using an HTTP proxy.
o) HTTP proxy code deals better with proxies that try to make
the user do HTML-form-based authentication.
o) 64-bit fixes for NTLM auth code.
version of make+ (particularly when LOCALBASE != /usr/local)
- Update MASTER_SITES to reflect a reorganization of the author's web site
- Bump PORTREVISION
version of make+ (particularly when LOCALBASE != /usr/local)
- Update MASTER_SITES to reflect a reorganization of the author's web site
- Update distinfo: .tar.gz on the MASTER_SITE is uncompress despite
the file name suffix; no changes detected by diff -ruN
- Bump PORTREVISION
The PEAR::HTML_Page2 package provides a simple interface for generating an
XHTML compliant page:
* supports virtually all HTML doctypes, from HTML 2.0 through XHTML 1.1 and
XHTML Basic 1.0 plus preliminary support for XHTML 2.0
* namespace support
* global language declaration for the document
* line ending styles
* full META tag support
* support for stylesheet declaration in the head section
* support for script declaration in the head section
* support for linked stylesheets and scripts
* full support for header link tags
* body can be a string, object with toHtml or toString methods or an array
(can be combined)
Ideas for use:
* Use to validate the output of a class for XHTML compliance
* Quick prototyping using PEAR packages is now a breeze.
PR: ports/76532
Submitted by: Antonio Carlos Venancio Junior <antonio@php.net>
This program reformat and beautify PHP source code files
automatically.
The program is Open Source and distributed under the terms
of PHP Licence. It is written in PHP 5 and has a command
line tool.
PR: ports/76196
Submitted by: Antônio Carlos Venâncio Júnior <antonio@php.net>
This package offers a toolkit to render out a datagrid in
HTML format as well as many other formats such as an XML
Document, an Excel Spreadsheet, an XUL Document and more.
It also offers paging and sorting functionality to limit
the data that is presented and processed. This concept is
based on the .NET Framework DataGrid control and works very
well with database and XML result sets.
PR: ports/76165
Submitted by: Nick Hilliard <nick@foobar.org>
- from Changes
- WARNING: Deprecated the use of the group accessor in list context
when used to retrieve keys: see 'WARNING' POD section
- Added 'default' option to the Class::constr pragma plus tests
- Fixed the possibilty of setting twice the same property when copy => 1
- Minor changes in the constructor closure
- Added possibility to get a slice of values from groups accessors
- A few minor improvement and fixes in the groups closure (all the props exist,
the groups accessor uses always the props accessor if defined, etc)
- Added $_ aliasing for the post_process option
- A few minor POD changes and fixes
I'm dropping the maintainership of devel/desktop-file-utils,
which should probably go to gnome@FreeBSD.org.
PR: ports/76439
Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
- reset MAINTAINER to perl@ since the domain shellhung.org no longer exists,
and I can't contact the maintainer via other emails.
PR: 75936
Submitted by: skv
JSAP parses your command line and instantiates objects of types you specify
based upon that command line. If you configure JSAP to expect an Integer on the
command line, and the user does not provide a String that can be converted to
an Integer, JSAP will alert your program to the fact that there was a problem
with the command line. If JSAP indicates that your command line was
successfully parsed, you are guaranteed an Integer when you request that
parameter's value from your program. There's a pretty big (and growing) list of
return types supported by JSAP.
WWW: http://http://www.martiansoftware.com/jsap/index.html
cgprof helps to have a better understanding of program structure and execution.
It makes hot spots identification visual and intuitive. It is a shell script
using gnu awk, that should run on any Unix like system.
PR: ports/75173
Submitted by: Adam McLaurin <adam.freebsd@fastmail.fm>
- Update to 0.51
from changes:
* scandeps.pl is now usable without CPANPLUS.pm installed.
Reported by: Rafael Garcia-Suarez
PR: 76034
Submitted by: maintainer