Commit graph

27166 commits

Author SHA1 Message Date
Wen Heping
00bf9eabd6 - Update to 0.06
PR:		ports/165466
Submitted by:	Tuc <freebsd-ports@t-b-o-h.net> (maintainer)
2012-02-29 01:44:13 +00:00
Sergey A. Osokin
5ecdd87c22 Revert back previous commit of removing
http_upstream_keepalive third-party module from distinfo.

Notice from:	Rainer Duffner <rainer@ultra-secure.de>
Pointy hat to:	osa
2012-02-28 23:01:25 +00:00
Sergey A. Osokin
6174e64fb1 Update slowfs_cache third-party module from 1.7 to 1.8.
Do not bump PORTREVISIONs because this module disabled by default.

<ChangeLog>

2012-02-28    VERSION 1.8
  * Fix setting of slowfs process title.
    In case when local path was over 277 characters long, slowfs
    process would crash, which would result in file not being
    copied to the cache.
    Bug had appeared in version 1.7.
</ChangeLog>
2012-02-28 17:43:56 +00:00
Sergey A. Osokin
2c8e138ae0 Update slowfs_cache third-party module from 1.6 to 1.7.
Do not bump PORTREVISION because this module disabled by default.

<ChangeLog>

2012-02-28    VERSION 1.7
  * Fix on-disk cache size calculation.
    Since the initial release, recorded on-disk cache size was
    decreased twice for purged content (once during cache purge
    and once during subsequent cache update).
    This resulted in recorded on-disk cache size being much
    smaller than in reality, which could lead to on-disk cache
    outgrowing defined "max_size" parameter.
    Patch from Pyry Hakulinen (via ngx_cache_purge, months ago).

  * Append path of the file being cached to the slowfs process
    title.

</ChangeLog>
2012-02-28 13:59:45 +00:00
Sergey A. Osokin
855cab9eec Move upward extra_commands string for compatible with rc.conf.d
feature.

Do not bump PORTREVISIONs.
PR:	165454
2012-02-28 10:26:19 +00:00
Eitan Adler
40419a90ce Deprecate old and insecure version of flash
Reviewed by:	nox
2012-02-28 00:17:54 +00:00
Steven Kreuzer
38663cc9be Update to 0.42
PR:		ports/165064
Submitted by:	Philip M. Gollucci <pgollucci@p6m7g8.com>
2012-02-27 21:50:55 +00:00
Steven Kreuzer
2e3b08ecc8 Update to 0.8.10
PR:		ports/165067
Submitted by:	Philip M. Gollucci <pgollucci@p6m7g8.com>
2012-02-27 21:48:38 +00:00
Greg Larkin
b48da6b6c5 - Reassign to the heap
Requested by:	roam (on ports-developers@)
2012-02-27 20:32:31 +00:00
Koop Mast
7010abd14e Remove the video option, webkit no longer builds without it.
PR:		ports/160268 [1], ports/160471 [2]
Reported by:	paul@thistledew.org [1], Martin Laabs <spamtrap@martinlaabs.de> [2]
2012-02-27 19:49:04 +00:00
Andrey A. Chernov
d8656d484b Update to the latest version from the project CVS 2012-02-27 18:19:28 +00:00
Frederic Culot
9998e75d3c - Update to 1.7.1
Changes:	http://piwik.org/changelog/
PR:		ports/165499
Submitted by:	Hans Fredrik Nordhaug <hans@nordhaug.priv.no> (maintainer)
2012-02-27 14:37:58 +00:00
Matthew Seaman
f3b014b8b3 - Stylistic cleanup: remove trailing slashes from *_DEPENDS lines.
audio/cd2mp3	     [1]
      audio/mp3unicode       [2]
      databases/spatialite   [3]
      deskutils/aspostit
      devel/bennugd-modules  [4]
      net/hinfo
      www/caudium14          [5]

Approved by:	shaun (mentor) mark@foster.cc (maintainer[1]) makc (maintainer[2]) wenheping@gmail.com (maintainer[3]) amdmi3 (maintainer[4]) johans (maintainer[5])
2012-02-26 17:47:02 +00:00
Juergen Lock
d613b75b1d - Update multimedia/libxine to 1.2.1 with a commit merged from hg
to fix DVB support.  (which still is broken for tuners using
  hardware pid filtering, like when running webcamd with
  "-m dvb-usb-init.force_pid_filter_usage=1".)

