diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-12-28 21:51:57 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-12-28 21:51:57 +0000 |
commit | 19ca028ac85b92fddf7ab048c9303faf8835519e (patch) | |
tree | 78361a3446a94233a4874fcef0625cea0940b9b8 /databases/Makefile | |
parent | 6ae29f40bef4389489966a2e20d3418023bac5c4 (diff) |
New port: databases/ipa_sdb IPA simple database module
IPA_SDB -- IPA simple database module
Main features:
- Distribution consists of database ipa_db_sdb(8) and statistics
ipa_st_mod(8) modules;
- Modules completely support dynamic and static rules, limits and
thresholds;
- All database files are stored in own record based database formats;
- Formats of database files are machine architecture independent;
- Sizes of database records are relatively small (binary data formats);
- Access to statistics can be granted accordingly to the user group;
- There is the ipa_sdb_dump(8) utility for dumping database files to
text format and back.
WWW: http://ipa-system.sourceforge.net/modules/ipa_sdb/
PR: ports/91009
Submitted by: Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua>
Notes
Notes:
svn path=/head/; revision=152306
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index c24265fcf2c7..52b706a5a308 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -68,6 +68,7 @@ SUBDIR += grass-i18n SUBDIR += gtksql SUBDIR += hk_classes + SUBDIR += ipa_sdb SUBDIR += isql-viewer SUBDIR += jasperreports SUBDIR += java-sqlrelay |