aboutsummaryrefslogtreecommitdiff
path: root/databases/mysqldumper
Commit message (Collapse)AuthorAgeFilesLines
* - Use USES=mysql and USES=phpSunpoet Po-Chuan Hsieh2016-12-131-3/+2
| | | | Notes: svn path=/head/; revision=428520
* Unmark broken on powerpc64Steve Wills2016-09-151-2/+0
| | | | | | | These ports built successfully Notes: svn path=/head/; revision=422175
* - Add NO_ARCHSunpoet Po-Chuan Hsieh2016-04-231-2/+3
| | | | | | | | - Pet portlint - Update BROKEN: use lowercase for leading character Notes: svn path=/head/; revision=413807
* many ports: mark broken on powerpc64Steve Wills2016-04-211-0/+2
| | | | Notes: svn path=/head/; revision=413746
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* - Set ignore php70, mysqldumper doesnt work with php7 becauseMartin Wilke2016-02-181-0/+1
| | | | | | | it dosent support mysqli or pdo_mysql Notes: svn path=/head/; revision=409087
* - Add CPE infoDmitry Marakasov2015-05-111-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=386098
* Cleanup plistBaptiste Daroussin2014-10-201-38/+0
| | | | Notes: svn path=/head/; revision=371255
* - Add PORTSCOUTSunpoet Po-Chuan Hsieh2014-07-311-0/+2
| | | | Notes: svn path=/head/; revision=363538
* - Update to 1.24.4Sunpoet Po-Chuan Hsieh2014-07-293-24/+16
| | | | | | | | | | | - Convert to new options helper - Use COPYTREE_SHARE - Take maintainership Changes: http://sourceforge.net/projects/mysqldumper/files/MySQLDumper/changelog_english.txt/view Notes: svn path=/head/; revision=363343
* Stagify.Vanilla I. Shu2014-07-282-10/+8
| | | | Notes: svn path=/head/; revision=363164
* Resetting maintainership on ports that have not been staged and without anyBaptiste Daroussin2014-07-041-1/+1
| | | | | | | | | pending PR (related to stage) With hat: portmgr Notes: svn path=/head/; revision=360691
* Convert d* to USES=zipBaptiste Daroussin2014-03-071-2/+1
| | | | Notes: svn path=/head/; revision=347405
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | databases) Notes: svn path=/head/; revision=327717
* Convert to new perl frameworkBaptiste Daroussin2013-09-171-1/+1
| | | | Notes: svn path=/head/; revision=327459
* - Clean up couple of things after previous commit (r314144)Alexey Dokuchaev2013-03-143-22/+26
| | | | | | | | | | - Do not overwrite WWWOWN and WWWGRP, set should be already set - Fix a typo in pkg-message, shorten <hr> lines by 2 characters - While here, define LICENSE (GPLv2), reformat and strip EOL spaces from pkg-descr, sort the knobs, improve COMMENT, etc. Notes: svn path=/head/; revision=314155
* - Convert to OptionsngMartin Wilke2013-03-141-9/+5
| | | | | | | - While here trim header Notes: svn path=/head/; revision=314144
* - remove www/apache20 and devel/apr0Olli Hauer2012-08-181-2/+2
| | | | | | | | | | | | - s/USE_APACHE= 20+/USE_APACHE= 22+/ - unify s/YES/yes/ - cleanup APACHE_VERSION <= 22 usage - add entry to MOVED with hat apache@ Notes: svn path=/head/; revision=302724
* - change required APACHE version from 13+ to 20+Olli Hauer2012-01-011-1/+1
| | | | | | | | | | | (prepare to remove www/apache13) - no PORTREVISION bump since apache22 is the default with hat apache@ Notes: svn path=/head/; revision=288372
* Fix some > 80 column formattingDoug Barton2011-10-241-3/+4
| | | | Notes: svn path=/head/; revision=284226
* - bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is definedOlli Hauer2011-08-201-1/+2
| | | | Notes: svn path=/head/; revision=280086
* MySQLDumper is a PHP and Perl based tool for backing up MySQL databases.Wen Heping2011-01-145-0/+434
You can easily dump your data into a backup file and - if needed - restore it. It is especially suited for shared hosting webspaces, where you don't have shell access. MySQLDumper is an open source project and released under the GNU-license. WWW: http://www.mysqldumper.net/ PR: ports/153811 Submitted by: Marek Holienka <marekholienka@gmail.com> Feature safe: yes Notes: svn path=/head/; revision=267765