- Add patches to fix build of ports depending on libxine to:
  audio/amarok,
  graphics/gimageview [1], graphics/pornview [1],
  graphics/osg [2], graphics/osg-devel [2],
  multimedia/emotion,
  x11/kdelibs4 [3],
  multimedia/kmplayer,
  multimedia/konverter,
  multimedia/qdvdauthor [4],
  multimedia/vdr-plugin-xineliboutput,
  multimedia/xfce4-media [5],
  multimedia/xine_artsplugin,
  multimedia/k9copy-kde4 [6]

- Fix RUN_DEPENDS= xine... which should be LIB_DEPENDS for audio/atunes . [7]

- Mark multimedia/phonon-xine BROKEN which refuses to build with
  libxine 1.2.x and is deprecated upstream. [3]

- Disable XINE knob for x11/eaglemode for which I don't have a fix. [2]

- Note: multimedia/kaffeine runs after rakuco's x11/kdelibs4 fix,
  but it only shows a green window at least with mp4 or ts files.
  (avi files and audio still work.)  It seems the kaffeine developers
  have found this too and are now switching away from libxine in
  their git repo - so I guess we'll have a broken kaffeine at least
  until they release a new version.

- Bump PORTREVISIONs for ports depending on libxine by default.

- Add optional libbluray support to multimedia/libxine and
  multimedia/vdr-plugin-xineliboutput.

PR:		ports/165057 [6]
Submitted by:	nox (self) [6], rakuco [3]
Approved by:	dinoex (maintainer, via irc) [1],
		amdmi3 (maintainer, via private email) [2],
		kde@ (rakuco, via irc) [3],
		Phil Oleson <oz@nixil.net> (maintainer, via private email) [4],
		xfce@ (rene, via irc) [5],
		Eduardo Gielamo Oliveira <egoliveira@gmail.com> (maintainer) [6],
		lme (maintainer, via irc) [7]
Thanx to:	Darren Salt (upstream libxine maintainer) for a few
		hints on irc to help with patching ports depending
		on deprecated libxine features
2012-02-26 15:22:37 +00:00
Martin Matuska
dfa6b6b1dd Return maintainership back to pool 2012-02-26 12:20:47 +00:00
Martin Matuska
7bfe730580 Update to 2.1.16
Return maintainership back to pool
2012-02-26 11:28:37 +00:00
Greg Lewis
9060f2f6c3 . Update to 3.2. This also fixes building with openjdk6.
PR:		164813
Approved by:	Maintainer timeout
2012-02-25 18:19:36 +00:00
Florian Smeets
56338992b1 Update to 2.7.4 2012-02-24 23:47:09 +00:00
Sunpoet Po-Chuan Hsieh
f6a55ccb89 - Update to 0.017
- Add BUILD_DEPENDS

Changes:	http://search.cpan.org/dist/HTTP-Tiny/Changes
2012-02-24 09:53:07 +00:00
Chris Rees
0d2232e231 Reset maintainership
PR:		ports/164871
Submitted by:	Jonathan Chen <jonc@chen.org.nz> (maintainer)
2012-02-23 20:39:24 +00:00
Sergey A. Osokin
61f0c93316 Add two third-party modules:
o) web_dav_extension, for support missing PROPFIND and OPTIONS commands;
o) http_auth_digest, providing support for RFC 2617 Digest Authentication.

PR:	165276, 165333
2012-02-23 09:30:11 +00:00
Ruslan Makhmatkhanov
9c548be5b6 - fix sort order in few category Makefiles
PR:		165411
Submitted by:	Conrad J. Sabatier <conrads at cox dot net>
2012-02-23 09:21:48 +00:00
Thierry Thomas
deae865889 Upgrade to 1.5.10.
Changelog at <http://tt-rss.org/redmine/versions/75>.
2012-02-22 23:03:31 +00:00
Sunpoet Po-Chuan Hsieh
ceeaf24ce6 - Update to 2.51
Changes:	http://search.cpan.org/dist/Mojolicious/Changes
PR:		ports/165165
Submitted by:	sunpoet (myself)
Approved by:	Murilo Opsfelder Araujo <mopsfelder@gmail.com> (maintainer)
2012-02-22 18:12:38 +00:00
Ashish SHUKLA
709e7e7325 - Chase Emacs updates
PR:		ports/165082
2012-02-22 13:31:32 +00:00
Alex Dupre
1c2e4e5e5f Update to 7.0.26 release. 2012-02-22 11:32:27 +00:00
Philip M. Gollucci
819d4f978a Graphite provides real-time visualization and storage
of numeric time-series data on an enterprise level.

