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

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it is already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

non port: www/Makefile

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

[First Page]  «  22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32  »  [Last Page]

Saturday, 18 Feb 2012
17:44 pgj search for other commits by this committer
Some helpers for using Persistent from Yesod.

WWW:    http://www.yesodweb.com/

Obtained from:  FreeBSD Haskell
Original commit
17:42 pgj search for other commits by this committer
Yesod is a framework designed to foster creation of RESTful web
application that have strong compile-time guarantees of correctness.  It
also affords space efficient code and portability to many deployment
backends, from CGI to stand-alone serving.

WWW:    http://www.yesodweb.com/

Obtained from:  FreeBSD Haskell
Original commit
17:39 pgj search for other commits by this committer
A logging system for WAI.

WWW:    http://hackage.haskell.org/package/wai-logger

Obtained from:  FreeBSD Haskell
Original commit
17:37 pgj search for other commits by this committer
Provides common features without many dependencies.

WWW:    http://github.com/yesodweb/wai

Obtained from:  FreeBSD Haskell
Original commit
17:34 pgj search for other commits by this committer
Shakespeare is a template family for type-safe, efficient templates with
simple variable interpolation.  Shakespeare templates can be used inline
with a quasi-quoter or in an external file.  Shakespeare interpolates
variables according to the type being inserted.  In this case, the
variable type needs a ToText instance.

WWW:    http://www.yesodweb.com/book/templates

Obtained from:  FreeBSD Haskell
Original commit
17:32 pgj search for other commits by this committer
Shakespeare is a template family for type-safe, efficient templates with
simple variable interpolation.  Shakespeare templates can be used inline
with a quasi-quoter or in an external file.  Shakespeare interpolates
variables according to the type being inserted.  In this case, the
variable type needs a ToJavascript instance.

There is also shakespeare-coffeescript for coffeescript templates.
Coffescript is a language that compiles down to javascript.  It expects
a coffeescript compiler in your path, and variable should be a ToCoffee
instance.

WWW:    http://www.yesodweb.com/book/templates

Obtained from:  FreeBSD Haskell
Original commit
17:30 pgj search for other commits by this committer
This package uses the same approach of type-safe URLs to create
translated content.  It has a simple syntax for translators, while
allowing the ful power of Haskell for applying complex grammar rules.

WWW:  http://www.yesodweb.com/book/i18n

Obtained from:  FreeBSD Haskell
Original commit
17:28 pgj search for other commits by this committer
Shakespeare is a template family for type-safe, efficient templates with
simple variable interpolation.  Shakespeare templates can be used inline
with a quasi-quoter or in an external file.  Shakespeare interpolates
variables according to the type being inserted.  In this case, the
variable type needs a ToCss instance.

This package contains 2 CSS template languages.  The Cassius language
uses whitespace to avoid the need for closing brackets and semi-colons.
Lucius does not care about whitespace and is a strict superset of CSS.
There are also some significant conveniences added for CSS.

WWW:    http://www.yesodweb.com/book/templates

Obtained from:  FreeBSD Haskell
Original commit
17:18 pgj search for other commits by this committer
Components of paths.

WWW:    http://github.com/snoyberg/path-pieces

Obtained from:  FreeBSD Haskell
Original commit
17:13 pgj search for other commits by this committer
Hamlet gives you a type-safe tool for generating HTML code.  It works
via Quasi-Quoting, and generating extremely efficient output code.  The
syntax is white-space sensitive, and it helps you avoid cross-site
scripting issues and 404 errors.

WWW:    http://www.yesodweb.com/book/templates

Obtained from:  FreeBSD Haskell
Original commit
17:11 pgj search for other commits by this committer
Shakespeare is a template family for type-safe, efficient templates with
simple variable interpolation.  Shakespeare templates can be used inline
with a quasi-quoter or in an external file.  Shakespeare interpolates
variables according to the type being inserted.

WWW:    http://www.yesodweb.com/book/templates

Obtained from:  FreeBSD Haskell
Original commit
16:51 pgj search for other commits by this committer
HTTP cookie parsing and rendering.

