summaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)AuthorFilesLines
2009-12-02Update to 3.20091202. From the changelog:schmonz5-8/+27
* meta: Generate meta description tags even when the html scrubber is enabled. * meta: Allow use of DESCRIPTION in templates to get at the meta description value. (Thanks, NicolasLimare) * inline: Use caching of inlined pages to speed up builds of inlines that include feeds. Speedup of about 25% for small inlines; could be much larger for inlines of many, or complex pages. * Added (incomplete) Turkish po file. Closes: #556744 Thanks, Recai Oktas * date: New plugin that allows inserting date directives that expand to pretty-printed dates, using the same formatting as used for page modification date display, etc. * htmllink: Allow a title attribute to be specified. * calendar: Add title attributes for all links in the calendars. * calendar: Fix month wraparound error that broke in December. pkgsrc changes: * In the automated setup, recognize CVS as a VCS (found by agc@). * In MESSAGE, link to <URL:http://ikiwiki.info/setup/> (ditto).
2009-12-02Add and enable typolight28, typolight28-example and typolight28-translations.taca1-1/+4
2009-12-02Importing typolight28-translation, language files for TYPOlight 2.8.RC1.taca32-0/+2595
Currently, there is no language files ready for 2.8.RC1. Because of changes in 2.8.RC1, typolight27-translations can't used with typolight28.
2009-12-02Importing typolight28-example, sample website for TYPOlight 2.8.RC1.taca5-0/+62
Release announce: http://www.typolight.org/news/items/typolight-2_8_RC1.html Changelog: http://www.typolight.org/changelog.html Ticket System: http://dev.typolight.org/versions/show/9
2009-12-02Importing typolight28, TYPOlight 2.8.RC1.taca8-0/+2036
Here is some of new features and changes. * Improved publishing * Improved page and article handling * Automatic article * Improved file handling * Improved "edit multiple" options * Handling MooTools scripts * Adding videos and external content * Enhanced image options * Overriding image dimensions * Improved user management * Improved news lists * Event list pagination * Improved newsletter handling * Improved comments handling * Relocated extensions For more detail, please refer these pages. Release announce: http://www.typolight.org/news/items/typolight-2_8_RC1.html Changelog: http://www.typolight.org/changelog.html Ticket System: http://dev.typolight.org/versions/show/9
2009-12-02Update www/typo3 package to 4.3.0. Changes are too huge to write here.taca4-66/+1481
Please refer the release note: https://typo3.org/download/release-notes/typo3-43/
2009-12-02Updated ruby-mechanize to 0.9.3.fhajny4-70/+112
Deprecations: * WWW::Mechanize::List is gone! * Use Nokogiri as the default HTML parser (you may switch to Hpricot by using WWW::Mechanize.html_parser = Hpricot) See full list of changes since 0.7.5: http://mechanize.rubyforge.org/mechanize/CHANGELOG_rdoc.html
2009-12-02Update ruby-rack to 1.0.1.fhajny3-7/+8
Changes since 1.0.0: * Bump remainder of rack.versions. * Support the pure Ruby FCGI implementation. * Fix for form names containing "=": split first then unescape components * Fixes the handling of the filename parameter with semicolons in names. * Add anchor to nested params parsing regexp to prevent stack overflows * Use more compatible gzip write api instead of "<<". * Make sure that Reloader doesn't break when executed via ruby -e * Make sure WEBrick respects the :Host option * Many Ruby 1.9 fixes.
2009-12-02Added ruby-patron and ruby-amqpfhajny1-1/+2
2009-12-02Import ruby18-patron-0.4.4 as www/ruby-patron.fhajny4-0/+48
Patron is a Ruby HTTP client library based on libcurl. It does not try to expose the full "power" (read complexity) of libcurl but instead tries to provide a sane API while taking advantage of libcurl under the hood.
2009-12-01Update rails packages to 2.3.5. This fixes a cross-site scriptingminskim7-26/+35
vulnerability in ruby-actionpack. Major changes: - Improved compatibility with Ruby 1.9 - RailsXss plugin availability - Fixes for the Nokogiri backend for XmlMini
2009-11-30Do not depend on the *-config unwrap phase to not leak the .buildlinkjoerg1-2/+5
path.
2009-11-30Update www/geeklog package to 1.6.1.taca9-103/+22
Geeklog 1.6.1 New Features and Improvements * Geeklog now lets you enter meta descriptions and meta keywords for the main page, for stories, topics, static pages, and polls. Please note that these meta tags may not be used by some search engines. * You can now have one featured story per topic (for stories set to "Show only in Topic"). * New autotags now allow you to embed polls in stories and everywhere else where autotags are allowed. * The Migrate option in the install script can now also be applied to an existing database (i.e. you don't need to import a database dump to update your URLs and paths). * The Database Backup admin panel now includes options to optimize the database and convert tables to InnoDB (MySQL only). * Improved timezone support and let users actually set their own timezone. * Minor security enhancements: + "Important" cookies (like the session cookies) are now created with the HttpOnly flag set. This will help avoid some XSS attacks, provided your browser supports this flag. + Template errors will now trigger the standard error handler instead of exposing the template path. + Fixed inclusion protection for some of the Spam-X class files. Please also see the list of theme changes. Bugfixes * Fixed automatic closing of stories for comments after a certain amount of days. If you need to re-open comments on stories that were closed due to this bug, you can use this SQL request: UPDATE gl_stories SET commentcode = 0, comment_expire = 0 WHERE commentcode = 1; * The comment speed limit was being ignored. * Fixed a bug in the Group Editor that didn't let you add groups to other groups (this problem was only introduced in Geeklog 1.6.0). * The admin group for the Static Pages plugin was created with a wrong name in Geeklog 1.6.0 (fresh installs only). * Several tweaks and minor fixes (e.g. compatibility with PHP 4) in the search.
2009-11-30Only allow destdir as the do-install rules depend on chown.joerg1-2/+2
XXX Someone with tomcat knowledge should review that those files are even XXX static and whether it should the config file framework instead.
2009-11-30Fix broken LP64 build.dholland2-1/+17
2009-11-29o Update "used by" comments.taca1-3/+5
2009-11-29o MAKE WWW_FILE settable, making default to TYPOlight 2.8.taca1-2/+5
2009-11-29o DEINSTALL: remove .htacces under plugins/tcpdf/cache.taca4-23/+30
o make plugins/tcpdf/cache writable to web server. Bump PKGREVISION.
2009-11-29o Explict set WWW_FILE in Makefile.taca4-14/+16
o Sort PLIST. No functional change.
2009-11-29Update to 20091127; update Danish and Swedish language files.taca3-12/+12
2009-11-29fix linttnn1-7/+8
2009-11-29remove unused varstnn1-6/+2
2009-11-29fix path to install templatetnn1-2/+2
2009-11-29Update to seamonkey-2.0, from pkgsrc-wip. Hijack maintainership.tnn72-6175/+531
Many, many changes; the biggest being that it's based on firefox 3.5. For an exhaustive list of changes, see: http://www.seamonkey-project.org/releases/seamonkey2.0/changes
2009-11-28add legacy- prefix to files not needed by the upcoming seamonkey-2.0 update,tnn3-0/+309
but that are still referenced by mail/thunderbird2 and time/sunbird.
2009-11-28seamonkey-2.0 doesn't support gtk1, so remove www/seamonkey-gtk1tnn5-3046/+1
2009-11-27bump the minimum required GTK+ to 2.18.3nb1tnn1-1/+2
2009-11-27Call the real shlibtool, not some non-existing copy. Bump revision.joerg3-7/+16
2009-11-26Update to 2.2.6:wiz4-17/+40
Fri Nov 20 03:34:19 GMT 2009 - surfraw 2.2.6 * New elvi: + by Sumant Oemrawsingh: * cliki - search the common lisp wiki. * l1sp - search lisp documentation. * mathworld - search Wolfram MathWorld. * mininova - search mininova for torrents. * youtube - search youtube for videos. + by fittabile@lifegate.it: * acronym - find acronyms * gcache - search google cache. + by Nick White: * genbugs - search gentoo bug tracker + by Ian Beckwith: * debpkghome - view home page of a debian package. * debvcsbrowse - browse vcs of a debian package * rpmsearch - search for packages in rpm-based distros. * finkpkg - search Fink packages. * macports - search macports packages. * Move config files to follow XDG basedir spec This means that if your global config was in /etc/surfraw.conf it is now in /etc/xdg/surfraw/conf, and local config is now in $HOME/.config/surfraw/conf. The same applies to bookmarks. See README for details on configuring config locations, and http://standards.freedesktop.org/basedir-spec/basedir-spec-0.6.html for the gory details. The old locations are still supported for backwards-compatibility. * Support per-user elvi in $HOME/.config/surfraw/elvi/ Patch by James Rowe, idea by Sumant Oemrawsingh. * Added -o | -o=FILE option, to fetch URL and dump to stdout or FILE. * Modified elvi: + freebsd: new options -psearch=TYPE -psection=SEC to conduct a search of type TYPE in section SEC of ports. + netbsd: new option -ps to search ports + openbsd: new option -ps to search ports + debsec: fixed (Thanks to Moritz Muehlenhoff, for this and all his other work). + cia: fixed. * Added examples/uzbl_load_url_from_surfraw, to integrate surfraw with uzbl (uzbl.org), thanks to Sumant Oemrawsingh.
2009-11-24Update typolight27-translations package to 20091124.taca4-11/+14
* Update Danish translation files.
2009-11-24* Use SEPARATED_MODULES as separated modules which should be removetaca2-5/+8
translation files before install. * Fix PLIST.uk. Bump PKGREVISION.
2009-11-23Only for Apache 2+joerg1-1/+3
2009-11-23Comment out GNU sedism used to generate RPM spec file (noticed byschmonz4-8/+17
spz), and un-modify SUBST targets mistakenly committed in previous. Should fix build where GNU sed wasn't available, and otherwise result in no change to the binary package.
2009-11-22Move LICENSE from typolight/Makefile.common to each Makefiles fortaca7-9/+15
license change of forthcoming TYPOlihght 2.8(.RC1).
2009-11-22Update typolight27-translations package to 20091116.taca6-20/+44
Icelandic, Norwegian and Ukrainian language files are updated.
2009-11-21Updating www/p5-LWP-Authen-Negotiate from 0.06nb2 to 0.08sno2-8/+8
pkgsrc changes: - Adding license definition - MIME::Base is included in perl core in high enough version Upstream changes: 0.08 Do 29. Okt 22:09:12 CET 2009 - added LWP::Debug to dependencies... 0.07 Di 27. Okt 20:51:50 CET 2009 - fixed <https://rt.cpan.org/Public/Bug/Display.html?id=50881> Thanks to Adam Sjogren.
2009-11-21Updating www/p5-Test-HTTP-Server-Simple from 0.10 to 0.11sno2-8/+8
pkgsrc changes: - adjusting license definition - adjusting dependency to Test::More (0.72 is in core, 0.62 is required) Upstream changes: 0.11 Tue Nov 10 14:14:17 EST 2009 No code changes; add Win32::Event dep for windows platforms
2009-11-21Updating www/p5-HTTP-Server-Simple-Mason from 0.12 to 0.13sno2-6/+6
Upstream changes: 0.13 Fri Oct 9 15:01:07 EDT 2009 * Better cleanup temp files after tests * No longer add a double / in the path when testing for index.html * Better support for sending custom HTTP statuses in $m->abort
2009-11-21Updating www/p5-HTTP-Server-Simple from 0.40 to 0.41sno2-6/+6
Upstream changes: 0.41 Tue Sep 29 23:05:04 JST 2009 * HTTP header concatenation fixes from miyagawa
2009-11-21Updating www/p5-HTTP-Lite from 2.1.6nb1 to 2.2sno3-25/+7
pkgsrc changes: - Added license definition - Removed test patch (test runs fine without) Upstream changes: 2.2 Thu 1 Oct 2009 - Moved Lite.pm into lib directory - Reversed the Changes file order to reverse chronological - Moved to Makefile.PL to Module::Install to autodetect more things - Add no_index entries for the test data - Remove reliable on (partially) dead website for testing - Now this module is mature and unlikely to change much, move to a more stable and less complicated versioning scheme that suffers less complications in the Perl toolchain. Also, dotted integers without the use of something like version.pm isn't strictly allowed.
2009-11-21Updating www/p5-CatalystX-Component-Traits from 0.10nb1 to 0.14sno2-8/+7
pkgsrc changes: - Removing Moose::Autobox dependency (is not required) - Adding dependency to Test::More 0.88 Upstream changes: 0.14 2009-11-08 05:43:37 - minor code cleanup 0.13 2009-11-07 21:14:11 - Fix merging singular traits rather than lists of traits. 0.12 2009-10-30 16:47:15 - add support for root-level components 0.11 2009-10-30 14:25:56 - fix bug with apps named CatalystX::<something>
2009-11-21Updating www/p5-Catalyst-Plugin-Session from 0.27 to 0.29sno2-6/+6
Upstream changes: 0.29 2009-11-04 - Fix session being deleted when you have a new session after session expiry when calling session_is_valid method. Tests for this. - Allow ->session to be used as a setter method so that you can say ->session( key => $value ); 0.28 2009-10-29 - Fix session fixation test with LWP 5.833 by calling $cookie_jar->set_cookie rather than manually stuffing the cookie in the request.
2009-11-21Updating www/p5-Catalyst-Plugin-Authorization-Roles from 0.07nb2 to 0.08sno2-8/+9
pkgsrc changes: - add license definition (perl license) - move dependecy to Test::Exception to BUILD_DEPENDS (required for testing only) Upstream changes: 0.08 2009-11-19 - repackaged with a new version of Module::Install
2009-11-21forgot to bump LWP requirement to 5.814sno1-2/+2
2009-11-21Updating www/p5-Catalyst-Runtime from 5.80013nb1 to 5.80014sno2-8/+8
pkgsrc changes: - Adjusting dependencies Upstream changes: 5.80014 2009-11-21 02:51:14 Bug fixes: - Require MooseX::MethodAttributes 0.17. This in turn requires new MooseX::Types to stop warnings in Moose 0.91, and correctly supports role combination of roles containing attributed methods. - Catalyst::Dispatcher::dispatch_types no longer throws deprecated warnings as there is no recommended alternative. - Improved the suggested fix warning when component resolution uses regex fallback for fully qualified component names. - Catalyst::Test::local_request sets ->request on the response. - Log flush moved to the end of setup so that roles and plugins which hook setup_finalize can log things and have them appear in application startup, rather than with the first hit. - Require a newer version of LWP to avoid failing tests. - Stop warnings when actions are forwarded to during dispatch. - Remove warnings for using Catalyst::Dispatcher->dispatch_types as this is a valid method to publicly call on the dispatcher. - Args ($c->request->args) and CaptureArgs ($c->request->captrues) passed to $c->uri_for with an action object ($c->action) will now correctly round-trip when args or captures contain / as it is now correctly uri encoded to %2F. Documentation: - Document no-args call to $c->uri_for. - Document all top level application configuration parameters. - Clarify how to fix actions in your application class (which is deprecated and causes warnings). - Pod fixes for ContextClosure. - Fix documentation for go/visit to reference captures and arguments in the correct order. - Update $c->forward and $c->state documentation to address scalar context. - Pod fix in Catalyst::Request (RT#51490) - Pod fixes to refer to ::Controller:: rather than ::C:: as the latter is deprecated (RT#51489) New features: - Added disable_component_resolution_regex_fallback config option to switch off (deprecated) regex fallback for component resolution. - Added an nginx-specific behavior to the FastCGI engine to allow proper PATH_INFO and SCRIPT_NAME processing for non-root applications - Enable Catalyst::Utils::home() to find home within Dist::Zilla built distributions - Added the Catalyst::Exception::Interface role defining the interface exception classes need to implement. - Added Catalyst::Exception::Basic as a basic implementation of Catalyst::Exception::Interface and made the existing exception classes use it. Refactoring / cleanups: - Remove documentation for the case_sensitive setting - Warning is now emitted at application startup if the case_sensitive setting is turned on. This setting is not used by anyone, not believed to be useful and adds unnecessary complexity to controllers and the dispatcher. If you are using this setting and have good reasons why it should stay then you need to be shouting, now. - Writing to $c->req->body now fails as doing this never makes sense.
2009-11-21Update to 1.1.15.3. Minor bugfixes and a new translation.snj3-7/+8
2009-11-20update to 1.6.1drochner3-10/+8
changes: -minor bugfixes -Re-add grayflag.png since it is actually used -Document that WebKitGTK+ 1.1.10 built with gcc 4.4 crashes often -translation updates pkgsrc note: for me, newer webkit versions are unstable too, unless javascript is disabled
2009-11-19Update p5-Catalyst-View-TT from version 0.30nb1 to version 0.31.seb2-7/+7
Upstream changes: 0.31 2009-10-29 19:26:00 - Moved the test actions to their own controller file to silence warning about actions in the app class being deprecated.
2009-11-19Updated ramaze, added ruby-innate as depfhajny1-1/+2
2009-11-19Updated to version 2009.10fhajny3-391/+387
Too many changes, see: http://github.com/manveru/ramaze/blob/master/doc/CHANGELOG