aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/pgbouncer.rb
AgeCommit message (Collapse)Author
2013-04-06Remove unnecessary/unused UserName plist keys.Mike McQuaid
Fixes #18293.
2012-12-02pgbouncer 1.5.4Brett Koonce
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-11-25Make generic caveats for launchd plist files.Mike McQuaid
2012-10-18pgbouncer 1.5.3Brett Koonce
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-09Let plists be installed automaticallyAdam Vandenberg
2012-07-30pgbouncer 1.5.2Brett Koonce
Closes #13797. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-15pgbouncer 1.5.1Kashif Rasul
If asciidoc is present, the HTML docs are built, which also requires xmlto. Closes #12242. jn: - it wasn't immediately clear to me how to just disable building the HTML docs, so I left the deps in - mark asciidoc and xmlto as build-time deps and set XML_CATALOG_FILES - remove unused configure switch - use builtin ln_s instead of shelling out Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-04Minor cleanup on plist caveats.Matthew Lewinski
Use basename to refer to plist file when loaded. Make cp lines same across formulas. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-03Add and use plist helper methodsJack Nagel
These will be used to unify the label namespaces in embedded plists, i.e. 'homebrew.mxcl.<formula>'. plist_path returns the full path to a plist file located at the top level of the keg; plist_path.basename can be used if just the filename is needed. c.f. #9346. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-03Normalize paths in embedded plist filesJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-01-25pgbouncer 1.5Cody Cutrer
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-09-02Fix plist permissions for LionAdam Vandenberg
2011-06-19pgbouncer 1.4.2Kashif Rasul
Signed-off-by: Adam Vandenberg <flangy@gmail.com>