non port: www/Makefile |
Number of commits found: 5252 (showing only 100 on this page) |
Saturday, 18 Feb 2012
|
17:44 pgj
Some helpers for using Persistent from Yesod.
WWW: http://www.yesodweb.com/
Obtained from: FreeBSD Haskell
 |
17:42 pgj
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
 |
17:39 pgj
A logging system for WAI.
WWW: http://hackage.haskell.org/package/wai-logger
Obtained from: FreeBSD Haskell
 |
17:37 pgj
Provides common features without many dependencies.
WWW: http://github.com/yesodweb/wai
Obtained from: FreeBSD Haskell
 |
17:34 pgj
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
 |
17:32 pgj
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
 |
17:30 pgj
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
 |
17:28 pgj
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
 |
17:18 pgj
Components of paths.
WWW: http://github.com/snoyberg/path-pieces
Obtained from: FreeBSD Haskell
 |
17:13 pgj
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
 |
17:11 pgj
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
 |
16:51 pgj
HTTP cookie parsing and rendering.
WWW: http://github.com/snoyberg/cookie
Obtained from: FreeBSD Haskell
 |
16:40 pgj
Focus is on third-party authentication methods, such as OpenID, rpxnow
and Facebook.
WWW: http://github.com/yesodweb/authenticate
Obtained from: FreeBSD Haskell
 |
16:27 pgj
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
 |
03:25 pgj
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
 |
03:21 pgj
Run untrusted HTML through Text.HTML.SanitizeXSS.sanitizeXSS to prevent
XSS attacks.
WWW: http://github.com/gregwebs/haskell-xss-sanitize
Obtained from: FreeBSD Haskell
 |
03:19 pgj
- Fix ordering
 |
03:18 pgj
CSS parser and renderer.
WWW: http://www.yesodweb.com/
Obtained from: FreeBSD Haskell
 |
03:14 pgj
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
 |
Friday, 17 Feb 2012
|
17:16 pgj
- Connect www/hs-happstack to the build
 |
17:11 pgj
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
 |
17:09 pgj
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
 |
17:07 pgj
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
 |
17:05 pgj
Miscellaneous utilities for Happstack packages.
WWW: http://happstack.com/
Obtained from: FreeBSD Haskell
 |
17:03 pgj
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
 |
Sunday, 12 Feb 2012
|
14:53 swills
Provide a consistent interface to a wide array of templating languages
WWW: http://search.cpan.org/dist/Any-Template/
 |
Wednesday, 8 Feb 2012
|
02:34 pgollucci
Journey is a router. It routes requests.
WWW: http://github.com/tenderlove/journey
 |
Tuesday, 7 Feb 2012
|
20:18 rene
Remove expired port:
2012-02-06 www/zope-cmf: Doesn't work with modern Zope versions
 |
08:32 wen
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>
 |
05:05 pgollucci
- Connect *10 xapian ports to the build
PR: ports/164460
 |
04:28 miwi
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>
 |
04:26 miwi
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>
 |
Friday, 3 Feb 2012
|
22:10 jpaetzel
A simple JSON-RPC implementation for Django.
https://github.com/samuraisam/django-json-rpc
PR: ports/164731
Submitted by: John Hixson <john@ixsystems.com>
 |
Sunday, 29 Jan 2012
|
11:42 kuriyama
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/
 |
06:53 miwi
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>
 |
Saturday, 28 Jan 2012
|
13:19 culot
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>
 |
11:51 culot
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>
 |
Wednesday, 25 Jan 2012
|
19:15 rm
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+)
 |
Sunday, 22 Jan 2012
|
21:17 sunpoet
- 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/
 |
Sunday, 15 Jan 2012
|
22:58 scheidell
- 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)
 |
Saturday, 14 Jan 2012
|
19:54 miwi
Waitress, is pure Python WSGI server.
WWW: http://pypi.python.org/pypi/waitress
PR: ports/164091
Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com>
 |
19:24 miwi
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>
 |
19:23 miwi
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>
 |
18:17 miwi
- Remove xpi-autobrowse, xpi-joga, xpi-num2web, xpi-savegenpage,
xpi-videodownloader, xpi-xpcom-component-viewer
 |
Monday, 9 Jan 2012
|
14:44 lbr
Add p5-App-gist 0.04, gitHub Gist creator.
PR: ports/163813
Submitted by: Denny Lin <dennylin93@hs.ntnu.edu.tw>
 |
Sunday, 8 Jan 2012
|
22:18 eadler
2011-01-02 www/rubygem-htauth: broke for ~12 months
2012-01-02 www/instiki: has been marked ignore since 2010/09/16
 |
21:56 eadler
port expired:
2011-11-30 www/typo343: Support will end in the near future, see
http://typo3.org/download/packages/ for details
 |
