Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-02-23 | Add RMD160 digests in addition to SHA1 ones. | agc | 1 | -1/+2 | |
2004-11-10 | MYSQL_VERSIONS_ACCEPTED= 40 30 | rtr | 1 | -1/+3 | |
2004-10-29 | use mk/mysql.buildlink3.mk instead of databases/mysql-client/buildlink3.mk, | jdolecek | 1 | -2/+2 | |
so that we'd not force dependance on specific MySQL version, and instead pick the currently installed mysql*-client (or install the default if there is no mysql-client package installed yet) this makes package buildable with arbitrary MySQL version, such as 3.23.x, 4.0.x or 4.1.x | |||||
2004-10-03 | Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 | tv | 1 | -1/+2 | |
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include. | |||||
2004-07-22 | add python as category | recht | 1 | -2/+2 | |
ok'd a while back at pkgsrcCon by agc and wiz | |||||
2004-05-23 | unused | recht | 1 | -8/+0 | |
2004-04-25 | bl3ify | recht | 1 | -4/+4 | |
2004-03-29 | Add a BUILDLINK_PKGBASE.<pkg> definition where it's not equal to <pkg>, | jlam | 1 | -2/+3 | |
e.g. "BUILDLINK_PKGBASE.gtk?= gtk+". This is mandated by the example buildlink[23].mk files in bsd.buildlink[23].mk. | |||||
2003-09-14 | hange extension.mk to also install optimized files for distutils packages. | recht | 1 | -1/+16 | |
Inspired by FreeBSD "ports". Fix the PLISTs accordingly. Also, while at it, remove now obsolete compileall.py calls in post-install targets and insure that extension.mk is in included before builinlinks of other Python modules. Discussed with/ok'ed by drochner@. | |||||
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-06-06 | Fix substitution of mysql prefix in the setup.py script. | jmmv | 2 | -5/+5 | |
2003-05-11 | Need to comment out the platforms line in setup.py if building under 2.0 | jmc | 1 | -3/+9 | |
2003-04-21 | RCS tag | cjep | 1 | -0/+1 | |
2003-04-13 | Update of database/py-mysqldb to 0.9.2. | cjep | 3 | -68/+71 | |
Changes since 0.9.1 include: * Bugs fixed, including segfault problem with Python 1.5.2 * Take advantage of GC memory allocator in Python 2.2 * cursor.execute(query) with no arguments leaves the original query string alone. * Mac OS X tidy ups. * Memory leak fixes. * cursor.executemany() fixes. * Other fixes (see the CHANGELOG file for details) From PR#19056 from MLH. Note that we assume the client library is not thread safe as per 0.9.1. | |||||
2002-10-10 | Unused. | wiz | 1 | -6/+0 | |
2002-10-10 | buildlink1 -> buildlink2. | wiz | 1 | -3/+4 | |
2002-09-21 | Strip the ".buildlink" from the names of the python application and | jlam | 1 | -2/+2 | |
extension Makefile fragments, because they really don't have anything to do with the buildlink[12] frameworks. Change all the Makefiles that use application.buildlink.mk and extension.buildlink.mk to use application.mk and extension.mk instead. | |||||
2002-08-25 | Merge changes in packages from the buildlink2 branch that have | jlam | 1 | -0/+7 | |
buildlink2.mk files back into the main trunk. | |||||
2002-01-29 | update to 0.9.1, in response to PR pkg/15054 by jgoerzen@complete.org | drochner | 4 | -35/+125 | |
2002-01-23 | oops, forgot this | drochner | 1 | -0/+6 | |
2002-01-19 | oops, forgot this | drochner | 1 | -5/+5 | |
2002-01-19 | use python buildlink file | drochner | 1 | -7/+14 | |
2001-11-01 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 | |
2001-04-18 | Move to sha1 digests, and add distfile sizes. | agc | 1 | -2/+3 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 1 | -1/+1 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo + include distfile filesizes in distinfo | |||||
2001-03-26 | Depend on mysql-client>=3.23.35 because of library major bump. | bad | 1 | -2/+2 | |
2001-02-16 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2000-12-28 | Updated to use python 2.0. | wiz | 2 | -9/+9 | |
2000-03-11 | Update to 0.1.3 | tsarna | 2 | -6/+6 | |
2000-02-26 | MySQLdb, a new, improved MySQL interface for Python. Features: | tsarna | 6 | -0/+46 | |
- Compatibility with MySQL 3.22 - Compliance with Python database API version 2.0 - Thread-safety - Thread-friendliness (threads will not block each other) |