Commit graph

27029 commits

Author SHA1 Message Date
Jason Helfman
ece434de4a - don't clobber configs on upgrades
PR:	ports/164740
Submitted by:	jgh,rflynn@acsalaska.net
Approved by:	maintainer timeout (17 days)
2012-02-20 23:49:12 +00:00
Beat Gaetzi
c48756f256 - Add option to disable mouse support
PR:		ports/165182
Submitted by:	Alex <silverless AT gmx.com>
2012-02-20 09:55:29 +00:00
Philippe Audeoud
92de5ae736 - Update to 0.80.7
PR:		ports/165203
Submitted by:	Mathias Monnerville <mathias [AT] monnerville.com> (maintainer)
2012-02-20 09:50:42 +00:00
Sunpoet Po-Chuan Hsieh
2cffbfeee9 - Update to 0.6.11
Changes:	https://github.com/joyent/node/blob/v0.6.11/ChangeLog
PR:		ports/165290
Submitted by:	Jin-Sih Lin <linpct@gmail.com> (maintainer)
2012-02-20 04:43:14 +00:00
Martin Wilke
ee443ad0ac - Update to 0.8.1
PR:		165113
Submitted by: 	maintainer
2012-02-20 00:06:23 +00:00
Martin Wilke
62eb9e2035 - Update to 2.1.7
PR:		164858
Submitted by:	John Chen <johnpupu@gmail.com> (maintainer)
2012-02-19 23:14:12 +00:00
Chris Rees
471863a1d3 Update PATCH_SITE
PR:		ports/165293
Submitted by:	Gerrit Kuehn <gerrit.kuehn@aei.mpg.de>
Approved by:	avg (maintainer)
2012-02-19 19:37:06 +00:00
Frederic Culot
cd5f766528 - Update LICENSE
PR:		ports/165289
Submitted by:	Douglas William Thrift <douglas@douglasthrift.net> (maintainer)
2012-02-19 13:05:58 +00:00
Dirk Meyer
46f363b1b1 - add EXPLICIT_PACKAGE_DEPENDS as this ports does not need shlibs bumps 2012-02-19 11:25:17 +00:00
Sunpoet Po-Chuan Hsieh
c16fe08e0e - Update to 6.03
- Add BUILD_DEPENDS

Changes:	http://search.cpan.org/dist/LWP-Protocol-http10/Changes
2012-02-19 10:54:43 +00:00
Sunpoet Po-Chuan Hsieh
75adc3b00c - Update to 6.02
Changes:	http://search.cpan.org/dist/WWW-RobotRules/Changes
2012-02-19 10:54:02 +00:00
Sunpoet Po-Chuan Hsieh
1e29c2a4b3 - Update to 6.01
Changes:	http://search.cpan.org/dist/HTTP-Negotiate/Changes
2012-02-19 10:53:42 +00:00
Sunpoet Po-Chuan Hsieh
6716b1d5a4 - Update to 6.01
Changes:	http://search.cpan.org/dist/HTTP-Daemon/Changes
2012-02-19 10:53:24 +00:00
Sunpoet Po-Chuan Hsieh
51bb245055 - Update to 6.01
Changes:	http://search.cpan.org/dist/HTML-Form/Changes
2012-02-19 10:53:02 +00:00
Sunpoet Po-Chuan Hsieh
0afa95f304 - Fix *_DEPENDS
- Bump PORTREVISION for dependency change
2012-02-19 10:52:38 +00:00
Ruslan Makhmatkhanov
b3e78ade01 - replace YES' with yes' in USE_PYTHON/USE_PYDISTUTILS (mostly)
They all non-functional changes.
2012-02-19 07:02:58 +00:00
Sunpoet Po-Chuan Hsieh
062278df4f - Update to 2.3.3
Changes:	http://piwigo.org/releases/2.3.3
PR:		ports/165264
Submitted by:	Goran Lowkrantz <glz@hidden-powers.com> (maintainer)
2012-02-19 06:31:30 +00:00
Sunpoet Po-Chuan Hsieh
6ecc7f0234 - Update to 5.90010
Changes:	http://search.cpan.org/dist/Catalyst-Runtime/Changes
2012-02-19 04:03:08 +00:00
TAKATSU Tomonari
b4cd0f56d5 - Make use of devel/rubygem-json_pure which had not been updated to 1.6.5 yet
when this port was updated to 3.1.2 instead of bundle json_pure library
- Do not install LICENSE file
- Bump PORTREVISION
2012-02-18 22:11:47 +00:00
Pav Lucistnik
72334ab9d5 - MAKE_JOBS_UNSAFE
Reported by:	pointyhat
2012-02-18 21:08:16 +00:00
Gabor Pali
02e663d404 A RESTful web framework with strong compile-time guarantees of correctness.
It also affords space efficient code, highly concurrent loads, and
portability to many deployment backends (via the wai package), from CGI
to stand-alone serving. Yesod also focuses on developer productivity.
Yesod integrates well with tools for all your basic web development (wai,
persistent, and shakespeare/hamlet).

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

