notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photos
All times are UTC
Ukraine
non port: www/Makefile

Number of commits found: 5608 (showing only 100 on this page)

[First Page]  «  45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55  »  [Last Page]

Tuesday, 20 Sep 2005
08:33 lth search for other commits by this committer
Add p5-CGI-Ajax 0.38, a module for writing AJAX/DHTML-based web apps.
Original commit
Monday, 19 Sep 2005
10:45 garga search for other commits by this committer
Add linklint 2.3.5, perl script that checks links on web sites.

PR:             ports/86235
Submitted by:   Emanuel Haupt <ehaupt@critical.ch>
Original commit
05:44 clement search for other commits by this committer
- Unhook apache20 and unbreak index

Pointyhat to:   clement
Original commit
Sunday, 18 Sep 2005
22:29 clement search for other commits by this committer
- Hook www/apache20 to the build. It fixes some errors in INDEX build with
  exp build

Reported by:    kris
Original commit
21:33 vsevolod search for other commits by this committer
Add zope28 - new stable branch of zope application server.
Here are some of the "headlines" mentioned in the features list.

Database Integration
        SQL and HTML in Harmony
        Multiple Data Sources
        Publish Databases
Application Development
        DTML Scripting
        External Methods
Content Management
        Builtin Objects
        Document Templates
Web to Objects
        Integrated Object Database
        Managed Through the Web
        Direct URL Access to Objects

PR:             85063
Submitted by:   Denis Shaposhnikov <dsh@vlink.ru>
Original commit
11:32 pav search for other commits by this committer
The ZSyncer project allows multiple Zopes to easily be manually synchronized
by transferring data between them using xml-rpc. This can save a lot of time
over the old export / transfer / import dance.

PR:             ports/86285
Submitted by:   Tim Middleton <x@vex.net>
Original commit
Saturday, 17 Sep 2005
11:26 pav search for other commits by this committer
After repocopy to www/gallery2:
- Update to 2.0

PR:             ports/86101
Submitted by:   Alex Varju <freebsd-ports@varju.ca> (maintainer)
Original commit
09:39 erwin search for other commits by this committer
Fix typo
Original commit
Friday, 16 Sep 2005
20:09 pav search for other commits by this committer
The Markup Validation Service from the World Wide Web Consortium (W3C), it's
purpose is to validate web pages made in HTML and XHTML.

PR:             ports/86201
Submitted by:   Naram Qashat <cyberbotx@cyberbotx.com>
Original commit
19:16 garga search for other commits by this committer
Add p5-HTML-Template-Compiled 0.43, templating system that
HTML::Template files to Perl code.

PR:             ports/85906
Submitted by:   Zach Thompson <hideo@lastamericanempire.com>
Original commit
Thursday, 15 Sep 2005
23:40 pav search for other commits by this committer
SkyTemplate is a LGPL-ed fast template engine for PHP.

PR:             ports/84223
Submitted by:   Mun-Kyo Seo <munggo@gmail.com>
Original commit
23:04 pav search for other commits by this committer
XS-HTTPD is a WWW server that has the following features:

- It is pronounced as "access-HTTP-daemon"
- It is SMALL (very small in fact: a factor two to three smaller than
  normal servers on disk and in memory)
- It is FAST (because it is so small and does not do unnecessary things)
- Uses very little CPU time
- Configurable (configuration compiled in to make it small, but largely
  overridable on the command line)
- Runs user CGI binaries under their own user ID
- Gets users' pages under their own user ID, allowing them to really
  have protected pages (using the built-in authentication mechanism)
- Does not fork for every connection (has a fixed number of servers),
  only to replace a lost server (in case of timeouts).
- Comes with some other useful programs
- Offers Server-Side Includes for many common tasks, including built-in
  page counters (text or graphical)
- Supports PHP and other interpreted file formats
- Supports automatic decompression to save diskspace and bandwidth
- Serves SSL (https) and http connections through the same daemon
- Full support for IPv6

PR:             ports/84314
Submitted by:   Ed Schouten <ed@fxq.nl>
Original commit
21:08 pav search for other commits by this committer
Selenium is a test tool for web applications. Selenium tests run
directly in a browsers, just as real users do. And they run in Internet
Explorer, Mozilla and Firefox on Windows, Linux and Macintosh. No other
test tool covers such a wide array of platforms.

