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 photosAll times are UTC
Ukraine
non port: www/Makefile

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

[First Page]  «  28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38  »  [Last Page]

Sunday, 17 Jan 2010
20:00 lippe search for other commits by this committer
Ruby script to upload files on http://omploader.org.

WWW:    http://omploader.org

PR:             ports/141127
Submitted by:   Philippe Pepiot <phil@philpep.org>
Original commit
Thursday, 14 Jan 2010
02:47 wxs search for other commits by this committer
A Python utilities collection for building WSGI applications.

Werkzeug does not try to be a framework, and instead started as a simple
collection of various utilities useful for building WSGI applications.
It has since become one of the most advanced collections of its kind.

It includes a powerful debugger, fully featured request and response
objects, HTTP utilities to handle entity tags, cache control headers,
HTTP dates, cookie handling, file uploads, a powerful URL routing
system and a bunch of community contributed add-on modules.

WWW: http://werkzeug.pocoo.org/

Submitted by:   Lewis <moggie@elasticmind.net> (private mail)
Original commit
Tuesday, 12 Jan 2010
22:03 pgj search for other commits by this committer
This Haskell library lets you write SCGI programs. This package reuses
the cgi package API, making it very easy to port CGI programs to SCGI.

WWW: http://github.com/esessoms/scgi

PR:             ports/142499
Submitted by:   Jacula Modyun <jacula(at)gmail.com>
Original commit
22:01 pgj search for other commits by this committer
This Haskell library lets you write FastCGI programs. This package
reuses the cgi package API, making it very easy to port CGI programs to
FastCGI. The FastCGI C development kit is required to build this
library.

WWW: http://hackage.haskell.org/package/fastcgi

PR:             ports/142498
Submitted by:   Jacula Modyun <jacula(at)gmail.com>
Original commit
Friday, 8 Jan 2010
14:01 wen search for other commits by this committer
Imager.pm helpers for HTML::FormFu file uploads.

WWW: http://search.cpan.org/~CFRANKS/HTML-FormFu-Imager

PR:             ports/141249
Submitted by:   Andrey Kostenko <andrey@kostenko.name>
Original commit
10:02 ehaupt search for other commits by this committer
Add uzbl, a web interface tools collection.

PR:             ports/141674
Submitted by:   aehlig at linta.de
Original commit
Monday, 4 Jan 2010
22:56 miwi search for other commits by this committer
http://www.freshbooks.com is a website that lets you create, send and
manage invoices. This module is an OO abstraction of their API that
lets you work with Clients, Invoices etc as if they were standard Perl
objects.

WWW:    http://search.cpan.org/dist/Net-FreshBooks-API/

PR:             ports/142261
Submitted by:   Gea-Suan Lin <gslin at gslin.org>
Original commit
17:32 glarkin search for other commits by this committer
surf is a simple web browser based on WebKit/GTK+. It is able to display
websites and follow links. It supports the XEmbed protocol which makes
it possible to embed it in another application. Furthermore, one can
point surf to another URI by setting its XProperties.

WWW: http://surf.suckless.org

PR:             ports/141854
Submitted by:   Christopher Knaust <jigboe at gmx.de>
Original commit
15:06 miwi search for other commits by this committer
MythWeb provides a frontend for scheduling and managing recordings
on your MythBox from a web browser located on another machine.
Provided the security is set up correctly on your MythBox you can
access your machine from anywhere on the internet, or even your
mobile phone as long as you have a compatible browser.

WWW:    http://www.mythtv.org/wiki/MythWeb

PR:             ports/142148
Submitted by:   Bernhard Froehlich <decke at bluelife.at>
Original commit
Sunday, 3 Jan 2010
05:12 pgj search for other commits by this committer
A library for writing Haskell web servers.

WWW:    http://code.galois.com/

PR:             ports/142186
Submitted by:   Jacula Modyun <jacula(at)gmail.com>
Original commit
04:59 pgj search for other commits by this committer
Haskell interface to the Online Encyclopedia of Integer Sequences.

WWW: http://code.haskell.org/oeis

PR:             ports/142182
Submitted by:   Jacula Modyun <jacula(at)gmail.com>
Original commit
Saturday, 2 Jan 2010
23:12 pgj search for other commits by this committer
This is a Haskell library for writing CGI programs.

