1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
Commit Graph

3110 Commits

Author SHA1 Message Date
Gabor Pali
24c8f91a65 - Fix ordering 2012-02-18 03:19:01 +00:00
Gabor Pali
91ff17f09d CSS parser and renderer.
WWW:	http://www.yesodweb.com/

Obtained from:	FreeBSD Haskell
2012-02-18 03:18:12 +00:00
Gabor Pali
ca9e235905 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
2012-02-18 03:14:59 +00:00
Gabor Pali
338d64b197 - Connect www/hs-happstack to the build 2012-02-17 17:16:28 +00:00
Gabor Pali
658662474f 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
2012-02-17 17:11:56 +00:00
Gabor Pali
2a25d98ac1 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
2012-02-17 17:09:53 +00:00
Gabor Pali
4549292c88 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
2012-02-17 17:07:37 +00:00
Gabor Pali
93d4869e36 Miscellaneous utilities for Happstack packages.
WWW:	http://happstack.com/

Obtained from:	FreeBSD Haskell
2012-02-17 17:05:20 +00:00
Gabor Pali
c5e6a39b93 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
2012-02-17 17:03:33 +00:00
Steve Wills
eb2cf36b1d Provide a consistent interface to a wide array of templating languages
WWW:	http://search.cpan.org/dist/Any-Template/
2012-02-12 14:53:15 +00:00
Philip M. Gollucci
217eae974e Journey is a router. It routes requests.
WWW: http://github.com/tenderlove/journey
2012-02-08 02:34:51 +00:00
Rene Ladan
d73f482743 Remove expired port:
2012-02-06 www/zope-cmf: Doesn't work with modern Zope versions
2012-02-07 20:18:12 +00:00
Wen Heping
f662d2381d 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>
2012-02-07 08:32:02 +00:00
Philip M. Gollucci
90c6d2c71d - Connect *10 xapian ports to the build
PR:     ports/164460
2012-02-07 05:05:33 +00:00
Martin Wilke
5615d9d59a 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>
2012-02-07 04:28:08 +00:00
Martin Wilke
a8098dfafa 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>
2012-02-07 04:26:48 +00:00
Josh Paetzel
5b53efb91e A simple JSON-RPC implementation for Django.
https://github.com/samuraisam/django-json-rpc

PR:		ports/164731
Submitted by:	John Hixson <john@ixsystems.com>
2012-02-03 22:10:31 +00:00
Jun Kuriyama
f295878073 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/
2012-01-29 11:42:52 +00:00
Martin Wilke
8f0c89110b 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>
2012-01-29 06:53:34 +00:00
Frederic Culot
00588658f8 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>
2012-01-28 13:19:37 +00:00
Frederic Culot
bb99ea515b 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>
2012-01-28 11:51:38 +00:00
Ruslan Makhmatkhanov
b6673b023f 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+)
2012-01-25 19:15:43 +00:00
Sunpoet Po-Chuan Hsieh
95f07f27a0 - 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/
2012-01-22 21:17:39 +00:00
Michael Scheidell
3c130abf7f - 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)
2012-01-15 22:58:55 +00:00
Martin Wilke
38c849bb01 Waitress, is pure Python WSGI server.
WWW:	http://pypi.python.org/pypi/waitress

PR:		ports/164091
Submitted by:	Olivier Duchateau <duchateau.olivier@gmail.com>
2012-01-14 19:54:10 +00:00
Martin Wilke
88a27f60a7 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>
2012-01-14 19:24:03 +00:00
Martin Wilke
e01f524682 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>
2012-01-14 19:23:21 +00:00
Martin Wilke
b07029fa43 - Remove xpi-autobrowse, xpi-joga, xpi-num2web, xpi-savegenpage, xpi-videodownloader, xpi-xpcom-component-viewer 2012-01-14 18:17:26 +00:00
Lars Balker Rasmussen
23d1ee86c8 Add p5-App-gist 0.04, gitHub Gist creator.
PR:		ports/163813
Submitted by:	Denny Lin <dennylin93@hs.ntnu.edu.tw>
2012-01-09 14:44:31 +00:00
Eitan Adler
ff49617153 2011-01-02 www/rubygem-htauth: broke for ~12 months
2012-01-02 www/instiki: has been marked ignore since 2010/09/16
2012-01-08 22:18:52 +00:00
Eitan Adler
ac3c6d3acf port expired:
2011-11-30 www/typo343: Support will end in the near future, see http://typo3.org/download/packages/ for details
2012-01-08 21:56:55 +00:00
Ruslan Makhmatkhanov
cff2837fed Remove expired zope ports. 2012-01-06 09:16:12 +00:00
Olli Hauer
8243f0e9f3 - remove p5-Apache-DBI-mp2
with hat apache@
2012-01-05 18:52:30 +00:00
Renato Botelho
8883a7f87a Re-add www/dansguardian-devel with new alpha version 2.12.0.0
Requested by:	Marcello Coutinho <marcellocoutinho@gmail.com>
Thanks to:	dougb@
2012-01-05 01:20:29 +00:00
Pav Lucistnik
c5eae10937 - Reconnect mod_auth_mysql2 which seems to have been removed by mistake in
apache13 sweep

Reported by:	pointyhat
2012-01-04 14:26:18 +00:00
Ruslan Makhmatkhanov
ebe189c5a2 Import plone4 dependencies part 15/15 2012-01-03 11:08:23 +00:00
Ruslan Makhmatkhanov
4d5d935ff7 Import plone4 dependencies part 14/15 2012-01-03 09:54:54 +00:00
Ruslan Makhmatkhanov
a593c438c7 Import plone4 dependencies part 13/15 2012-01-03 09:01:06 +00:00
Ruslan Makhmatkhanov
afa6031c89 Import plone4 dependencies part 12/15 2012-01-03 08:06:27 +00:00
Ruslan Makhmatkhanov
4b5c3cdd17 Import plone4 dependencies part 11/15 2012-01-02 21:06:12 +00:00
Ruslan Makhmatkhanov
95bf33f1bd Import plone4 dependencies part 10/15 2012-01-02 19:53:53 +00:00
Jun Kuriyama
22b4df1141 This module adds x-reproxy-url header support to Apache/2.x.
WWW: https://github.com/kazuho/mod_reproxy
2012-01-02 16:38:58 +00:00
Jun Kuriyama
d2373e139b Net::STF::Client implements the STF protocol to talk to STF servers.
WWW: http://search.cpan.org/dist/Net-STF-Client/
2012-01-02 15:34:19 +00:00
Ruslan Makhmatkhanov
d3680e41d3 Import plone4 dependencies part 9/15 2012-01-02 09:57:06 +00:00
Ruslan Makhmatkhanov
9ea9293333 Import plone4 dependencies part 8/15 2012-01-02 08:42:50 +00:00
Olli Hauer
bed70b32a2 - remove apache13 and ports depending on apache13 from portstree
( EXPIRATION_DATE=2012-01-01 )

with hat apache@
2012-01-01 20:15:53 +00:00
Olli Hauer
2c96f26a12 - remove apache13 and ports depending on apache13 from portstree
( EXPIRATION_DATE=2012-01-01 )

with hat apache@
2012-01-01 19:30:58 +00:00
Rene Ladan
110eb5bff8 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
2012-01-01 12:07:55 +00:00
Jun Kuriyama
994483e0a3 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/
2011-12-31 09:31:00 +00:00
Jun Kuriyama
30c06876f1 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/
2011-12-31 08:33:38 +00:00