aboutsummaryrefslogtreecommitdiff
path: root/databases/pure-sql3
Commit message (Collapse)AuthorAgeFilesLines
* - Fix WWW:Dmitry Marakasov2017-03-151-1/+1
| | | | Notes: svn path=/head/; revision=436230
* - Switch to options helpersDmitry Marakasov2016-09-181-3/+8
| | | | | | | - Silence stripping Notes: svn path=/head/; revision=422358
* 1: Upgrade to 0.5.Vanilla I. Shu2016-01-132-7/+4
| | | | | | | 2: Switch to USES=sqlite Notes: svn path=/head/; revision=406023
* Fix MASTER_SITES and unmark BROKEN.Raphael Kubo da Costa2015-12-301-3/+1
| | | | Notes: svn path=/head/; revision=404824
* Mark a few ports BROKEN: unfetchableAntoine Brodin2015-11-091-0/+2
| | | | Notes: svn path=/head/; revision=401096
* - Add LICENSE_FILEDmitry Marakasov2015-06-031-1/+3
| | | | | | | - Strip library Notes: svn path=/head/; revision=388456
* 1: Stagify.Vanilla I. Shu2014-08-071-20/+8
| | | | | | | 2: change LICENSE to BSD3CLAUSE. Notes: svn path=/head/; revision=364274
* Resetting maintainership on ports that have not been staged and without anyBaptiste Daroussin2014-07-041-1/+1
| | | | | | | | | pending PR (related to stage) With hat: portmgr Notes: svn path=/head/; revision=360691
* - Chase database/sqlite3 slib bumpMartin Wilke2014-06-271-1/+1
| | | | | | | Approved by: portmgr (myself) Notes: svn path=/head/; revision=359586
* Remove trailing whitespaces from category databasesEmanuel Haupt2014-02-211-1/+1
| | | | Notes: svn path=/head/; revision=345402
* According to the Porter's Handbook (5.12.2.3.) default options must be added toEmanuel Haupt2014-02-101-0/+2
| | | | | | | | | | | | | | OPTIONS_DEFINE. This policy has been implemented only recently that's why we have many ports violating this policy. This patch adds the default options specified in the Porter's Handbook to OPTIONS_DEFINE where they are being used. Ports maintained by gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded. Approved by: portmgr (bapt) Notes: svn path=/head/; revision=343634
* In preparation for making libtool generate libraries with a sane name, fix allBaptiste Daroussin2013-12-111-1/+1
| | | | | | | LIB_DEPENDS in databases Notes: svn path=/head/; revision=336187
* Update to 0.57.Xin LI2013-11-062-4/+25
| | | | | | | | | PR: ports/179390 Submitted by: nemysis Approved by: maintainer Notes: svn path=/head/; revision=333045
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | databases) Notes: svn path=/head/; revision=327717
* Fix PORTSDIR not already defined by using relative pathBaptiste Daroussin2013-07-101-1/+1
| | | | Notes: svn path=/head/; revision=322734
* Fix pure by removing the useless pre.mk/post.mk dancingBaptiste Daroussin2013-07-101-7/+2
| | | | | | | | | Convert to USES=gmake Reported by: marino Notes: svn path=/head/; revision=322733
* - Update pure to 0.51 and update modulesPav Lucistnik2012-01-262-20/+6
| | | | | | | | PR: ports/161799 Submitted by: Zhihao Yuan <lichray@gmail.com> (maintainer) Notes: svn path=/head/; revision=289841
* - Fix typo in COMMENT (s/langauge/language/)Frederic Culot2011-08-191-1/+1
| | | | | | | | | PR: ports/159866 Submitted by: Kaspars Bankovskis <kaspars@bankovskis.lv> Approved by: Zhihao Yuan <lichray@gmail.com> (maintainer) Notes: svn path=/head/; revision=280011
* Sql3 is an interface to the popular Sqlite3 database. The module provides aMartin Wilke2011-06-273-0/+47
minimal wrapper around Sqlite3's C interface which is designed to give the developer access to all of Sqlite3's features in a way that is convenient for Pure programmers. WWW: http://docs.pure-lang.googlecode.com/hg/pure-sql3.html PR: ports/156103 Submitted by: Zhihao Yuan <lichray at gmail.com> Notes: svn path=/head/; revision=276503