summaryrefslogtreecommitdiff
path: root/databases/hk_classes
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2005-07-14 20:31:30 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2005-07-14 20:31:30 +0000
commite9153bd9abf3792bbd790572e79fd2f1ed73a45a (patch)
tree76b5c8963e368b3da700726db00043a389d55cc7 /databases/hk_classes
parentUpdate to 0.7.6. (diff)
- Update to 0.7.4a
Pushed by: Andrej Zverev <az@inec.ru>
Notes
Notes: svn path=/head/; revision=139234
Diffstat (limited to 'databases/hk_classes')
-rw-r--r--databases/hk_classes/Makefile3
-rw-r--r--databases/hk_classes/distinfo4
-rw-r--r--databases/hk_classes/pkg-descr20
-rw-r--r--databases/hk_classes/pkg-plist5
4 files changed, 23 insertions, 9 deletions
diff --git a/databases/hk_classes/Makefile b/databases/hk_classes/Makefile
index 8c2f4cc2d55d..75d4f7107f57 100644
--- a/databases/hk_classes/Makefile
+++ b/databases/hk_classes/Makefile
@@ -5,8 +5,7 @@
# $FreeBSD$
PORTNAME= hk_classes
-PORTVERSION= 0.7.3
-PORTREVISION= 2
+PORTVERSION= 0.7.4a
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= hk-classes
diff --git a/databases/hk_classes/distinfo b/databases/hk_classes/distinfo
index 1ad1f8638650..51695b8aa201 100644
--- a/databases/hk_classes/distinfo
+++ b/databases/hk_classes/distinfo
@@ -1,2 +1,2 @@
-MD5 (hk_classes-0.7.3.tar.bz2) = 722ef942d896dce8febe7b949c6c39e1
-SIZE (hk_classes-0.7.3.tar.bz2) = 623251
+MD5 (hk_classes-0.7.4a.tar.bz2) = 7b4de2d97c05d4a59d54cfab602fc062
+SIZE (hk_classes-0.7.4a.tar.bz2) = 725851
diff --git a/databases/hk_classes/pkg-descr b/databases/hk_classes/pkg-descr
index 6208bd2bfa2c..b8ce84b43c0c 100644
--- a/databases/hk_classes/pkg-descr
+++ b/databases/hk_classes/pkg-descr
@@ -1,10 +1,22 @@
hk_classes is C++ library which allows rapid development of database
applications with all features a modern database application should
-have like forms an reports.
+have like forms an reports. hk_classes is database and GUI independent.
+In combination with hk_kdeclasses (which is part of the knoda package)
+it supports the rapid development of database applications for KDE.
-hk_classes is database and GUI independent.
-In combination with hk_kdeclasses it supports the rapid development
-of database applications for KDE.
+hk_classes allows you to:
+ * connect to a database server ( Dbase/Xbase, Firebird,
+ MS Access/Mdbtools, Mysql, Paradox, Postgresql, SQLite or ODBC);
+ * create and delete databases;
+ * create, alter and delete tables and indices;
+ * add, change and delete data in tables;
+ * define, execute and store sql queries;
+ * create, alter and delete views;
+ * import and export CSV data;
+ * define and use forms; and
+ * define and print reports
+ * write your own scripts in Python
+ * use reports and queries in your own scripts with the command line tools
Author: Horst Knorr <hk_classes@knorrnet.de>
WWW: http://hk-classes.sourceforge.net/
diff --git a/databases/hk_classes/pkg-plist b/databases/hk_classes/pkg-plist
index cc88ddbf04c1..8ce997ab8aa8 100644
--- a/databases/hk_classes/pkg-plist
+++ b/databases/hk_classes/pkg-plist
@@ -22,8 +22,10 @@ include/hk_classes/hk_drivermanager.h
include/hk_classes/hk_dsboolean.h
include/hk_classes/hk_dscombobox.h
include/hk_classes/hk_dsdatavisible.h
+include/hk_classes/hk_dsdate.h
include/hk_classes/hk_dsgrid.h
include/hk_classes/hk_dsgridcolumn.h
+include/hk_classes/hk_dsimage.h
include/hk_classes/hk_dslineedit.h
include/hk_classes/hk_dsmemo.h
include/hk_classes/hk_dsmodevisible.h
@@ -48,6 +50,7 @@ include/hk_classes/hk_storagecolumn.h
include/hk_classes/hk_storagedatasource.h
include/hk_classes/hk_string.h
include/hk_classes/hk_subform.h
+include/hk_classes/hk_tabvisible.h
include/hk_classes/hk_url.h
include/hk_classes/hk_visible.h
%%MYSQL%%lib/hk_classes/drivers/libhk_mysqldriver.so
@@ -69,7 +72,7 @@ include/hk_classes/hk_visible.h
%%PYTHON_SITELIBDIR%%/hk_classes.py
%%PYTHON_SITELIBDIR%%/hk_classes.pyc
lib/hk_classes/libhk_classes.so
-lib/hk_classes/libhk_classes.so.7
+lib/hk_classes/libhk_classes.so.8
lib/hk_classes/libhk_classes.a
@dirrm lib/hk_classes/drivers
@dirrm lib/hk_classes