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
Responsible Changed From-To: freebsd-ports-bugs->pawel I'll take it.
pawel 2012-01-05 23:34:56 UTC FreeBSD ports repository Modified files: databases Makefile Added files: databases/mysac Makefile distinfo pkg-descr databases/mysac/files patch-Makefile patch-mysac.c patch-mysac_decode_field.c Log: 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> Revision Changes Path 1.1069 +1 -0 ports/databases/Makefile 1.1 +39 -0 ports/databases/mysac/Makefile (new) 1.1 +2 -0 ports/databases/mysac/distinfo (new) 1.1 +34 -0 ports/databases/mysac/files/patch-Makefile (new) 1.1 +12 -0 ports/databases/mysac/files/patch-mysac.c (new) 1.1 +12 -0 ports/databases/mysac/files/patch-mysac_decode_field.c (new) 1.1 +8 -0 ports/databases/mysac/pkg-descr (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
pawel 2012-01-05 23:37:20 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml Log: For databases/mysac PR: ports/163767 Revision Changes Path 1.1050 +5 -0 doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed New port added, with minor changes. Thanks!