WWW: http://hackage.haskell.org/package/cgi

PR:             ports/142181
Submitted by:   Jacula Modyun <jacula(at)gmail.com>
Original commit
23:10 pgj search for other commits by this committer
A Haskell library for working with URLs.

WWW: http://www.haskell.org/haskellwiki/Url

PR:             ports/142180
Submitted by:   Jacula Modyun <jacula(at)gmail.com>
Original commit
23:04 pgj search for other commits by this committer
The HTTP package supports client-side web programming in Haskell. It lets
you set up HTTP connections, transmitting requests and processing the
responses coming back, all from within the comforts of Haskell. It's
dependent on the network package to operate, but other than that, the
implementation is all written in Haskell.

A basic API for issuing single HTTP requests + receiving responses is
provided. On top of that, a session-level abstraction is also on offer
(the BrowserAction monad); it taking care of handling the management of
persistent connections, proxies, state (cookies) and authentication
credentials required to handle multi-step interactions with a web server.

The representation of the bytes flowing across is extensible via the use
of a type class, letting you pick the representation of requests and
responses that best fits your use. Some pre-packaged, common instances
are provided for you (ByteString, String.)

WWW: http://projects.haskell.org/http/

PR:             ports/142178
Submitted by:   Jacula Modyun <jacula(at)gmail.com>
Original commit
Thursday, 31 Dec 2009
22:35 brooks search for other commits by this committer
The TracMath plugin allows embedded equations in wiki pages. Basically a
port of mt-math to trac.

WWW: http://trac-hacks.org/wiki/TracMathPlugin
Original commit
18:21 brooks search for other commits by this committer
The FiveStarVotePlugin is a modified version of the VotePlugin
(www/trac-vote).

Instead of having up and down arrows, this plugin uses a 5-star approach
to rate resources.

WWW: http://trac-hacks.org/wiki/FiveStarVotePlugin
Original commit
18:20 brooks search for other commits by this committer
The Trac VotePlugin adds a context-navigation entry that lets users easily
vote for a Trac resource, including Wiki pages, tickets, milestones, etc.

If a user has a valid session and the VOTE_MODIFY permission they will
be able to vote.

WWW: http://trac-hacks.org/wiki/VotePlugin
Original commit
17:53 brooks search for other commits by this committer
Add the Trac TicketImportPlugin.  It lets you import into Trac a series
of tickets from a CSV file or from an Excel file.
Original commit
Saturday, 26 Dec 2009
17:59 miwi search for other commits by this committer
Generate, insert and update HTML Table of Contents.

WWW: http://search.cpan.org/dist/HTML-Toc/

PR:             ports/142025
Submitted by:   Alex Deiter <Alex.Deiter at Gmail.COM>
Original commit
Friday, 25 Dec 2009
19:26 miwi search for other commits by this committer
A Perl interface to the web site notlong.com. Notlong.com simply
maintains a database of long URLs, each of which has a unique
identifier.

WWW: http://search.cpan.org/dist/WWW-Shorten-NotLong/

PR:             ports/140856
Submitted by:   Sahil Tandon <sahil at tandon.net>
Original commit
19:26 miwi search for other commits by this committer
The HTML::Field set of modules creates objects that represent HTML form fields
which try to make it easier to interact with CGI objects, databases, and
HTML::Template objects.

The objective of an HTML::Field object is to know how to write its own HTML,
how to get its value out of a CGI object or from a hash,
how to add their value to a hash suitable for passing into a HTML::Template
or into a SQL::Abstract object, for example, and thus re-use some of the code
which is typically repeated several times in a CGI script.

This bundle includes also HTML::FieldForm, which is a very simple module to
manage sets of HTML::Field objects.

WWW: http://search.cpan.org/dist/HTML-Field/

PR:             ports/140982
Submitted by:   Sahil Tandon <sahil at tandon.net>
Original commit
19:19 miwi search for other commits by this committer
This module combines WWW::Mechanize and HTML::TreeBuilder.

WWW: http://search.cpan.org/dist/WWW-Mechanize-TreeBuilder/

