notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
Port details
mydumper MySQL Data Dumper
1.0.0.1 databases on this many watch lists=2 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.21.3.1Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2009-03-05 18:40:17
Last Update: 2026-05-02 11:13:25
Commit Hash: 969cdcd
People watching this port, also watch:: sa-stats, screen, policyd2
License: GPLv3
WWW:
https://github.com/mydumper/mydumper
Description:
MyDumper is a MySQL Logical Backup Tool. It has 2 tools: - mydumper which is responsible to export a consistent backup of MySQL databases - myloader reads the backup from mydumper, connects the to destination database and imports the backup. Both tools use multithreading capabilities Why do we need MyDumper? - Parallelism (hence, speed) and performance (avoids expensive character set conversion routines, efficient code overall) - Easier to manage output (separate files for tables, dump metadata, etc, easy to view/parse data) - Consistency - maintains snapshot across all threads, provides accurate master and slave log positions, etc - Manageability - supports PCRE for specifying database and tables inclusions and exclusions
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (5 items)
Collapse this list.
  1. sbin/mydumper
  2. sbin/myloader
  3. /usr/local/share/licenses/mydumper-1.0.0.1/catalog.mk
  4. /usr/local/share/licenses/mydumper-1.0.0.1/LICENSE
  5. /usr/local/share/licenses/mydumper-1.0.0.1/GPLv3
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • mydumper>0:databases/mydumper
To install the port:
cd /usr/ports/databases/mydumper/ && make install clean
To add the package, run one of these commands:
  • pkg install databases/mydumper
  • pkg install mydumper
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: mydumper
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1777572476 SHA256 (mydumper-mydumper-v1.0.0-1_GH0.tar.gz) = ad88b1a91732edc515632a1967a2a41d2202468a21d839bb8ed7f2544d07d4a6 SIZE (mydumper-mydumper-v1.0.0-1_GH0.tar.gz) = 904462

Packages (timestamps in pop-ups are UTC):
mydumper
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--0.9.50.19.4.7-n/an/an/a
FreeBSD:13:quarterly0.21.3.10.21.3.1-0.19.4.2-n/an/an/a
FreeBSD:14:latest0.21.4.11.0.0.10.12.7.30.19.4.6---0.14.5.2
FreeBSD:14:quarterly0.21.3.10.21.3.1-0.19.4.2--0.15.1.30.15.1.3
FreeBSD:15:latest0.21.4.11.0.0.1n/a0.19.4.6n/an/a0.15.1.30.15.1.3
FreeBSD:15:quarterly0.21.3.10.21.3.1n/a-n/an/a--
FreeBSD:16:latest0.21.4.11.0.0.1n/a-n/an/a--
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. cmake : devel/cmake-core
  2. ninja : devel/ninja
  3. pkgconf>=1.3.0_1 : devel/pkgconf
Library dependencies:
  1. libpcre2-8.so : devel/pcre2
  2. libglib-2.0.so : devel/glib20
  3. libintl.so : devel/gettext-runtime
  4. libmysqlclient.so.24 : databases/mysql84-client
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
databases_mydumper
USES:
cmake:insource compiler:c11 gnome mysql pkgconfig ssl
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/mydumper/mydumper/tar.gz/v1.0.0-1?dummy=/
Collapse this list.

Number of commits found: 113 (showing only 13 on this page)

«  1 | 2 

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.5.1_2
08 Mar 2013 10:51:36
Revision:313633Original commit files touched by this commit
kwm search for other commits by this committer
* Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 which
  are the latest stable releases.
* Update vala to the newest stable release 0.18.1, also update a few ports
  in the gtk/gnome stack.
* The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles.
* Remove pkg-config run depends from glib20 and freetype2. This doesn't
  eliminate pkg-config run dependency completely, a second phase is needed
  and is planned.
* Support for .:run. and .:build. for USE_GNOME components was added.
  Currently only libxml2 and libxslt support this mechanism.