PR:             ports/84687
Submitted by:   kaworu <kaworu@users.sourceforge.jp>
Original commit
20:02 pav search for other commits by this committer
These Python modules provide simple yet powerful multi-threaded object-oriented
CGI/FastCGI/mod_python/html-templating facilities for the Python programming
language.

PR:             ports/86155
Submitted by:   Soren Straarup <xride@x12.dk>
Original commit
19:50 pav search for other commits by this committer
A small and simple webserver programmed in C++ that was designed to make
sharing files easy.  By default, it shares whatever folder it was executed from
on port 2000.

PR:             ports/86001
Submitted by:   Chris Laverdure <dashevil@gmail.com>
Original commit
18:40 lth search for other commits by this committer
Add p5-POE-Component-Server-HTTPServer 0.9.2, POE Component to server
HTTP requests.

PR:             ports/77980
Submitted by:   Zach Thompson <lin-chi@lastamericanempire.com>
Original commit
18:31 lth search for other commits by this committer
Add p5-HTML-Template-HashWrapper 1.3, easy way to use the associate
option from HTML::Template.

PR:             ports/86157
Submitted by:   Zach Thompson <hideo@lastamericanempire.com>
Original commit
Tuesday, 13 Sep 2005
12:36 garga search for other commits by this committer
Add geneweb 4.10, an advanced genealogy software.

PR:             ports/85957
Submitted by:   Hubert Tournier <hubert@frbsd.org>
Original commit
Sunday, 11 Sep 2005
14:15 clement search for other commits by this committer
- Add mod_bw (officially known as bw_mod) v0.6

Bandwidth and Connection control per Virtual Host or Directory.
It can:
 * Restrict the number of simultaneous connections per vhost/dir
 * Limit the bandwidth for files on vhost/dir

WWW: http://www.ivn.cl/apache/
Original commit
Saturday, 10 Sep 2005
19:52 pav search for other commits by this committer
- Connect rt34

Forgotten by:   girgen (3 months ago)
Original commit
16:04 clement search for other commits by this committer
- Yet another MySQL authentication module for apache 2.0.x
  add mod_auth_mysql-1.5

mod_auth_mysql provides an MySQL-based authentication for apache2.
It's also designed to support multiple virtualhosts using only one
database.

WWW: http://www.heuer.org/mod_auth_mysql/
Original commit
15:45 clement search for other commits by this committer
- Add mod_vhost_ldap 0.2.4

mod_vhost_ldap is an Apache 2.x module for storing and configuring
virtual hosts from LDAP. It supports DocumentRoot, ScriptAlias,
ServerName, ServerAlias, ServerAdmin, and SuexecUserGroup directives.
It's built on top of mod_ldap, so it uses its caching capabilities and
can be used with a threaded Apache httpd.

WWW: http://modvhostldap.alioth.debian.org/
Original commit
Wednesday, 7 Sep 2005
20:18 clement search for other commits by this committer
- Add mod_curb 1.1

mod_curb is an "volume" limiter apache module. It works on a per-server
basis. It can't be used with virtualhosts.

WWW: http://www.steve.org.uk/Software/mod_curb/
Original commit
19:52 clement search for other commits by this committer
- add mod_cband 0.9

mod_cband is an Apache 2 module provided to solve the problem of
limiting virtualhosts bandwidth usage. When the configured
virtualhost's transfer limit is exceeded, mod_cband will redirect all
further requests to a location specified in the configuration file.

WWW: http://dembol.nasa.pl/mod_cband
Original commit
Monday, 5 Sep 2005
19:21 jylefort search for other commits by this committer
Add p5-Catalyst-Plugin-Pluggable.

Catalyst::Plugin::Pluggable is a plugin for pluggable Catalyst applications.

WWW: http://search.cpan.org/dist/Catalyst-Plugin-Pluggable/

PR:             ports/85631
Submitted by:   Lars Balker Rasmussen <lars@balker.dk>
Original commit
14:46 vsevolod search for other commits by this committer
Add py-twistedWeb2 - the next generation Web Server Framework built
with Twisted.

PR:             84585
Submitted by:   Landon Fuller <landonf@opendarwin.org>
Approved by:    perky (mentor)
Original commit
Thursday, 1 Sep 2005
18:40 erwin search for other commits by this committer
Add p5-Catalyst-Plugin-Authentication-CDBI 0.09, cDBI Authentication for
Catalyst.

