- Change upstream to GitHub

- Use USES=mysql
- Update pkg-descr
- Update WWW
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2016-12-13 17:50:04 +00:00
parent b63e156183
commit c76b167c20
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=428519
3 changed files with 19 additions and 7 deletions

View File

@ -3,8 +3,8 @@
PORTNAME= mydumper
PORTVERSION= 0.9.1
DISTVERSIONPREFIX= v
CATEGORIES= databases
MASTER_SITES= http://code.launchpad.net/mydumper/${PORTVERSION:R}/${PORTVERSION}/+download/
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= MySQL Data Dumper
@ -15,11 +15,13 @@ LIB_DEPENDS= libpcre.so:devel/pcre
CMAKE_ARGS= -DBUILD_DOCS=OFF -DWITH_BINLOG=OFF
USE_GNOME= glib20
USE_MYSQL= yes
USES= cmake pkgconfig
USES= cmake mysql pkgconfig
PLIST_FILES= sbin/mydumper sbin/myloader
GH_ACCOUNT= maxbube
USE_GITHUB= yes
post-patch:
@${REINPLACE_CMD} -e '/link_libraries(mydumper/ s|)$$| -lm)|; s|-Werror||' ${WRKSRC}/CMakeLists.txt

View File

@ -1,2 +1,3 @@
SHA256 (mydumper-0.9.1.tar.gz) = aefab5dc4192acb043d685b6bb952c87557fbea5e083b8547c68ccfec878171f
SIZE (mydumper-0.9.1.tar.gz) = 44463
TIMESTAMP = 1481642232
SHA256 (maxbube-mydumper-v0.9.1_GH0.tar.gz) = 662ae410dbc5072136a9db3476514dc243c2f64189e1074a811ff03af1c05d79
SIZE (maxbube-mydumper-v0.9.1_GH0.tar.gz) = 44692

View File

@ -1,3 +1,12 @@
How MySQL DBA & support engineer would imagine 'mysqldump' ;-)
== What is mydumper? Why? ==
WWW: https://launchpad.net/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
WWW: https://github.com/maxbube/mydumper