PR:             ports/142016
Submitted by:   Alex Deiter <Alex.Deiter at Gmail.COM>
Original commit
12:48 miwi search for other commits by this committer
OpenID credential for Catalyst::Plugin::Authentication framework.

WWW: http://search.cpan.org/dist/Catalyst-Authentication-Credential-OpenID

PR:             ports/141896
Submitted by:   andrey at kostenko.name
Original commit
Thursday, 24 Dec 2009
22:15 miwi search for other commits by this committer
Jekyll is a simple, blog aware, static site generator. It takes a
template directory (representing the raw form of a website), runs it
through Textile or Markdown and Liquid converters, and spits out a
complete, static website suitable for serving with Apache or your
favorite web server. This is also the engine behind GitHub Pages,
which you can use to host your project?s page or blog right here from
GitHub.

WWW:    http://github.com/mojombo/jekyll

PR:             ports/141947
Submitted by:   Peter Schuller <peter.schuller at infidyne.com>
Original commit
20:05 pgollucci search for other commits by this committer
mod_auth_cas is an Apache 2.0/2.2 compliant module that
supports the CASv1 and CASv2 protocols.

WWW: http://www.ja-sig.org/wiki/display/CASC/mod_auth_cas

PR:             ports/140348
Submitted by:   Kimo <kimor79 at yahoo.com>
Original commit
08:20 wen search for other commits by this committer
Catalyst::Controller::ActionRole is a perl module that apply roles to
action instances.

WWW: http://search.cpan.org/~BOBTFISH/Catalyst-Controller-ActionRole

PR:             ports/141248
Submitted by:   Mons Anderson <mons@cpan.org>
Original commit
Wednesday, 23 Dec 2009
15:36 kuriyama search for other commits by this committer
Plack Server implementation for POE.

WWW: http://search.cpan.org/dist/Plack-Server-POE/
Original commit
Friday, 18 Dec 2009
23:38 miwi search for other commits by this committer
- Disconnect www/neon26
Original commit
21:04 miwi search for other commits by this committer
- Update to 2.9.1
- Connect to build

PR:             ports/138994 ports/140636
Submitted by:   olli hauer <ohauer@gmx.de>
Approved by:    maintainer timeout
Original commit
00:42 miwi search for other commits by this committer
This plugin allows for validating custom fields as dates in tickets
and adds fancy date selector to these fields.

WWW: http://trac-hacks.org/wiki/DateFieldPlugin

PR:             ports/141702
Submitted by:   Eygene Ryabinkin <rea-fbsd at codelabs.ru>
Original commit
Monday, 14 Dec 2009
12:31 beat search for other commits by this committer
- Add www/seamonkey2-i18n

Localization pack for Seamonkey 2.0 browser.

WWW: http://www.seamonkey-project.org/releases/#langpacks
Original commit
12:24 beat search for other commits by this committer
- Connect www/seamonkey2 to the build.
Original commit
02:58 wen search for other commits by this committer
Scrapy is a high level scraping and web crawling framework for writing
spiders to crawl and parse web pages for all kinds of purposes, from
information retrieval to monitoring or testing web sites.

WWW: http://scrapy.org/

PR:             ports/136811
Submitted by:   Qing Feng <qingfeng@me.com>
Original commit
Sunday, 13 Dec 2009
00:31 miwi search for other commits by this committer
Satchmo is a BSD-licensed shopping cart framework built on top of Django.

WWW:    http://www.satchmoproject.com/

PR:             ports/141399
Submitted by:   Kevin Golding <ports at caomhin.org>
Original commit
00:21 miwi search for other commits by this committer
The AutocompleteUsersPlugin allows AJAX completion of users
for the owner and CC fields on new and existing tickets.

WWW: http://trac-hacks.org/wiki/AutocompleteUsersPlugin

PR:             ports/141254
Submitted by:   Eygene Ryabinkin <rea-fbsd at codelabs.ru>
Original commit
Saturday, 12 Dec 2009
13:51 miwi search for other commits by this committer
Provides an extended set of signals for use by Django apps.

WWW:    http://bitbucket.org/bkroeze/django-signals-ahoy/

PR:             ports/141301
Submitted by:   Kevin Golding <ports at caomhin.org>
Original commit
13:50 miwi search for other commits by this committer
This small app provides multi-host utilities to Django projects by using
threadlocals, middleware and simple utilities. Using the middleware provided,
you can "easily" provide multi-site awareness to any project.