PR:             ports/85559
Submitted by:   Lars Balker Rasmussen <lars@balker.dk>
Original commit
09:58 tobez search for other commits by this committer
Add p5-Syntax-Highlight-Shell, a perl module to highlight shell syntax
in HTML.
Original commit
09:50 tobez search for other commits by this committer
Add p5-Syntax-Highlight-HTML, a perl module to highlight
HTML syntax.
Original commit
Tuesday, 30 Aug 2005
16:21 lawrance search for other commits by this committer
Remove www/py-websvcs which is a slightly outdated duplicate of net/py-soappy.
Add a MOVED entry.
While here, fix the last MOVED entry which was broken.

PR:             ports/83705
Submitted by:   Marcus Grando <marcus@corp.grupos.com.br>
Approved by:    maintainer timeout (4 weeks)
Original commit
Monday, 29 Aug 2005
17:29 garga search for other commits by this committer
Add bannerfilter 1.31, a squid redirect script for filtering web
banners.

PR:             ports/84915
Submitted by:   Emanuel Haupt <ehaupt@critical.ch>
Original commit
Sunday, 28 Aug 2005
13:05 thierry search for other commits by this committer
Add adblock-firefox, a content filtering plug-in for Firefox.
Original commit
13:04 thierry search for other commits by this committer
Add adblock, a content filtering plug-in for Mozilla.
Original commit
Saturday, 13 Aug 2005
07:37 markus search for other commits by this committer
Remove akregator as it is outdated and BROKEN and was integrated into
deskutils/kdepim3 some time ago anyway.

Discussed with: lofi
Approved by:    portmgr (linimon)
Original commit
Monday, 1 Aug 2005
14:31 lawrance search for other commits by this committer
Add openacs-dotlrn 2.1.1, modular web application platform for high
traffic elearning community.

.LRN (dotLRN) is an e-learning platform built upon openACS core. It includes
modules and configurations that are specific for learning communities.

PR:             ports/84142
Submitted by:   Aldert Nooitgedagt <nooitgedagt.net>
Original commit
13:16 lawrance search for other commits by this committer
Add openacs:

OpenACS (Open Architecture Community System) is a web application platform
designed for high traffic community websites. It is built on a free and
open source foundation. OpenACS is the foundation for many products
and websites including the .LRN e-learning platform (www.dotlrn.org).

PR:             ports/84146
Submitted by:   Aldert Nooitgedagt <aldert@nooitgedagt.net>
Original commit
Saturday, 30 Jul 2005
19:44 lth search for other commits by this committer
Add p5-URI-Fetch 0.03, smart URI fetching/caching.
Original commit
15:34 lth search for other commits by this committer
Add p5-Feed-Find 0.05, syndication feed auto-discovery.
Original commit
Thursday, 28 Jul 2005
12:53 pav search for other commits by this committer
- Add aolserver slaveport with options needed for OpenACS

PR:             ports/84141
Submitted by:   Aldert Nooitgedagt <aldert@nooitgedagt.net>
Original commit
Wednesday, 27 Jul 2005
11:44 pav search for other commits by this committer
tDOM combines high performance XML data processing with easy and powerful Tcl
scripting functionality.

PR:             ports/84139
Submitted by:   Aldert Nooitgedagt <aldert@nooitgedagt.net>
Original commit
11:32 pav search for other commits by this committer
Tclwebtest is a tool to write automated tests for web applications.
It provides a simple API for issuing http requests, dealing with the
result and assume specific response values, while taking care of the
details such as redirects and cookies.

PR:             ports/84138
Submitted by:   Aldert Nooitgedagt <aldert@nooitgedagt.net>
Original commit
Wednesday, 20 Jul 2005
14:15 pav search for other commits by this committer
Typo is an absolutely minimal weblogging engine powered by rails. It
supports XMLRPC posting, ping/trackback, comments, textile, categories,
all common exports, fulltext search and so on.

PR:             ports/82397
Submitted by:   Jonathan Weiss <jw@innerewut.de>
Original commit
14:10 pav search for other commits by this committer
RedCloth is a module for using Textile in Ruby. Textile is a text
format. A very simple text format. Another stab at making readable text
that can be converted to HTML.

