summaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)AuthorFilesLines
2008-04-06Remove some commented lines from the Makefile - no functional changeadrianp1-4/+1
2008-04-06+drupal6adrianp1-1/+2
2008-04-06Drupal 6.x branch:adrianp7-0/+825
Drupal is software that allows an individual or a community of users to easily publish, manage and organize a great variety of content on a website. Tens of thousands of people and organizations have used Drupal to set up scores of different kinds of web sites, including * community web portals and discussion sites * corporate web sites/intranet portals * personal web sites * aficionado sites * e-commerce applications * resource directories Drupal includes features to enable: * content management systems * blogs * collaborative authoring environments * forums * newsletters * picture galleries * file uploads and download
2008-04-06Add CONFLICTS for upcoming drupal 6 importadrianp1-1/+3
2008-04-04Add and enable new ruby-* packages.jlam1-1/+37
2008-04-04Install as a gem using the pkgsrc rubygem.mk framework instead ofjlam17-668/+706
directly into site_ruby.
2008-04-04Initial import of webby-0.8.2 as www/webby.jlam4-0/+183
Webby is a static website generator tool. Rake tasks are used to convert erb, textile, markdown, etc. formatted files into HTML suitable for publication to a web server.
2008-04-04Initial import of ruby18-thoth-flickr-0.1.0 as www/thoth-flickr.jlam4-0/+29
This package contains a Flickr plugin for the Thoth blog engine.
2008-04-04Initial import of ruby18-thoth-delicious-0.1.0 as www/thoth-delicious.jlam4-0/+29
This package contains a del.icio.us plugin for the Thoth blog engine.
2008-04-04Initial import of thoth-0.1.2 as www/thoth.jlam4-0/+145
Thoth is a blog engine written in Ruby and based on Ramaze and Sequel. Its simple, elegant architecture, minimalist featureset, and extensible codebase make it both fast and easy to customize.
2008-04-04Initial import of thin-0.7.1 as www/thin.jlam4-0/+196
Thin is a very simple web server written in Ruby. It's single-threaded, which means it can only serve one request at a time. This simplicity affords increased speed and decreased memory usage for singled-threaded framework like Rails.
2008-04-04Initial import of ruby18-rack-0.3.0 as www/ruby-rack.jlam4-0/+117
Rack provides a minimal, modular and adaptable interface for developing web applications in Ruby. By wrapping HTTP requests and responses in the simplest way possible, it unifies and distills the API for web servers, web frameworks, and software in between (the so-called middleware) into a single method call.
2008-04-04Initial import of ruby18-net-flickr-0.0.1 as www/ruby-net-flickr.jlam4-0/+41
Net::Flickr provides an elegant, Ruby-fied implementation of Flickr's REST API.
2008-04-04Update ruby-mechanize to version 0.7.5. Changes from version 0.6.8jlam3-36/+158
include: + Install as a Ruby gem. * Fixed a bug when fetching files and not pages. * WWW::Mechanize#get now takes hash arguments for uri parameters. * Handling gzipped responses with no Content-Length header * Fixed a bug with EOF errors in net/http. [#17570] * Handling 0 length gzipped responses. [#17471] * Changed parser to lazily parse links * Lazily parsing document * Updating UTF-8 support for urls * Adding AREA tags to the links list. * WWW::Mechanize#follow_meta_refresh will allow you to automatically follow meta refresh tags. [#10032] * Adding x-gzip to accepted content-encoding. * Added Digest Authentication support. * Many bug fixes.
2008-04-04Initial import of ruby18-jsmin-1.0.0 as www/ruby-jsmin.jlam4-0/+28
This package contains a Ruby library for "minifying" JavaScript files by removing unnecessary characters.
2008-04-04Initial import of ruby18-cssmin-1.0.0 as www/ruby-cssmin.jlam4-0/+29
This package contains a Ruby library for "minifying" CSS files by removing unnecessary characters.
2008-04-04Initial import of ramaze-0.3.9.1 as www/ramaze.jlam4-0/+722
Ramaze is a simple, light and modular open-source web-framework written in Ruby. It provides several easy to understand and fully documented abstractions useful for the daily work of a pragmatic webdeveloper.
2008-04-04Initial import of mongrel-upload-progress-0.2.2 asjlam4-0/+39
www/mongrel-upload-progress. This package is a Mongrel plugin to keep track of the status of all currently processing file uploads.
2008-04-04Initial import of mongrel-console-0.2.1 as www/mongrel-console.jlam4-0/+39
This package provides a combined Mongrel and Rails IRB console.
2008-04-04Initial import of mongrel-config-0.3.1 as www/mongrel-config.jlam4-0/+56
This package uses the Camping micro-framework to implement a simple config tool for any Mongrel Rails application.
2008-04-04Initial import of mongrel-cluster-1.0.5 as www/mongrel-cluster.jlam4-0/+50
This package is a Mongrel plugin to help start/stop/restart multiple mongrel servers to use behind a load balancer like Apache 2.2 (mod_proxy_balancer), Lighttpd, Pound, Pen or Balance. This plugin adds an option to specify a number of Mongrel servers to launch, a range of ports, and a configuration file for the cluster.
2008-04-04Update mongrel to version 1.1.4. Changes from version 1.0.1 include:jlam8-483/+191
+ Remove dependencies on cgi_multipart_eof_fix and fastthread because newer versions of Ruby required by pkgsrc don't need it. Also remove signatures from the gem as these have been modified by pkgsrc. v1.0.2. Signed gem; many minor bugfixes and patches. v1.0.3. Fix user-switching bug. v1.0.4. Backport fixes for versioning inconsistency, mongrel_rails bug, and DirHandler bug. v1.1. Pure Ruby URIClassifier. More modular architecture. JRuby support. v1.1.1. Fix mongrel_rails restart bug; fix bug with Rack status codes. v1.1.2. Fix worker termination bug; fix JRuby 1.0.3 load order issue; fix require issue on systems without Rubygems. v1.1.3. Fix security flaw of DirHandler v1.1.4. Fix camping handler. Correct treatment of @throttle parameter.
2008-04-04Initial import of merbful-authentication-0.9.2 asjlam4-0/+120
www/merbful-authentication. Merbful-authentiation is a RESTful authentication plugin for the Merb application framework.
2008-04-04Initial import of merb-test-unit-0.9.2 as www/merb-test-unit.jlam4-0/+52
This package contains a plugin for the Merb framework that provides helper functionality for using the Test::Unit testing framework.
2008-04-04Initial import of merb-stories-0.9.2 as www/merb-stories.jlam4-0/+55
This package contains a plugin for the Merb framework that provides helper functionality for using the RSpec testing framework.
2008-04-04Initial import of merb-sequel-0.9.2 as www/merb-sequel.jlam4-0/+80
This package contains a plugin for the Merb framework that provides access to the Sequel ORM.
2008-04-04Initial import of merb-parts-0.9.2 as www/merb-parts.jlam4-0/+37
This package contains a plugin for the Merb framework that provides Merb::PartController, which is a lightweight way to share logic and templates amongst controllers.
2008-04-04Initial import of merb-param-protection-0.9.2 as www/merb-param-protection.jlam5-0/+48
This package contains a plugin for the Merb framework that exposes two new controller methods which allow one to simply and flexibly filter the parameters available within the controller.
2008-04-04Initial import of merb-more-0.9.2 as www/merb-more.jlam4-0/+40
This package contains merb-more, which provides the the full set of functionally for Merb outside of the merb-core classes. Adding merb-more gives you the Full Stack -- take what you need; leave what you don't.
2008-04-04Initial import of merb-mailer-0.9.2 as www/merb-mailer.jlam4-0/+36
This package contains a plugin for the Merb framework that provides mailer functionality.
2008-04-04Initial import of merb-helpers-0.9.2 as www/merb-helpers.jlam4-0/+37
This package contains a plugin for the Merb framework that provides various view helpers, similar to the Rails form helpers.
2008-04-04Initial import of merb-has-flash-0.9.2 as www/merb-has-flash.jlam4-0/+44
Merb_has_flash is a plugin for the Merb framework that provides Rails-style flash. The ``flash'' provides a way to pass temporary objects between actions. Anything you place in the flash will be exposed to the very next action and then cleared out. This is a great way of doing notices and alerts, such as a create action that sets flash[:notice] = "Successfully created" before redirecting to a display action that can then expose the flash to its template.
2008-04-04Initial import of merb-haml-0.9.2 as www/merb-haml.jlam4-0/+35
This package contains a plugin for the Merb framework that provides support for HAML XHTML & CSS templates.
2008-04-04Initial import of merb-gen-0.9.2 as www/merb-gen.jlam4-0/+216
This package provides application and plugin generator scripts for Merb.
2008-04-04Initial import of merb-datamapper-0.9.2 as www/merb-datamapper.jlam4-0/+73
This package contains a plugin for the Merb framework that provides access to the Sequel ORM.
2008-04-04Initial import of merb-core-0.9.2 as www/merb-core.jlam4-0/+413
merb-core is the heart of the merb MVC framwork. It has the rack abstraction along with the dispatcher, router, controller and view layers. You can make very fast, small footprint services and apps with just merb-core.
2008-04-04Initial import of merb-cache-0.9.2 as www/merb-cache.jlam5-0/+63
This package contains a plugin for the Merb framework that provides caching of pages, actions, fragments and objects.
2008-04-04Initial import of merb-builder-0.9.2 as www/merb-builder.jlam4-0/+34
This package contains a plugin for the Merb framework that provides support for using ruby-builder classes to generate XML output.
2008-04-04Initial import of merb-assets-0.9.2 as www/merb-assets.jlam4-0/+47
This package contains a plugin for the Merb framework that provides support for handling assets and asset bundling. The key to making a fast web application is to reduce both the amount of data transfered and the number of client-server interactions. While having many small, module Javascript or stylesheet files aids in the development process, your web application will benefit from bundling those assets in the production environment. An asset bundle is a set of asset files which are combined into a single file. This reduces the number of requests required to render a page, and can reduce the amount of data transfer required if you're using gzip encoding.
2008-04-04Initial import of merb-activerecord-0.9.2 as www/merb-activerecord.jlam4-0/+79
This package contains a plugin for the Merb framework that provides access to the ActiveRecord ORM.
2008-04-04Initial import of merb-action-args-0.9.2 as www/merb-action-args.jlam4-0/+35
This package contains a plugin for the Merb framework that provides support for arguments to actions that come in from the query.
2008-04-04Initial import of merb-0.9.2 as www/merb.jlam4-0/+40
Like Ruby on Rails, Merb is an MVC framework. Unlike Rails, Merb is ORM-agnostic, JavaScript library agnostic, and template language agnostic, preferring plugins that add in support for a particular feature rather than trying to produce a monolithic library with everything in the core. In fact, this is a guiding principle of the project, which has led to third-party support for the ActiveRecord, DataMapper, and Sequel ORMs. In addition, it means that the core code in Merb is kept simple and well organised. This has multiple benefits. It means it's faster for one thing. It's also easier to understand, maintain and extend.
2008-04-04Initial import of heel-0.6.0 as www/heel.jlam4-0/+78
Heel is a mongrel based web server to quickly and easily serve up the contents of a directory as webpages. Beyond just serving up webpages heel uses an ERB template and famfamfam icons to create useful index pages. And to make things even easier it launches your browser for you so no cut and paste necessary.
2008-04-04Update erubis to version 2.5.0. Changes from version 2.3.1 include:jlam3-39/+331
+ Install as a Ruby gem. - Ruby on Rails 2.0 support. - Add new command-line property '--docwrite={true|false}' to Erubis::Ejavascript. If this property is true then 'document.write(_buf.join(""));' is used as postamble and if it is false then '_buf.join("")' is used. - When using Erubis::Eruby#evaluate(), changing local variables in templates have affected to variables accessible with TOPLEVEL_BINDING. It means that if you change variables in templates, it is possible to change variables in main program. This was a bug and is now fixed not to affect to variables in main program. - Preprocessing is supported by Ruby on Rails helper. - Erubis::Eruby#evaluate() (or Erubis::RubyEvaluator#evaluate()) now creates Proc object from @src and eval it. - Erubis::Eruby#def_method() is supported. This method defines ruby code as instance method or singleton metod. - Erubis::XmlHelper.url_escape() and u() which is alias of url_escape() are added.
2008-04-04Initial import of camping-1.5 as www/camping.jlam4-0/+59
Camping is a web framework which consistently stays at less than 4kb of code. You can probably view the complete source code on a single page. But, you know, it's so small that, if you think about it, what can it really do? The idea here is to store a complete fledgling web application in a single file like many small CGIs. But to organize it as a Model-View-Controller application like Rails does. You can then easily move it to Rails once you've got it going.
2008-04-04Remove hard coded /usr/lib/libz.a as depending libraries.obache2-7/+7
Should fix build problem on none builtin libz platforms reported by PR 33600.
2008-04-04Marked as DESTDIR ready.obache1-3/+5
2008-04-03Create log dir and set to $VARBASE/log/dansguardian.sborrill1-60/+30
Set user with DANSGUARDIAN_USER and DANSGUARDIAN_GROUP and ensure log dirs is created with correct permissions. Use OWN_DIRS to create languages and phraselists directories instead of our own pre-install target - this fixes binary packages. Bump PKGREVISION to 2
2008-04-02Update squid package to 2.6.19 (2.6.STABLE19).taca2-7/+6
Changes to squid-2.6.STABLE19 (19 Mar 2008) - Fix tcp_outgoing_address example config to match its description - Bug #2198: assertion failed sc != NULL when using peer monitor function - Fix missing default disk store type into QUICKSTART example. - Bugzilla #761 : Handle recursive completion operations in diskd. - documentation bugfix for tcp_outgoing_tos directive - Sort cache list in wccpv2 to ensure a consistent hash allocation across all services - Updated Ukrainan error pages - Compile error in squid_kerb_auth under Mac OS X 10.5.2 - squid_radius_auth failed ro process more than 256 requests - Clarified description of 'cache_vary' directive - Make range_offset_limit 0 disable local range processing as documented, even if the first range starts at 0
2008-03-30Update seamonkey, seamonkey-bin and seamonkey-gtk1 to Seamonkey 1.1.9.ghen5-25/+34
Security fixes in this version: MFSA 2008-19 XUL popup spoofing variant (cross-tab popups) MFSA 2008-18 Java socket connection to any local port via LiveConnect MFSA 2008-17 Privacy issue with SSL Client Authentication MFSA 2008-16 HTTP Referrer spoofing with malformed URLs MFSA 2008-15 Crashes with evidence of memory corruption (rv:1.8.1.13) MFSA 2008-14 JavaScript privilege escalation and arbitrary code execution For more info, see http://www.seamonkey-project.org/releases/seamonkey1.1.9/