aboutsummaryrefslogtreecommitdiff
path: root/databases/mysql2pgsql
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Support stagingEmanuel Haupt2014-02-261-6/+8
| | | | Notes: svn path=/head/; revision=346108
* 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 the new perl5 frameworkAndrej Zverev2013-09-101-6/+2
| | | | | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326896
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Update to 1.2Rong-En Fan2008-07-204-32/+14
| | | | | | | | | | | | The original mysql2pgsql has changed maintainership. So this port is also changed to based on the new maintainer's version. - Pass maintainership to submitter PR: ports/125580 Submitted by: Alex Kloss <klossalex at gmail.com> (maintainer) Notes: svn path=/head/; revision=217171
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Remove old Perl support from unmaintained ports in categories startingGabor Kovesdan2007-04-021-7/+1
| | | | | | | with letter b-f Notes: svn path=/head/; revision=189024
* Reset petef due to no response to email. We hope to see him back sometime.Mark Linimon2006-04-141-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=159515
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154141
* Chase dependency on p5-DBD-Pg.Norikatsu Shigemura2005-05-081-1/+7
| | | | | | | (Use p5-DBD-Pg-13 on FreeBSD 4.x and Perl 5.00503) Notes: svn path=/head/; revision=134838
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Use PLIST_FILES (bento-tested, marcus-reviewed).Trevor Johnson2004-02-062-1/+1
| | | | Notes: svn path=/head/; revision=100139
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* utilize SITE_PERLYing-Chieh Liao2003-10-241-1/+1
| | | | | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Notes: svn path=/head/; revision=92059
* Conditionalise dependencies on databases/p5-DBI: for perlErwin Lansing2003-09-161-2/+1
| | | | | | | | | | | | | | 5.005_03 use databases/p5-DBI-137 as newer versions do not support the old perl. Note that for some port, I merely removed the explicit dependency as they already have implicit dependencies via other ports. Approved by: portmgr (marcus) Notes: svn path=/head/; revision=89001
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Change my email address to petef@FreeBSD.org for the ports I maintain.Pete Fritchman2001-08-221-1/+1
| | | | | | | Reviewed by: ade Notes: svn path=/head/; revision=46662
* - modify Makefile to correctly handle the DISTFILE.Ollivier Robert2001-06-232-2/+19
| | | | | | | | | - add a patch to correctly handle the arguments (sent to the author). Approved by: petef@databits.net (MAINTAINER) Notes: svn path=/head/; revision=44355
* The perl script mysql2pgsql can be used to convert MySQL databaseJames E. Housley2001-06-235-0/+39
dumps to a -compatible format (so the data can be imported into PostgreSQL). PR: 27702 Submitted by: Pete Fritchman <petef@databits.net> Notes: svn path=/head/; revision=44339