WWW:    http://bitbucket.org/bkroeze/django-threaded-multihost/

PR:             ports/141302
Submitted by:   Kevin Golding <ports at caomhin.org>
Original commit
13:50 miwi search for other commits by this committer
Reusable django application for writting pluggable reusable django applications.
Allows 3rd party apps to dynamically insert template inclusions into your apps
at pre-defined plugin points.

WWW:    http://code.google.com/p/django-app-plugins/

PR:             ports/141336
Submitted by:   Kevin Golding <ports at caomhin.org>
Original commit
Thursday, 10 Dec 2009
13:22 pav search for other commits by this committer
- Remove expired port jakarta-tomcat5
Original commit
Tuesday, 8 Dec 2009
09:25 pav search for other commits by this committer
- Remove expired www/jakarta-tomcat4 port: www/jakarta-tomcat5 is recommended
  instead for new installations
Original commit
07:03 wen search for other commits by this committer
- Add a entry for www/mod_wsgi3
Original commit
Monday, 7 Dec 2009
18:02 jkim search for other commits by this committer
A compatibility plugin for Mozilla NPAPI (development version).

Note: The Linux/i386 RPM was built by me on Fedora 10 via VirtualBox
because the author did not provide them.  For more information about
the development branch, please read:

http://gwenole.beauchesne.info/en/blog/2009/01/02/nspluginwrapper_1.3.0

PR:             ports/141179
Original commit
13:27 wen search for other commits by this committer
pear-Services_Amazon_S3 provides an object-oriented interface
to the Amazon Simple Storage Service (S3). This package is
based on the 2006-03-01 REST API.

WWW: http://pear.php.net/package/Services_Amazon_S3/
Original commit
09:00 wen search for other commits by this committer
HTML::FormHandler allows you to define HTML form fields and validators.
It can be used for both database and non-database forms, and will
automatically update or create rows in a database. It can also be used
to process structured data that doesn't come from an HTML form.

WWW: http://search.cpan.org/~GSHANK/HTML-FormHandler

PR:             ports/141120
Submitted by:   Andrey Kostenko <andrey@kostenko.name>
Original commit
06:52 wen search for other commits by this committer
Catalyst::Plugin::AutoCRUD is a instant AJAX web front-end for DBIx::Class.

WWW: http://search.cpan.org/~OLIVER/Catalyst-Plugin-AutoCRUD

PR:             ports/141124
Submitted by:   Andrey Kostenko <andrey@kostenko.name>
Original commit
Sunday, 6 Dec 2009
07:27 adrian search for other commits by this committer
Link in the lusca-head port to the build
Original commit
Friday, 4 Dec 2009
06:37 kuriyama search for other commits by this committer
Fast templating engine with support for embedded Perl.

WWW: http://search.cpan.org/dist/Tenjin/
Original commit
Wednesday, 2 Dec 2009
13:00 beat search for other commits by this committer
- Remove www/xulrunner: Superseded by www/libxul

Reviewed by:    miwi
Original commit
Monday, 30 Nov 2009
14:14 miwi search for other commits by this committer
2009-11-30 audio/squeezecenter-trackstat: Replaced by
audio/squeezeboxserver-trackstat
2009-11-30 audio/squeezecenter-superdatetime: Replaced by
audio/squeezeboxserver-superdatetime
2009-11-30 audio/squeezecenter-sqlplaylist: Replaced by
audio/squeezeboxserver-sqlplaylist
2009-11-30 audio/squeezecenter-lazysearch: Replaced by
audio/squeezeboxserver-lazysearch
2009-11-30 audio/squeezecenter-dynamicplaylist: Replaced by
audio/squeezeboxserver-dynamicplaylist
2009-11-30 audio/squeezecenter: Replaced by audio/squeezeboxcenter
2009-10-17 www/mod_auth_mysql41_ap2: distfile no longer fetchable
2009-10-13 x11-toolkits/gtkscintilla: no longer under development, last release
in 2002
2009-10-13 x11-toolkits/py-gtkscintilla: no longer under development, last
release in 2002
Original commit
00:18 kuriyama search for other commits by this committer
Compress response body with Gzip or Deflate.

