Bug 153811 - [new port] databases/mysqldumper: MySQLDumper is tool for backing up MySQL databases
Summary: [new port] databases/mysqldumper: MySQLDumper is tool for backing up MySQL da...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Wen Heping
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-09 11:40 UTC by Marek Holienka
Modified: 2011-01-14 08:40 UTC (History)
0 users

See Also:


Attachments
file.shar (16.88 KB, text/plain)
2011-01-09 11:40 UTC, Marek Holienka
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marek Holienka 2011-01-09 11:40:04 UTC
MySQLDumper is a PHP and Perl based tool for backing up MySQL databases.
Official web site: http://www.mysqldumper.net

Fix: Patch attached with submission follows:
Comment 1 Wen Heping freebsd_committer freebsd_triage 2011-01-10 00:14:59 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wen

I'll take it.
Comment 2 wenheping 2011-01-11 08:07:19 UTC
Hi,

   Does it really require databases/p5-Mysql ?
   It is a very old port and it default depends on mysql-3.23 which
is ignore on FreeBSD > 7.

Regards,
wen@
Comment 3 dfilter service freebsd_committer freebsd_triage 2011-01-14 08:35:12 UTC
wen         2011-01-14 08:35:06 UTC

  FreeBSD ports repository

  Modified files:
    databases            Makefile 
  Added files:
    databases/mysqldumper Makefile distinfo pkg-descr pkg-message 
                          pkg-plist 
  Log:
  MySQLDumper is a PHP and Perl based tool for backing up MySQL databases.
  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
  
  Revision  Changes    Path
  1.942     +1 -0      ports/databases/Makefile
  1.1       +48 -0     ports/databases/mysqldumper/Makefile (new)
  1.1       +2 -0      ports/databases/mysqldumper/distinfo (new)
  1.1       +7 -0      ports/databases/mysqldumper/pkg-descr (new)
  1.1       +12 -0     ports/databases/mysqldumper/pkg-message (new)
  1.1       +365 -0    ports/databases/mysqldumper/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Wen Heping freebsd_committer freebsd_triage 2011-01-14 08:36:13 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!