Port details |
- mysac MySQL Simple Asynchronous Client
- 1.1.2 databases
=0 1.1.2Version of this port present on the latest quarterly branch.
- DEPRECATED: Requires upstream EOL MySQL 5.6
This port expired on: 2023-06-30 IGNORE: cannot install: does not work with MySQL version 57 (MySQL 57 80 101m 102m 103m 57p 57w not supported)
- Maintainer: jake@xz.cx
- Port Added: 2012-01-05 23:35:15
- Last Update: 2023-06-30 03:05:30
- Commit Hash: fa48001
- License: LGPL3
- WWW:
- https://www.arpalert.org/mysac.html
- Description:
- MySAC (Simple Asynchronous Client) is a library that provides mechanisms for
making asynchronous requests to MySQL database. It uses the official MySQL
client library for authentication and network functions. Memory allocation
must be done in user code, so any memory manager can be used.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: mysac
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (mysac-1.1.2.tar.gz) = 0150edee0df888f9c6fe884c07281242ee28d408023994834facff93db15d77b
SIZE (mysac-1.1.2.tar.gz) = 45407
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Library dependencies:
-
- libmysqlclient.so.20 : databases/mysql57-client
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- databases_mysac
- USES:
- mysql
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.1.2 30 Jun 2023 03:05:30 |
Muhammad Moinur Rahman (bofh) |
databases/mysac: Remove expired port
2023-06-30 databases/mysac: Requires upstream EOL MySQL 5.6
Approved by: portmgr (blanket) |
1.1.2 23 Jan 2023 15:28:27 |
Muhammad Moinur Rahman (bofh) |
databases/*mys*: Mark DEPRECATED
databases/mysql56-{server|client} is marked as DEPRECATED and set to be
removed from the tree on 2023-06-30. However there are still some
consumers for those which also should should be mark DEPRECATED and set
to be EXPIRED all along.
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
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.1.2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
1.1.2 20 Jul 2022 14:21:07 |
Tobias C. Berner (tcberner) |
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 ) |
1.1.2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.1.2 01 Jul 2019 07:43:33 |
ale |
Update default MySQL version to 5.7.
PR: 238365
Submitted by: ale
Exp-run by: antoine
Approved by: portmgr (antoine) |
1.1.2 08 Sep 2015 16:26:49 |
danfe |
Mea culpa: it's LGPL3, not GPLv3 actually. |
1.1.2 08 Sep 2015 16:25:13 |
danfe |
- Update to version 1.1.2: the only functional differences are correct
order of float4store() arguments which was breaking the build on big-
endian architectures in version 1.1.1, and plugged resource leaks in
void mysac_close(MYSAC *mysac) function
- Define LICENSE (GPLv3) and simplify `do-install' target recipe
- Cleanup COMMENT and port description text (remove EOL whitespace and
double `uses uses` typo), update WWW address to avoid redirect |
1.1.1_1 08 May 2015 14:04:51 |
amdmi3 |
- Don't install static libraries with INSTALL_LIB (part 1/2)
Approved by: portmgr blanket
MFH: 2015Q2 |
1.1.1 16 May 2014 12:19:31 |
vanilla |
Support staging.
Approved by: portmgr@ |
1.1.1 20 Sep 2013 16:13:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
1.1.1 04 Sep 2012 06:57:36 |
linimon |
Mark as broken on powerpc and sparc64 (and, presumably, ia64).
Hat: portmgr |
1.1.1 24 Jul 2012 07:19:21 |
cs |
Fix typos in COMMENT |
1.1.1 05 Jan 2012 23:34:56 |
pawel |
MySAC: MySQL Simple Asynchonous Client
MySAC is a library that provides mechanisms for making asynchronous
request to MySQL database. It uses uses the official MySQL client
library for authentication and network functions. Memory allocation
must be done in user code, so any memory manager can be used.
WWW: http://cv.arpalert.org/page.sh?mysac
PR: ports/163767
Submitted by: Jake Smith <jake@xz.cx> |