* Updates of the telepathy stack and empathy.
* Trim makefile headers, convert ports to new options, trim off library
  versions for some ports.
* Fix other ports so they build with the new glib version.

Thanks to miwi and crees for helping out with some exp-runs.
Approved by:	portmgr (miwi & bapt)
Obtained from:	gnome team repo
0.5.1_2
10 Dec 2012 19:11:12
Revision:308630Original commit files touched by this commit Sanity Test Failure
mm search for other commits by this committer
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports
0.5.1_1
22 Sep 2012 07:10:59
Revision:304665Original commit files touched by this commit
rm search for other commits by this committer
- install `myloader' binary too
- bump PORTREVISION

while here:
- convert Makefile header to two-lines format
- remove cmake from BUILD_DEPENDS, because it's implied by USE_CMAKE
- tab -> space in pkg-descr

PR:		171827
Submitted by:	Armin Gruner <ag-freebsd at muc dot de>
Approved by:	Gea-Suan Lin <gslin at gslin dot org> (maintainer)
0.5.1
06 Jan 2012 10:02:41
Original commit files touched by this commit
culot search for other commits by this committer
- Update to 0.5.1

PR:             ports/163819
Submitted by:   Joe Horn <joehorn@gmail.com>
Approved by:    Gea-Suan Lin <gslin@gslin.org> (maintainer)
0.5.0
14 Nov 2011 03:26:46
Original commit files touched by this commit
rakuco search for other commits by this committer
Remove CMAKE_USE_PTHREAD from the ports using it.

This setting has not had any effect since r1.13 to bsd.cmake.mk, as it
was only useful when we supported FreeBSD < 7.

Approved by:    avilla (mentor), portmgr (miwi)
Feature safe:   yes
0.5.0
20 Jul 2011 11:11:58
Original commit files touched by this commit
jlaffaye search for other commits by this committer
Update to 0.5.0

PR:             ports/158433
Submitted by:   Joe Horn <joehorn@gmail.com>
Approved by:    maintainer timeout
0.2.2
28 May 2011 14:06:36
Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 0.2.2 while I'm here

Changes:        https://launchpad.net/mydumper/0.2/0.2.2
PR:             ports/157085
Submitted by:   Joe Horn <joehorn@gmail.com>
Approved by:    Gea-Suan Lin <gslin@gslin.org> (maintainer)
0.1.8a_1
20 Mar 2011 12:54:45
Original commit files touched by this commit
miwi search for other commits by this committer
- Get Rid MD5 support
0.1.8a_1
19 Mar 2011 13:15:34
Original commit files touched by this commit
ale search for other commits by this committer
Bump PORTREVISION for ports linking to default libmysqlclient.
0.1.8a
04 Sep 2010 21:30:28
Original commit files touched by this commit
pav search for other commits by this committer
- Attempt to fix build on 6.X

Reported by:    pointyhat
0.1.8a
02 Sep 2010 12:51:09
Original commit files touched by this commit
pav search for other commits by this committer
- Update to 0.1.8a

PR:             ports/149881
Submitted by:   Joe Horn <joehorn@gmail.com>
Approved by:    Gea-Suan Lin <gslin@gslin.org> (maintainer)
0.1.7
09 Nov 2009 14:43:28
Original commit files touched by this commit
sylvio search for other commits by this committer
- Update to 0.1.7

PR:             ports/140353
Submitted by:   Joe Horn <joehorn@gmail.com>
Approved by:    Gea-Suan <gslin@gslin.org> (maintainer), itetcu, miwi (mentors)
0.1.5
05 Mar 2009 18:39:45
Original commit files touched by this commit
lwhsu search for other commits by this committer
Add mydumper 0.1.5, mySQL Data Dumper.

PR:             ports/132310
Submitted by:   Gea-Suan Lin <gslin at gslin.org>

Number of commits found: 113 (showing only 13 on this page)

«  1 | 2