3110 Commits

Author SHA1 Message Date
ajacoutot
55aba5963e Tweak comment. 2013-09-24 16:51:03 +00:00
giovanni
ba0482956b +mydumper 2013-09-24 14:55:08 +00:00
giovanni
952f68a3b9 mydumper is complement to mysqldump, for MySQL data dumping, providing
parallelism, performance and easier to manage output.

hints and ok sthen@ benoit@
2013-09-24 14:44:44 +00:00
dcoppa
0918d7c96d Fix and enable Ninja build.
ok brad@ (maintainer)
2013-09-22 14:28:13 +00:00
sthen
019266f278 needs docbook, found by nigel@ 2013-09-20 21:12:44 +00:00
sthen
2342274567 update to freetds-0.92.79 2013-09-19 17:11:20 +00:00
ajacoutot
5ce7d57391 Committed upstream with some tweaks. 2013-09-11 14:02:52 +00:00
ajacoutot
8c86ceb26e Fixes for 64-bit time_t. Still a moving target but better than what we
currently have.
2013-09-11 09:24:56 +00:00
miod
a94e03223c Fix s_lock on m68k/ELF. 2013-09-07 20:20:54 +00:00
espie
b0e852017e junk found: autogen.sh does want to use argz.m4 and to run libtoolize,
so we actually need the full libtool package during build.
2013-09-06 12:22:33 +00:00
brad
1e5f8707e9 Upgrade to MariaDB 5.5.32.
ok sthen@
2013-09-04 19:20:28 +00:00
brad
a9a177ed45 - Remove some unnecessary patching
- Mention the rc script in mysql_install_db
- Move the removal of the plugins subdir to the correct PLIST

ok sthen@
2013-09-04 19:16:59 +00:00
espie
e3341500e6 refactor TreeWalker code for later 2013-09-04 15:35:02 +00:00
dcoppa
fc756a2039 Update to redis-2.6.16. 2013-09-02 12:14:20 +00:00
zhuk
85e57ad8b7 Unbreak fetching of SHARED_LIBS and TARGETS in sqlports.
okay espie@
2013-08-27 07:51:03 +00:00
landry
b9691601fa Improve barman:
- use a separate _barman:_barman user/group
- use /var/db/barman as the default datadir, setting appropriate
  permissions (ie _barman:_barman / 750)
- make ${SYSCONFDIR}/barman.conf root:_barman & mode 640
- add README teaching how to configure _barman's crontab

Join work with Jean Gerard Pailloncy, tweaks & ok ajacoutot@
2013-08-26 09:37:52 +00:00
zhuk
4f664d8b82 Fixup handling of FreeDesktop goo: desktop-file-utils, gtk-update-icon-cache
and shared-mime-info. Found by portcheck.

A lot of input from and okay ajacoutot@
2013-08-20 22:05:46 +00:00
jasper
b89bc4a094 add missing run dependency which got lost in the switch to multi-packages
spotted by Jean-Gerard Pailloncy, thanks
2013-08-20 06:58:26 +00:00
naddy
975144c635 fix previous backout 2013-08-16 21:08:29 +00:00
ajacoutot
0b0ef47f48 This patch can genuinely be removed. 2013-08-15 16:08:44 +00:00
ajacoutot
a535cd0c4f Revert previous on these 3 ports.
kettenis@ says there is more work involved since we are different from the
others... I have no time to take care of it properly so put back whatever
was there before which seemed to work fine.
2013-08-15 16:07:27 +00:00
ajacoutot
2311afb143 Remove these, we have 64-bit time_t now. 2013-08-15 14:49:35 +00:00
abieber
3a099ac12f bump revision to catch the gyp fix
OK nigel@
2013-08-13 21:18:09 +00:00
robert
d5b92ddea0 bump REVISION due to the php update 2013-08-12 04:11:20 +00:00
ajacoutot
3785ec3156 -pear-MDB2-sqlite 2013-08-11 15:12:09 +00:00
ajacoutot
878224747d Remove pear-MDB2-sqlite.
It won't work with php-5.4+, some functions it uses (sqlite_escape_string,
for example) have been removed.

