The FreeBSD Ports Archive
FreeBSD databases : hk_classes4>
C++ Library for rapid development of database applications
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. 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 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
http://hk-classes.sourceforge.net/
|
hk_classes history
v. 1.34
date: 2007/12/14 15:26:41; author: sem; state: Exp; lines: +1 -1
- Drop maintainership. I did not use them for ages.
v. 1.33
date: 2007/10/04 00:21:23; author: edwin; state: Exp; lines: +0 -4
Remove always-false/true conditions based on OSVERSION 500000
v. 1.32
date: 2007/07/30 09:41:02; author: alexbl; state: Exp; lines: +3 -0
- Make Python 2.5.1 the default Python version
- Add significantly better support in bsd.python.mk for working with
Python Eggs and the easy_install system
Tested by: pointyhat runs
Approved by: pav (portmgr)
Most work by: perky
Thanks to: pav
v. 1.31
date: 2007/05/19 20:01:04; author: flz; state: Exp; lines: +1 -0
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.30
date: 2006/07/23 13:28:50; author: sem; state: Exp; lines: +12 -4
- Update to 0.8.1
v. 1.29
date: 2006/06/06 09:01:20; author: sem; state: Exp; lines: +3 -0
- NOT_FOR_ARCH=ia64. Does not build.
Reported by: kris mail
v. 1.28
date: 2006/02/23 10:35:04; author: ade; state: Exp; lines: +2 -2
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.27
date: 2006/02/07 17:56:14; author: sem; state: Exp; lines: +0 -1
- Remove USE_REINPLACE from my ports
v. 1.26
date: 2005/12/11 20:37:51; author: sem; state: Exp; lines: +54 -9
- Update to 0.8
- Add Firebird and Paradox support
v. 1.25
date: 2005/11/15 06:48:19; author: ade; state: Exp; lines: +1 -1
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
v. 1.24
date: 2005/10/18 10:54:23; author: sem; state: Exp; lines: +1 -0
- Fix a case when python was installed with a non-standard PREFIX.
Requested by: kris
v. 1.23
date: 2005/07/18 06:46:09; author: sem; state: Exp; lines: +1 -0
- Add missed pkg-config dependency
Reminded by: kris via pointyhat
v. 1.22
date: 2005/07/14 20:31:30; author: sem; state: Exp; lines: +1 -2
- Update to 0.7.4a
Pushed by: Andrej Zverev
v. 1.21
date: 2005/05/01 09:09:06; author: sem; state: Exp; lines: +1 -3
- Fix pkg-plist. Unbreak.
Reported by: kris via pointyhat
v. 1.20
date: 2005/04/30 00:56:32; author: kris; state: Exp; lines: +2 -0
BROKEN: Incomplete pkg-plist
v. 1.19
date: 2005/04/12 03:25:01; author: obrien; state: Exp; lines: +1 -1
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
v. 1.18
date: 2005/04/11 08:01:37; author: obrien; state: Exp; lines: +1 -1
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
v. 1.17
date: 2005/04/03 15:54:40; author: sem; state: Exp; lines: +3 -2
- Update to 0.7.3
- Fix build with modules other than mysql
reported by Paul J. Pathiakis &
RÓcz JÓnos
v. 1.16
date: 2005/01/31 00:35:40; author: girgen; state: Exp; lines: +1 -2
Split the postgresql ports into a server and a client part.
All ports depending on postgresql shall use the USE_PGSQL=yes knob
defined in Mk/bsd.ports.mk. Bumping portrevisions where needed.
PR: 75344
Approved by: portmgr@ (kris), ade & sean (mentors)
v. 1.15
date: 2004/12/03 17:05:23; author: sem; state: Exp; lines: +16 -5
- Update to 0.7.2
* View support added
* hk_connection: passworddialog accepts a defaultdatasource for ODBC now
* SQLite3 support added
* local databases in different directories can be opened now
* Bugfixes
v. 1.14
date: 2004/11/06 17:38:22; author: sem; state: Exp; lines: +18 -2
- Update to 0.7.1
- Add SQLite2 support
- add startup file to run ldconfig
v. 1.13
date: 2004/07/16 03:19:43; author: sem; state: Exp; lines: +1 -1
Update to 0.7
PR: ports/69099
Submitted by: Andrej Zverev
Approved by: krion (mentor)
v. 1.12
date: 2004/07/09 17:42:01; author: marcus; state: Exp; lines: +1 -1
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet
v. 1.11
date: 2004/07/07 19:19:59; author: sem; state: Exp; lines: +1 -1
Change email address for my ports.
Approved by: krion (mentor)
v. 1.10
date: 2004/05/08 05:34:51; author: kris; state: Exp; lines: +3 -0
Add missing manpages
v. 1.9
date: 2004/04/11 01:23:14; author: linimon; state: Exp; lines: +8 -2
Update to 0.6.3:
- the password will be stored in the file .hk_classes/SERVER/driver.conf,
the RW-flags are set to the user only
- hk_presentation: presentation local datasources can be defined in the
datasource dialog
- Python script handles uninstall now
- (many other minor API changes and bugfixes: see ChangeLog)
Also, the port consolidates several patches into patching one Makefile.in.
PR: ports/65166
Submitted by: Sergey Matveychuk (maintainer)
v. 1.8
date: 2004/03/30 19:20:16; author: krion; state: Exp; lines: +1 -2
- Use USE_ICONV knob
Approved by: portmgr
v. 1.7
date: 2004/03/25 07:38:47; author: krion; state: Exp; lines: +1 -2
- Fix default options
PR: ports/64674
Submitted by: maintainer
v. 1.6
date: 2004/03/14 06:16:07; author: ade; state: Exp; lines: +1 -1
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
v. 1.5
date: 2004/03/11 19:10:27; author: arved; state: Exp; lines: +35 -17
- Update to 0.6.2
- portlint
- utilize OPTIONS
- Add ODBC driver
- Pass Maintainership to submitter
PR: 64072
Submitted by: Sergey Matveychuk
v. 1.4
date: 2003/11/04 18:33:12; author: arved; state: Exp; lines: +3 -1
Fix python support.
Bump PORTREVISION
Reported by: enoal
v. 1.3
date: 2003/11/01 00:48:30; author: seanc; state: Exp; lines: +22 -4
Add PostgreSQL support. Make MySQL support optional, but on by default.
Specifying WITHOUT_MYSQL removes MySQL support. WITH_POSTGRESQL speaks
for itself. Port v. bump.
v. 1.2
date: 2003/10/31 13:28:15; author: arved; state: Exp; lines: +3 -3
Remove bogus autoconf dependency
USE_MYSQL
Add LDCONFIG_DIRS
v. 1.1
date: 2003/10/31 12:38:29; author: arved; state: Exp;
Add hk_classes,
C++ library which allows rapid development of database applications.
Note: hk_classes works with mysql, postgresql und ODBC, but this port only
supports mysql at the moment.
Prodded by: enoal
PR: 41380
=============================================================================
|
| |

|