notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
mysql2pgsql Convert a MySQL dump to a PostgreSQL dump
1.2,1 databases on this many watch lists=4 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.2,1Version of this port present on the latest quarterly branch.
Maintainer: klossalex@gmail.com search for ports maintained by this maintainer
Port Added: 2001-06-22 23:36:54
Last Update: 2022-09-07 21:58:51
Commit Hash: fb16dfe
People watching this port, also watch:: wget, phpMyAdmin-php81, qmailadmin, vpopmail
License: not specified in port
WWW:
http://pgfoundry.org/projects/mysql2pgsql/
Description:
The Perl script mysql2pgsql can be used to convert MySQL database dumps to a PostgreSQL-compatible format (so the data can be imported into PostgreSQL). This can be useful if you are switching from MySQL to PostgreSQL and you have quite a bit of data in your MySQL databases.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (1 items)
Collapse this list.
  1. bin/mysql2pgsql
Collapse this list.
Dependency lines:
  • mysql2pgsql>0:databases/mysql2pgsql
To install the port:
cd /usr/ports/databases/mysql2pgsql/ && make install clean
To add the package, run one of these commands:
  • pkg install databases/mysql2pgsql
  • pkg install mysql2pgsql
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: mysql2pgsql
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (mysql2pgsql.perl) = e98597a849f70e27879bd33fd0b8729c6e84b5e4ef68cd640f7c3f9b12e67965 SIZE (mysql2pgsql.perl) = 41961

Packages (timestamps in pop-ups are UTC):
mysql2pgsql
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.2,11.2,11.2,11.2,11.2,1-1.2,1-
FreeBSD:13:quarterly1.2,11.2,11.2,11.2,11.2,11.2,11.2,11.2,1
FreeBSD:14:latest1.2,11.2,11.2,11.2,11.2,11.2,1-1.2,1
FreeBSD:14:quarterly1.2,11.2,1-1.2,11.2,11.2,11.2,11.2,1
FreeBSD:15:latest1.2,11.2,1n/a1.2,1n/a1.2,11.2,11.2,1
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. perl5>=5.32.r0<5.33 : lang/perl5.32
Runtime dependencies:
  1. perl5>=5.32.r0<5.33 : lang/perl5.32
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
databases_mysql2pgsql
USES:
perl5 shebangfix
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. http://pgfoundry.org/frs/download.php/1535/
Collapse this list.

Number of commits found: 23

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
1.2,1
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.2,1
20 Jul 2022 14:21:07
commit hash: d076ad94e206dda108061fe99ddb860d93cc6d16commit hash: d076ad94e206dda108061fe99ddb860d93cc6d16commit hash: d076ad94e206dda108061fe99ddb860d93cc6d16commit hash: d076ad94e206dda108061fe99ddb860d93cc6d16 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
databases: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  "Choe, Cheng-Dae" whitekid
  *  "Mahdi Mokhtari <mokhi64@gmail.com>"
  *  "Meikel Brandmeyer" <ocaml-sqlite3-port@kotka.de>
  *  <hvo.pm@xs4all.nl>
  *  <jsmith@resonatingmedia.com>
  *  <ports@c0decafe.net>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alan Snelson <Alan@Wave2.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.2,1
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
1.2,1
26 Feb 2014 06:38:37
Revision:346108Original commit files touched by this commit
ehaupt search for other commits by this committer
Support staging
1.2,1
20 Sep 2013 16:13:49
Revision:327717Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases)
1.2,1
10 Sep 2013 12:14:21
Revision:326896Original commit files touched by this commit
az search for other commits by this committer
- convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
1.2,1
20 Mar 2011 12:54:45
Original commit files touched by this commit
miwi search for other commits by this committer
- Get Rid MD5 support
1.2,1
20 Jul 2008 07:45:34
Original commit files touched by this commit
rafan search for other commits by this committer
- Update to 1.2
  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)
20010527_2
06 Jun 2008 13:17:10
Original commit files touched by this commit
edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

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)
20010527_1
02 Apr 2007 17:54:43
Original commit files touched by this commit
gabor search for other commits by this committer
- Remove old Perl support from unmaintained ports in categories starting
  with letter b-f
20010527_1
14 Apr 2006 20:45:44
Original commit files touched by this commit
linimon search for other commits by this committer
Reset petef due to no response to email.  We hope to see him back sometime.

Hat:    portmgr
20010527_1
22 Jan 2006 08:23:41
Original commit files touched by this commit
edwin search for other commits by this committer
SHA256ify

Approved by:    krion@
20010527_1
08 May 2005 07:44:30
Original commit files touched by this commit
nork search for other commits by this committer
Chase dependency on p5-DBD-Pg.
(Use p5-DBD-Pg-13 on FreeBSD 4.x and Perl 5.00503)
20010527_1
31 Mar 2004 03:12:58
Original commit files touched by this commit
trevor search for other commits by this committer
SIZEify (maintainer timeout)
20010527_1
06 Feb 2004 13:12:53
Original commit files touched by this commit
trevor search for other commits by this committer
Use PLIST_FILES (bento-tested, marcus-reviewed).
20010527_1
04 Feb 2004 05:21:48
Original commit files touched by this commit
marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
20010527
24 Oct 2003 12:05:09
Original commit files touched by this commit
ijliao search for other commits by this committer
utilize SITE_PERL

PR:             58166
Submitted by:   Cheng-Lung Sung <clsung@dragon2.net>
20010527
16 Sep 2003 05:43:52
Original commit files touched by this commit
erwin search for other commits by this committer
Conditionalise dependencies on databases/p5-DBI: for perl
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)
20010527
07 Mar 2003 05:58:32
Original commit files touched by this commit
ade search for other commits by this committer
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
23 Aug 2001 00:07:25
commit hash: fp1.17652@dev.null.freshports.orgcommit hash: fp1.17652@dev.null.freshports.orgcommit hash: fp1.17652@dev.null.freshports.orgcommit hash: fp1.17652@dev.null.freshports.org files touched by this commit
petef search for other commits by this committer
Change my email address to petef@FreeBSD.org for the ports I maintain.    
23 Jun 2001 17:30:27
commit hash: fp1.15420@dev.null.freshports.orgcommit hash: fp1.15420@dev.null.freshports.orgcommit hash: fp1.15420@dev.null.freshports.orgcommit hash: fp1.15420@dev.null.freshports.org files touched by this commit
roberto search for other commits by this committer
- modify Makefile to correctly handle the DISTFILE.   - add a patch to correctly
handle the arguments (sent to the author).    
23 Jun 2001 03:36:54
commit hash: fp1.15404@dev.null.freshports.orgcommit hash: fp1.15404@dev.null.freshports.orgcommit hash: fp1.15404@dev.null.freshports.orgcommit hash: fp1.15404@dev.null.freshports.org files touched by this commit
jeh search for other commits by this committer
The perl script mysql2pgsql can be used to convert MySQL database   dumps to a
-compatible format (so the data can be imported into   PostgreSQL).    

Number of commits found: 23