WWW: http://search.cpan.org/dist/Plack-Middleware-Deflater/
Original commit
Saturday, 28 Nov 2009
20:06 marcus search for other commits by this committer
Presenting GNOME 2.28.1 for FreeBSD.  The official release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.28/ .
Officially, this is mostly a polishing release in preparation for GNOME 3.0
due in about a year.

On the FreeBSD front, though, a lot went into this release.  Major thanks
goes to kwm and avl who did a lot of the porting work for this release.
In particular, kwm brought in Evolution MAPI support for better Microsoft
Exchange integration.  Avl made sure that the new gobject introspection
repository ports were nicely compartmentalized so that large dependencies
aren't brought in wholesale.

But, every GNOME team member (ahze, avl, bland, kwm, mezz, and myself)
contributed to this release.

Other major improvements include an updated HAL with better volume
probing code, ufsid integration, and support for volume names containing
spaces (big thanks to J.R. Oldroyd); a new WebKit; updated AbiWord;
an updated Gimp; and a preview of the new GNOME Shell project (thanks to
Pawel Worach).

The FreeBSD GNOME Team would like to that the following additional
contributors to this release whose patches and testing really helped
make it a success:

Andrius Morkunas
Dominique Goncalves
Eric L. Chen
J.R. Oldroyd
Joseph S. Atkinson
Li
Pawel Worach
Romain Tartière
Thomas Vogt
Yasuda Keisuke
Rui Paulo
Martin Wilke
(and an extra shout out to miwi and pav for pointyhat runs)

We would like to send this release out to Alexander Loginov (avl) in
hopes that he feels better soon.

PR:             136676
                136967
                138872 (obsolete with new epiphany-webkit)
                139160
                134737
                139941
                140097
                140838
                140929
Original commit
13:26 wen search for other commits by this committer
Library for converting CSS <style> blocks to inline styles.

WWW: http://search.cpan.org/dist/CSS-Inliner

PR:             ports/139497
Submitted by:   Vick Khera <vivek@khera.org>
Original commit
09:26 miwi search for other commits by this committer
- Fix categorie and connect to build
Original commit
Friday, 27 Nov 2009
01:04 sylvio search for other commits by this committer
- Port now do part of devel/tclxml

Approved by:    miwi (mentor)
Original commit
Thursday, 26 Nov 2009
21:26 glewis search for other commits by this committer
. Remove www/gecko-sharp10.  Its long been superseded by www/gecko-sharp20,
  no other ports depend on it and it uses outdated gecko dependencies
  (firefox 2 and mozilla).

Not objected to by:     mono@
Original commit
14:21 miwi search for other commits by this committer
A user-registration application for Django.

WWW:    http://bitbucket.org/ubernostrum/django-registration/

PR:             ports/140776
Submitted by:   Kevin Golding <ports at caomhin.org>
Original commit
Wednesday, 25 Nov 2009
11:46 tobez search for other commits by this committer
Add www/p5-pQuery 0.07, a Perl port of jQuery.js.
Original commit
Saturday, 21 Nov 2009
16:30 johans search for other commits by this committer
Caudium is the name of a free webserver which is based on the Roxen Challenger
1.3 code base. It is an attractive alternative to servers like Apache,
Netscape and Zeus due to its strength in dynamic page and data generation.

WWW: http://www.caudium.net/
Original commit
10:18 miwi search for other commits by this committer
Anyterm provides a terminal emulator on a Web page using Javascript and a
server daemon. The daemon typically runs behind an HTTP proxy; it forks a shell
and communicates with the script using XMLHTTP on port 80 or securely using
SSL. This provides you with shell access to your machine from almost any Web
browser, even when firewalls are in the way.

WWW: http://anyterm.org/

PR:             ports/140740
Submitted by:   Douglas Thrift
Original commit
Tuesday, 17 Nov 2009
09:10 miwi search for other commits by this committer
Closure Compiler is a JavaScript optimizing compiler. It parses your
JavaScript, analyzes it, removes dead code and rewrites and minimizes
what's left. It also checks syntax, variable references, and types,
and warns about common JavaScript pitfalls. It is used in many of
Google's JavaScript apps, including Gmail, Google Web Search, Google
Maps, and Google Docs.

