aboutsummaryrefslogtreecommitdiff
path: root/databases/pgpool-II-30
Commit message (Collapse)AuthorAgeFilesLines
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* - Repocopy 3.0 to pgpool-II-30 and upgrade pgpool-II to 3.1.Jun Kuriyama2011-09-231-2/+4
| | | | | | | | | | | | - Install user-defined c-functions ([1], partial). - Add reload command to startup script [2] PR: ports/156578 [1], ports/156818 [2] Submitted by: Anton Yuzhaninov <ayuzhaninov@team.vega.ru> [1], Anton Yuzhaninov <citrin@citrin.ru> [2] Notes: svn path=/head/; revision=282243
* - Upgrade to 3.0.4.Jun Kuriyama2011-07-052-4/+4
| | | | Notes: svn path=/head/; revision=277084
* - Upgrade to 3.0.3 [1].Jun Kuriyama2011-02-252-8/+6
| | | | | | | | | | | - Fix with $SU_CMD [2]. PR: ports/155012 [1], ports/152745 [2] Submitted by: Alexander Zhuravlev <zaa@ikato.com> [1], Anton Yuzhaninov <ayuzhaninov@db04.dev.vega.ru> [2] Notes: svn path=/head/; revision=269629
* - Upgrade to 3.0.1.Jun Kuriyama2010-10-222-5/+5
| | | | | | | | PR: ports/151618 Submitted by: Mikhail Tsatsenko <m.tsatsenko@mail.ru> Notes: svn path=/head/; revision=263438
* - Upgrade to 3.0 after repocopied to pgpool-II-23.Jun Kuriyama2010-10-134-16/+17
| | | | | | | | PR: ports/150907 Submitted by: Mikhail Tsatsenko <m.tsatsenko@mail.ru> Notes: svn path=/head/; revision=262954
* - Upgrade to 2.3.3.Jun Kuriyama2010-10-112-5/+5
| | | | | | | I'll upgrade to 3.0 after repocopy. Notes: svn path=/head/; revision=262787
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* - Upgrade to 2.3.2.2.Jun Kuriyama2010-02-224-15/+31
| | | | | | | | | - Improve error handling of recovery script. Feature safe: yes Notes: svn path=/head/; revision=250162
* - Upgrade to 2.3.2.1.Jun Kuriyama2010-02-112-5/+5
| | | | | | | PR: ports/143686 Notes: svn path=/head/; revision=249620
* - Upgrade to 2.3.1.Jun Kuriyama2009-12-203-5/+7
| | | | Notes: svn path=/head/; revision=246300
* - Repocopy pgpool-II-2.2.6 (maintenance branch) toJun Kuriyama2009-12-152-6/+6
| | | | | | | | | | | databases/pgpool-II-22 and upgrade databases/pgpool-II to 2.3. - Record $CONFLICTS each other. Please note upgrade from 2.2.6 to 2.3 causes small incompatibility (read NEWS file in distribution). Notes: svn path=/head/; revision=245825
* - Upgrade to 2.2.6.Jun Kuriyama2009-12-132-5/+5
| | | | Notes: svn path=/head/; revision=245702
* - Upgrade to 2.2.4.Jun Kuriyama2009-08-246-5/+94
| | | | | | | - Add my scripts in $FILES dir, but not installed (no warranty). Notes: svn path=/head/; revision=240250
* Upgrade to 2.2.3.Jun Kuriyama2009-08-113-16/+5
| | | | Notes: svn path=/head/; revision=239336
* - Bandaid to build with PostgreSQL 8.4.Jun Kuriyama2009-08-022-0/+11
| | | | | | | | PR: ports/137039 Submitted by: Sevan Janiyan <venture37@geeklan.co.uk> Notes: svn path=/head/; revision=238751
* Upgrade to 2.2.2.Jun Kuriyama2009-05-222-5/+5
| | | | Notes: svn path=/head/; revision=234367
* - Upgrade to 2.2 (my pcp patches are integrated to this release).Jun Kuriyama2009-03-0814-1629/+7
| | | | Notes: svn path=/head/; revision=229699
* - Upgrade to 2.1.Jun Kuriyama2008-12-3116-59/+1639
| | | | | | | | | | | - Add patches (add -d argument for debug) to pcp tools (already committed to upstream). PR: ports/129182 (based on) Submitted by: mm Notes: svn path=/head/; revision=225065
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Fix plistPav Lucistnik2008-03-091-0/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=208680
* - Install example scripts.Jun Kuriyama2008-03-074-2/+81
| | | | | | | | | - Add $pgpool_flags, $pgpool_looger, $pgpool_logger_pri variables for /etc/rc.conf. - Add a patch (already submitted to upstream) to improve diag messages. Notes: svn path=/head/; revision=208549
* Upgrade to 2.0.1.Jun Kuriyama2007-12-274-6/+7
| | | | Notes: svn path=/head/; revision=204637
* Upgrade to 1.3.Jun Kuriyama2007-10-244-25/+10
| | | | Notes: svn path=/head/; revision=201871
* - Fix build after objformat removalMartin Wilke2007-07-141-0/+4
| | | | | | | | Submitted by: pointyhat via pav Approved by: maintainer timeout Notes: svn path=/head/; revision=195615
* Fix plist.Jun Kuriyama2007-04-212-1/+4
| | | | | | | Reported by pointyhat via kris Notes: svn path=/head/; revision=190518
* - Add pgpool-II 1.0.2 after repocopy from databases/pgpool.Jun Kuriyama2007-04-168-55/+60
| | | | Notes: svn path=/head/; revision=190063
* Fix build on 4.x.Norikatsu Shigemura2007-02-133-0/+40
| | | | | | | Obtained from: PostgreSQL Japanese Mailing List Notes: svn path=/head/; revision=185082
* Update to 3.2.Norikatsu Shigemura2007-02-113-5/+6
| | | | Notes: svn path=/head/; revision=184842
* - Update to 3.1.2Martin Wilke2006-12-142-5/+5
| | | | | | | | | PR: ports/106668 Submitted by: Robert Gogolok<gogo@cs.uni-sb.de> Approved by: maintainer Notes: svn path=/head/; revision=179794
* Reset whitekid@gmail.com after timeouts and no response to email.Mark Linimon2006-12-131-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=179658
* - Update to 3.1.1Martin Wilke2006-08-072-5/+5
| | | | | | | | | PR: ports/100788 Submitted by: Robert Gogolok <gogo(at)cs.uni-sb.de> Approved by: krion (mentor), maintainer timeout Notes: svn path=/head/; revision=169948
* - Update to version 3.1.Cheng-Lung Sung2006-07-142-5/+5
| | | | | | | | | PR: ports/100125 Submitted by: Robert Gogolok <gogo_AT_cs dot uni-sb dot de> Approved by: maintainer (Choe, Cheng-Dae) Notes: svn path=/head/; revision=167734
* Update to 3.0.1.Sam Lawrance2006-05-153-6/+9
| | | | | | | | | | | Run as 'nobody' rather than root. PR: ports/96637 Submitted by: Vivek Khera <vivek@khera.org> Approved by: Choe, Cheng-Dae <whitekid@gmail.com> (maintainer) Notes: svn path=/head/; revision=162418
* - Add rc.d script.Marcus Alves Grando2006-04-142-1/+38
| | | | | | | | | | | - Bump PORTREVISION PR: 94137 Submitted by: Chris St Denis <chris___ctgameinfo.com> Approved by: maintainer timeout, 39 days Notes: svn path=/head/; revision=159502
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154141
* pgpool is a connection pool server for PostgreSQL. pgpool runs betweenMarcus Alves Grando2005-11-034-0/+42
PostgreSQL's clients(front ends) and servers(back ends). A PostgreSQL client can connect to pgpool as if it were a standard PostgreSQL server. pgpool caches the connection to PostgreSQL server to reduce the overhead to establish the connection to it. WWW: http://pgpool.projects.postgresql.org/ PR: 87701 Submitted by: Choe, Cheng-Dae <whitekid@gmail.com> Notes: svn path=/head/; revision=147119