Apparently the whole tarball was re-rolled to add a check for Solaris 11 and above.
webmin-1.480/web-lib-funcs.pl:
< $gconfig{'os_type'} eq 'solaris' ||
---
> $gconfig{'os_type'} eq 'solaris' &&
> $gconfig{'os_version'} >= 11 ||
PR: ports/135635
Submitted by: Jim <jwagner at graffadmin.com>
Webform are questionnaires, contact or request/register forms, surveys,
polls or a front end to issues tracking systems.
Submissions from a webform are saved in a database table and can optionally
be mailed to a nominated e-mail address upon submission. Past submissions
are viewable for users with the correct permissions.
Webform includes some simple statistical tools to help in form design and
evaluation and also allows the whole table to be downloaded as a csv file
for detailed statistical analysis.
WWW: http://drupal.org/project/webform
PR: ports/135231
Submitted by: Nick Hilliard <nick at foobar.org>
various kinds of content (nodes, categories, users) without requiring the
user to manually specify the path alias.
WWW: http://drupal.org/project/pathauto
PR: ports/135228
Submitted by: Nick Hilliard <nick at foobar.org>
(Search Engine Optimization) actions that you should take to maximize the
presence of your Drupal website in the major search engines like Google,
Yahoo, Live, etc. It provides a checklist that helps you keep track of what
needs to be done. First, it will look to see what modules you already have
installed. Then, all you have to do is go down the list of unchecked items
and do them.
WWW: http://drupal.org/project/seo_checklist
PR: ports/135229
Submitted by: Nick Hilliard <nick at foobar.org>
editing content in the Drupal CMS. It simplifies installation of editors
and allows you to define which editor to use depending on the input format.
This module replaces all existing editor integration modules and no other
Drupal module is required.
It is capable of supporting any kind of client-side editor as long as there
are support files for it that integrate the external library with Wysiwyg
API. A client-side editor can be a regular HTML-based editor, a
"pseudo-editor" (that just provides buttons to insert HTML markup into a
plain textarea), or even a Flash-based editor. Support for various editor
libraries is built-in.
The Wysiwyg API also allows Drupal modules to register plugins (or
"buttons") for editors.
WWW: http://drupal.org/project/wysiwyg
PR: ports/135230
Submitted by: Nick Hilliard <nick at foobar.org>
It allows editors specify patterns for how the title should be structured,
and on content creation pages, gives you the chance to specify the page
title rather than defaulting to the content's title.
WWW: http://drupal.org/project/page_title
PR: ports/135227
Submitted by: Nick Hilliard <nick at foobar.org>