aboutsummaryrefslogtreecommitdiffstats
path: root/www
Commit message (Collapse)AuthorAgeFilesLines
* Maintainer moved to ports@FreeBSD.org.koitsu2008-11-203-3/+3
|
* Update to 1.1.16 release.ale2008-11-202-4/+4
|
* - Update to 0.14clsung2008-11-202-4/+4
|
* - Update to 0.90jadawin2008-11-202-4/+4
|
* - Update to 0.9.9lwhsu2008-11-202-4/+4
| | | | | PR: ports/128982 Submitted by: Yi-Jheng Lin <yzlin AT cs.nctu.edu.tw>
* - Update to 3.58jadawin2008-11-202-5/+4
|
* - update to 8leeym2008-11-202-4/+4
|
* Forgot varnishtest(1) man page.des2008-11-182-2/+4
|
* Upgrade to 2.0.2.des2008-11-186-22/+10
|
* Varnish has its own mechanism for dropping privs, and will not work ifdes2008-11-182-4/+22
| | | | | | started with su as rc.subr wants. If we unset varnishd_{user,group} before calling run_rc_command, rc.subr won't see them, but we can still use them to specify which user and group Varnish should use.
* - Fix plist problem, I was testing on wrong working copy...lwhsu2008-11-178-264/+64
| | | | Reported by: QAT
* - Update to 1.0.1lwhsu2008-11-178-20/+20
|
* - fix plistdanger2008-11-171-0/+4
| | | | | Reviewed by: linimon Pondered by: recent QA tinderbox
* - Fix plistmiwi2008-11-162-0/+2
| | | | | | PR: 128878 Submitted by: Steven Kreuzer <skreuzer@exit2shell.com> (maintainer) \ pointyhat
* - Update to 0.89miwi2008-11-162-4/+4
|
* - Update to 0.1.6miwi2008-11-162-4/+4
| | | | | PR: 128834 Submitted by: Wen Heping <wenheping@gmail.com> (maintainer)
* HTTP_WebDAV_Client is a RFC2518 compliant stream wrappermiwi2008-11-164-0/+34
| | | | | | | | | | that allows to use WebDAV server resources like a regular file system from within PHP. WWW: http://pear.php.net/package/HTTP_WebDAV_Client/ PR: ports/128855 Submitted by: Wen Heping<wenheping at gmail.com>
* HTTP_WebDAV_Server is a RFC2518 compliant helper classmiwi2008-11-164-0/+35
| | | | | | | | | for WebDAV server implementation. WWW: http://pear.php.net/package/HTTP_WebDAV_Server/ PR: ports/128856 Submitted by: Wen Heping<wenheping at gmail.com>
* Upgrade to 0.4.0.kuriyama2008-11-153-435/+13
| | | | | PR: ports/128550 Submitted by: Daniel Roethlisberger <daniel@roe.ch>
* - Fix pkg-plist to try and remove unused directoriesamdmi32008-11-142-0/+6
| | | | | PR: 128867 Submitted by: hideo <hideo at lastamericanempire dot com> (maintainer)
* - Bump portrevision after databases/xapian-core shlib bumpamdmi32008-11-142-2/+4
| | | | Notified by: erwin (via pointyhat)
* Update to 1.0.3wxs2008-11-146-92/+90
| | | | | | | | | Note new WWW: in pkg-descr Pass maintainership to submitter. PR: ports/128124 Submitted by: Yuri Grishin <uzgrishin@mail.ru> Approved by: Denis Barov <dindin@yandex-team.ru> (maintainer)
* - Update to 1.9.1miwi2008-11-143-208/+1543
| | | | | PR: 128774 Submitted by: Wen Heping <wenheping@gmail.com> (maintainer)
* - Mark FORBIDDEN (a lot security issus ↵miwi2008-11-141-0/+2
| | | | | | | http://www.vuxml.org/freebsd/f29fea8f-b19f-11dd-a55e-00163e000016.html) Requested by: pav Hat: secteam
* - Update to 2.0.0.18miwi2008-11-146-12/+12
| | | | | Approved by: pav (portmgr) Security: http://www.vuxml.org/freebsd/f29fea8f-b19f-11dd-a55e-00163e000016.html
* - Update to 2.0.0.18miwi2008-11-142-4/+4
| | | | Security: http://www.vuxml.org/freebsd/f29fea8f-b19f-11dd-a55e-00163e000016.html
* - Update to 2.0.0.18pav2008-11-136-12/+12
| | | | Security: https://developer.mozilla.org/devnews/index.php/2008/11/12/firefox-20018-and-304-security-updates-now-available-for-download/
* - Update to 3.0.4pav2008-11-132-4/+4
| | | | Security: https://developer.mozilla.org/devnews/index.php/2008/11/12/firefox-20018-and-304-security-updates-now-available-for-download/
* Update from 0.7.19 to 0.7.21.osa2008-11-122-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <ChangeLog> Changes with nginx 0.7.21 11 Nov 2008 *) Changes in the ngx_http_limit_req_module. *) Feature: the EXSLT support in the ngx_http_xslt_module. Thanks to Denis F. Latypoff. *) Workaround: compatibility with glibc 2.3. Thanks to Eric Benson and Maxim Dounin. *) Bugfix: nginx could not run on MacOSX 10.4 and earlier; the bug had appeared in 0.7.6. Changes with nginx 0.7.20 10 Nov 2008 *) Changes in the ngx_http_gzip_filter_module. *) Feature: the ngx_http_limit_req_module. *) Bugfix: worker processes might exit on a SIGBUS signal on sparc and ppc platforms; the bug had appeared in 0.7.3. Thanks to Maxim Dounin. *) Bugfix: the "proxy_pass http://host/some:uri" directives did not work; the bug had appeared in 0.7.12. *) Bugfix: in HTTPS mode requests might fail with the "bad write retry" error. *) Bugfix: the ngx_http_secure_link_module did not work inside locations, whose names are less than 3 characters. *) Bugfix: $server_addr variable might have no value. </ChangeLog>
* really upgrade to 1.3.2dryice2008-11-123-72/+61
| | | | | PR: ports/128496 Submitted by: Wen Heping <wenheping@gmail.com>
* - simplify dependencyleeym2008-11-122-15/+20
| | | | - bump PORTREVISION
* - set correct permissions for directoriesdanger2008-11-121-1/+3
| | | | | Approved by: stass Reported by: Guido Cavezzali <gmail.com at gcavezzali>
* - Update to 1.1amdmi32008-11-112-5/+6
| | | | | PR: 128781 Submitted by: Vladimir Timofeev <vovkasm at gmail dot com> (maintainer)
* - Update to 0.48clsung2008-11-112-4/+4
| | | | Changes: http://search.cpan.org/dist/WWW-Mechanize-Shell/Changes
* - Update to 1.04clsung2008-11-112-5/+4
| | | | Changes: http://search.cpan.org/dist/LWPx-ParanoidAgent/ChangeLog
* - Update to 0.4.14clsung2008-11-113-4/+10
| | | | Changes: http://search.cpan.org/dist/WWW-Facebook-API/Changes
* - Update to 0.5.2amdmi32008-11-112-4/+4
| | | | | PR: 128759 Submitted by: Ayumi M <ayu at commun dot jp> (maintainer)
* Update to 1.40.mezz2008-11-111-1/+3
|
* - Update to 5.820jadawin2008-11-102-4/+4
|
* - Update to 1.9.0lwhsu2008-11-103-8/+12
| | | | | PR: ports/128742 Submitted by: Wen heping <wenheping AT gmail.com>
* - Update to 0.11.2clsung2008-11-103-7/+8
| | | | | | | - s/PREFIX/LOCALBASE/ in *_DEPENDS PR: ports/128709 Submitted by: lwhsu
* - Update to 0.4.2.2miwi2008-11-103-4/+9
| | | | | PR: 128440 Submitted by: Anatoly Borodin <anatoly.borodin@gmail.com> (maintainer)
* - Update to 6.10miwi2008-11-103-9/+9
| | | | | PR: 128487 Submitted by: Hugo Leisink <hugo@leisink.net> (maintainer)
* - Update to 1.5.8miwi2008-11-109-15/+36
| | | | | PR: 128441 Submitted by: Anatoly Borodin <anatoly.borodin@gmail.com> (maintainer)
* - Update to 0.47miwi2008-11-102-4/+4
|
* This module allows you to set some meta tags for each node, view or panelsmiwi2008-11-107-0/+71
| | | | | | | | | | page. Giving more attention to the important keywords and/or description on some of your nodes allows you to get better search engine positioning. WWW: http://drupal.org/project/nodewords PR: ports/128687 Submitted by: Nick Hilliard <nick at netability.ie>
* Mark BROKEN: does not configureerwin2008-11-091-0/+2
|
* - update to 1.3.0dinoex2008-11-092-4/+4
|
* Update to 5.7014lbr2008-11-092-4/+4
|
* - Update to 0.060miwi2008-11-092-4/+4
| | | | | PR: 128611 Submitted by: maintainer
* - Update to 3.6.0.2miwi2008-11-093-2801/+2065
| | | | | PR: 128595 Submitted by: maintainer
* - add HTML::GoogleMaps 6leeym2008-11-096-0/+81
| | | | | | | | | HTML::GoogleMaps provides a simple wrapper around the Google Maps API. It allows you to easily create maps with markers, polylines and information windows. Thanks to Geo::Coder::Google you can now look up locations around the world without having to install a local database. WWW: http://search.cpan.org/dist/HTML-GoogleMaps/
* pass on maintainershipdryice2008-11-073-3/+3
| | | | Approved by: New maintainer <wenheping@gmail.com> via private mail
* update to 1.0.3dryice2008-11-073-22/+14
| | | | | PR: ports/128472 Submitted by: Wen Heping <wenheping@gmail.com>
* - update to 1.3.2dryice2008-11-073-34/+1
| | | | | | | - removed files: files/pkg-deinstall.in, files/pkg-install.in PR: ports/128496 Submitted by: Wen Heping <wenheping@gmail.com>
* - update to 1.7.2dryice2008-11-075-332/+286
| | | | | | | - removed files: files/pkg-install.in, files/pkg-deinstall.in PR: ports/128494 Submitted by: Wen Heping <wenheping@gmail.com>
* Update to 3.6 beta 21johans2008-11-072-4/+4
|
* - Added some run dependencies that aren't explicitly listed asglarkin2008-11-071-0/+3
| | | | | | system requirements, but are used by bin/configure. Reported by: geoff at apro dot com dot au
* Update to 0.35skv2008-11-072-4/+4
| | | | Changes: http://search.cpan.org/src/OPERA/HTTP-DAV-0.35/Changes
* Update to 2.7skv2008-11-072-4/+4
|
* Update to 2.4.1skv2008-11-072-4/+4
| | | | Changes: http://www.julienlecomte.net/yuicompressor/
* Force rebuild with R12B-5.olgeni2008-11-061-0/+1
|
* Update to 0.37wxs2008-11-052-4/+4
| | | | | | PR: ports/128565 Submitted by: Steven Kreuzer <skreuzer@exit2shell.com> Reviewed by: Sergei Vyshenski <svysh@pn.sinp.msu.ru> (maintainer)
* Fix ?= assignments for MASTER_SITES and COMMENT.wxs2008-11-051-2/+2
| | | | | | PR: ports/128570 Submitted by: Steven Kreuzer <skreuzer@exit2shell.com> Approved by: vivek@khera.org (maintainer)
* Fix installation problem for people who have changed WRKDIRPREFIX.lbr2008-11-051-1/+1
| | | | Reported by: "Ivan B. Serezhkin" <ivan@serezhkin.com>
* - Update to 0.93jadawin2008-11-042-4/+4
| | | | | PR: ports/128583 Submitted by: hideo <hideo _at_ lastamericanempire _dot_ com> (maintainer)
* - Update to 2.6.2miwi2008-11-043-4/+114
|
* - Update to 0.19miwi2008-11-042-4/+4
|
* Make www/firefox3 work on PowerPC.ed2008-11-042-16/+25
| | | | | | | | | | | | | | | | | | | There were two things that prevented this port from compiling properly on PowerPC: - The `pthread hack' (GECKO_PTHREAD_LIBS) tried to obtain -lpthread from the gcc dumpspecs output. It expects these compiler flags to be on the first line of output, while on PowerPC the flags are on the second line. - On FreeBSD/powerpc it needs to use the Linux xptcall wrappers. I am not entirely convinced that it works properly, though. I've seen Firefox crash inside pthread_mutex_lock during shutdown. I'm committing these patches anyway, because getting it to compile is already a step forward. Approved by: marcus
* - Update to 1.1miwi2008-11-043-53/+149
| | | | | PR: 1.1 Submitted by: maintainer
* - Update to 0.9.3.4miwi2008-11-043-6/+12
| | | | | PR: 128428 Submitted by: Chih Liang <jliang@so-net.net.tw>
* - Update to 0.34miwi2008-11-042-4/+4
| | | | | PR: 128483 Submitted by: Steven Kreuzer <skreuzer@exit2shell.com> (maintainer)
* - Update to 9.62simon2008-11-042-18/+18
| | | | | Security: http://www.opera.com/docs/changelogs/freebsd/962/ With hat: secteam
* Revert the addition of varnishd_user and varnishd_group. They are magicdes2008-11-038-18/+12
| | | | to rc.subr. While we're here, s/Id/FreeBSD/ in all three rc scripts.
* Update to 1.3.4wxs2008-11-032-4/+4
| | | | | PR: ports/128533 Submitted by: Yarodin <yarodin@gmail.com> (maintainer)
* - Update to v1.0.9brix2008-11-024-8/+8
|
* - Update to 4.2.2miwi2008-11-0210-35/+35
| | | | | PR: 128506 Submitted by: Gerrit Beine <gerrit.beine@gmx.de> (maintainer)
* - Update to 1.27miwi2008-11-022-4/+4
| | | | | PR: 128517 Submitted by: Lapo Luchini <lapo@lapo.it> (maintainer)
* - Update to 0.17miwi2008-11-022-4/+4
|
* - Update to 3.5.1miwi2008-11-023-15/+56
| | | | | PR: 128426 Submitted by: Wen Heping <wenheping@gmail.com> (maintainer)
* HttpFox monitors and analyzes all incoming and outgoing HTTP traffic between themiwi2008-11-025-0/+48
| | | | | | | | | | | | | | | | | | | browser and the web servers. It aims to bring the functionality known from tools like HttpWatch or IEInspector to the Firefox browser. Information available per request includes: - Request and response headers - Sent and received cookies - Querystring parameters - POST parameters - Response body WWW: https://addons.mozilla.org/en-US/firefox/addon/6647 PR: ports/128484 Submitted by: Steven Kreuzer <skreuzer at exit2shell.com>
* - Updated to 1.6.2glarkin2008-11-013-4/+21
|
* - Update to 2.4.1mm2008-10-312-5/+5
|
* - Update to 5.4.3mm2008-10-312-5/+5
|
* Update to 9.62.mezz2008-10-314-12/+10
| | | | Security: http://www.opera.com/docs/changelogs/linux/962/#sec
* Update to version 3.0.7a.demon2008-10-304-8/+8
| | | | No objection from: maintainer
* Update to 2.0.3wxs2008-10-3014-287/+126
| | | | | PR: ports/128403 Submitted by: Phillip N. <pneumann@gmail.com> (maintainer)
* Add http_upstream_keepalive module version 0.1.osa2008-10-292-0/+11
| | | | | | Thanks to Maxim Dounin <mdounin at mdounin dot ru> (author). Do not bump PORTREVISION.
* - fix dependency to build on perl 5.7.3 - 5.8.5leeym2008-10-292-3/+23
| | | | | | | | | - add more descriptions - bump PORTREVISION PR: 128438 Submitted by: leeym Approved by: maintainer
* - Update to 9.61tabthorpe2008-10-296-33/+48
| | | | | | | PR: ports/128264 Submitted by: Arjan van Leeuwen <freebsd-maintainer opera.com> (maintainer) Reviewed by: itetcu Security: http://www.vuxml.org/freebsd/f5c4d7f7-9f4b-11dd-bab1-001999392805.html
* - update to 1.50leeym2008-10-292-16/+12
|
* - Updated to 1.7.0glarkin2008-10-299-27/+51
| | | | - Added MASTER_SITES for redundancy
* - Update to 2.3tabthorpe2008-10-286-15592/+6692
| | | | | PR: ports/128410 Submitted by: Alex Varju <freebsd-ports varju.ca> (maintainer)
* Update to 4.37erwin2008-10-282-4/+4
|
* Fix plist when Apache 2.2 is used.wxs2008-10-282-4/+3
| | | | | | PR: ports/128404 Submitted by: Dima Panov <fluffy@fluffy.khv.ru> Approved by: Alex Keda <admin@lissyara.su> (maintainer)
* - Update to 2.0.3543mm2008-10-272-11/+10
| | | | | | | | | | - Match with trac 0.11 - simplify (use more of bsd.python.mk) - fix package build (register with easy-install) PR: ports/127967 Submitted by: mm Approved by: Geritt Beine <geritt.beine at gmx.de> (maintainer)
* - Update to 0.2.3915mm2008-10-271-3/+3
| | | | | | | | | | | - Match with trac 0.11 - simplify (use more of bsd.python.mk) - fix package build (register with easy-install) - forgot in last commit PR: ports/127966 Submitted by: mm Approved by: Geritt Beine <geritt.beine at gmx.de> (maintainer)
* - Update to 0.2.3915mm2008-10-271-8/+7
| | | | | | | | | | - Match with trac 0.11 - simplify (use more of bsd.python.mk) - fix package build (register with easy-install) PR: ports/127966 Submitted by: mm Approved by: Geritt Beine <geritt.beine at gmx.de> (maintainer)
* - Update to 11.0.0.3mm2008-10-272-10/+8
| | | | | | PR: ports/127967 Submitted by: mm Approved by: Geritt Beine <geritt.beine at gmx.de> (maintainer)
* Update to 0.10008lbr2008-10-272-4/+4
|
* Update to 0.1004skv2008-10-272-4/+4
| | | | Changes: http://search.cpan.org/src/KARMAN/Catalyst-Authentication-Store-LDAP-0.1004/Changes
* Update to 5.5.27.stefan2008-10-263-5/+7
| | | | | PR: 127817 Submitted by: maintainer
* Update to 1.16 release.ale2008-10-262-6/+5
|
* - Update to 2.6.2miwi2008-10-262-4/+4
| | | | | | | PR: 128305 Submitted by: Dan Langille <dan@langille.org> Approved by: maintainer timeout (security issue, 1 day) Security: http://www.vuxml.org/freebsd/55616fda-a2d0-11dd-a9f9-0030843d3802.html
* - Update to 2.2miwi2008-10-263-8/+14
|
* - Remove obsolete pkg-plist entryglarkin2008-10-261-1/+0
| | | | Reported by: pointyhat
* - Update to 2.6.3.araujo2008-10-262-4/+4
| | | | | | PR: ports/128365 Submitted by: miwi Security: http://www.vuxml.org/freebsd/3a4a3e9c-a1fe-11dd-81be-001c2514716c.html
* - Update to 1.2.0miwi2008-10-252-4/+4
| | | | | | PR: 128221 Submitted by: Wen heping <wenheping@gmail.com> Approved by: maintainer
* - Update to 2.4.5miwi2008-10-252-5/+5
| | | | | PR: 128310 Submitted by: Sergei Vyshenski <svysh@pn.sinp.msu.ru> (maintainer)
* - Update to 2.6.3miwi2008-10-252-4/+4
| | | | | PR: 128340 Submitted by: Yuan-Chung Hsiao <ychsiao@ychsiao.org> (maintainer)
* - Update to 3.0.STABLE10miwi2008-10-244-12/+16
| | | | | PR: 128252 Submitted by: Thomas-Martin Seck <tmseck@web.de> (maintainer)
* - Update to 2.6.22miwi2008-10-244-19/+171
| | | | | PR: 128251 Submitted by: Thomas-Martin Seck <tmseck@web.de> (maintainer)
* - Update to 6.6miwi2008-10-244-8/+8
| | | | | | PR: 128302 Submitted by: Nick Hilliard <nick@foobar.org> (maintainer) Security: http://www.vuxml.org/freebsd/706c9eef-a077-11dd-b413-001372fd0af2.html
* - Update to 5.12miwi2008-10-242-4/+4
| | | | | | PR: 128301 Submitted by: Nick Hilliard <nick@foobar.org> (maintainer) Security: http://www.vuxml.org/freebsd/706c9eef-a077-11dd-b413-001372fd0af2.html
* - Add missing dependencymiwi2008-10-241-1/+2
| | | | | | PR: 128292 Submitted by: Steven Kreuzer <skreuzer@exit2shell.com> Approved by: maintainer
* - Update to 0.16.2miwi2008-10-242-6/+13
|
* - Update to 2.7.STABLE5miwi2008-10-242-4/+4
| | | | | PR: 128253 Submitted by: Thomas-Martin Seck <tmseck@web.de> (maintainer)
* - Update to 2.0.0.17chinsan2008-10-246-399/+399
| | | | | PR: ports/128238 Submitted by: Dima Panov (fluffy at fluffy dot khv dot ru)
* Fix the plist, bump the PORTREVISION.mezz2008-10-234-0/+32
| | | | Reported by: QA Tinderbox
* Update to 9.61.mezz2008-10-234-10/+10
| | | | Security: http://www.opera.com/docs/changelogs/linux/961/#sec
* - Update to 5.819jadawin2008-10-222-4/+4
|
* Add nginx_response_module version 0.1.osa2008-10-222-0/+12
| | | | Do not bump PORTREVISION.
* - Fix pkg-plist omissionglarkin2008-10-221-0/+1
| | | | Reported by: QAT
* Update to 1.106lth2008-10-212-5/+4
|
* Add a fix for 'Undefined symbol "apr_pool_sub_make"' at runtime.stefan2008-10-212-0/+12
| | | | | | PR: 127542 Submitted by: Anton Lysenok <bart.tapolsky@i.ua> Approved by: maintainer
* - Update to 1.80jadawin2008-10-212-9/+6
| | | | | - Take maintainership - Use SF macro
* Update nginx_upload_module from 2.0.6 to 2.0.7.osa2008-10-212-4/+14
| | | | | | Also illuminate two new modules at config stage. Do not bump PORTREVISION.
* - Removed obsolete plist entriesglarkin2008-10-211-2/+0
| | | | Reported by: QAT
* - Fix plist omissionsglarkin2008-10-211-0/+4
| | | | Reported by: QAT
* Update to 0.3.7.kwm2008-10-213-4/+12
|
* Readd the explicit definition of EASY_INSTALL_CMD to fix INDEX.erwin2008-10-201-0/+2
|
* Update to 0.35lth2008-10-202-4/+4
|
* Update to 1.48lth2008-10-202-4/+4
|
* Upgrade to 2.0.1.des2008-10-206-16/+18
| | | | Submitted by: anordby
* Run varnishd as www:wwwdes2008-10-202-4/+12
|
* Update to 4.0-beta3 release.ale2008-10-202-5/+5
|
* - Fix plist omissionglarkin2008-10-201-0/+1
| | | | Reported by: QAT
* - Fix plist errorsglarkin2008-10-201-3/+0
| | | | Reported by: QAT
* - Fix plist omissionsglarkin2008-10-201-0/+15
| | | | Reported by: QAT
* - Unforbid TWikiglarkin2008-10-2046-104/+115
| | | | | | | | | | | | - Upgrade to 4.2.3 - Replace MASTER_SITES - Upgrade TWiki plugins to latest svn.twiki.org versions - Take maintainership of TWiki and existing plugins Reviewed by: miwi Approved by: erwin Approved by: beech (mentor) Security: 9227dcaf-827f-11dd-9cd7-0050568452ac
* - Upgrade to 0.2.1 (svn r3857) version.kuriyama2008-10-203-28/+14
| | | | | | | | - Support Trac 0.11. - Remove dependency on trac-webadmin (which is included in Trac now). PR: ports/127574 Reported by: Christop <christop@physik.tu-berlin.de>
* . upgrade to an updated version (a patch for sources is available at the ↵bsam2008-10-202-6/+5
| | | | | | | | | | | PR); [1] . remove IGNORE; [1] . bump PORTREVISION. PR: 127839 [1] Submitted by: Tijl Coosemans <tijl at ulyssis.org> [1] Approved by: Jamie Jones <jamie at bishopston.net> (maintainer) [1]
* - Update to v2.67brix2008-10-203-4/+6
|
* - Update to 1.9.3miwi2008-10-194-8/+8
| | | | | | PR: 128122 Submitted by: Wen heping <wenheping@gmail.com> Approved by: maintainer
* - Update to 3.1.6miwi2008-10-193-4/+16
| | | | | PR: 128138 Submitted by: NAKAJI Hiroyuki <nakaji@jp.FreeBSD.org> (maintainer)
* - Update to 0.16miwi2008-10-192-4/+4
|
* - Update to 0.0.4miwi2008-10-192-4/+4
| | | | | PR: 128150 Submitted by: Dennis Herrmann <adox@mcx2.org> (maintainer)
* - Update to 0.19miwi2008-10-193-5/+13
| | | | | PR: 128207 Submitted by: Masahiro Teramoto <markun@onohara.to> (maintainer)
* Upgrade to 0.24.kuriyama2008-10-182-4/+4
|
* - update to 0.15leeym2008-10-182-6/+5
|
* Adding p5-Markup-Perl to Makefile, should fix missing INDEX.koitsu2008-10-181-0/+1
|
* - Update to 0.9.4beech2008-10-182-4/+4
|
* - Updated to 1.6.1glarkin2008-10-173-1476/+4010
| | | | | | | - Added knobs to install the embedded Dojo toolkit or the Dojo toolkit from ports Approved by: beech (mentor, implicit)
* Update to 0.996.tobez2008-10-172-4/+4
| | | | | Changes: http://search.cpan.org/dist/Continuity/Changes (not useful, the author forgot to update the file).
* Update to 1.82.tobez2008-10-172-10/+14
| | | | | | | Changes: http://search.cpan.org/dist/URI-Title/Changes Submitted by: leeym PR: 128163
* Updated to 5.7015lbr2008-10-172-4/+4
|
* - Updated to 1.2.0glarkin2008-10-163-1283/+597
| | | | Approved by: beech (mentor, implicit)
* - Updated to 1.2.0glarkin2008-10-162-7/+6
| | | | Approved by: beech (mentor, implicit)
* Fix opera plugin wrapper and bump PORTREVISION.itetcu2008-10-162-4/+17
| | | | | | | PR: ports/128080 Submitted by: KOIE Hidetaka Approved by: maintainer Committed from: EuroBSDCon2008 Dev Summit :)
* Adds a splash screen to most Mozilla and Mozilla Based products.miwi2008-10-164-0/+34
| | | | | | | | | | | Supports sound, opacity, CSS customization, custom images, and much more. You can add {appVersion}, {buildID} and {userAgent} to the loading text and it will be filled in for you. WWW: http://www.mrtech.com/extensions/ PR: ports/128111 Submitted by: Alexander Logvinov <ports at logvinov.com>
* - Update to 2.3.1miwi2008-10-163-24/+159
| | | | | PR: 128049 Submitted by: Wen Heping <wenheping@gmail.com> (maintainer)
* - Update to 3.10.1miwi2008-10-156-10/+16
| | | | | PR: 128046 Submitted by: Wen Heping <wenheping@gmail.com> (maintainer)
* Merge latest changes from nginx-devel port.osa2008-10-153-23/+67
| | | | | | | | | | | 1) new rc 2) extra command 'upgrade' 3) don't remove NGINX_TMPDIR directory, if port upgrade running from -devel to stable port version. Profiles are unsupported by this nginx version. Bump PORTREVISION.
* Update from 0.7.17 to 0.7.19.osa2008-10-152-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <ChangeLog> Changes with nginx 0.7.19 13 Oct 2008 *) Bugfix: version number update. Changes with nginx 0.7.18 13 Oct 2008 *) Change: the "underscores_in_headers" directive; now nginx does not allows underscores in a client request header line names. *) Feature: the ngx_http_secure_link_module. *) Feature: the "real_ip_header" directive supports any header. *) Feature: the "log_subrequest" directive. *) Feature: the $realpath_root variable. *) Feature: the "http_502" and "http_504" parameters of the "proxy_next_upstream" directive. *) Bugfix: the "http_503" parameter of the "proxy_next_upstream" or "fastcgi_next_upstream" directives did not work. *) Bugfix: nginx might send a "Transfer-Encoding: chunked" header line for HEAD requests. *) Bugfix: now accept threshold depends on worker_connections. </ChangeLog>
* Updated to 0.10lbr2008-10-152-4/+4
|
* - Update to 20081015 snapshotlwhsu2008-10-153-239/+780
|
* - Update to 2.6.2.araujo2008-10-143-10/+9
| | | | - Removed comments in Makefile.
* Update to 0.707lth2008-10-142-4/+4
|
* - Add the missed patchchinsan2008-10-141-0/+11
| | | | | PR: ports/127079 Submitted by: sunpoet (maintainer)
* - Update to 3.42-3chinsan2008-10-143-188/+194
| | | | | | | - Enable NOPORTDATA and NOPORTDOCS PR: ports/127079 Submitted by: sunpoet (maintainer)
* Update to version 1.0.5. Changes since 1.0.4:bsam2008-10-133-4/+8
| | | | | | | | | | | | | | | | | | | | | | * Improvements to plugin modules/classes: o New plugin module lotusdomino for LDAP interface of Lotus Domino server. o New plugin class for attribute types found in schema of MIT Kerberos LDAP backend: krbTicketFlags, krbPrincipalType and krbTicketPolicyReference. o New plugin class for LDAP syntax UUID. o Fix in BitArrayInteger.formValue for adding new values. * Case-insensitive sorting for... o attributes in table view when displaying or editing entries o object classes in object class input select lists o lists of schema links in schema viewer * Fixed SyntaxErroronly occuring with Python_2.3. * Several updates to the country code configuration file including a fix NON-ASCII encoding of country names.
* update to 0.07xride2008-10-132-4/+4
| | | | | | PR: ports/127373 Submitted by: Yi-Jheng Lin <yzlin@cs.nctu.edu.tw> Approved by: maintainer (me)
* - Update to 0.11.4miwi2008-10-135-41/+4
| | | | | | PR: 126712 Submitted by: Wen heping <wenheping@gmail.com> Approved by: maintainer timeout
* - Update to 5.11miwi2008-10-132-4/+4
| | | | | | PR: 127976 Submitted by: Nick Hilliard <nick@foobar.org> (maintainer) Security: http://www.vuxml.org/freebsd/12efc567-9879-11dd-a5e7-0030843d3802.html
* - Update to 6.5miwi2008-10-134-8/+8
| | | | | | PR: 127977 Submitted by: Nick Hilliard <nick@foobar.org> (maintainer) Security: http://www.vuxml.org/freebsd/12efc567-9879-11dd-a5e7-0030843d3802.html
* - Fix extra patchamdmi32008-10-122-10/+9
| | | | Reported by: "Herbert J. Skuhra" <h dot skuhra at gmail dot com
* WWW::FreeProxy A module fetch proxies from free proxy listsmiwi2008-10-125-0/+42
| | | | | | | WWW: http://search.cpan.org/dist/WWW-FreeProxy/ PR: ports/miwi Submitted by: Dennis Herrmann <adox at mcx2.org>
* - Update to 1.11.0rafan2008-10-124-13/+15
| | | | | PR: ports/127879 Submitted by: Rusty Nejdl <rnejdl at tethys.ringofsaturn.com> (maintainer)
* - Update to 1.2.5rafan2008-10-122-5/+5
| | | | | PR: ports/128015 Submitted by: Jukka Ukkonen <jau at iki.fi> (maintainer)
* - Update to 1.4.5 [1]rafan2008-10-122-6/+7
| | | | | | | | - While I'm here, make it respect PREFIX PR: ports/127650 Submitted by: Andrew Clark <andrewclarkii at gmail.com> [1] Approved by: maintainer timeout (2 weeks)
* - Update to 0.5.2miwi2008-10-112-4/+4
| | | | | PR: 127882 Submitted by: Ashish Shukla <wahjava@gmail.com> (maintainer)
* `multisort' is a small program designed to take multiple httpdmiwi2008-10-115-0/+51
| | | | | | | | | | | | | | | logfiles in the Common Log Format and merge them into a single log, sorted by date, sent to standard output. This is useful if you're running a single website on multiple hosts and using round-robin DNS to do load distribution. With multisort, you can take the various logfiles from each server and merge them into a single file for analysis. WWW: http://www.xach.com/multisort/ PR: ports/127906 Submitted by: Dennis Herrmann <adox at mcx2.org>
* - Update to 2008.08.09amdmi32008-10-112-4/+4
| | | | | | PR: 127488 Submitted by: "Eric L. Chen" <d9364104 at mail dot nchu dot edu dot tw> Approved by: maintainer timeout
* Pyjamas is a port of Google Web Toolkit to Python, and thus enablesnivit2008-10-115-0/+568
| | | | | | the development of AJAX applications in Python. WWW: http://pyjs.org
* - Update to 5.817clsung2008-10-112-5/+4
|
* - remove 1clsung2008-10-111-3/+0
|
* Add p5-Catalyst-Plugin-Cache-Memcached-Fast 0.11, Catalyst Plugin forskv2008-10-105-0/+45
| | | | Cache::Memcached::Fast.
* Add p5-URI-Escape-XS 0.02, drop-in replacement for URI::Escape in XS.skv2008-10-106-0/+43
|
* - Fix wrong WRKSRCmm2008-10-101-1/+1
|
* Update to 9.60 and unbreak ititetcu2008-10-102-31/+27
| | | | | | | | | Changelog: http://www.opera.com/docs/changelogs/freebsd/960/ Security: http://www.opera.com/docs/changelogs/freebsd/960/#sec PR: ports/127941 Submitted by: Arjan van Leeuwen Security: http://www.vuxml.org/freebsd/fb84d5dd-9528-11dd-9a00-001999392805.html
* Update www/opera to 9.60itetcu2008-10-104-34/+56
| | | | | | | Changelog: http://www.opera.com/docs/changelogs/freebsd/960/ Security: http://www.opera.com/docs/changelogs/freebsd/960/#sec Security: http://www.vuxml.org/freebsd/fb84d5dd-9528-11dd-9a00-001999392805.html
* - Update to 1.1.5nivit2008-10-103-9/+16
|
* - Simplify port (use more of bsd.python.mk)glarkin2008-10-091-3/+4
| | | | | | | | - Fix package build (register with easy-install) PR: ports/127968 Submitted by: mm Approved by: beech (mentor, implicit)
* - Simplify port (use more of bsd.python.mk)glarkin2008-10-091-3/+4
| | | | | | | | - Fix package build (register with easy-install) PR: ports/127965 Submitted by: mm Approved by: beech (mentor, implicit)
* AdvancedTicketWorkflowPlugin provides a number of advanced operationsmm2008-10-095-0/+39
| | | | | | | | for customizable workflows that are similar to the operations provided in the customizeable workflow of the core system. WWW: http://trac-hacks.org/wiki/AdvancedTicketWorkflowPlugin ----------------------------------------------------------------------
* - Remove accitendally included filemm2008-10-091-14/+0
|
* Trac plugin to create new divisions in roadmap and milestone progress barsmm2008-10-096-0/+52
|
* - A light and powerful Ruby MVC web framework.clsung2008-10-095-0/+2375
|
* - Update to 0.8.4clsung2008-10-092-4/+4
|
* Update to 9.60, see Changelog for details:mezz2008-10-096-12/+38
| | | | | | http://www.opera.com/docs/changelogs/linux/960/ Security: http://www.opera.com/docs/changelogs/linux/960/#sec
* - Update to 1.2.0.7692 RC3glarkin2008-10-0940-484/+1240
| | | | | | | | | | | - Fixed various portlint warnings - Removed redundant macro definitions - Added more MASTER_SITEs and fixed download filename problem - Fixed do-fetch target to correct tindy errors - Added knobs for some supported caching engines - Cleaned up installation target and fixed for package building Approved by: beech (mentor, implicit)
* - Update to 2.0.3clsung2008-10-083-16/+56
| | | | | | PR: ports/127934 Submitted by: clsung Approved by: maintainer (Robert Gogolok)
* Fix distinfohq2008-10-081-3/+3
| | | | Reported by: Brad Kollmyer <bradk at vitalsoft.com>
* - A fast, secure, and very extensible implementation of eRuby (embedded Ruby)clsung2008-10-085-0/+369
|
* - Update to 1.4.20mnag2008-10-089-439/+4
| | | | | PR: 127861 Submitted by: Daniel Gerzo <danger___FreeBSD.org>
* - Update to 1.2.0glarkin2008-10-083-4/+10
| | | | Approved by: beech (mentor, implicit)
* - Update to 0.2.4353glarkin2008-10-082-4/+4
| | | | Approved by: beech (mentor, implicit)
* - Update to 2.6.0glarkin2008-10-083-76/+267
| | | | Approved by: beech (mentor, implicit)
* Update to 1.255hq2008-10-072-5/+5
|
* Update to Cacheboy-1.5.1.adrian2008-10-074-14/+14
|
* - Update to 0.6.161clsung2008-10-073-11/+21
|
* - update to 0.35leeym2008-10-062-11/+12
|
* - Update to 1.01clsung2008-10-062-4/+4
| | | | Changes: http://search.cpan.org/dist/Flickr-API/Changes
* - Update to 0.4.4clsung2008-10-062-4/+4
| | | | | | PR: ports/127843 Submitted by: TAKATSU Tomonari <tota_AT_rtfm dot jp> Approved by: maintainer (Hiroyuki Iwatsuki)
* Update to version 1.0.4.bsam2008-10-063-4/+8
|
* - Update to 2.5.3miwi2008-10-053-963/+962
| | | | | PR: 127846 Submitted by: maintainer
* - Update to 1.2.1miwi2008-10-053-4/+5
| | | | | PR: 127858 Submitted by: Lapo Luchini <lapo@lapo.it> (maintainer)
* - Update to 0.8dmiwi2008-10-055-31/+29
| | | | | | | - Pass maintainership to submitter PR: 127781 Submitted by: Dennis Herrmann <adox@mcx2.org>
* - Update to 3.10.0miwi2008-10-056-3760/+5626
| | | | | PR: 127670 Submitted by: Wen Heping <wenheping@gmail.com> (maintainer)
* Update to 0.6.2.3anray2008-10-052-8/+6
|
* - Update to 1.12.1miwi2008-10-054-10/+8
| | | | Approved by: maintainer implicit
* - Update to 1.13.2miwi2008-10-0512-24/+24
|
* - Update to 1.1.24miwi2008-10-053-5/+4
| | | | | PR: 127798 Submitted by: David <tech@wooztalk.com> (maintainer)
* Fix dependency broken due to acroread7 removal.hrs2008-10-052-4/+4
|
* Bugfixes:skv2008-10-042-3/+38
| | | | | | | | | | | - fix perl_render() - avoid "uninitialized value" warnings - fix perlcs_parseString() - correct malloc: use len+1 instead of len Also, take maintainership. PR: ports/127108 Submitted by: skv Approved by: rink (previous maintainer)
* - add missing dependaz2008-10-041-0/+2
| | | | - bump portrevision
* - Mark broken DISTFILE mismatchmiwi2008-10-041-0/+2
| | | | | PR: 127788 Submitted by: maintainer
* - Update to 0.03chinsan2008-10-042-10/+9
|
* - Update to 0.04chinsan2008-10-043-14/+12
| | | | | PR: ports/127742 Submitted by: leeym
* - Update to 0.9.2 (bugfix release)beech2008-10-042-4/+4
|
* - Update to 1.2.1jadawin2008-10-033-45/+93
| | | | - Changelog at http://www.zenphoto.org/2008/10/version-121/
* Updated to 3.0000lbr2008-10-032-10/+6
|
* Update to 0.21lbr2008-10-032-4/+4
|
* - simplify dependenciesleeym2008-10-031-13/+16
| | | | - bump PORTREVISION
* - Update to 1.4.6lwhsu2008-10-032-5/+4
| | | | | | PR: ports/127279 Submitted by: lwhsu Approved by: maintainer timeout
* - Update to 3.3beech2008-10-038-48/+146
|
* - Update to 1.1.4nivit2008-10-033-5/+204
| | | | - Download and install additional docs when NOPORTDOCS is not defined
* - Update to 3.0.3miwi2008-10-022-4/+4
| | | | | | | | | | Note: This fixed a problem where users were unable to retrieve saved passwords or save new passwords (bug 454708) https://bugzilla.mozilla.org/show_bug.cgi?id=454708 Approved by: portmgr (marcus)
* - update to 0.88leeym2008-10-022-15/+13
|
* - Update to 0.03005az2008-10-013-7/+13
| | | | Changes: http://search.cpan.org/dist/HTML-FormFu/Changes
* - Update to 1.05miwi2008-09-302-4/+4
| | | | | PR: 127723 Submitted by: Vladimir Timofeev <vovkasm@gmail.com> (maintainer)
* Update to 3.6 beta 20johans2008-09-302-4/+4
|
* - Update to 0.7jadawin2008-09-302-5/+4
| | | | | PR: ports/127747 Submitted by: TAKATSU Tomonari <tota _AT_ rtfm _DOT_ jp> (maintainer)
* - Chase libprelude shlib bumpbeech2008-09-301-2/+2
|
* - update to 0.35leeym2008-09-302-11/+8
|
* - Don't check value for WITH_/WITHOUT_ vars, especially for "yes"sumikawa2008-09-302-23/+26
| | | | | | | Just relay on they are set. - sync with www/apache13. PR: 127464
* - take maintainershipclsung2008-09-301-1/+1
|
* - Update to 5.816 [1]clsung2008-09-303-5/+9
| | | | | | | - add --aliases to CONFIGURE_ARGS [2] Changes: http://search.cpan.org/dist/libwww-perl/Changes [1] PR: porst/127388 [2]
* - Update to 0.9.1 (Bugfix release)beech2008-09-302-4/+4
| | | | | | | | | | | | | Cherokee: - Fixes a stability issue - Fixes a shut down issue - Improves log opening Documentation: - PathInfo is better explained Administration interface: - Option list entries now work
* - update to 0.24leeym2008-09-302-8/+8
| | | | | | PR: 127149 Submitted by: leeym Approved by: maintainer timeout