WWW:    http://github.com/snoyberg/cookie

Obtained from:  FreeBSD Haskell
Original commit
16:40 pgj search for other commits by this committer
Focus is on third-party authentication methods, such as OpenID, rpxnow
and Facebook.

WWW:    http://github.com/yesodweb/authenticate

Obtained from:  FreeBSD Haskell
Original commit
16:27 pgj search for other commits by this committer
This package uses attoparsec for parsing the actual contents of the HTTP
connection.  It also provides higher-level functions which allow you to
avoid direct usage of enumerators.

WWW:    http://github.com/snoyberg/http-enumerator

Obtained from:  FreeBSD Haskell
Original commit
03:25 pgj search for other commits by this committer
Gitit is a wiki backed by a git, darcs, or mercurial filestore.  Pages
and uploaded files can be modified either directly via the VCS's
command-line tools or through the wiki's web interface.  Pandoc is used
for markup processing, so pages may be written in (extended) markdown,
reStructuredText, LaTeX, HTML, or literate Haskell, and exported in ten
different formats, including LaTeX, ConTeXt, DocBook, RTF, OpenOffice
ODT, and MediaWiki markup.

Notable features include:

 * plugins: dynamically loaded page transformations written in Haskell.
 * conversion of TeX math to MathML for display in web browsers.
 * syntax highlighting of source code files and code snippets.
 * Atom feeds (site-wide and per-page).
 * a library, Network.Gitit, that makes it simple to include a gitit
   wiki in any happstack application.

WWW:    http://gitit.net/

Obtained from:  FreeBSD Haskell
Original commit
03:21 pgj search for other commits by this committer
Run untrusted HTML through Text.HTML.SanitizeXSS.sanitizeXSS to prevent
XSS attacks.

WWW:    http://github.com/gregwebs/haskell-xss-sanitize

Obtained from:  FreeBSD Haskell
Original commit
03:19 pgj search for other commits by this committer
- Fix ordering
Original commit
03:18 pgj search for other commits by this committer
CSS parser and renderer.

WWW:    http://www.yesodweb.com/

Obtained from:  FreeBSD Haskell
Original commit
03:14 pgj search for other commits by this committer
The reCAPTCHA [1] is a service that provides captchas for preventing
automated spam in web applications.  The recaptcha-hs provides functions
for using reCAPTCHA in Haskell web applications.

[1] http://recaptcha.net/

WWW:    http://github.com/jgm/recaptcha/tree/master

Obtained from:  FreeBSD Haskell
Original commit
Friday, 17 Feb 2012
17:16 pgj search for other commits by this committer
- Connect www/hs-happstack to the build
Original commit
17:11 pgj search for other commits by this committer
Unplug your machine and restart and have your app recover to exactly
where it left off.  Happstack-State spares you the need to deal with all
the marshalling, consistency, and configuration headache that you would
have if you used an external DBMS for this purpose.  Its component model
makes it easy to compose big applications from smaller reliable parts.
Use event subscription to trigger IO actions and support comet-style or
irc-bot applications.

WWW:    http://happstack.com/

Obtained from:  FreeBSD Haskell
Original commit
17:09 pgj search for other commits by this committer
Happstack Server provides an HTTP server and a rich set of functions for
routing requests, handling query parameters, generating responses,
working with cookies, serving files, and more.

WWW:    http://happstack.com/

Obtained from:  FreeBSD Haskell
Original commit
17:07 pgj search for other commits by this committer
Just pick which parts of your data structures you want indexed using an
easy to use template-haskell function.  Spare yourself the need to
write, run, and maintain code that marshalls your data to/from an
external relational database just for efficient queries.  The
happstack-ixset relies on generics and TH to spare you the boilerplate
normally required for such tasks.

WWW:    http://happstack.com/

Obtained from:  FreeBSD Haskell
Original commit
17:05 pgj search for other commits by this committer
Miscellaneous utilities for Happstack packages.

WWW:    http://happstack.com/

