- Update to 0.7.4a

Pushed by:	Andrej Zverev <az@inec.ru>
This commit is contained in:
Sergey Matveychuk 2005-07-14 20:31:30 +00:00
parent 204ee61347
commit e9153bd9ab
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=139234
4 changed files with 23 additions and 9 deletions

View File

@ -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

View File

@ -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

View File

@ -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/

View File

@ -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