summaryrefslogtreecommitdiff
path: root/databases/gigabase/PLIST
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2010-09-18 09:09:02 +0000
committerobache <obache@pkgsrc.org>2010-09-18 09:09:02 +0000
commit964e178ae18eb73a6a78cea9df5622693d6c183a (patch)
tree0d81946719b04826f0d0753fe71ee2fca56d1162 /databases/gigabase/PLIST
parentd85e0e3cb522971b3533fde3a1cff8032189614d (diff)
downloadpkgsrc-964e178ae18eb73a6a78cea9df5622693d6c183a.tar.gz
Import gigabase-3.79 as databases/gigabase.
Based on PR#43854 by GEnnady Proskurin, remove FreeBSD-port-izm, really destdir support, and some fixes. GigaBASE: Object-Relational Database Management System GigaBASE inherits most of the features of FastDB, but uses page pool instead of direct mapping of file on virtual memory. So GigaBASE is able to handle database, which size significantly exceeds size of computer physical memory. Convenient and flexible C++ interface makes development of application for GigaBASE very easy and automatic scheme evaluation simplifies maintenance and modification of the system. GigaBASE merges best features of relational (simple data structure and non-procedural query language) and object-oriented (direct object references, user defined types and methods) databases. GigaBASE is primary oriented on application requiring fast data retrieving by means of indices and direct object references, such as Web Server databases applications. SUBSQL utility can be used for database browsing and inspection, performing online backups, database recovery, importing data to and exporting data from database. GigaBASE will perform automatic recovery after system or application crash, you should not worry about it. The only thing you can have to do manually is stopping all database application if one of them is crashed leaving database blocked.
Diffstat (limited to 'databases/gigabase/PLIST')
-rw-r--r--databases/gigabase/PLIST28
1 files changed, 28 insertions, 0 deletions
diff --git a/databases/gigabase/PLIST b/databases/gigabase/PLIST
new file mode 100644
index 00000000000..c35cf90c873
--- /dev/null
+++ b/databases/gigabase/PLIST
@@ -0,0 +1,28 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2010/09/18 09:09:02 obache Exp $
+bin/subsql
+include/gigabase/array.h
+include/gigabase/blob.h
+include/gigabase/btree.h
+include/gigabase/class.h
+include/gigabase/cli.h
+include/gigabase/config.h
+include/gigabase/container.h
+include/gigabase/cursor.h
+include/gigabase/database.h
+include/gigabase/datetime.h
+include/gigabase/exception.h
+include/gigabase/file.h
+include/gigabase/gigabase.h
+include/gigabase/hashtab.h
+include/gigabase/pagepool.h
+include/gigabase/query.h
+include/gigabase/rectangle.h
+include/gigabase/reference.h
+include/gigabase/rtree.h
+include/gigabase/selection.h
+include/gigabase/stdtp.h
+include/gigabase/sync.h
+include/gigabase/timeseries.h
+include/gigabase/wwwapi.h
+lib/libcli_r.la
+lib/libgigabase_r.la