Commit graph

26598 commits

Author SHA1 Message Date
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
Eitan Adler
b8213853c6 - fix SQUID_ICAP option by integrating additional vendor patches
PR:		ports/163756
Submitted by:	Thomas-Martin Seck <tmseck@web.de> (maintainer)
2012-01-02 14:35:36 +00:00
Thierry Thomas
b81c8ad0dc Fix the stop of the daemon. 2012-01-02 12:55:33 +00:00
Ruslan Makhmatkhanov
d3680e41d3 Import plone4 dependencies part 9/15 2012-01-02 09:57:06 +00:00
Brendan Fabeny
f800fe146e update to 2.5 2012-01-02 09:52:00 +00:00
Ruslan Makhmatkhanov
9ea9293333 Import plone4 dependencies part 8/15 2012-01-02 08:42:50 +00:00
Thomas Abthorpe
948d497284 - Reassign to the heap 2012-01-02 04:39:12 +00:00
TAKATSU Tomonari
f1c01051ae - Update to 2.2.4 2012-01-02 02:20:39 +00:00
Daniel Gerzo
069712f6e4 - update to 1.0 2012-01-01 21:55:30 +00:00
Olli Hauer
985e23fda3 - disable mod_perl which is gone together with apache13
Port is not tested with mod_perl2!
2012-01-01 21:04:10 +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
4c585376e3 - remove apache13 and ports depending on apache13 from portstree
( EXPIRATION_DATE=2012-01-01 )

with hat apache@
2012-01-01 20:01:07 +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
Olli Hauer
5bcb0b468e - rewrite mod_rpaf2 so it is not a subport of mod_rpaf
(prepare to remove www/apache13 and depending www/mod_rpaf)

with hat apache@

PR:		161758
Submitted by:	Kris Persson <krisp@mlode.com>
2012-01-01 17:37:17 +00:00
Olli Hauer
19fe40753d - change required APACHE version from 13+ to 20+
(prepare to remove www/apache13)

- no PORTREVISION bump since apache22 is the default

with hat apache@
2012-01-01 16:47:41 +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
96476c0ffb - Upgrade to 1.3091. 2011-12-31 23:44:06 +00:00
Thomas Abthorpe
747a2d0fd5 - Update to 3.2
PR:		ports/163429
Submitted by:	maintainer
2011-12-31 14:54:20 +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
Jun Kuriyama
5237b49264 This is a wrapper to Furl for asynchronous HTTP requests with Coro.
WWW: http://search.cpan.org/dist/FurlX-Coro/
2011-12-31 08:26:14 +00:00
Jun Kuriyama
5d3aad59ba 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/
2011-12-31 08:03:39 +00:00
Steve Wills
8bb5802071 - Add BUILD_DEPENDS to silence build warnings and enable testing 2011-12-30 18:13:52 +00:00
Sergey A. Osokin
7d9e66de05 Add three new third-party modules:
o) drizzle -  an upstream module that talks to mysql and drizzle by libdrizzle;
o) rds_csv -  an output filter module to convert Resty-DBD-Streams (RDS) to
   Comma-Separated Values (CSV);
o) rds_json - an output filter that formats Resty DBD Streams generated by
   ngx_drizzle and others to JSON.

Do not bump PORTREVISION because these modules disabled by default.
2011-12-30 09:51:49 +00:00
Steve Wills
96e38d26cc - Add TEST_DEPENDS to enable testing 2011-12-30 05:54:52 +00:00
Brendan Fabeny
fc4ddb3d96 add LICENSE and some mirrors 2011-12-29 19:22:07 +00:00
Martin Wilke
8f03a7cc01 - Update to 0.4.3
- Pet Portlint

PR:		163428
Submitted by:	Olivier Duchateau <duchateau.olivier@gmail.com>
2011-12-29 15:42:54 +00:00
Martin Wilke
79136f1c01 - Respect CC/_MAKE_JOBS
PR:		163094
Submitted by:	Jan Beich <jbeich@tormail.net>
2011-12-29 15:18:58 +00:00
Martin Wilke
8012f92871 - Update to 0.7.1.1
PR:		163503
Submitted by:	maintainer
2011-12-29 15:17:40 +00:00
Sergey A. Osokin
1ddbbe018d Update third-party http_subs_filter module from 0.5.2.r45 to 0.5.2.r53.
Remove needless extra patch.

Update third-party upload_progress module from 0.8.2 to 0.8.3.
Change the download page to github.com.