WWW:	http://launchpad.net/graphite

PR:		ports/165285
Submitted by:	Evan Sarmiento <esarmiento@wayfair.com>
2012-02-22 03:41:01 +00:00
Steve Wills
6298807901 - Add BUILD_DEPENDS to silence build warnings
- Add TEST_DEPENDS to enable testing
- Avoid use of SITE_PERL in DEPENDS
2012-02-21 18:17:26 +00:00
Sunpoet Po-Chuan Hsieh
da93d4b938 - Update to 0.98
Changes:	http://search.cpan.org/dist/Catalyst-Action-REST/Changes
2012-02-21 16:34:22 +00:00
Ruslan Makhmatkhanov
05da62fbe3 - update to 2.13.13
changes:
http://pypi.python.org/pypi/Zope2/2.13.13#id1
2012-02-21 16:28:20 +00:00
Bernhard Froehlich
417ac197df - Update to 4.1-7 2012-02-21 14:32:33 +00:00
Andrey A. Chernov
6ca710cb27 Fix RUN_DEPENDS, it really needs Term::VT102::Boundless override
subclass, just generic Term::VT102 is not enough.
2012-02-21 12:49:13 +00:00
Wen Heping
6ab1a9fce9 - Connect www/joomla25 2012-02-21 06:23:42 +00:00
Wen Heping
9ee244b5b8 - Add CONFLICTS with www/joomla25 2012-02-21 06:19:05 +00:00
Wen Heping
bda1fd9b5f - Update to 2.5.1 2012-02-21 06:15:52 +00:00
Sunpoet Po-Chuan Hsieh
ef325b0691 - Update to 6.02
Changes:	http://search.cpan.org/dist/HTML-Form/Changes
2012-02-21 04:45:42 +00:00
Jason Helfman
b32831cc36 - Update to 2.19.1
PR:	ports/165300
Submitted by:	maintainer, douglas@douglasthrift.net
2012-02-21 00:07:56 +00:00
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
Florian Smeets
6190617eaa update to 3.6.27
Security:	http://www.vuxml.org/freebsd/d7dbd2db-599c-11e1-a2fb-14dae9ebcf89.html
2012-02-17 19:47:13 +00:00
Florian Smeets
3802a856cc update to 2.7.2
Security:	http://www.vuxml.org/freebsd/d7dbd2db-599c-11e1-a2fb-14dae9ebcf89.html
2012-02-17 19:44:12 +00:00
Florian Smeets
db199142d2 update to 10.0.2
Security:	http://www.vuxml.org/freebsd/d7dbd2db-599c-11e1-a2fb-14dae9ebcf89.html
2012-02-17 19:42:53 +00:00
Sunpoet Po-Chuan Hsieh
03ddbc3bca - Update to 6.03
Changes:	http://search.cpan.org/dist/HTTP-Message/Changes
2012-02-17 18:17:08 +00:00
Sunpoet Po-Chuan Hsieh
82d9db8cd4 - Update to 6.02
Changes:	http://search.cpan.org/dist/LWP-MediaTypes/Changes
2012-02-17 18:11:20 +00:00
Jason Helfman
a6897e9102 - Update to 1.7
This fixes a number of security issues, but no CVE available for
vuxml write-up:

 http://piwik.org/blog/2012/02/7775/

 We would like to thank the following security researchers for their
 responsible disclosure of XSS & click-jacking issues: Piotr Duszynski,
 Sergey Markov, Mauro Gentile.