Friday, 6 Jan 2012
|
09:16 rm
Remove expired zope ports.
 |
Thursday, 5 Jan 2012
|
18:52 ohauer
- remove p5-Apache-DBI-mp2
with hat apache@
 |
01:20 garga
Re-add www/dansguardian-devel with new alpha version 2.12.0.0
Requested by: Marcello Coutinho <marcellocoutinho@gmail.com>
Thanks to: dougb@
 |
Wednesday, 4 Jan 2012
|
14:26 pav
- Reconnect mod_auth_mysql2 which seems to have been removed by mistake in
apache13 sweep
Reported by: pointyhat
 |
Tuesday, 3 Jan 2012
|
11:08 rm
Import plone4 dependencies part 15/15
 |
09:54 rm
Import plone4 dependencies part 14/15
 |
09:01 rm
Import plone4 dependencies part 13/15
 |
08:06 rm
Import plone4 dependencies part 12/15
 |
Monday, 2 Jan 2012
|
21:06 rm
Import plone4 dependencies part 11/15
 |
19:53 rm
Import plone4 dependencies part 10/15
 |
16:38 kuriyama
This module adds x-reproxy-url header support to Apache/2.x.
WWW: https://github.com/kazuho/mod_reproxy
 |
15:34 kuriyama
Net::STF::Client implements the STF protocol to talk to STF servers.
WWW: http://search.cpan.org/dist/Net-STF-Client/
 |
09:57 rm
Import plone4 dependencies part 9/15
 |
08:42 rm
Import plone4 dependencies part 8/15
 |
Sunday, 1 Jan 2012
|
20:15 ohauer
- remove apache13 and ports depending on apache13 from portstree
( EXPIRATION_DATE=2012-01-01 )
with hat apache@
 |
19:30 ohauer
- remove apache13 and ports depending on apache13 from portstree
( EXPIRATION_DATE=2012-01-01 )
with hat apache@
 |
12:07 rene
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
 |
Saturday, 31 Dec 2011
|
09:31 kuriyama
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/
 |
08:33 kuriyama
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/
 |
08:26 kuriyama
This is a wrapper to Furl for asynchronous HTTP requests with Coro.
WWW: http://search.cpan.org/dist/FurlX-Coro/
 |
08:03 kuriyama
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/
 |
Wednesday, 28 Dec 2011
|
19:22 rene
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.
 |
Sunday, 25 Dec 2011
|
19:25 eadler
C++ Application Server, version 2
WWW: http://ctpp.havoc.ru/
PR: ports/162880
Submitted by: Alexander Lunkov <lunkov@gmail.com>
 |
10:46 rm
- Add seventh portion of dependencies needed for Plone 4 import.
Approved by: novel (mentor)
 |
08:54 rm
- Remove expired port: Unmaintained upstream, isn't used by anything.
Approved by: novel (mentor, implicit)
 |
Friday, 23 Dec 2011
|
19:52 rm
- Add sixth portion of dependencies needed for Plone 4 import.
Approved by: novel (mentor)
 |
15:38 culot
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>
 |
Tuesday, 20 Dec 2011
|
21:41 pawel
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
 |
Saturday, 17 Dec 2011
|
00:46 pgollucci
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
 |
Friday, 16 Dec 2011
|
22:56 pgollucci
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
 |
22:22 pgollucci
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
 |
22:18 pgollucci
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
 |
22:17 pgollucci
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
 |
22:16 pgollucci
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
 |
22:16 pgollucci
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
 |
22:14 pgollucci
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
 |
22:14 pgollucci
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
 |
Monday, 12 Dec 2011
|
09:27 rm
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
 |
Monday, 5 Dec 2011
|
22:53 swills
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
 |
03:20 sunpoet
- Connect www/node04
Feature safe: yes
 |
Sunday, 4 Dec 2011
|
11:38 kuriyama
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
 |
10:05 miwi
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
 |
Friday, 2 Dec 2011
|
06:31 sunpoet
- 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
 |
Friday, 25 Nov 2011
|
18:45 miwi
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
 |
Thursday, 24 Nov 2011
|
15:06 miwi
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
 |
15:00 miwi
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
 |
Wednesday, 23 Nov 2011
|
11:29 ale
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
 |
Tuesday, 22 Nov 2011
|
22:27 brooks
Add a postfix specific slaveport for trac-email2trac to simplify the
lives of pkg using postfix users.
Requested by: bz
Feature safe: yes
 |
Wednesday, 16 Nov 2011
|
16:57 swills
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
 |
16:38 swills
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
 |
14:15 clsung
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
 |
Monday, 14 Nov 2011
|
06:24 clsung
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
 |
Saturday, 12 Nov 2011
|
16:45 sunpoet
- 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
 |
Number of commits found: 5252 (showing only 100 on this page) |