| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
- Add significantly better support in bsd.python.mk for working with
Python Eggs and the easy_install system
Tested by: pointyhat runs
Approved by: pav (portmgr)
Most work by: perky
Thanks to: pav
|
| |
|
| |
|
|
|
|
|
|
|
| |
- Use OPTIONS
PR: 96117 [1]
Submitted by: Soeren Straarup <xride___x12.dk>
|
| |
|
|
|
|
| |
Approved by: pav (mentor)
|
|
|
|
|
|
|
|
| |
WITHOUT_MYSQLCLIENT_R=yes use libmysqlclient.
- Update very old pkg-descr
PR: ports/77284
Submitted by: Marcus Grando <marcus@corp.grupos.com.br> (maintainer)
|
|
|
|
|
| |
PR: ports/77245
Submitted by: Marcus Grando <marcus@corp.grupos.com.br> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
| |
Update port: databases/py-MySQLdb to 1.0.1
- Change to 1.0.1
- Rediff patch-_mysql.c
- Install more docs
PR: ports/75866
Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
|
|
|
|
|
|
|
|
| |
- Convert OPTIONS to plain knobs
- Add conflict with devel version
PR: ports/75220
Submitted by: Marcus Grando <marcus@corp.grupos.com.br> (maintainer)
|
|
|
|
|
|
|
|
|
|
| |
- Fix build with mysql-client-5.0.x [2]
- Pass maintainership to submitter of [1]
PRs: ports/72656 [1],
ports/70082 [2]
Submitted by: Marcus Grando <marcus@corp.grupos.com.br> [1],
Roman Bogorodskiy <bogorodskiy@inbox.ru> [2]
|
|
|
|
|
|
| |
Submitted by: Claudiu Bosioc <claudiu at casi dot ro>
PR: 69871
Pointy hat to: clement
|
|
|
|
|
|
| |
Reported by: crappy, thierry
Submitted by: thierry
Obtained from: http://sourceforge.net/tracker/index.php?func=detail&aid=998151&group_id=22307&atid=374934
|
| |
|
|
|
|
|
|
| |
- works with MySQL 4.1
Reported by: Patrick Crosby <patrick@okcupid.com>
|
|
|
|
|
|
| |
- add trailing "/" to url
Reported by: Patrick Crosby <patrick@okcupid.com> [1]
|
|
|
|
|
| |
PR: 64393
Noticed by: eik
|
| |
|
|
|
|
|
|
| |
- Change my email address
Approved by: erwin (mentor)
|
|
|
|
|
|
|
|
|
|
| |
* Use USE_MYSQL and BROKEN_WITH_MYSQL for 4.1.x since it doesn't work
(thanks to Guy Middleton <guy@obstruction.com> for testing it with MySQL 4.0.x)
* use %%DOCSDIR%%
* take maintainership
PR: ports/56579
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
|
|
|
|
|
| |
these great pieces of software, so that let others with more free time
to take over them.
|
|
|
|
|
|
|
| |
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
|
| |
|
| |
|
|
|
|
|
| |
Prompted by: many
Submitted by: Anders Nordby <anders@fix.no>
|
| |
|
|
|
|
| |
Submitted by: Neil Darlow <neil@darlow.co.uk>, Johann Visagie <wjv@FreeBSD.ORG>
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
mysql323-client installs libmysqlclient.so.10 (instead of
libmysqlclient.so.6).
mysql323-{client,server} are production quality, now (according to
MySQL AB at least).
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Submitted by: many (md5)
|
|
|
|
| |
on python1.5:lang/python15.
|
| |
|
|
|
|
| |
Submitted by: bento
|
|
py-MySQLdb is a Python module to access MySQL databases, very similar to the one
in ports/databases/py-MySQL, but unlike the latter it is actively maintained
and conform to the DB-API v2.0. Therefore it should be used instead of the oldest
one by all who want retain maintainability of their Python DB applications in
the future.
PR: 18383
Submitted by: sobomax
|