PR: ports/165217
Submitted by:	maintainer, Hans Fredrik Nordhaug <hans@nordhaug.priv.no>
2012-02-17 18:08:56 +00:00
Gabor Pali
338d64b197 - Connect www/hs-happstack to the build 2012-02-17 17:16:28 +00:00
Gabor Pali
eb6bae26d7 The Haskell application server stack.
WWW:	http://happstack.com/

Obtained from:	FreeBSD Haskell
2012-02-17 17:13:45 +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
Frederic Culot
d115bdc8d1 - Update to 6.01
- Add LICENSE (Artistic 1 & GPL 1)

Changes:	http://search.cpan.org/dist/HTTP-Cookies/Changes
2012-02-17 15:13:51 +00:00
Frederic Culot
34ef0effad - Update to 6.01
- Add LICENSE (Artistic 1 & GPL 1)

Changes:	http://search.cpan.org/dist/HTTP-Date/Changes
2012-02-17 14:32:43 +00:00
Ashish SHUKLA
97ddb4e13d - Bump PORTREVISION to chase the update of multimedia/libvpx 2012-02-16 15:57:34 +00:00
Rene Ladan
670135e686 Update to 17.0.963.56
Security:	http://www.vuxml.org/freebsd/2f5ff968-5829-11e1-8288-00262d5ed8ee.html
2012-02-16 07:30:52 +00:00
Philip M. Gollucci
f94fd52f7c - Update to 1.1.9
PR:             ports/164330
Submitted by:   Volodymyr Kostyrko <c.kworr@gmail.com>
Approved by:    maintainer timeout (yzlin ; 22 days)
2012-02-16 04:45:52 +00:00
Sergey A. Osokin
32853a3ce5 Be more accurate with gcc compilator flags -shared and -export-dynamic.
Bump PORTREVISION.

Approved by:	maintainer (marck)
Tested by:	Dmitry Afanasiev <KOT@MATPOCKuH.Ru>
2012-02-15 16:40:27 +00:00
Sergey A. Osokin
62388474da Update from 1.1.14 to 1.1.15.
<ChangeLog>

*) Feature: the "disable_symlinks" directive.

*) Feature: the "proxy_cookie_domain" and "proxy_cookie_path"
   directives.

*) Bugfix: nginx might log incorrect error "upstream prematurely closed
   connection" instead of correct "upstream sent too big header" one.
   Thanks to Feibo Li.

*) Bugfix: nginx could not be built with the ngx_http_perl_module if the
   --with-openssl option was used.

*) Bugfix: internal redirects to named locations were not limited.

*) Bugfix: calling $r->flush() multiple times might cause errors in the
   ngx_http_gzip_filter_module.

*) Bugfix: temporary files might be not removed if the "proxy_store"
   directive were used with SSI includes.

*) Bugfix: in some cases non-cacheable variables (such as the $args
   variable) returned old empty cached value.

*) Bugfix: a segmentation fault might occur in a worker process if too
   many SSI subrequests were issued simultaneously; the bug had appeared
   in 0.7.25.