WWW:    http://code.google.com/closure/compiler/

PR:             ports/140556
Submitted by:   Gea-Suan Lin <gslin at gslin.org>
Original commit
Thursday, 12 Nov 2009
22:42 miwi search for other commits by this committer
Provides a GTK backend for ZConf::RSS::GUI.

WWW: http://search.cpan.org/~vvelox/ZConf-RSS-GUI-GTK/

PR:             ports/140411
Submitted by:   Zane C, Bowers <vvelox at vvelox.net>
Original commit
11:02 miwi search for other commits by this committer
Blogsum is a weblog application with a focus on simplicity and security.
It was designed from scratch to be easy to use and easier to maintain.

WWW: http://blogsum.obfuscurity.com/

PR:             ports/140290
Submitted by:   Johan Huldtgren <jhuldtgren@gmail.com>
Original commit
Wednesday, 11 Nov 2009
06:40 wen search for other commits by this committer
A ZConf backed system for fetching and viewing RSS
feeds.

zcrss-addfeed   Calls the addFeed dialog for ZConf::RSS::GUI
zcrss-admin     Manages stuff in ZConf for ZConf::RSS.
zcrss-browse    Calls the view dialog for ZConf::RSS::GUI
zcrss-get       Fetches a feed and applies the template for it.
zcrss-managetemplates   Calls the manage di

WWW: http://search.cpan.org/~vvelox/ZConf-RSS/

PR:             ports/140410
Submitted by:   "Zane C.B." <vvelox@vvelox.net>
Original commit
Monday, 9 Nov 2009
12:13 yzlin search for other commits by this committer
Add lionwiki 3.1.0, minimalis wiki, extensible, templatable and file
based.

PR:             ports/139432
Submitted by:   Sylvio Cesar <scjamorim at bsd.com.br>
Approved by:    rafan (co-mentor)
Original commit
Saturday, 7 Nov 2009
19:23 sylvio search for other commits by this committer
Apache's status module is an easy way to get information about what
your webserver is doing - at any time, except when you need that
information. Because this information is normally gathered via the
server-status page, it will be unavailable when the webserver is not responding.
The system administrator can restart the daemon and hope to get a glimpse of the
server-status page, a tiny clue about what is causing the trouble, before the
server gets overloaded again.

This project aims at helping the system administrator get his information
in crisis situations.

WWW:    http://fabletech.com/ftasv

PR:             ports/140003
Submitted by:   Sylvio Cesar Teixeira <sylvio at FreeBSD.org>
Original commit
Wednesday, 4 Nov 2009
14:56 miwi search for other commits by this committer
A generic tagging application for Django projects, which allows association of
a number of tags with any Model instance and makes retrieval of tags simple.

WWW:    http://code.google.com/p/django-tagging/

PR:             ports/140110
Submitted by:   Kevin Golding <ports at caomhin.org>
Original commit
10:18 miwi search for other commits by this committer
GitTrac is a plugin for Trac which enables Git to be used instead of Subversion
as the VersioningSystemBackend for Trac.

WWW: http://trac-hacks.org/wiki/GitPlugin

PR:             ports/140235
Submitted by:   Douglas Thrift
Original commit
09:13 nivit search for other commits by this committer
Bottle is a fast and simple micro-framework for small web-applications.
It offers request dispatching (Routes) with url parameter support,
Templates, key/value Databases, a build-in HTTP Server and adapters
for many third party WSGI/HTTP-server and template engines.
All in a single file and with no dependencies other than the Python
Standard Library.

WWW: http://bottle.paws.de/
Original commit
Wednesday, 28 Oct 2009
11:37 wen search for other commits by this committer
- Add a entry for ilias to complete repocopy www/ilias --> www/ilias3

Approved by:    miwi,jadawin(mentors)
Original commit
Monday, 26 Oct 2009
16:17 wen search for other commits by this committer
- Disconnect ilias to make INDEX build for the moument

Approved by:    miwi,jadawin(mentors)
Original commit
14:49 wen search for other commits by this committer
- Complete repocopy www/ilias --> www/ilias3

PR:             ports/139453
Submitted by:   Wen Heping(myself)
Approved by:    miwi, jadawin(mentors,implicit)
Original commit
Thursday, 15 Oct 2009
14:47 kuriyama search for other commits by this committer
Coro cooperative multithread web server.