No need to use verbose HTML to build your docs, your blogs, your pages.
Textile gives you readable text while youre writing and beautiful text
for your readers. And if you need to break out into HTML, Textile will allow
you to do so.

PR:             ports/82397
Submitted by:   Jonathan Weiss <jw@innerewut.de>
Original commit
14:07 pav search for other commits by this committer
Rails is a web-application framework for the MVC pattern that includes
both a template engine, controller framework, and object-relational
mapping package. Everything needed to develop web-apps that can run on
CGI, FastCGI, and mod_ruby

PR:             ports/82397
Submitted by:   Jonathan Weiss <jw@innerewut.de>
Original commit
14:05 pav search for other commits by this committer
Action Web Service provides a way to publish interoperable web service APIs with
Rails without spending a lot of time delving into protocol details.

PR:             ports/82397
Submitted by:   Jonathan Weiss <jw@innerewut.de>
Original commit
13:57 pav search for other commits by this committer
Action Pack

The controller and view of the RubyOnRails MVC-Framework is handled by the
Action Pack, which handles both layers by its two parts: Action View and Action
Controller. These two layers are bundled in a single package due to their heavy
interdependence. This is unlike the relationship between the Active Record and
Action Pack that is much more separate.

PR:             ports/82397
Submitted by:   Jonathan Weiss <jw@innerewut.de>
Original commit
Tuesday, 19 Jul 2005
20:44 pav search for other commits by this committer
Eventum is a user-friendly and flexible issue tracking system
that can be used by a support department to track incoming
technical support requests, or by a software development team
to quickly organize tasks and bugs.

PR:             ports/83690
Submitted by:   Babak Farrokhi <babak@farrokhi.net>
Original commit
03:01 linimon search for other commits by this committer
As previously announced, remove www/junkbuster due to security concerns.

Hat:    portmgr
Original commit
Monday, 18 Jul 2005
10:34 erwin search for other commits by this committer
Add p5-Template-Multilingual 0.05, multilingual templates for Template
Toolkit.

PR:             ports/82401
Submitted by:   TAKAHASHI Kaoru <kaoru@kaisei.org>
Original commit
Saturday, 16 Jul 2005
21:51 pav search for other commits by this committer
Beautiful Soup parses arbitrarily invalid XML- or HTML-like substance
into a tree representation. It provides methods and Pythonic idioms
that make it easy to search and modify the tree.

PR:             ports/83531
Submitted by:   Mike Meyer <mwm@mired.org>
Original commit
Friday, 15 Jul 2005
16:17 pav search for other commits by this committer
JWChat aims to be a full featured, web-based Jabber client.
It uses only JavaScript and HTML on the client-side. Currently
it supports basic jabber instant messaging, roster management
and muc-based groupchats.

JWChat is an advanced instant messenger (IM) just like AIM,
MSN Messenger, Yahoo! Messenger or ICQ. This means you can manage
your contacts, chat with other users directly or join a groupchat
room for collaborative communication. Unlike other IMs you can use
this with your web browser only without having to install any
additional software at all.

PR:             ports/82609
Submitted by:   Lars Eggert <lars.eggert@gmx.net>
Original commit
Thursday, 14 Jul 2005
14:54 pav search for other commits by this committer
Myghty, a Python based templating framework originally based on HTML::Mason.

PR:             ports/83391
Submitted by:   Dryice Liu <dryice@liu.com.cn>
Original commit
11:48 sem search for other commits by this committer
Xaraya delivers the requisite infrastructure and tools
to create custom web applications that include fully
dynamic multi-platform Content Mangement Solutions (CMS).

PR:             ports/83235
Submitted by:   Vsevolod Stakhov <vsevolod@highsecure.ru>
Original commit
Wednesday, 13 Jul 2005
14:34 pav search for other commits by this committer
- Remove www/wmnetselect, it's dead (last release 2000), no longer useful
  and unfetchable

PR:             ports/83184
Submitted by:   David McNett <nugget@slacker.com> (maintainer)
Original commit
09:17 pav search for other commits by this committer
Podcastamatic automates the creation of a webpage and a RSS feed
for your podcast, based on MP3 tags. A webpage can either be
automatically generated from scratch or generated from a template
you create. An RSS feed is an XML file that is required to be listed
in most popular podcast directories. Podcastamatic is highly customizable.