Obtained from:  FreeBSD Haskell
Original commit
17:03 pgj search for other commits by this committer
This package provides libraries for:

 * Deriving instances for your datatypes.
 * Producing default values of Haskell datatypes.
 * Normalizing values of Haskell datatypes.
 * Marshalling Haskell values to and from XML.
 * Marshalling Haskell values to and from HTML forms.

WWW:    http://happstack.com/

Obtained from:  FreeBSD Haskell
Original commit
Sunday, 12 Feb 2012
14:53 swills search for other commits by this committer
Provide a consistent interface to a wide array of templating languages

WWW:    http://search.cpan.org/dist/Any-Template/
Original commit
Wednesday, 8 Feb 2012
02:34 pgollucci search for other commits by this committer
Journey is a router. It routes requests.

WWW: http://github.com/tenderlove/journey
Original commit
Tuesday, 7 Feb 2012
20:18 rene search for other commits by this committer
Remove expired port:
2012-02-06 www/zope-cmf: Doesn't work with modern Zope versions
Original commit
08:32 wen search for other commits by this committer
Mongrel2 is an application, language, and network architecture
agnostic web server that focuses on web applications using modern
browser technologies.

WWW: http://mongrel2.org/

PR:             ports/163256
Submitted by:   Gvozdikov Veniamin <g.veniamin@googlemail.com>
Original commit
05:05 pgollucci search for other commits by this committer
- Connect *10 xapian ports to the build

PR:     ports/164460
Original commit
04:28 miwi search for other commits by this committer
A free and open source content management system for publishing
content on the World Wide Web and intranets.  It is based on Django
and written in Python.

WWW: http://django-cms.org/

PR:             ports/164624
Submitted by:   Matthew X. Economou <xenophon+fbsdports@irtnog.org>
Original commit
04:26 miwi search for other commits by this committer
Sekizai means "blocks" in Japanese, and that's what this app provides.
A fresh look at blocks.  With django-sekizai you can define
placeholders where your blocks get rendered and at different places in
your templates append to those blocks.  This is especially useful for
css and javascript.  Your subtemplates can now define css and
javscript files to be included, and the css will be nicely put at the
top and the javascript to the bottom, just like you should.  Also
sekizai will ignore any duplicate content in a single block.

WWW: https://github.com/ojii/django-sekizai

PR:             ports/164622
Submitted by:   Matthew X. Economou <xenophon+fbsdports@irtnog.org>
Original commit
Friday, 3 Feb 2012
22:10 jpaetzel search for other commits by this committer
A simple JSON-RPC implementation for Django.

https://github.com/samuraisam/django-json-rpc

PR:             ports/164731
Submitted by:   John Hixson <john@ixsystems.com>
Original commit
Sunday, 29 Jan 2012
11:42 kuriyama search for other commits by this committer
Plack::Middleware::ServerStatus::Lite is a middleware that display
server status in multiprocess Plack servers such as Starman and
Starlet.  This middleware changes status only before and after
executing the application.  so cannot monitor keepalive session and
network i/o wait.

WWW: http://search.cpan.org/dist/Plack-Middleware-ServerStatus-Lite/
Original commit
06:53 miwi search for other commits by this committer
bjoern, is a fast and ultra-lightweight asynchronous HTTP/1.1 WSGI server. It
uses Marc Lehmann's hight performance libev event loop and Ryan Dahl's
http-parser.

WWW:    https://github.com/jonashaag/bjoern

PR:             ports/164582
Submitted by:   Olivier Duchateau <duchateau.olivier@gmail.com>
Original commit
Saturday, 28 Jan 2012
13:19 culot search for other commits by this committer
Permredirect is a Trac plugin which redirects users to the login screen on
PermissionError.

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

PR:             ports/164377
Submitted by:   Grzegorz Blach <magik@roorback.net>
Original commit
11:51 culot search for other commits by this committer
Dancer::Plugin::SiteMap automagically adds sitemap routes to the webapp.
Currently adds /sitemap and /sitemap.xml where the former is a basic
HTML list and the latter is an XML document of URLS.

WWW: http://search.cpan.org/dist/Dancer-Plugin-SiteMap/

