summaryrefslogtreecommitdiff
path: root/databases/mysql2pgsql (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-04-06Remove # $FreeBSD$ from Makefiles.Mathieu Arnold1-1/+0
2014-02-26Support stagingEmanuel Haupt1-6/+8
2013-09-20Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin1-0/+1
databases)
2013-09-10- convert to the new perl5 frameworkAndrej Zverev1-6/+2
- trim Makefile header Approved by: portmgr (bapt@, blanket)
2011-03-20- Get Rid MD5 supportMartin Wilke1-1/+0
2008-07-20- Update to 1.2Rong-En Fan4-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)
2008-06-06Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis1-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)
2007-04-02- Remove old Perl support from unmaintained ports in categories startingGabor Kovesdan1-7/+1
with letter b-f
2006-04-14Reset petef due to no response to email. We hope to see him back sometime.Mark Linimon1-1/+1
Hat: portmgr
2006-01-22SHA256ifyEdwin Groothuis1-0/+1
Approved by: krion@
2005-05-08Chase dependency on p5-DBD-Pg.Norikatsu Shigemura1-1/+7
(Use p5-DBD-Pg-13 on FreeBSD 4.x and Perl 5.00503)
2004-03-31SIZEify (maintainer timeout)Trevor Johnson1-0/+1
2004-02-06Use PLIST_FILES (bento-tested, marcus-reviewed).Trevor Johnson2-1/+1
2004-02-04Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke1-0/+1
(Part 2)
2003-10-24utilize SITE_PERLYing-Chieh Liao1-1/+1
PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
2003-09-16Conditionalise dependencies on databases/p5-DBI: for perlErwin Lansing1-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)
2003-03-07Clear moonlight beckons.Ade Lovett2-1/+1
Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
2001-08-22Change my email address to petef@FreeBSD.org for the ports I maintain.Pete Fritchman1-1/+1
Reviewed by: ade
2001-06-23- modify Makefile to correctly handle the DISTFILE.Ollivier Robert2-2/+19
- add a patch to correctly handle the arguments (sent to the author). Approved by: petef@databits.net (MAINTAINER)
2001-06-23The perl script mysql2pgsql can be used to convert MySQL databaseJames E. Housley5-0/+39
dumps to a -compatible format (so the data can be imported into PostgreSQL). PR: 27702 Submitted by: Pete Fritchman <petef@databits.net>