PR:             ports/83331
Submitted by:   Lars Eggert <lars.eggert@gmx.net>
Original commit
Tuesday, 12 Jul 2005
06:35 erwin search for other commits by this committer
Catalyst::Helper::Controller::Scaffold is a helper for scaffolding for
Catalyst, which adds easy scaffolding:

    # Imagine you want to generate a scaffolding controller MyApp::C::SomeTable
    # for a CDBI table class MyApp::M::CDBI::SomeTable
    script/myapp_create.pl controller SomeTable Scaffold CDBI::SomeTable

Submitted by:   Lars Balker Rasmussen <lars@balker.dk>
Original commit
Monday, 11 Jul 2005
13:01 sem search for other commits by this committer
mod_realip is an apache 1.3 module, which changes the IP address of
the proxy server to the IP address a client, supplied by the proxy
server in "X-Real-IP" or "X-Forwarded-For" header. mod_realip is
designed for use on backends, which serve reverse proxied HTTP
requests.

Submitted by:   glebius
Original commit
Wednesday, 29 Jun 2005
00:30 jylefort search for other commits by this committer
Add p5-Template-Plugin-Monta.

Template::Plugin::Monta is a plugin for Template Toolkit which allows you to
use monta-method on your template.

WWW: http://search.cpan.org/dist/Template-Plugin-Monta/

PR:             ports/82632
Submitted by:   TAKAHASHI Kaoru <kaoru@kaisei.org>
Original commit
Saturday, 25 Jun 2005
05:51 lawrance search for other commits by this committer
Add p5-Acme-Monta 0.01.
The description is "Monta Method reproduced in web" ... seems
to be a presentation technique originating from Japanese
television.

PR:             ports/82215
Submitted by:   TAKAHASHI Kaoru <kaoru@kaisei.org>
Original commit
Wednesday, 22 Jun 2005
08:15 pav search for other commits by this committer
WebCalendar is a PHP-based online calendar application.

PR:             ports/76928
Submitted by:   Greg Larkin <glarkin@sourcehosting.net>
Original commit
Saturday, 18 Jun 2005
18:21 ache search for other commits by this committer
utility for batch modification of LJ permissions or LJ restoring
Original commit
Thursday, 16 Jun 2005
19:06 anholt search for other commits by this committer
New port:
swfdec-plugin is a Mozilla plugin for rendering flash (.swf) animations using
the gstreamer framework and the swfdec library.  It should currently play Flash
4 files, and Flash 5 support is under development.
Original commit
Tuesday, 14 Jun 2005
08:37 erwin search for other commits by this committer
Add p5-WebService-Technorati 0.04, a Perl interface to the Technorati
web services interface.

PR:             ports/82102
Submitted by:   ijliao
Original commit
Monday, 13 Jun 2005
14:12 hq search for other commits by this committer
Add jakarta-tomcat55, the Tomcat 5.5.x branch

PR:             81458
Reported by:    Scott Balmos <scott.balmos@utoledo.edu>
Submitted by:   Kang Liu <liukang@bjut.edu.cn> (maintainer)
Original commit
Sunday, 12 Jun 2005
21:32 philip search for other commits by this committer
Finalize repocopy of www/p5-Apache-Scoreboard -> www/p5-Apache2-Scoreboard.

 o Remove the mod_perl2 bits from www/p5-Apache-Scoreboard, the 0.1x
   versions are only for mod_perl1 versions.

 o Update the new www/p5-Apache2-Scoreboard to 2.06, the 2.x versions
   are for mod_perl2 versions.

 o Keep www/p5-Apache2-Scoreboard broken until a new version with
   fixes for the mod_perl2 API dance hits CPAN.

Approved by:    krion (mentor)
Original commit
Saturday, 11 Jun 2005
11:23 pav search for other commits by this committer
- After repocopy from www/tdiary, add tdiary-devel at 2.1.1

PR:             ports/82098
Submitted by:   Fumihiko Kimura <jfkimura@yahoo.co.jp>
Repocopy by:    marcus
Original commit
Friday, 10 Jun 2005
09:08 trevor search for other commits by this committer
Remove the netscape7 port due to multiple security bugs.
Netscape 8.0 is available only for Windows.
Original commit
Thursday, 9 Jun 2005
09:00 skv search for other commits by this committer
Add google-sitemapgen 1.0,
script to analyze web server and
generate Google Sitemap files.
Original commit
Monday, 6 Jun 2005
21:22 brian search for other commits by this committer
A kwiki plugin to force users to provide a KwikiUserName

