- Add support for GraphicsMagick in place of ImageMagick.
- Bump portrevision.
PR: ports/114234
Submitted by: Alex Varju <freebsd-ports@varju.ca> (maintainer)
"find ... -print/xargs -n1 ...", so use that here to fix file
and directory permissions after installation.
PR: 114445
Submitted by: Greg Larkin <glarkin@sourcehosting.net> (maintainer)
<ChangeLog>
*) Bugfix: if remote SSI subrequest was used, then posterior
local file subrequest might transferred to client in wrong
order.
*) Bugfix: large SSI inclusions buffered in temporary files
were truncated.
</ChangeLog>
server, intended as an alternative to larger, more complex web servers for
websites where the server requirements are simple. Drood supports
name-based virtual hosting.
WWW: http://www.mammothcheese.ca/munger.html
--
James Bailie <jimmy@mammothcheese.ca>
http://www.mammothcheese.ca
PR: ports/114395
Submitted by: James Bailie <jimmy at mammothcheese.ca>
sites. It provides content translation facilities for nodes and taxonomy,
interface translation for anonymous users when used with the locale module,
and browser language detection. It also includes a block for language
selection and manages translation relationships for nodes and taxonomy
terms.
WWW: http://drupal.org/project/i18n
PR: ports/113728
Submitted by: Nick Hilliard <nick@foobar.org>
Repocopied by: marcus
- Update various language packs to the latest versions
- Change default install directory from www/data/gallery to www/gallery
- Use WWWDIR
PR: ports/111568
Submitted by: Alex Varju <freebsd-ports AT varju.ca> (maintainer)
included, instead of one possibly installed by other software such as
gd.
Remove "non-functional comments".
Check WITHOUT_IPV6 in addition to NO_INET6.
Suggested by: timur
Move net/rrdtool to databases/rrdtool.
It's an itch which needs to be scratched: net/rrdtool came from
net/mrtg, which was a good location for it. net/mrtg has later
been moved to net-mgmt/mrtg. net/rrdtool is "Round Robin Database
Tools", therefor it's better if it moves to databases/rrdtool.
Same with net/rrdtool10.
PR: ports/112942
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Use iconv, gettext (unless WITHOUT_NLS is set). Check the NO_INET6
knob (whether IPV6 is compiled into libc et al) and disable ipv6,
if set.
Make the lynx' release number (last digit) part of the PORTVERSION.
Approved by: maintainer (without personal test)
----- The following addresses had permanent fatal errors -----
<calle.madestrand@norrgarden.se>
(reason: 550 <calle.madestrand@norrgarden.se>, Recipient unknown)
This is due to our version bump on threading libraries.
PR: ports/114149
Submitted by: Ulrich Spoerlein <uspoerlein at gmail.com>
Approved by: Arjan van Leeuwen <freebsd-maintainer at opera.com> (maintainer)
- Respect CC a bit further
- Fix install when PREFIX != LOCALBASE
- Better PORTDOCS handling
- Utilize DATADIR macro in pkg-plist
- Pet portlint(1)
- Clean up Makefile and pkg-desrc
Reported by: pointyhat (logs) [1]
- The changes in this release are as follows:
This release adds rendering plugins, OpenSearch, a spam revert
manager, and support for managers (semi-admins). Several smaller and
bigger bugs were fixed, and many other improvements made.
Approved by: rafan (mentor)
Stylish is an extension that allows easy management of user styles.
User styles empower your browsing experience by letting you fix ugly
sites, customize the look of your browser or mail client, or just have
fun. With an online repository at userstyles.org, you don't even need
to know how to write styles yourself; just a couple clicks and the
chosen style is applied. Stylish is to CSS what Greasemonkey is to
JavaScript, and unlike other methods of using user styles, most styles
take effect immediately.
WWW: http://userstyles.org/stylish/
programmatic website development in Python easy. Several key points:
* A framework to make writing web applications in Python easy
* Inspired by Rails and TurboGears
* Utilizes a minimalist, component-based philosophy that makes it easy
to expand on
* Harness existing knowledge about Python
Pylons makes it easy to expand on your knowledge of Python to master
Pylons for web development. Using a MVC style dispath, Python
knowledge is used at various levels:
* The Controller is just a basic Python class, called for each
request. Customizing the response is as easy as overriding __call__
to make your webapp work how you want.
* Myghty templating compiles directly to Python byte-code for speed
and utilizes Python for template control rather than creating its
own template syntax for "for, while, etc"
WWW: http://www.pylonshq.com/
PR: ports/113970
Submitted by: Denis Shaposhnikov <dsh at vlink.ru>
within web applications.
These functions are intended to ease web development with template
languages by removing common view logic and encapsulating it in
re-usable modules as well as occasionally providing objects for use
within controllers to assist with common web development paradigms.
WWW: http://pylonshq.com/WebHelpers/
PR: ports/113969
Submitted by: Denis Shaposhnikov <dsh at vlink.ru>
Changelog:
- Update to CVS as of 2007-06-23, i.e. include all applicable PatchSets up
to PatchSet 10865.
- Due to popular demand introduce squid_pidfile as rc(8) tunable; it
defaults to ${PREFIX}/squid/logs/squid.pid. Document the need to tweak
this variable in squid.conf.default if the administrator chooses to change
this default in Squid's configuration.
- install a new basic auth helper "DB" that is used to get user/password
information via a SQL database accessible with Perl's DBI; install the
example SQL script to create such a database in ${EXAMPLESDIR}
- Apply some cleanups in Makefile:
* prefer PatchSet over ChangeSet consistently
* improve handling of debugging options
* note that Squid-3's kqueue(2) is still considered experimental by the
Squid developers (but keep it enabled by default)
PR: 113997
Submitted by: Thomas-Martin Seck <tmseck@netcologne.de> (maintainer)
each form. When the form is submitted, the value of the canary is com-
pared against one saved in the session at page generation time. If the
canary that's sent doesn't match the one in the session (or there is no
canary at all), the request is halted.
There is no way to get params into your application without a correct
canary. This is good for preventing "cross-site request attacks".
This module is compatible with FormBuilder. Just drop it into your use
line and have secure submit-once-only forms. Yay.
Inspired by:
http://www.25hoursaday.com/weblog/2007/06/05/WhatRubyOnRailsCanLearnFromASPNET.a
spx
- Move content of pkg-plist to PLIST_FILES
- Add a rc_ng start script
- Pass maintainership to submitter
PR: 113784
Submitted by: Lars Engels <lars.engels@0x20.net>
Fix rc script functionality for extra configtest_cmd command. (*)
<ChangeLog>
*) Bugfix: in SSI parsing.
*) Bugfix: if remote SSI subrequest was used, then posterior local file
subrequest might transferred to client in wrong order.
*) Bugfix: large SSI inclusions buffered in temporary files were
truncated.
*) Bugfix: the perl $$ variable value in ngx_http_perl_module was equal
to the master process identification number.
</ChangeLog>
Spotted by: Andrey Y. Ostanovsky <andrey at ostanovsky dot spb dot ru> (*)
1) devel/ncurses is installed, and 2) use OpenSSL from ports.
In that case, lynx picks up ncurses/ncurses.h which is from ports
and somehow it does not include term.h
PR: ports/113515
Reported by: Ighighi <ighighi at gmail.com>
Approved by: Jason Harris <jharris at widomaker.com> (maintainer)
Resolve conflict with stable version.
<ChangeLog>
*) Feature: the "server_name", "map", and "valid_referers"
directives supports the "www.example.*" wildcards.
</ChangeLog>
Changelog:
The configuration option sort-attributes has been added.
Additionally, the option show-body-only has been extended to
accept "auto".
- Replace the old conflict check by the CONFLICTS line.
CustomizeGoogle is a Firefox extension that enhances Google search
results by adding extra information (like links to Yahoo, Ask.com,
MSN etc) and removing unwanted information (like ads and spam).
* Use Google Suggest (suggest words while you're typing)
* Add links to competitors
* Removes image copying restrictions in Google Book Search
* Secure Gmail and Google Calendar, switch to https
* Block Google Analytics cookies
* Hide the Gmail spam counter
* Make URL previews on sponsored links visible
* Add favicons in the web search result
* Remove ads
* Anonymize your Google userid
* Add a result counter in search result
* Filter spammy websites from search results
* Add links to WayBack Machine (webpage history)
* Remove click tracking
* Add links from Google to your bookmark manager
* Use a fixed font for Gmail mail bodies
* Stream Google search result pages
* Sticky Google Preferences
WWW: http://www.customizegoogle.com/