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)