WWW: http://search.cpan.org/dist/Plack-Server-Coro/
Original commit
Wednesday, 14 Oct 2009
11:53 kuriyama search for other commits by this committer
Plack Server implementation that uses HTTP::Server::Simple.

WWW: http://search.cpan.org/dist/Plack-Server-ServerSimple/
Original commit
11:50 kuriyama search for other commits by this committer
A reversehttp gateway for PSGI application.

WWW: http://search.cpan.org/dist/Plack-Server-ReverseHTTP/
Original commit
Tuesday, 13 Oct 2009
14:52 kuriyama search for other commits by this committer
A reversehttp for AnyEvent.

WWW: http://search.cpan.org/dist/AnyEvent-ReverseHTTP/
Original commit
14:50 kuriyama search for other commits by this committer
AnyEvent based HTTP server.

WWW: http://search.cpan.org/dist/Plack-Server-AnyEvent/
Original commit
14:38 kuriyama search for other commits by this committer
PSGI engine for Catalyst.

WWW: http://search.cpan.org/dist/Catalyst-Engine-PSGI/
Original commit
14:33 kuriyama search for other commits by this committer
Portable HTTP request object from PSGI env hash.

WWW: http://search.cpan.org/dist/Plack-Request/
Original commit
14:16 kuriyama search for other commits by this committer
Perl Web Server Gateway Interface Specification (pod only).

WWW: http://search.cpan.org/dist/PSGI/
Original commit
13:57 kuriyama search for other commits by this committer
PSGI reference implementation and utilities.

WWW: http://search.cpan.org/dist/Plack/
Original commit
10:12 kuriyama search for other commits by this committer
Enable your CGI.pm aware applications to adapt PSGI protocol.

WWW: http://search.cpan.org/dist/CGI-PSGI/
Original commit
Sunday, 11 Oct 2009
14:41 kuriyama search for other commits by this committer
- Resurrect previous version of mod_extract_forwarded for apache
  1.3.x by repocopy.
Original commit
Wednesday, 7 Oct 2009
19:52 glarkin search for other commits by this committer
Weave is a Mozilla Labs project to explore ways in which
the browser can broker richer experiences on the Web,
by integrating more closely with online services.

WWW: http://labs.mozilla.com/weave/

PR:             ports/138539
Submitted by:   Grzegorz Blach <magik@roorback.net>
Original commit
Saturday, 3 Oct 2009
03:21 yzlin search for other commits by this committer
Add py-tornado 0.1, python Web Server from FriendFeed.

PR:             ports/138802
Submitted by:   Guixing Bai<khsing.cn at gmail.com>
Approved by:    rafan (co-mentor)
Original commit
Wednesday, 23 Sep 2009
19:46 glarkin search for other commits by this committer
- Hook cakephp11 and cakephp12 into the build

PR:             ports/138899
PR:             ports/138900
Feature safe:   yes
Original commit
19:44 glarkin search for other commits by this committer
- Removed www/cakephp and www/cakephp-devel after repocopy

PR:             ports/138899
PR:             ports/138900
Feature safe:   yes
Original commit
Sunday, 20 Sep 2009
01:36 lippe search for other commits by this committer
New port: free-sa development version

Free-SA is a statistic analyzer for daemons log files similar to SARG.
Its main advantages over SARG are much better speed (7x-20x times),
more reports support, crossplatform work and W3C compliance of
generated HTML/CSS reports code.

WWW: http://free-sa.sourceforge.net

PR:             ports/137172
Submitted by:   Alexander Moisseev <moiseev@mezonplus.ru>
Reworked by:    myself
Feature safe:   yes
Original commit
Friday, 18 Sep 2009
08:28 kuriyama search for other commits by this committer
A fast, primitive HTTP request parser

WWW: http://search.cpan.org/dist/HTTP-Parser-XS/

Feature safe:   yes
Original commit
Tuesday, 15 Sep 2009
08:46 danfe search for other commits by this committer
Choqok is free/open-source micro-blogging client for K Desktop Environment.
The name comes from an ancient Persian word, means Sparrow.  It currently
supports Twitter.com and Identi.ca services.

