aboutsummaryrefslogtreecommitdiff
path: root/databases/pear-DB_Sqlite_Tools
Commit message (Collapse)AuthorAgeFilesLines
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450Eitan Adler2012-01-211-1/+1
| | | | | | | | | | | | | ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr Notes: svn path=/head/; revision=289563
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Update to 0.1.4Martin Wilke2010-11-042-5/+4
| | | | Notes: svn path=/head/; revision=264045
* - Fix copy&paste typo.Martin Wilke2007-06-121-2/+2
| | | | | | | | | - Bump PORTREVISION Submitted by: pointyhat Notes: svn path=/head/; revision=193298
* - Fix depends after pear-log updateMartin Wilke2007-06-111-1/+2
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=193266
* PEAR::DB_Sqlite_Tools is an object oriented interface to effectivelyMartin Wilke2007-04-293-0/+36
manage and backup Sqlite databases.It extends the existing functionality by providing a comprehensive solution for database backup, live replication, export in XML format, performance optmization and other functionalities like the insertion and retrieval of encrypted data from an Sqlite database without any external extension. WWW: http://pear.php.net/package/DB_Sqlite_Tools/ Notes: svn path=/head/; revision=191144