</ChangeLog>
2012-02-15 16:07:45 +00:00
Eitan Adler
742643852a Remove duplicate variable
Submitted by:	Alex Kozlov
Approved by:	maintainer (implicit)
2012-02-15 14:31:49 +00:00
Steve Wills
70e385dd97 - Mark this only for amd64 and i386 2012-02-15 14:30:49 +00:00
Eitan Adler
031068599c Fix the variable name
Submitted by:	Alex Kozlov
2012-02-15 13:41:16 +00:00
Sunpoet Po-Chuan Hsieh
bc1db37c20 - Update to 1.1.5
Changes:	https://github.com/nicksieger/multipart-post/blob/master/History.txt
Approved by:	clsung (maintainer, via IRC)
2012-02-15 06:49:32 +00:00
Sunpoet Po-Chuan Hsieh
9227dc9081 - Update to 2.5.2
Changes:	https://github.com/drbrain/net-http-persistent/blob/master/History.txt
2012-02-15 05:09:04 +00:00
Steve Wills
bb29641cf7 - Add TEST_DEPENDS to enable testing
PR:		ports/164969
Submitted by:	swills (myself)
Approved by:	portmgr (blanket)
2012-02-15 02:44:26 +00:00
Sunpoet Po-Chuan Hsieh
19f927ddd9 - Update to 0.05
Changes:	http://search.cpan.org/dist/App-gist/Changes
PR:		ports/165030
Submitted by:	sunpoet (myself)
Approved by:	Denny Lin <dennylin93@hs.ntnu.edu.tw> (maintainer, via IRC)
2012-02-15 01:42:07 +00:00
Philip M. Gollucci
006b7d99a4 - Update to 0.13
PR:             ports/165078
Submitted by:   myself (pgollucci)
Approved by:    ports@christianserving.org (maintainer)
Sponsored by:   Apache Software Foundation (ASF)
2012-02-14 19:16:42 +00:00
Philip M. Gollucci
0ab92b602f - Update to 0.6
PR:             ports/165077
Submitted by:   myself (pgollucci)
Approved by:    zhoushuqun@gmail.com (maintainer)
Sponsored by:   Apache Software Foundation (ASF)
2012-02-14 19:16:24 +00:00
Martin Matuska
dbbf004162 Bump pcre library dependency due to 8.30 update 2012-02-14 12:45:35 +00:00
Martin Matuska
205f1ac23d Bump pcre library dependency due to 8.30 update
Add (vendor) patch for deprecated pcre_info()
2012-02-14 12:44:23 +00:00
Martin Matuska
49734c797f Update to 3.3.13 2012-02-14 11:35:51 +00:00
Florian Smeets
f0262fe05d update to 7.12
Security:	http://www.vuxml.org/freebsd/10720fe8-51e0-11e1-91c1-00215c6a37bb.html
2012-02-13 19:38:11 +00:00
Florian Smeets
2d41f30f93 update to 6.24
Security:	http://www.vuxml.org/freebsd/10720fe8-51e0-11e1-91c1-00215c6a37bb.html
2012-02-13 19:37:36 +00:00
Philippe Audeoud
1280e2388f - Update to 2.37
- Changelog: http://cpansearch.perl.org/src/RHANDOM/CGI-Ex-2.37/Changes
2012-02-13 14:23:05 +00:00
Gabor Pali
c809555beb - Update to 0.12.3
Obtained from:	FreeBSD Haskell
2012-02-13 05:53:04 +00:00
Gabor Pali
1e41e063b5 - Update to 0.4.6.3
Obtained from:	FreeBSD Haskell
2012-02-13 05:52:18 +00:00
Gabor Pali
d1bf8ee26b - Update to 0.4.3
Obtained from:	FreeBSD Haskell
2012-02-13 05:51:26 +00:00
Gabor Pali
59fa7e2754 - Update to 0.7.0.1
Obtained from:	FreeBSD Haskell
2012-02-13 05:50:36 +00:00
Gabor Pali
75be60638b - Update to 0.7
Obtained from:	FreeBSD Haskell
2012-02-13 05:48:06 +00:00
Gabor Pali
eb2bbd9434 - Update to 0.6.8
Obtained from:	FreeBSD Haskell
2012-02-13 05:47:14 +00:00
Gabor Pali
4bcf3ff553 - Update to 4000.1.2
Obtained from:	FreeBSD Haskell
2012-02-13 05:45:26 +00:00
Gabor Pali
c4aebd467c - Please welcome GHC 7.0.4
GHC in the ports tree has been updated to version 7.0.4 and the port revision
for all the Haskell ports without version changes are bumped.  Other per-port
updates are coming soon.

This update also incorporates some improvements for bsd.cabal.mk that makes
working with Haskell ports even easier.

Thanks ashish@ for the help!

Obtained from:	FreeBSD Haskell
2012-02-13 03:49:32 +00:00
Philip M. Gollucci
7b57adf306 - Update to 0.9.17
PR:             ports/165066
Submitted by:   myself (pgollucci)
Approved by:    gecko (flo ; maintainer)
2012-02-13 00:29:22 +00:00
Philip M. Gollucci
e810c84176 - Update to 2.0.13
PR:             ports/165063
Submitted by:   myself (pgollucci)
Approved by:    gecko (flo ; maintainer)
2012-02-13 00:28:54 +00:00
Philip M. Gollucci
80793465ec - Update to 2.6
Remove previously applied compile patch, it was upstreamed (yay!)