Obtained from:	FreeBSD Haskell
2012-02-18 17:53:13 +00:00
Gabor Pali
8527e49545 Authentication for Yesod.
WWW:	http://www.yesodweb.com/

Obtained from:	FreeBSD Haskell
2012-02-18 17:51:06 +00:00
Gabor Pali
d1636f6e39 Generate content for Yesod using the aeson package.
WWW:	http://www.yesodweb.com/

Obtained from:	FreeBSD Haskell
2012-02-18 17:48:55 +00:00
Gabor Pali
72244c2fa1 Form handling support for Yesod Web Framework.
WWW:	http://www.yesodweb.com/

Obtained from:	FreeBSD Haskell
2012-02-18 17:46:39 +00:00
Gabor Pali
9d838d1748 Some helpers for using Persistent from Yesod.
WWW:	http://www.yesodweb.com/

Obtained from:	FreeBSD Haskell
2012-02-18 17:44:41 +00:00
Gabor Pali
7653e98fdc 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
2012-02-18 17:42:42 +00:00
Gabor Pali
554cac2cd5 A logging system for WAI.
WWW:	http://hackage.haskell.org/package/wai-logger

Obtained from:	FreeBSD Haskell
2012-02-18 17:39:24 +00:00
Gabor Pali
b02a3b4cd2 Provides common features without many dependencies.
WWW:	http://github.com/yesodweb/wai

Obtained from:	FreeBSD Haskell
2012-02-18 17:37:16 +00:00
Gabor Pali
3e9dbd8663 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
2012-02-18 17:34:41 +00:00
Gabor Pali
4aeb3e86c3 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
2012-02-18 17:32:38 +00:00
Gabor Pali
9ebc731ebd 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
2012-02-18 17:30:46 +00:00
Gabor Pali
6e2a1395cc 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
2012-02-18 17:28:38 +00:00
Gabor Pali
5601089dd4 Components of paths.
WWW:	http://github.com/snoyberg/path-pieces

Obtained from:	FreeBSD Haskell
2012-02-18 17:18:34 +00:00
Gabor Pali
f2ec06ecbd 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
2012-02-18 17:13:17 +00:00
Gabor Pali
4ec18f7207 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
2012-02-18 17:11:03 +00:00
Gabor Pali
03635e4e9e HTTP cookie parsing and rendering.
WWW:	http://github.com/snoyberg/cookie

Obtained from:	FreeBSD Haskell
2012-02-18 16:51:17 +00:00
Gabor Pali
2f0595223d Focus is on third-party authentication methods, such as OpenID, rpxnow
and Facebook.

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

Obtained from:	FreeBSD Haskell
2012-02-18 16:40:40 +00:00
Emanuel Haupt
db6d8efcfa Update to 11.1r102.62
PR:		165199
Submitted by:	Volodymyr Kostyrko <c.kworr@gmail.com>
2012-02-18 16:28:48 +00:00
Gabor Pali
5891d6ddde 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
2012-02-18 16:27:14 +00:00
Renato Botelho
998ea2184e - Add a new OPTION to enable experimental SSL support
Submitted by:	Marcello Coutinho <marcellocoutinho@gmail.com>
2012-02-18 13:14:31 +00:00
Renato Botelho
85a72c9f82 - Add a new OPTION, to control if php files will be or not installed. Since
it's on by default, no PORTREVISION bump is necessary
- Use ETCDIR instead of complete path

PR:		ports/164706
Submitted by:	Takefu <takefu@airport.fm>
2012-02-18 13:11:17 +00:00
Marcus von Appen
fbd0197639 - Update devel/sdl12 to 1.2.15
- Update audio/sdl_mixer to 1.2.15
- Update graphics/sdl_image to 1.2.12
- Update graphics/sdl_ttf to 2.0.11
- Update graphics/sdl_gfx to 2.0.23
- Update net/sdl_net to 1.2.8
- Bump PORTREVISIONs on ports that depend on one or more packages due to
ABI and shared library version changes
- Update Mk/bsd.sdl.mk accordingly for the new shared library versions

Tested by:	exp-run by pav
2012-02-18 10:18:33 +00:00
Eitan Adler
a6e42dd0d9 linux-flashplugin-7* no longer exists 2012-02-18 05:00:28 +00:00
Gabor Pali
bd8178b27a 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
2012-02-18 03:25:18 +00:00
Gabor Pali
81c73710a6 Run untrusted HTML through Text.HTML.SanitizeXSS.sanitizeXSS to prevent
XSS attacks.

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

Obtained from:	FreeBSD Haskell
2012-02-18 03:21:47 +00:00
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
Sunpoet Po-Chuan Hsieh
43c4d1aa4e - Update to 0.38
- Add BUILD_DEPENDS

Changes:	http://search.cpan.org/dist/Catalyst-View-TT/Changes
2012-02-17 20:34:49 +00:00
Sunpoet Po-Chuan Hsieh
29f02a8a2b - Update to 5.9003
Changes:	http://search.cpan.org/dist/Catalyst-Manual/Changes
2012-02-17 20:06:12 +00:00