WWW: http://choqok.gnufolks.org/
Original commit
Sunday, 13 Sep 2009
12:34 miwi search for other commits by this committer
mod_flickr is a apache module (for apache 2.0 and above) that makes call to
flickr via flickr API's to get a users (configured in httpd.conf) public photo
sets, photos in sets and recent photos uploaded in flickr etc...

Currently only 4 api calls have been implmeneted (all are GET calls). These
API's return data in XML format. The XML can then be parsed by the calling code
(e.g. front end Javascript/php) to display thumbnails of the images say in a
scrollbar. (Code for front end is not distributed as yet)

This module can be used by web developers who want to show their photos/albums
uploaded in flickr on their website and/or access to metadata of their photos
for their own needs/purposes.

WWW: http://www.vshank.com/code/mod_flickr

PR:             ports/138299
Submitted by:   vshankar
Original commit
Saturday, 12 Sep 2009
03:13 tota search for other commits by this committer
- Drag from attic
- Update to 2.3.3
- Fix install paths as they should have been
- Remove CONFLICTS
- Change MAINTAINER address from tota@rtfm.jp to tota@FreeBSD.org
- Remove the MOVED entry

Approved by:    maho (mentor)
Original commit
Wednesday, 9 Sep 2009
23:09 beat search for other commits by this committer
- Remove www/nvu because it's abandoned upstream since June 2005, marked
  deprecated since Oct 2007 and does not build since recent NSS update.
  Please use www/kompozer instead.

Discussed with: miwi
With hat:       gecko
Original commit
Saturday, 5 Sep 2009
15:46 dhn search for other commits by this committer
- Update to 20090821
- Take maintainership to Submitter [1]
- Connect to the build

PR:             ports/136010 ports/138022
Submitted by:   Anonymous <swell.k@gmail.com>
Submitted by:   Ashish SHUKLA <wahjava@gmail.com> [1]
Original commit
Monday, 31 Aug 2009
23:40 lippe search for other commits by this committer
New port: Run code after the response has been sent.

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

PR:             ports/138137, ports/138166
Submitted by:   Andrey Kostenko <andrey@kostenko.name>
Original commit
Sunday, 30 Aug 2009
23:08 kuriyama search for other commits by this committer
Uses the Cache::Cache hierarchy to implement a caching Mech.  This lets
one perform repeated requests without hammering a server impolitely.

WWW: http://search.cpan.org/dist/WWW-Mechanize-Cached/
Original commit
Thursday, 27 Aug 2009
08:49 miwi search for other commits by this committer
- Connect www/mediawiki113 and www/mediawiki114 to the build
Original commit
Tuesday, 25 Aug 2009
01:13 lippe search for other commits by this committer
This port is for the Gist commandline tool, which allows for posting to the
Gist pastebin.

WWW:    http://github.com/defunkt/gist/

PR:             ports/137829
Submitted by:   "Rick E." <codeblock@eighthbit.net>
Original commit
Saturday, 22 Aug 2009
20:43 miwi search for other commits by this committer
This module protects Apache 2.x from the Slowloris HTTP DoS attack by
limiting the number of allowed connections.

WWW: http://modules.apache.org/search.php?id=1783

PR:             ports/138001
Submitted by:   Aleksandar Pejic <alex at vts.su.ac.rs>
Original commit
19:06 miwi search for other commits by this committer
net2ftp is a web-based FTP client written in PHP

User features
 - Navigate the FTP server
 - Upload files
 - Download files
 - Zip files
 - Unzip files
 - Install software
 - Copy, move and delete
 - Copy or move to a 2nd FTP server
 - Rename and chmod
 - View code with syntax highlighting
 - Plain text editor
 - HTML editors
 - Code editor
 - Search for words or phrases
 - Calculate size

WWW: http://www.net2ftp.com/

PR:             ports/137868
Submitted by:   Alexander Kriventsov
Original commit
Tuesday, 18 Aug 2009
22:54 miwi search for other commits by this committer
- Rename mediawiki12 to mediawiki112 (to follow the version number)

PR:             137910
Submitted by:   Gerrit Beine <gerrit.beine@gmx.de> (maintainer)
Original commit

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

[First Page]  «  28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38  »  [Last Page]