aboutsummaryrefslogtreecommitdiff
path: root/databases/py-PySQLite11/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* - Remove expired ports: Unmaintained upstream, only useful forRuslan Makhmatkhanov2011-12-111-45/+0
| | | | | | | | | | python2.4 or less, no consumers in the ports tree. Approved by: novel (mentor) Feature safe: yes Notes: svn path=/head/; revision=287177
* - deprecate py-PySQLite10, py-PySQLite11, py-pysqlite20, py-pysqlite22, ↵Eitan Adler2011-10-131-0/+3
| | | | | | | | | | | | py-pysqlite23 PR: ports/161038 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Approved by: maintainer timeout (16 days) Approved by: sahil (mentor) Notes: svn path=/head/; revision=283454
* - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default ↵Pav Lucistnik2008-07-251-1/+0
| | | | | | | MAKE_ENV Notes: svn path=/head/; revision=217472
* - Make Python 2.5.1 the default Python versionAlexander Botero-Lowry2007-07-301-0/+1
| | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=196700
* - Update to 1.1.8Marcus Alves Grando2006-10-311-5/+1
| | | | Notes: svn path=/head/; revision=175840
* * databases/MakefileMarcus Alves Grando2006-07-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add py-pysqlite23 entry * databases/py-PySQLite10 Litte modification in CONFLICTS * databases/py-PySQLite11 Litte modification in CONFLICTS * databases/py-pysqlite20 Fix CONFLICTS * databases/py-pysqlite21 Fix CONFLICTS * databases/py-pysqlite22 Fix CONFLICTS * databases/py-pysqlite23 Update to 2.3.2 Repocopy by: marcus Notes: svn path=/head/; revision=167324
* - Update to 1.1.7Marcus Alves Grando2006-02-101-3/+2
| | | | Notes: svn path=/head/; revision=155650
* * MOVEDMarcus Alves Grando2006-01-271-16/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add entry about databases/py-PySQLite2 -> databases/py-pysqlite20 * databases/Makefile Remove py-PySQLite2 Add entry to py-pysqlite20 and py-pysqlite21 * databases/py-PySQLite10, databases/py-PySQLite11 Mark NO_LATEST_LINK portlint(1) * databases/py-PySQLite2 Removed * databases/py-pysqlite20 [1] Update CONFLICTS Mark NO_LATEST_LINK portlint(1) * databases/py-pysqlite21 [1] Update to 2.1.2 Update CONFLICTS portlint(1) Repocopy by: marcus [1] Notes: svn path=/head/; revision=154611
* Repect LOCALBASEMarcus Alves Grando2005-10-181-2/+6
| | | | | | | Notified by: krismail Notes: svn path=/head/; revision=145751
* Update my emailMarcus Alves Grando2005-09-161-1/+1
| | | | | | | Approved by: pav (mentor) Notes: svn path=/head/; revision=142945
* Uphold umask(1)Mario Sergio Fujikawa Ferreira2005-08-281-0/+2
| | | | | | | | | PR: 81133 Submitted by: lioux Approved by: maintainer Notes: svn path=/head/; revision=141165
* - Set LATEST_LINK to not conflict with databases/py-PySQLite10Pav Lucistnik2005-04-101-0/+2
| | | | | | | | PR: ports/79270 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> (maintainer) Notes: svn path=/head/; revision=132862
* - Update py-PySQLite11 (repocopied from py-PySQLite) to 1.1.6.Florent Thoumie2005-03-131-24/+20
| | | | | | | | | | | | | | - Move py-PySQLite to py-PySQLite10. - Update py-PySQLite10 to 1.0.1. - Remove obsolete dependencies. - Assign maintainership to submitter. PR: ports/78508 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> Repocopy by: marcus Notes: svn path=/head/; revision=131141
* Reset maintainer on request. Thanks to Gerhard for maintaining theVolker Stolz2005-03-051-1/+1
| | | | | | | | | ports so far! PR: ports/78088 Notes: svn path=/head/; revision=130430
* Clean up SQLite and related ports.Norikatsu Shigemura2004-12-231-1/+2
| | | | | | | | | | | | o Move databases/sqlite to databases/sqlite2. o Fix dependency on databases/sqlite. o Update sqlite2 to 2.8.15. o Bump PORTREVISION, accordingly. Approved by: portmgr, maintainers of sqlite and related ports Notes: svn path=/head/; revision=124931
* - Update to 1.0Pav Lucistnik2004-10-161-3/+3
| | | | | | | | PR: ports/72747 Submitted by: gh@ghaering.de <gh@ghaering.de> (maintainer) Notes: svn path=/head/; revision=119584
* - Update to 0.5.0Pav Lucistnik2004-05-101-4/+5
| | | | | | | | | PR: ports/66364 Submitted by: Radim Kolar <hsn@netmag.cz> Approved by: maintainer Notes: svn path=/head/; revision=108854
* USE_REINPLACE need be defined only when REINPLACE_CMD is used.Trevor Johnson2003-11-171-1/+0
| | | | Notes: svn path=/head/; revision=94172
* Update to 0.4.3.Norikatsu Shigemura2003-06-111-6/+2
| | | | | | | | PR: ports/53183 Submitted by: Gerhard Haering <gh@ghaering.de> (maintainer) Notes: svn path=/head/; revision=82793
* De-pkg-comment.Akinori MUSHA2003-02-211-0/+1
| | | | Notes: svn path=/head/; revision=76031
* New port: databases/py-PySQLiteEdwin Groothuis2003-02-061-0/+46
The goal of the PySQLite project is to develop a Python extension for SQLite that conforms to the Python Database API Specification 2.0. SQLite is a powerful embedded relational database management system in a compact C library. It offers support for a large subset of SQL92, multiple tables, indices, transactions and triggers. PR: ports/43571 Submitted by: Gerhard Häring <gerhard.haering@gmx.de> Notes: svn path=/head/; revision=74922