| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Notes:
svn path=/head/; revision=355154
|
| |
|
|
|
|
|
|
|
|
|
| |
- simplify DOCS and EXAMPLES installation
PR: 182422
Reported by: Arseny Nasokin <eirnym@gmail.com>
Approved by: miwi (maintainer, by email)
Notes:
svn path=/head/; revision=341308
|
| |
|
|
| |
Notes:
svn path=/head/; revision=340991
|
| |
|
|
| |
Notes:
svn path=/head/; revision=339740
|
| |
|
|
|
|
|
| |
databases)
Notes:
svn path=/head/; revision=327717
|
| |
|
|
|
|
|
|
| |
PR: 180177
Submitted by: Douglas Carmichael <dcarmich@dcarmichael.net>
Notes:
svn path=/head/; revision=322774
|
| |
|
|
|
|
|
| |
- Convert Header
Notes:
svn path=/head/; revision=311557
|
| |
|
|
|
|
|
|
| |
PR: 166529
Submitted by: rm@
Notes:
svn path=/head/; revision=294501
|
| |
|
|
|
|
|
|
|
|
|
| |
- change USE_PYTHON to `yes' (Python3 is supported)
- update WWW
- sort pkg-plist
Approved by: miwi (mentor)
Notes:
svn path=/head/; revision=288162
|
| |
|
|
| |
Notes:
svn path=/head/; revision=276306
|
| |
|
|
|
|
|
|
| |
PR: 156999
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Notes:
svn path=/head/; revision=275412
|
| |
|
|
| |
Notes:
svn path=/head/; revision=270291
|
| |
|
|
|
|
|
| |
- While here kick md5 support
Notes:
svn path=/head/; revision=269616
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- Cleanup
PR: 153463
Submitted by: Khee Chin <kheechin@gmail.com>
Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Feature safe: yes
Notes:
svn path=/head/; revision=268376
|
| |
|
|
|
|
|
|
|
|
|
| |
Adjust MASTER_SITE to account for upstream server crash
PR: ports/149914
Submitted by: Josh Paetzel <jpaetzel@FreeBSD.org>
Sponsored by: iXsystems
Notes:
svn path=/head/; revision=262529
|
| |
|
|
|
|
|
|
| |
PR: 146800
Submitted by: Daniel Gerzo <danger@freebsd.org> (maintainer)
Notes:
svn path=/head/; revision=254963
|
| |
|
|
| |
Notes:
svn path=/head/; revision=251030
|
| |
|
|
|
|
|
|
| |
PR: 139665
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br>
Notes:
svn path=/head/; revision=243533
|
| |
|
|
| |
Notes:
svn path=/head/; revision=240813
|
| |
|
|
| |
Notes:
svn path=/head/; revision=234845
|
| |
|
|
| |
Notes:
svn path=/head/; revision=233595
|
| |
|
|
| |
Notes:
svn path=/head/; revision=229276
|
| |
|
|
| |
Notes:
svn path=/head/; revision=220454
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
Notes:
svn path=/head/; revision=214430
|
| |
|
|
|
|
|
|
| |
PR: 123578
Submitted by: olli hauer <ohauer@gmx.de>
Notes:
svn path=/head/; revision=213159
|
| |
|
|
|
|
|
| |
Submitted by: Josh Paetzel via irc
Notes:
svn path=/head/; revision=204374
|
| |
|
|
|
|
|
|
|
|
| |
fully chrooted DESTDIR, which does not need such any more.
Sponsored by: Google Summer of Code 2007
Approved by: portmgr (pav)
Notes:
svn path=/head/; revision=197075
|
| |
|
|
|
|
|
|
| |
- Respect NOPORTEXAMPLES
- Drop FreeBSD 4.X gruft
Notes:
svn path=/head/; revision=194658
|
| |
|
|
|
|
|
|
| |
PR: 108063
Submitted by: trasz <trasz@pin.if.uz.zgora.pl>
Notes:
svn path=/head/; revision=182679
|
| |
|
|
| |
Notes:
svn path=/head/; revision=177822
|
| |
|
|
|
|
|
| |
- Changlog here: http://initd.org/pub/software/psycopg/ChangeLog
Notes:
svn path=/head/; revision=171869
|
|
|
It was written from scratch with the aim of being small, fast and stable. It
supports the full Python DBAPI-2.0 and is thread safe.
psycopg2 is different from the other database adapter because it was designed
for heavily multi-threaded applications that create and destroy lots of cursors
and make a conspicuous number of concurrent INSERTs or UPDATEs. Every open
Python connection keeps a pool of real (UNIX or TCP/IP) connections to the
database. Every time a new cursor is created, a new connection does not need to
be opened; instead one of the unused connections from the pool is used. That
makes psycopg very fast in typical client-server applications that create a
servicing thread every time a client request arrives.
WWW: http://initd.org/projects/psycopg2
Approved by: krion (mentor)
Notes:
svn path=/head/; revision=170291
|