Do not bump PORTREVISION because these modules disabled by default.
2011-12-29 11:30:39 +00:00
Wen Heping
d3ef7e16cf - Update to 1.3.1 2011-12-29 08:08:37 +00:00
Sergey A. Osokin
2e59e19637 Update third-party ngx_postgres module from 0.8 to 0.9.
Also remove needless patch.

Do not bump PORTREVISION because these modules disabled by default.

<ChangeLog>

* Improve debug logging.
  From Yichun Zhang (agentzh).

* Fix compatibility with poll, select and /dev/poll event models.
  Reported by Yichun Zhang (agentzh).

* Fix compatibility with PostgreSQL 9.x.
  Reported by Yichun Zhang (agentzh).

* Fix compatibility with nginx-1.1.4+.
  From Yichun Zhang (agentzh).

* Enforce writing of proper SQL queries by replacing "row <row>"
  output format with "text" and returning whole result-set with
  values separated by newlines when using "postgres_output"
  directive.

* Enforce writing of proper SQL queries by requiring result-set
  to contain exactly single value when using "binary_value" or
  "value" output formats when using "postgres_output" directive.

* Fix "duplicated last chunk" issue.
  Reported by Silly Sad, diagnosed by Maxim Dounin.

* Improve build-time PostgreSQL client library discovery process
  by using PostgreSQL's pg_config.
  Patch from Silly Sad.

</ChangeLog>
2011-12-29 07:30:05 +00:00
Sergey A. Osokin
f1d1d70da9 Add naxsi third-party module, version 0.42.
Move down checksums for devel_kit third-party module.
Do not bump PORTREVISION because these modules disabled by default.

PR:	162783
2011-12-29 07:15:30 +00:00
Rene Ladan
bda525a840 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.
2011-12-28 19:22:00 +00:00
Sunpoet Po-Chuan Hsieh
1906c9e8ea - Update to 2.113450
- Add TEST_DEPENDS

Changes:	http://search.cpan.org/dist/Catalyst-Plugin-AutoCRUD/Changes
2011-12-28 16:07:57 +00:00
Rene Ladan
78ec4bbcf4 - Make this plugin work with current and future versions of Firefox
- Pet portlint

PR:		ports/162448
Submitted by:	maintainer
2011-12-28 15:54:02 +00:00
Renato Botelho
7b65bab8b8 - Update to 2.3.2
- Pet portlint
- Respect WITHOUT_NLS
2011-12-28 15:24:11 +00:00
Daniel Gerzo
047d0929b1 - update to 0.9.9.3
PR:		ports/163569
Submitted by:	Mirko Zinn <mail@derzinn.de>
2011-12-28 12:54:42 +00:00
Ruslan Makhmatkhanov
75da28dd89 Deprecate fourth part of obsoleted zope-related ports.
Adjust expiration date to other deprecated zope-ports, because without latter
they will be quite useless (if they not already).

PR:            163143
Approved by:   maintainer (timeout, 2 weeks+), novel (mentor)
2011-12-28 09:48:09 +00:00
Emanuel Haupt
33fcf400f8 End WWW CPAN URL with a "/" 2011-12-28 08:20:20 +00:00
Alex Dupre
3d07600061 Update to 2.0.2 release.
PR:		ports/163649
Submitted by:	Barbara <barbara.xxx1975@libero.it>
2011-12-28 08:13:44 +00:00
Wen Heping
9103e36223 - Update to 1.2.4
- Strict python version
- Reset maintainer to ports@
2011-12-28 08:13:32 +00:00
Mark Linimon
8b02cf6d74 Mark broken on powerpc: fails to load.
Hat:		portmgr
2011-12-28 07:10:54 +00:00
Mark Linimon
f132b0b5da Mark as broken on tier-2: hangs during compile.
Hat:		portmgr
2011-12-28 07:03:22 +00:00
Emanuel Haupt
48b16bc177 Pacify portlint
Feature safe:	yes
2011-12-27 15:14:23 +00:00
Alex Dupre
f4bbe1c1ef Claim support for tb 9.* and sm 2.6.*. 2011-12-27 14:19:07 +00:00
Emanuel Haupt
e449ae918b Update to 0.008
Feature safe:	yes
2011-12-27 13:57:49 +00:00
Emanuel Haupt
5142e908d6 Update to 0.024
Feature safe:	yes
2011-12-27 13:57:19 +00:00