I've added a small patch -- submitting to the maintainer now...
Original commit
Saturday, 4 Jun 2005
13:32 brian search for other commits by this committer
A kwiki module to notify people of page changes.  This includes an enhancement
(from me) that has been submitted to the author.
Original commit
10:44 brian search for other commits by this committer
Add two kwiki plugins which work with the p5-Kwiki-Theme-ColumnLayout plugin.
Original commit
Friday, 3 Jun 2005
12:46 lawrance search for other commits by this committer
Add mozplugger 1.7.2, framework for loading web content in external
viewers.

(actively maintained mozdev branch of plugger)

PR:             ports/81826
Submitted by:   Loren M. Lang
Original commit
Monday, 30 May 2005
15:47 jylefort search for other commits by this committer
Add p5-Catalyst-View-HTML-Template.

A view base class for Catalyst using HTML::Template.

WWW: http://search.cpan.org/dist/Catalyst-View-HTML-Template

PR:             ports/81582
Submitted by:   Gruen Christian <kiki@bsdro.org>
Original commit
Sunday, 29 May 2005
17:47 lth search for other commits by this committer
Add p5-Class-DBI-FromForm 0.03, update Class::DBI data using
Data::FormValidator.
Original commit
Friday, 27 May 2005
20:04 pav search for other commits by this committer
- Remove linux-mozillafirebird and it's language spinoffs. This port is
  outdated (it's ascendant is called linux-firefox) and contains several
  unpatched security vulnerabilities.

Requested by:   maintainer
Discussed by:   kris' portmgr hat
Original commit
Thursday, 26 May 2005
22:59 jylefort search for other commits by this committer
Add p5-Catalyst-Model-CDBI-Sweet.

Catalyst::Model::CDBI::Sweet provides convenient count, search, page, and cache
functions in a sweet package. It integrates these functions with Class::DBI in
a convenient and efficient way.

WWW: http://search.cpan.org/dist/Catalyst-Model-CDBI-Sweet

PR:             ports/81489
Submitted by:   Travis Campbell <hcoyote@ghostar.org>
Original commit
Wednesday, 25 May 2005
21:27 thierry search for other commits by this committer
Add bugmenot-firefox , a firefox extension to bypass compulsory web
registration.
Original commit
21:25 thierry search for other commits by this committer
Add bugmenot 0.6.2, a mozilla extension to bypass compulsory web
registration.
Original commit
Tuesday, 24 May 2005
21:34 pav search for other commits by this committer
phpAdsNew is an open-source ad server, with an integrated banner management
interface and tracking system for gathering statistics.  With phpAdsNew you can
easily rotate paid banners and your own in-house advertisements. You can even
integrate banners from third party advertising companies.

PR:             ports/80757
Submitted by:   Meno Abels <meno.abels@adviser.com>
Original commit
Monday, 23 May 2005
15:48 flz search for other commits by this committer
- Add fnord 1.9, a small and fast webserver with CGI-capability.
Original commit
Thursday, 19 May 2005
08:02 ijliao search for other commits by this committer
add p5-Flickr-API 0.03
Perl interface to the Flickr API

gslin wants to take over maintainership
Original commit
Tuesday, 17 May 2005
03:40 vanilla search for other commits by this committer
Add b2evo 0.9.0.12, a multilingual, multiuser, multi-blog engine.

PR:             ports/80006
Submitted by:   chinsan <chinsan@mail20000.com.tw>
Original commit
Sunday, 15 May 2005
20:40 pav search for other commits by this committer
- Reconnect mnogosearch port

Reported by:    cperciva
Pointy hat to:  ache
Original commit
18:24 ache search for other commits by this committer
Connect mnogosearch31
Original commit
Saturday, 14 May 2005
13:19 jylefort search for other commits by this committer
Add p5-Catalyst-Plugin-FillInForm

Catalyst-Plugin-FillInForm is a Catalyst plugin that automatically fills in
forms if the last form has missing or invalid fields.

WWW: http://search.cpan.org/dist/Catalyst-Plugin-FillInForm/

PR:             ports/80964
Submitted by:   Travis Campbell <hcoyote@ghostar.org>
Original commit
11:12 jylefort search for other commits by this committer
Add spreadlogd.

If you kill -HUP or kill the spreadlogd process, it will not actually process
the signal until after it has received its next message from Spread. You can
move you log files to new names and then kill -HUP and it will reopen the log
files. This is useful for seamless log rotation without losing any messages.

Spread is really cool. It is a poweful group communication toolkit developed
at the Center for Networking and Distributed Systems at the Johns Hopkins
University (http://www.spread.org/ and http://www.cnds.jhu.edu/, respectively).

WWW: http://www.lethargy.org/mod_log_spread/

PR:             ports/80877
Submitted by:   Meno Abels <meno.abels@adviser.com>
Original commit
11:07 jylefort search for other commits by this committer
Add mod_log_spread.

mod_log_spread is a patch to Apache's mod_log_config, which provides
an interface for spread to multicast access logs. It utilizes the
group communication toolkit Spread, developed at Johns Hopkins
University's Center for Networking and Distributed Systems.
mod_log_spread was developed to solve the problem of collecting
consolidated access logs for large web farms. In particular, the
solution needed to be scalable to hundreds of machines, utilize a
reliable network transport, allow machines to added or dropped on
the fly, and impose minimal performance impact on the webservers.
Current version is 1.0.3p3. This makes a fix to a stupid vhost
logging bug as well as providing a complete and flexible log-writing
solution.

WWW: http://www.lethargy.org/mod_log_spread/

PR:             ports/80876
Submitted by:   Meno Abels <meno.abels@adviser.com>
Original commit
Thursday, 12 May 2005
13:34 lth search for other commits by this committer
Add p5-Bundle-Catalyst 0.03, a bundle to install most of the Catalyst
modules.
Original commit
Wednesday, 11 May 2005
10:37 lth search for other commits by this committer
Add p5-Catalyst-Plugin-Static 0.07, serve static files with Catalyst.
Original commit
09:54 lth search for other commits by this committer
Add p5-Catalyst-Plugin-SubRequest 0.04, make subrequests to actions in
Catalyst.

PR:             ports/80719
Submitted by:   Travis Campbell <hcoyote@ghostar.org>
Original commit
Sunday, 8 May 2005
10:35 lth search for other commits by this committer
Add p5-Catalyst-Plugin-Session-FastMmap 0.09, FastMmap sessions for
Catalyst.
Original commit
Saturday, 7 May 2005
20:26 lth search for other commits by this committer
Add p5-Catalyst-Plugin-Prototype 0.01, Ccatalyst plugin for Prototype.
Original commit
20:08 lth search for other commits by this committer
Add p5-HTML-Prototype 1.23, generate HTML and Javascript for the
Prototype library.
Original commit
19:13 lth search for other commits by this committer
Add p5-Catalyst-Plugin-FormValidator 0.02, FormValidator for Catalyst.
Original commit
18:20 lth search for other commits by this committer
Add p5-Catalyst-Plugin-Textile 0.01, Textile for Catalyst.

PR:             ports/80637
Submitted by:   Travis Campbell <hcoyote@ghostar.org>
Original commit
14:24 lth search for other commits by this committer
Add p5-Catalyst-View-TT 0.11, Template Toolkit view class for Catalyst.
Original commit
10:00 linimon search for other commits by this committer
Per insistence of the author of this software, remove these ports from
the Ports Collection.  The author specifically insists that no patches
be distributed for his software.

Please do not contact portmgr about this policy, it is the author's sole
choice.

Hat:    portmgr
Original commit
Friday, 6 May 2005
08:35 pav search for other commits by this committer
- add mediawiki 1.3 as www/mediawiki13 for people who don't want to upgrade
  to 1.4 yet

PR:             ports/80001
Submitted by:   Gerrit Beine <tux@pinguru.net> (maintainer)
Repocopy by:    marcus
Original commit
Wednesday, 4 May 2005
15:12 lth search for other commits by this committer
Add p5-Template-Timer 0.02, rudimentary profiling for Template Toolkit.
Original commit
13:45 lth search for other commits by this committer
Add p5-Catalyst-Model-CDBI 0.08, CDBI model class for Catalyst.
Original commit

Number of commits found: 5608 (showing only 100 on this page)

[First Page]  «  45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55  »  [Last Page]