Commit graph

22 commits

Author SHA1 Message Date
Doug Barton
9aac569eaa Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
2012-08-05 23:19:36 +00:00
Sergey Skvortsov
93da9d0173 * Update to 1.5.2 [1]
* Add patch to use TCP_KEEP{CNT, IDLE, INTVL, ALIVE} [2]

Changes:	http://pgfoundry.org/forum/forum.php?forum_id=1885
PR:		ports/169463 [1]
Submitted by:	Dmitry <dmitry2004@yandex.ru> [1],
		Oleg A. Mamontov <oleg@mamontov.net> [2]
2012-07-01 08:50:48 +00:00
Sergey Skvortsov
03327e7525 Update to 1.5.1
Changes:	http://pgfoundry.org/frs/shownotes.php?release_id=1936
2012-04-18 19:37:14 +00:00
Sergey Skvortsov
b5e18e7478 Update to 1.5
Changes:	http://pgfoundry.org/frs/shownotes.php?release_id=1920
PR:		ports/164566
Submitted by:	"Mikhail T." <m.tsatsenko@gmail.com>
Feature safe:	yes
2012-03-22 21:19:22 +00:00
Doug Barton
83eb2c3700 In the rc.d scripts, change assignments to rcvar to use the
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.
2012-01-14 08:57:23 +00:00
Sergey Skvortsov
0141712d75 Update to 1.4.2
Changes:	http://pgfoundry.org/frs/shownotes.php?release_id=1863
PR:		ports/158657
Submitted by:	"Mikhail T." <m.tsatsenko@gmail.com>
2011-08-13 18:54:29 +00:00
Sergey Skvortsov
572af21f20 Update to 1.4.1
Changes:	http://pgfoundry.org/frs/shownotes.php?release_id=1795
PR:		ports/157702
Submitted by:	mm
2011-06-08 17:13:12 +00:00
Martin Matuska
f09b9d995b - Update to 1.4
- Fix lib/usual/endian.h
- Modify rc file - allow setting a custom configuration file

PR:		ports/153932
Approved by:	skv@FreeBSD.org (maintainer, private e-mail)
Feature safe:	yes
2011-01-15 00:06:46 +00:00
Martin Matuska
fc3108be7e - Update to 1.3.4
PR:		ports/150518
Approved by:	maintainer (timeout)
2010-09-28 09:30:50 +00:00
Martin Matuska
39b68bb4fe Update libevent to 1.4.14b
PR:		ports/147723
Approved by:	maintainer (timeout)
2010-07-25 15:39:20 +00:00
Sergey Skvortsov
ce12ea1c27 Update to 1.3.3
Changes:	http://pgfoundry.org/frs/shownotes.php?release_id=1645
2010-07-09 14:07:32 +00:00
Doug Barton
1d6b4b3f91 Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00
Sergey Skvortsov
4350f34f89 Update to 1.3.2
Changes:	http://pgfoundry.org/frs/shownotes.php?release_id=1605
2010-03-17 16:30:31 +00:00
Martin Matuska
e5a0b2d503 - Update to 1.3.1
PR:	ports/137290
Submitted by:	ismail yenigul <ismail.yenigul@endersys.com>
Approved by:	maintainer (implicit)
2009-08-13 20:40:49 +00:00
Doug Barton
0175383f0a Fix a few "bad example" problems in the rc.d scripts that have been
propogated by copy and paste.

1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).

No PORTREVISION bumps because all of these changes are noops.
2009-07-15 16:56:10 +00:00
Sergey Skvortsov
e7be57e823 Update to 1.3
Changes:	http://pgfoundry.org/frs/shownotes.php?release_id=1315
PR:		ports/132003
Submitted by:	mm
2009-02-23 14:02:24 +00:00
Marcus Alves Grando
907d5d1a39 - Update libevent dependency and bump PORTREVISION 2008-08-19 16:40:17 +00:00
Martin Matuska
c8e18c63b1 - Update pgbouncer to 1.2.3
- Add new UID and GID for pgbouncer
- Improve handling of example configuration files
- Add support for the reload rc command
- Other minor enhancements

PR:		ports/126454
Submitted by:	mm
Approved by:	skv (maintainer)
2008-08-11 20:09:15 +00:00
Marcus Alves Grando
5265c7a798 - Bump PORTREVISION since devel/libevent are updated. 2008-01-02 23:43:03 +00:00
Sergey Skvortsov
d899e9b1ae Update to 1.1.2
PR:		ports/117639
Submitted by:	Vivek Khera <vivek xx khera.org>
2007-12-12 23:17:51 +00:00
Marcus Alves Grando
5a1d1148e1 - Change libevent lib and bump PORTREVISION since devel/libevent are updated. 2007-09-21 20:21:30 +00:00
Sergey Skvortsov
784419accc Add pgbouncer 1.0.8, lightweight connection pooler for PostgreSQL. 2007-07-22 19:02:40 +00:00