PR:             ports/164558
Submitted by:   Grzegorz Blach <magik@roorback.net>
Original commit
Wednesday, 25 Jan 2012
19:15 rm search for other commits by this committer
Remove expired port: Runtime is mostly broken, abandoned upstream. Use
www/py-flexget instead.

PR:             160626
Submitted by:   h h <aakuusta at gmail dot com>
Approved by:    maintainer (timeout, 3 months+)
Original commit
Sunday, 22 Jan 2012
21:17 sunpoet search for other commits by this committer
- Add p5-Protocol-SocketIO 0.0001

Protocol::SocketIO is a set of modules that implement Socket.IO protocol without
depending on event loops, HTTP parsers and HTTP servers.

WWW: http://search.cpan.org/dist/Protocol-SocketIO/
Original commit
Sunday, 15 Jan 2012
22:58 scheidell search for other commits by this committer
- Glue to allow mounted rack applications to know where they're mounted

PR:             ports/163795
Submitted by:   Rodrigo Nicola Lombardo <rodnic@gmail.com>
Reviewed by:    scheidell
Approved by:    maintainer, gabor (mentor)
Original commit
Saturday, 14 Jan 2012
19:54 miwi search for other commits by this committer
Waitress, is pure Python WSGI server.

WWW:    http://pypi.python.org/pypi/waitress

PR:             ports/164091
Submitted by:   Olivier Duchateau <duchateau.olivier@gmail.com>
Original commit
19:24 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:    https://bitbucket.org/bkroeze/django-caching-app-plugins/

PR:             ports/164053
Submitted by:   Kevin Golding <ports@caomhin.org>
Original commit
19:23 miwi search for other commits by this committer
Photologue is a reusable Django application that provides powerful image
management and manipulation functionality as well as a complete photo gallery
solution. Effects, include reflections and transparent watermarks. Photologue
embraces the Django admin and smoothly integrates with photo thumbnails and
effect previews.

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

PR:             ports/164054
Submitted by:   Kevin Golding <ports@caomhin.org>
Original commit
18:17 miwi search for other commits by this committer
- Remove xpi-autobrowse, xpi-joga, xpi-num2web, xpi-savegenpage,
xpi-videodownloader, xpi-xpcom-component-viewer
Original commit
Monday, 9 Jan 2012
14:44 lbr search for other commits by this committer
Add p5-App-gist 0.04, gitHub Gist creator.

PR:             ports/163813
Submitted by:   Denny Lin <dennylin93@hs.ntnu.edu.tw>
Original commit
Sunday, 8 Jan 2012
22:18 eadler search for other commits by this committer
2011-01-02 www/rubygem-htauth: broke for ~12 months
2012-01-02 www/instiki: has been marked ignore since 2010/09/16
Original commit
21:56 eadler search for other commits by this committer
port expired:
2011-11-30 www/typo343: Support will end in the near future, see
http://typo3.org/download/packages/ for details
Original commit
Friday, 6 Jan 2012
09:16 rm search for other commits by this committer
Remove expired zope ports.
Original commit
Thursday, 5 Jan 2012
18:52 ohauer search for other commits by this committer
- remove p5-Apache-DBI-mp2

with hat apache@
Original commit
01:20 garga search for other commits by this committer
Re-add www/dansguardian-devel with new alpha version 2.12.0.0

Requested by:   Marcello Coutinho <marcellocoutinho@gmail.com>
Thanks to:      dougb@
Original commit
Wednesday, 4 Jan 2012
14:26 pav search for other commits by this committer
- Reconnect mod_auth_mysql2 which seems to have been removed by mistake in
  apache13 sweep

Reported by:    pointyhat
Original commit
Tuesday, 3 Jan 2012
11:08 rm search for other commits by this committer
Import plone4 dependencies part 15/15
Original commit
09:54 rm search for other commits by this committer
Import plone4 dependencies part 14/15
Original commit
09:01 rm search for other commits by this committer
Import plone4 dependencies part 13/15
Original commit
08:06 rm search for other commits by this committer
Import plone4 dependencies part 12/15
Original commit
Monday, 2 Jan 2012
21:06 rm search for other commits by this committer
Import plone4 dependencies part 11/15
Original commit
19:53 rm search for other commits by this committer
Import plone4 dependencies part 10/15
Original commit
16:38 kuriyama search for other commits by this committer
This module adds x-reproxy-url header support to Apache/2.x.

