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) combination for a given watch list. This is what FreshPorts will look for.

Port details
pecl-mysqlnd_ms Replication and load balancing plugin for mysqlnd
1.5.2_1 databases Deleted on this many watch lists=0 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.5.2_1Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: Works only with EOL php 5.5
Expired This port expired on: 2016-10-20
Ignore IGNORE: cannot be installed: doesn't work with lang/php56 port (doesn't support PHP 5.6 7.0)
Maintainer: johnpupu@gmail.com search for ports maintained by this maintainer
Port Added: 2011-11-02 03:30:25
Last Update: 2016-10-20 19:59:02
SVN Revision: 424353
License: not specified in port
WWW:
http://pecl.php.net/package/mysqlnd_ms
Description:
The replication and load balancing plugin is a plugin for the mysqlnd library. It can be used with PHP MySQL extensions (ext/mysql, ext/mysqli, PDO_MySQL) if they are compiled to use mysqlnd. The plugin inspects queries to do read-write splitting. Read-only queries are send to configured MySQL replication slave servers all other queries are redirected to the MySQL replication master server. Very little, if any, application changes required, dependent on the usage scenario required. WWW: http://pecl.php.net/package/mysqlnd_ms
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • pecl-mysqlnd_ms>0:databases/pecl-mysqlnd_ms
No installation instructions:
This port has been deleted.
PKGNAME: pecl-mysqlnd_ms
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (PECL/mysqlnd_ms-1.5.2.tgz) = 22b9ba1afb36b3df11c1051c813bc07889c815d1d9993bb07ffda182665b472f SIZE (PECL/mysqlnd_ms-1.5.2.tgz) = 385916

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. phpize : lang/php56
  2. autoconf-2.69 : devel/autoconf
  3. json.so : devel/php56-json
Runtime dependencies:
  1. php.h : lang/php56
  2. json.so : devel/php56-json
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
N/A
USES:
php:ext
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. http://pecl.php.net/get/
Collapse this list.

Number of commits found: 16

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.5.2_1
20 Oct 2016 19:59:02
Revision:424353Original commit files touched by this commit
rene search for other commits by this committer
Remove non-php55 expired ports:
2016-10-20 misc/jive: Offensive
2016-10-20 devel/pecl-spread: Works only with EOL php 5.5
2016-10-20 devel/pecl-mcve: Works only with EOL php 5.5
2016-10-20 security/pecl-tcpwrap: Works only with EOL php 5.5
2016-10-20 devel/pecl-shape: Works only with EOL php 5.5
2016-10-20 textproc/pecl-enchant: Works only with EOL php 5.5
2016-10-20 databases/pecl-mysqlnd_ms: Works only with EOL php 5.5
2016-10-20 textproc/pecl-html_parse: Works only with EOL php 5.5
2016-10-20 mail/pecl-esmtp: Works only with EOL php 5.5
2016-10-20 net/pecl-cvsclient: Works only with EOL php 5.5
2016-10-20 databases/pecl-mdbtools: Works only with EOL php 5.5
2016-10-20 databases/pecl-mysqlnd_qc: Works only with EOL php 5.5
2016-10-20 devel/pecl-operator: Works only with EOL php 5.5
2016-10-20 devel/pecl-parsekit: Works only with EOL php 5.5
2016-10-20 devel/pecl-hidef: Works only with EOL php 5.5
2016-10-20 devel/pecl-automap: Works only with EOL php 5.5
2016-10-20 devel/pecl-bbcode: Works only with EOL php 5.5
2016-10-20 devel/pecl-bcompiler: Works only with EOL php 5.5
1.5.2_1
01 Oct 2016 08:22:09
Revision:423041Original commit files touched by this commit
antoine search for other commits by this committer
Chase php 5.5 expiration date
1.5.2_1
03 Aug 2016 12:47:05
Revision:419514Original commit files touched by this commit
mat search for other commits by this committer
Don't use extension.ini any more, and have each extension install in its
file, so the order remains the same.

Every PHP (or Zend) extension now installs its own .ini file in
/usr/local/etc/php.  A PHP extension will be automatically activated
when installed.  The order into which extensions are loaded is
automatically guessed.  In some very rare cases, the guess will be
wrong, and PHP_MOD_PRIO will need to be set.  Refer to the USES=php
section of the Porter's Handbook for more information.

Convert ports touching etc/php/extensions.ini manually, or telling the
OP to do it.

And finally, bump PORTREVISION for all php extensions.

PR:		210697
Submitted by:	mat
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D7022
1.5.2
28 Jun 2016 14:00:45
Revision:417719Original commit files touched by this commit
mat search for other commits by this committer
Convert USE_PHP*=yes into USES=php*

PR:		210529
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D6936
1.5.2
18 Feb 2016 14:47:06
Revision:409110Original commit files touched by this commit
miwi search for other commits by this committer
- Ignore php70
- While here remove old php gruft
1.5.2
13 Oct 2014 13:20:52
Revision:370773Original commit files touched by this commit
mat search for other commits by this committer
These do not build with php 5.6.

With hat:	portmgr
Sponsored by:	Absolight
1.5.2
23 Jan 2014 16:00:15
Revision:340835Original commit files touched by this commit
miwi search for other commits by this committer
- Stageify
- Take maintainership of a few ports
1.5.2
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.5.2
20 Jul 2013 20:38:42
Revision:323360Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 1.5.2

PR:		180653
Submitted by:	maintainer
1.5.0
26 Apr 2013 13:25:37
Revision:316607Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 1.5.0

PR:		177653
Submitted by:	maintainer
1.4.2
18 Oct 2012 01:29:22
Revision:306046Original commit files touched by this commit
jhale search for other commits by this committer
- Update to 1.4.2

While here:
- Trim Makefile header
- Remove indefinite article from COMMENT

PR:		ports/170729
Submitted by:	John Chen <johnpupu@gmail.com> (maintainer)
Approved by:	makc, avilla (mentors, implicit)
Feature safe:	yes
1.3.2
03 May 2012 16:29:04
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 1.3.2

PR:             167445
Submitted by:   John Chen <johnpupu@gmail.com> (maintainer)
1.2.2
07 Feb 2012 04:37:51
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 1.2.2

PR:             164733
Submitted by:   john Chen <johnpupu@gmail.com> (maintainer)
1.2.1
28 Jan 2012 17:49:29
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 1.2.1

PR:             164481
Submitted by:   John Chen <johnpupu@gmail.com> (maintainer)
1.1.2
19 Nov 2011 15:12:16
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 1.1.2

PR:             162635
Submitted by:   John Chen <johnpupu@gmail.com> (maintainer)
Feature safe:   yes
1.1.1
02 Nov 2011 03:29:20
Original commit files touched by this commit
sunpoet search for other commits by this committer
- Add pecl-mysqlnd_ms 1.1.1

The replication and load balancing plugin is a plugin for the mysqlnd library.
It can be used with PHP MySQL extensions (ext/mysql, ext/mysqli, PDO_MySQL) if
they are compiled to use mysqlnd. The plugin inspects queries to do read-write
splitting. Read-only queries are send to configured MySQL replication slave
servers all other queries are redirected to the MySQL replication master server.
Very little, if any, application changes required, dependent on the usage
scenario required.

WWW: http://pecl.php.net/package/mysqlnd_ms

PR:             ports/161698
Submitted by:   John Chen <johnpupu@gmail.com>

Number of commits found: 16