aboutsummaryrefslogtreecommitdiff
path: root/databases/sqlite2/pkg-plist
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup plistBaptiste Daroussin2014-10-201-2/+0
| | | | Notes: svn path=/head/; revision=371255
* databases/sqlite2:Tijl Coosemans2014-09-111-3/+7
| | | | | | | - Convert to USES=libtool and bump dependent ports Notes: svn path=/head/; revision=367990
* In some straightforward situations, protect examples behind PORTEXAMPLES,Adam Weinberger2014-08-061-2/+2
| | | | | | | | adding EXAMPLES to OPTIONS_DEFINE where necessary. In a couple instances, correct examples being controlled by the DOCS option. Notes: svn path=/head/; revision=364152
* - Change hard coded TCL dependancy to USE_TCLMarcus Alves Grando2009-03-231-3/+3
| | | | | | | | PR: 132381 Submitted by: Scot W. Hetzel <swhetzel___gmail.com> Notes: svn path=/head/; revision=230722
* Update to 2.8.17Marcus Alves Grando2006-01-061-26/+2
| | | | | | | | | | Use PORTDOCS Reorganize Makefile Notified by: edwin Version Check Notes: svn path=/head/; revision=152912
* Clean up SQLite and related ports.Norikatsu Shigemura2004-12-231-0/+35
| | | | | | | | | | | | 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
* Remove partial repo-copies that were requested and performed but neverKris Kennaway2004-12-181-35/+0
| | | | | | | | completed by the original committer. They can be re-added later if anyone takes a renewed interest. Notes: svn path=/head/; revision=124423
* - Update to 2.8.14Pav Lucistnik2004-07-041-26/+26
| | | | | | | | | PR: ports/68143 Submitted by: Rui Lopes <rui@ruilopes.com> Approved by: maintainer timeout (14 days) Notes: svn path=/head/; revision=112919
* - Update to 2.8.11Pav Lucistnik2004-01-161-0/+1
| | | | | | | | | PR: ports/61110 Submitted by: Phil Oleson <oz@nixil.net> Approved by: maintainer Notes: svn path=/head/; revision=98276
* o Update to 2.8.3.Norikatsu Shigemura2003-06-111-9/+12
| | | | | | | | | | | | | | | | | | | | | | o The TCL wrapper is now optional and off by default. Use SQLITE_WITH_TCL83/SQLITE_WITH_TCL84 to enable it. TCL is still needed for building the docs, unless you specify NOPORTDOCS. o The TCL example is now installed in $LOCALBASE/share/examples/sqlite. This patch is quite hackish in that it replaces the libtool stuff from SQLite with the libtool port. It also uses plain 'install' instead of 'libtool install' to install shared libraries. This might not look nice, but it's the only way I got the desired effects to work (i. e. SQLite's libtool refused to install the TCL wrapper in $LOCALBASE/lib/sqlite - it insisted on only installing it into $LOCALBASE/lib. PR: ports/53182 Submitted by: Gerhard Haering <gh@ghaering.de> (maintainer) Notes: svn path=/head/; revision=82792
* Renumber the shlib major 2 instead of 0, which was unwantedAkinori MUSHA2002-09-201-5/+5
| | | | | | | | | | | regression. While I'm here, add libtclsqlite.la to ALL_TARGET so the libtclsqlite library is properly built in the build stage instead of the install stage. Notes: svn path=/head/; revision=66817
* Fixup from previous commitDavid W. Chapman Jr.2002-09-021-7/+7
| | | | | | | | | Bump PORTREVISION Submitted by: maintainer Notes: svn path=/head/; revision=65494
* Update to 2.7.1David W. Chapman Jr.2002-09-021-9/+15
| | | | | | | | PR: 40816 Submitted by: maintainer Notes: svn path=/head/; revision=65461
* add missing fileYing-Chieh Liao2001-07-061-0/+1
| | | | Notes: svn path=/head/; revision=44813
* A number of things:Mikhail Teterin2001-06-111-0/+21
| | | | | | | | | | | | | | | | | | | | . changed maintainership to ports@; . build with TCL support (``package require sqlite''); . run the vendor's tests after build (sorry, Maxim) -- zero errors; . generate from the TCL sources and install the HTML documentation; (unless NOPORTDOCS is set); . build and install two usefull tools, which come with the software: gdbmdump and gdbmstat; . build and install the shared version of -lsqlite -- usefull and needed for dynamic loading into TCL interpreter; . lastly: the new functionality (TCL, tools, docs) called for the PORTREVISION bump. Approved by: after the previous maintainer suggested the first point above, the rest was easy :-) Notes: svn path=/head/; revision=43872
* add sqliteYing-Chieh Liao2001-02-221-0/+3
SQL library that uses GDBM as its underlying file storage mechanism Notes: svn path=/head/; revision=38613