discussed with robert@
ok giovanni@ (maintainer)
2013-08-11 15:11:45 +00:00
ajacoutot
93db43976c Update to evolution-data-server-3.8.5. 2013-08-11 13:17:41 +00:00
landry
eb3ba1b33e Add databases/postgresql,-server to BDEP, needed for getopt_long.h.
Found the hard way by nigel@
2013-08-10 21:55:49 +00:00
landry
4cce0ffcec +repmgr,pgbadger 2013-08-10 16:08:55 +00:00
landry
7436b85399 Import pgbadger 3.5.
pgBadger is a PostgreSQL log analyzer built for speed with fully
detailed reports from your PostgreSQL log file. It's a single and small
Perl script that aims to replace and out-perform the old PHP script
pgFouine.

pgBadger is written in pure Perl language. It uses a Javascript library
draw graphs so that you don't need additional Perl modules or any
other package to install. Furthermore, this library gives us additional
features, such as zooming.

pgBadger is able to autodetect your log file format (syslog, stderr or
csvlog). It is designed to parse huge log files, as well as gzip, zip or
bzip2 compressed files.

ok ajacoutot@
2013-08-10 16:07:50 +00:00
landry
1047fced61 Import repmgr 1.2.0.
repmgr allows you to monitor and manage your replicated PostgreSQL
databases as a single cluster.  repmgr includes two components:

* repmgr: command program that performs tasks and then exits
* repmgrd: management and monitoring daemon that watches the cluster
  and can automate remote actions.

See https://github.com/2ndQuadrant/repmgr for instructions on how to
setup it.

ok ajacoutot@
2013-08-10 16:07:02 +00:00
landry
861164267b +salt,py-argh,barman 2013-08-10 13:44:46 +00:00
landry
14c398db96 Import barman 1.2.2.
Barman (backup and recovery manager) is an administration tool for
disaster recovery of PostgreSQL servers written in Python. Barman can
perform remote backups of multiple servers in business critical
environments, and helps DBAs during the recovery phase.

Barman's most wanted features include: backup catalogues, retention
policies, remote recovery, archiving and compression of WAL files and
of backups.

ok ajacoutot@
2013-08-10 13:42:45 +00:00
robert
fa400c095e fix dependency; the sqlite subpackage is now in php itself 2013-08-10 13:26:43 +00:00
ajacoutot
26445eeab8 Modernize this port a bit. 2013-08-10 13:15:36 +00:00
naddy
34b4304a2b fix revision typo 2013-08-09 11:10:15 +00:00
brad
7056bc2cef Update to MySQL 5.1.71.
ok giovanni@
2013-08-07 23:38:55 +00:00
naddy
2394f51acd move http://github.com and http://bitbucket.org to https
suggested by bentley@
2013-08-07 21:57:40 +00:00
naddy
c2832a1290 move http://code.google.com, *.googlecode.com, and sites.google.com to https
suggested by bentley@
2013-08-07 21:31:12 +00:00
naddy
c7e055641a kill direct and indirect references to GCC2_ARCHS 2013-08-07 15:37:07 +00:00
ajacoutot
c4fa337a98 Update to evolution-data-server 3.8.4. 2013-08-06 19:09:27 +00:00
ajacoutot
e368ce3fbe This is BROKEN on macppc. 2013-07-17 07:25:59 +00:00
bentley
0d107ee995 Update jung@'s contact info in all ports. Drop spe and ddclient per request.
ok jung@
2013-07-17 03:27:01 +00:00
jeremy
88faa5f0ec Update to sequel_pg 1.6.7. Add correct version constraint to ruby-pg
dependency.
2013-07-15 01:46:50 +00:00
jeremy
4d4eb4396b Update to sequel 4.0.0. 2013-07-15 01:31:14 +00:00
sthen
d915fe49fc oops, bump the right subpackage 2013-07-11 18:39:43 +00:00
sthen
1c4c43f01b missed bump (ruby-puppet -> puppet) 2013-07-11 18:38:50 +00:00
espie
bb885a716a fix install in the purely static case 2013-07-09 17:06:14 +00:00
espie
30ef10f6cd the build process of those ports only leads to a .la file if shared objects
are being built, so put those files into the PFRAG.shared-main fragment
too (this is one port where fragment-folding can't work)
2013-07-05 12:03:52 +00:00
landry
e3c1e479cc Fix py-mongo on BE archs, C extensions are not built there.
Tweaked from an original diff by jasper@, discussed with fgsch@
2013-07-03 20:07:26 +00:00