WWW: https://github.com/kazuho/mod_reproxy
Original commit
15:34 kuriyama search for other commits by this committer
Net::STF::Client implements the STF protocol to talk to STF servers.

WWW: http://search.cpan.org/dist/Net-STF-Client/
Original commit
09:57 rm search for other commits by this committer
Import plone4 dependencies part 9/15
Original commit
08:42 rm search for other commits by this committer
Import plone4 dependencies part 8/15
Original commit
Sunday, 1 Jan 2012
20:15 ohauer search for other commits by this committer
- remove apache13 and ports depending on apache13 from portstree
  ( EXPIRATION_DATE=2012-01-01 )

with hat apache@
Original commit
19:30 ohauer search for other commits by this committer
- remove apache13 and ports depending on apache13 from portstree
  ( EXPIRATION_DATE=2012-01-01 )

with hat apache@
Original commit
12:07 rene search for other commits by this committer
Remove expired ports:
2011-12-31 www/squid30: This version of Squid is no longer actively maintained
upstream
2011-12-31 devel/slglade: Depends on non-functional x11-toolkits/slgtk
2011-12-31 x11-toolkits/slgtk: Does not work with newer GTK+, upstream
development has ceased
2011-12-31 x11-toolkits/slgtkdatabox: Depends on non-functional
x11-toolkits/slgtk
Original commit
Saturday, 31 Dec 2011
09:31 kuriyama search for other commits by this committer
STF::Dispatcher::PSGI implements the basic STF Protocol
(http://stf-storage.github.com) dispatcher component. It does not know
how to actually store or retrieve data, so you must implement that
portion yourself.

The reason this exists is mainly to allow you to testing systems that
interact with STF servers. For example, setting up the main STF
implementation is quite a pain if all you want to do is to test your
application, but with this module, you can easily create a dummy STF
dispatcher.

WWW: http://search.cpan.org/dist/STF-Dispatcher-PSGI/
Original commit
08:33 kuriyama search for other commits by this committer
Plack::Middleware::Reproxy implements a simple reproxy mechanism via
X-Reproxy-URL, like https://github.com/kazuho/mod_reproxy.

WWW: http://search.cpan.org/dist/Plack-Middleware-Reproxy/
Original commit
08:26 kuriyama search for other commits by this committer
This is a wrapper to Furl for asynchronous HTTP requests with Coro.

WWW: http://search.cpan.org/dist/FurlX-Coro/
Original commit
08:03 kuriyama search for other commits by this committer
The most common action that a crawler takes is to follow links on a
page. This module helps you with that task.

WWW: http://search.cpan.org/dist/GunghoX-FollowLinks/
Original commit
Wednesday, 28 Dec 2011
19:22 rene search for other commits by this committer
Remove expired ports:
2011-12-01 www/xpi-mousegestures: Development has been ceased and not compatible
with Firefox > 2.
2011-12-01 www/xpi-mozex: Development has been ceased and not compatible with
Firefox > 3.
Original commit
Sunday, 25 Dec 2011
19:25 eadler search for other commits by this committer
C++ Application Server, version 2

WWW: http://ctpp.havoc.ru/

PR:             ports/162880
Submitted by:   Alexander Lunkov <lunkov@gmail.com>
Original commit
10:46 rm search for other commits by this committer
- Add seventh portion of dependencies needed for Plone 4 import.

Approved by:   novel (mentor)
Original commit
08:54 rm search for other commits by this committer
- Remove expired port: Unmaintained upstream, isn't used by anything.

Approved by:   novel (mentor, implicit)
Original commit
Friday, 23 Dec 2011
19:52 rm search for other commits by this committer
- Add sixth portion of dependencies needed for Plone 4 import.

Approved by:   novel (mentor)
Original commit
15:38 culot search for other commits by this committer
HTML::ExtractMain is a module which takes HTML content, and uses the
Readability algorithm to detect the main body of the page, usually
skipping headers, footers, navigation, etc.

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

PR:             ports/163557
Submitted by:   Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
Original commit
Tuesday, 20 Dec 2011
21:41 pawel search for other commits by this committer
Volta is a high performance, low resource URI rewriter for use with the
Squid caching proxy server (http://www.squid-cache.org) With it, you
can dynamically alter URI requests that pass through Squid based on
various criteria.

It uses a state machine to parse URIs and rules, and a constant database
to store and access those rules.

WWW: http://projects.martini.nu/volta/

PR:             ports/162935
Submitted by:   Mahlon E. Smith
Original commit
Saturday, 17 Dec 2011
00:46 pgollucci search for other commits by this committer
A systems integration framework, built to bring the benefits of configuration
management to your entire infrastructure.

WWW: http://www.opscode.com/chef/

Submitted by:   Scott Sanders <scott@jsssr.com>
Sponsored by:   Ride Charge Inc. / Taxi Magic
Original commit
Friday, 16 Dec 2011
22:56 pgollucci search for other commits by this committer
A systems integration framework, built to bring the benefits of configuration
management to your entire infrastructure.

WWW: http://www.opscode.com/chef/

Submitted by:   Scott Sanders <scott@jssjr.com>
Sponsored by:   RideCharge Inc., Taxi Magic
Original commit
22:22 pgollucci search for other commits by this committer
Async (EventMachine) HTTP client, with support for:
o   Asynchronous HTTP API for single & parallel request execution
o   Keep-Alive and HTTP pipelining support
o   Auto-follow 3xx redirects with max depth
o   Automatic gzip & deflate decoding
o   Streaming response processing
o   Streaming file uploads
o   HTTP proxy and SOCKS5 support
o   Basic Auth & OAuth
o   Connection-level & Global middleware support
o   HTTP parser via http_parser.rb
o   Works wherever EventMachine runs: Rubinius, JRuby, MRI

WWW: https://github.com/igrigorik/em-http-request

PR:             ports/163360
Submitted by:   Scott Sanders <scott@jssjr.com>
Sponsored by:   RideCharge Inc. / Taxi Magic
Original commit
22:18 pgollucci search for other commits by this committer
Merb is a web development framework for fast, simple, and powerful development.

WWW: http://www.merbivore.com/

PR:             ports/163354
Submitted by:   Scott Sanders <scott@jssjr.com>
Sponsored by:   RideCharge Inc. / Taxi Magic
Original commit
22:17 pgollucci search for other commits by this committer
Merb is a web development framework for fast, simple, and powerful development.

WWW: http://www.merbivore.com/

PR:             ports/163353
Submitted by:   Scott Sanders <scott@jssjr.com>
Sponsored by:   RideCharge Inc. / Taxi Magic
Original commit
22:16 pgollucci search for other commits by this committer
Merb is a web development framework for fast, simple, and powerful development.

WWW: http://www.merbivore.com/

PR:             ports/163350
Submitted by:   Scott Sanders <scott@jssjr.com>
Sponsored by:   RideCharge Inc. / Taxi Magic
Original commit
22:16 pgollucci search for other commits by this committer
Merb is a web development framework for fast, simple, and powerful development.

WWW: http://www.merbivore.com/

PR:             ports/163349
Submitted by:   Scott Sanders <scott@jssjr.com>
Sponsored by:   RideCharge Inc. / Taxi Magic
Original commit
22:14 pgollucci search for other commits by this committer
Fast replacement for CGI.escape and Rack::Utils.escape

WWW: http://rubygems.org/gems/url_escape

PR:             ports/163345
Submitted by:   Scott Sanders <scott@jssjr.com>
Sponsored by:   RideCharge Inc. / Taxi Magic
Original commit
22:14 pgollucci search for other commits by this committer
Merb is a web development framework for fast, simple, and powerful development.

WWW: http://www.merbivore.com/

PR:             ports/163344
Submitted by:   Scott Sanders <scott@jssjr.com>
Sponsored by:   RideCharge Inc. / Taxi Magic
Original commit
Monday, 12 Dec 2011
09:27 rm search for other commits by this committer
Import Zope 2.13.
Much thanks to Wen Heping for actually adding all the needed ports
for this update and testing.
A lot of thanks goes to Doug Barton and Chris Rees for the help with
rc-script.

Submitted by:   rm (myself, via github)
Approved by:    novel, miwi (mentors)
Feature safe:   yes
Original commit
Monday, 5 Dec 2011
22:53 swills search for other commits by this committer
Remove these ports as they are no longer included in the upstream
ruby-gnome.

devel/ruby-gconf2
devel/ruby-gnomevfs
devel/ruby-libglade2
graphics/ruby-gnomecanvas2
graphics/ruby-libart2
print/ruby-gnomeprint
www/ruby-gtkhtml2
www/ruby-gtkmozembed
x11-toolkits/ruby-gnomeprintui
x11-toolkits/ruby-gtkglext
x11-toolkits/ruby-panelapplet
x11/ruby-gnome2-all

PR:             ports/162139
Submitted by:   TAKATSU Tomonari <tota@freebsd.org> (based on)
Feature safe:   yes
Original commit
03:20 sunpoet search for other commits by this committer
- Connect www/node04

Feature safe:   yes
Original commit
Sunday, 4 Dec 2011
11:38 kuriyama search for other commits by this committer
Fliggy inherits Twiggy and adds support for inlined Flash Policy
server (useful for Plack::Middleware::SocketIO or Flash WebSocket
fallback).

No need to run Flash Policy server as root on 843 port!

Usage is exactly the same as Twiggy, whenever you run twiggy command,
replace it with fliggy and you're ready to go.

WWW: http://search.cpan.org/dist/Fliggy/

Feature safe:   yes
Original commit
10:05 miwi search for other commits by this committer
Template::Simple is a flexible, efficient and fast templating module
for mod_perl written by Uri Guttman. It has a very simple markup
scheme, but does nearly any templating task you could want as
installed (and provides for callbacks if you want to extend it).

WWW: http://search.cpan.org/dist/Template-Simple/

PR:             ports/163047
Submitted by:   Ken McGlothlen <ken.mcglothlen@gmail.com>
Feature safe:   yes
Original commit
Friday, 2 Dec 2011
06:31 sunpoet search for other commits by this committer
- Add p5-Router-Simple 0.09

Router::Simple is a simple router class. Its main purpose is to serve as a
dispatcher for web applications. Router::Simple can match against PSGI $env
directly, which means it's easy to use with PSGI supporting web frameworks.

WWW: http://search.cpan.org/dist/Router-Simple/

Feature safe:   yes
Original commit
Friday, 25 Nov 2011
18:45 miwi search for other commits by this committer
Django Compressor combines and compresses linked and
inline Javascript or CSS in a Django templates into
cacheable static files by using the compress template tag.

WWW:    https://github.com/jezdez/django_compressor

PR:             ports/159083
Submitted by:   Lung-Pin Chang <changlp@cs.nctu.edu.tw>
Feature safe:   yes
Original commit
Thursday, 24 Nov 2011
15:06 miwi search for other commits by this committer
Server Spy indicates what brand of HTTP server (e.g. Apache, IIS, etc.)
runs on the visited sites.

WWW:    http://releases.mozilla.org/pub/mozilla.org/addons/2036/

PR:             ports/162451
Submitted by:   Barbara <barbara.xxx1975@libero.it>
Feature safe:   yes
Original commit
15:00 miwi search for other commits by this committer
Show the IP address of the current page in the status bar.

WWW:    http://code.google.com/p/firefox-showip/

PR:             ports/162450
Submitted by:   Barbara <barbara.xxx1975@libero.it>
Feature safe:   yes
Original commit
Wednesday, 23 Nov 2011
11:29 ale search for other commits by this committer
Add xpi-gdata_provider 0.9, allows bidirectional access to Google
Calendar.

The GDATA Provider is an adapter that connects the internals of
Mozilla's Lightning calendar add-on to Google Calendar RESTful
data services. This allows you to view, edit and manipulate
Google calendars within Lightning.

Feature safe:   yes
Original commit
Tuesday, 22 Nov 2011
22:27 brooks search for other commits by this committer
Add a postfix specific slaveport for trac-email2trac to simplify the
lives of pkg using postfix users.

Requested by:   bz
Feature safe:   yes
Original commit
Wednesday, 16 Nov 2011
16:57 swills search for other commits by this committer
Unicorn is an HTTP server for Rack applications designed to only serve fast
clients on low-latency, high-bandwidth connections and take advantage of
features in Unix/Unix-like kernels. Slow clients should only be served by
placing a reverse proxy capable of fully buffering both the the request and
response in between Unicorn and slow clients.

WWW:    http://unicorn.bogomips.org/

Feature safe:   yes
Original commit
16:38 swills search for other commits by this committer
Raindrops is a real-time stats toolkit to show statistics for Rack HTTP
servers. It is designed for preforking servers such as Rainbows! and Unicorn,
but should support any Rack HTTP server under Ruby 1.9, 1.8 and Rubinius on
platforms supporting POSIX shared memory. It may also be used as a generic
scoreboard for sharing atomic counters across multiple processes.

WWW:    http://raindrops.bogomips.org/

Feature safe:   yes
Original commit
14:15 clsung search for other commits by this committer
This is a django application that tries to eliminate annoying
things in the Django framework.

Features:

    render_to decorator - reduce typing in django views.
    signals decorator - allow use signals as decorators.
    ajax_request decorator - returns JsonResponse with this dict as content.
    autostrip decorator - strip text form fields before validation.
    get_object_or_None function - similar to get_object_or_404, but
        returns None if object not found.
    get_config function - get settings from django.conf if exists,
        return default value otherwise.
    AutoOneToOne field - creates related object on first call if it
        doesn't exist yet.
    HttpResponseReload - reload and stay on same page from where request
        was made.
    StaticServer middleware - instead of configuring urls.py, just
        add this middleware and it will serve you static files.
    JSONField - custom field that lets you easily store JSON data in one of
        your model fields.

WWW: https://bitbucket.org/offline/django-annoying/wiki/Home

Feature safe:   yes
Original commit
Monday, 14 Nov 2011
06:24 clsung search for other commits by this committer
Selenium Python Client Driver is a Python language binding for Selenium Remote
Control (version 1.0 and 2.0).

Currently the remote protocol, Firefox and Chrome for Selenium 2.0 are
supported, as well as the Selenium 1.0 bindings. As work will progresses we'll
add more "native" drivers.

WWW: http://seleniumhq.org/

PR:             ports/162548
Submitted by:   maintainer (Douglas William Thrift)
Feature safe:   yes
Original commit
Saturday, 12 Nov 2011
16:45 sunpoet search for other commits by this committer
- Add p5-Parse-HTTP-UserAgent 0.32

Parse::HTTP::UserAgent implements a rules-based parser and tries to identify
MSIE, FireFox, Opera, Safari & Chrome first. It then tries to identify Mozilla,
Netscape, Robots and the rest will be tried with a generic parser. There is also
a structure dumper, useful for debugging.

User agent strings are a complete mess since there is no standard format for
them. They can be in various formats and can include more or less information
depending on the vendor's (or the user's) choice. Also, it is not dependable
since it is some arbitrary identification string. Any user agent can fake
another. So, why deal with such a useless mess? You may want to see the choice
of your visitors and can get some reliable data (even if some are fake) and
generate some nice charts out of them or just want to send an HttpOnly cookie if
the user agent seems to support it (and send a normal one if this is not the
case). However, browser sniffing for client-side coding is considered a bad
habit.

WWW: http://search.cpan.org/dist/Parse-HTTP-UserAgent/

Feature safe:   yes
Original commit

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

[First Page]  «  22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32  »  [Last Page]