PR:             ports/164498, ports/163320
Submitted by:   Anthony Chavez <acc@hexadecagram.org>, Nick Rogers <ncrogers@gmail.com>
Approved by:    maintainer timeout (anders ; 36 days) [no commit 100 days]
2012-02-12 22:47:48 +00:00
Jason Helfman
07a5b42283 - Update to 1.0.2
PR:	ports/164646
Submitted by:	jgh (me)
Approved by:	maintainer
2012-02-12 21:54:27 +00:00
Philip M. Gollucci
c70da75029 - Restore PORTEPOCH accidentally removed in previous commit
Reported by:    erwin
2012-02-12 20:20:41 +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
Sunpoet Po-Chuan Hsieh
f1a5a47da7 - Update to 3.44.5
- Do not silence installation message

Changes:	http://www.httrack.com/page/4/en/index.html
2012-02-12 09:32:24 +00:00
Sunpoet Po-Chuan Hsieh
6e8a5cc373 - Update to 1.0.23
- Pet portlint

Changes:	http://trac.xapian.org/wiki/ReleaseOverview/1.0.23
2012-02-12 03:36:24 +00:00
Sunpoet Po-Chuan Hsieh
9a2b4c5958 - Update to 1.2.8
- Add my LOCAL to MASTER_SITES
- Pet portlint
- Take maintainership

Changes:	http://trac.xapian.org/wiki/ReleaseOverview/1.2.8
2012-02-12 03:36:18 +00:00
Sunpoet Po-Chuan Hsieh
939306cc95 - Update to 2.5.1
Changes:	https://github.com/drbrain/net-http-persistent/blob/master/History.txt
2012-02-12 03:11:35 +00:00
Philip M. Gollucci
2dcebc06f1 - Update to 1.7.10
With Hat:       ruby@
Sponsored by:   RideCharge Inc. / TaxiMagic
2012-02-12 02:16:00 +00:00
Philip M. Gollucci
e00956d9a8 - Update to 4.2.0
With Hat:       ruby@
Sponsored by:   RideCharge Inc. / TaxiMagic
2012-02-12 02:15:53 +00:00
Philip M. Gollucci
052cf06db9 - Update to 1.2.2
With Hat:       ruby@
Sponsored by:   RideCharge Inc. / TaxiMagic
2012-02-12 02:15:45 +00:00
Philip M. Gollucci
aedc0b52b8 - Update to 3.2.1
With Hat:       ruby@
Sponsored by:   RideCharge Inc. / TaxiMagic
2012-02-12 02:15:38 +00:00
Philip M. Gollucci
672d8da16e - Update to 1.4.1
With Hat:       ruby@
Sponsored by:   RideCharge Inc. / TaxiMagic
2012-02-12 02:15:23 +00:00
Philip M. Gollucci
ec68b86c33 - Update to 0.11.2
With Hat:       ruby@
Sponsored by:   RideCharge Inc. / TaxiMagic
2012-02-12 02:15:00 +00:00
Philip M. Gollucci
1924dc71ba - Update to 0.2.14
With Hat:       ruby@
Sponsored by:   RideCharge Inc. / TaxiMagic
2012-02-12 02:14:51 +00:00
Philip M. Gollucci
e9429c5ee3 - Update to 4.15
PR:             ports/161875
Submitted by:   Oleg A. Mamontov <oleg@mamontov.net>
Approved by:    maintainer timeout (roam ; 11 days)
2012-02-12 02:00:44 +00:00
Philip M. Gollucci
4f77ff6430 - Fix pound.h:341: error: expected specifier-qualifier-list before 'LHASH'
by applying http://www.apsis.ch/pound/pound_list/archive/2010/2010-02/1266065082000/1266065107756.octet-stream/download

PR:             ports/163838
Submitted by:   Aaron D. Gifford <agifford@infowest.com>
Approved by:    maintainer timeout (anders ; 34 days)
2012-02-11 22:54:41 +00:00
Philip M. Gollucci
c7d9b33ea1 - Update to 0.9.8
PR:             ports/163176
Submitted by:   Olivier Duchateau <duchateau.olivier@gmail.com>
Approved by:    maintainer timeout (yzlin ; 59 days)
2012-02-11 22:36:56 +00:00