summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--databases/ipa_sdb/DESCR9
-rw-r--r--databases/ipa_sdb/Makefile7
-rw-r--r--databases/ipa_sdb/PLIST3
-rw-r--r--databases/ipa_sdb/distinfo8
-rw-r--r--doc/CHANGES-20103
5 files changed, 15 insertions, 15 deletions
diff --git a/databases/ipa_sdb/DESCR b/databases/ipa_sdb/DESCR
index 15fe485da08..1a79abd057e 100644
--- a/databases/ipa_sdb/DESCR
+++ b/databases/ipa_sdb/DESCR
@@ -1,14 +1,13 @@
IPA_SDB -- IPA simple database module
Main features:
-
-- Distribution consists of database ipa_db_sdb(8) and statistics
- ipa_st_mod(8) modules;
+- Distribution consists of database ipa_db_sdb(8) module, statistics
+ ipa_st_mod(8) module and ipa_sdb_dump(8) utility;
- 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.
+- The ipa_sdb_dump(8) utility converts ipa_sdb(5) database files to text
+ representation and back.
diff --git a/databases/ipa_sdb/Makefile b/databases/ipa_sdb/Makefile
index 81df159f149..27db1615924 100644
--- a/databases/ipa_sdb/Makefile
+++ b/databases/ipa_sdb/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2008/07/14 12:56:00 joerg Exp $
+# $NetBSD: Makefile,v 1.4 2010/12/07 01:37:17 reed Exp $
-DISTNAME= ipa_sdb-1.0.1
-PKGREVISION= 1
+DISTNAME= ipa_sdb-1.0.2
CATEGORIES= databases
-MASTER_SITES= http://ipa-system.sourceforge.net/modules/ipa_sdb/
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ipa-system/modules/ipa_sdb/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= simon@comsys.ntu-kpi.kiev.ua
diff --git a/databases/ipa_sdb/PLIST b/databases/ipa_sdb/PLIST
index d85e7e0d97c..fbc9f69fe96 100644
--- a/databases/ipa_sdb/PLIST
+++ b/databases/ipa_sdb/PLIST
@@ -1,6 +1,7 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2007/01/03 15:06:02 obache Exp $
+@comment $NetBSD: PLIST,v 1.2 2010/12/07 01:37:17 reed Exp $
bin/ipa_sdb_dump
include/ipa_sdb.h
+include/ipa_sdb_config.h
lib/ipa_db_sdb.la
lib/ipa_st_sdb.la
man/man5/ipa_sdb.5
diff --git a/databases/ipa_sdb/distinfo b/databases/ipa_sdb/distinfo
index 50df0393833..97bf2e61a8c 100644
--- a/databases/ipa_sdb/distinfo
+++ b/databases/ipa_sdb/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2007/01/03 15:06:02 obache Exp $
+$NetBSD: distinfo,v 1.2 2010/12/07 01:37:17 reed Exp $
-SHA1 (ipa_sdb-1.0.1.tar.bz2) = 3babf4d20e2ae0fd1c8958fdc34bff5e3d9e2db2
-RMD160 (ipa_sdb-1.0.1.tar.bz2) = 6824e8f0d11620d1e42912679dcb61e69e48b75e
-Size (ipa_sdb-1.0.1.tar.bz2) = 228701 bytes
+SHA1 (ipa_sdb-1.0.2.tar.bz2) = 71b1f1ce543edeff72451018645eb38b75d0f1b5
+RMD160 (ipa_sdb-1.0.2.tar.bz2) = 80b1a647970a9e942d9753c6c04d2b6cce152d3d
+Size (ipa_sdb-1.0.2.tar.bz2) = 255710 bytes
diff --git a/doc/CHANGES-2010 b/doc/CHANGES-2010
index 595a4186cf6..eb152ce6334 100644
--- a/doc/CHANGES-2010
+++ b/doc/CHANGES-2010
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2010,v 1.4196 2010/12/06 23:13:56 gls Exp $
+$NetBSD: CHANGES-2010,v 1.4197 2010/12/07 01:37:17 reed Exp $
Changes to the packages collection and infrastructure in 2010:
@@ -5959,3 +5959,4 @@ Changes to the packages collection and infrastructure in 2010:
Updated misc/stellarium to 0.10.6 [adam 2010-12-06]
Updated security/py-paramiko to 1.7.6nb2 [gls 2010-12-06]
Updated sysutils/fabric to 0.9.3 [gls 2010-12-06]
+ Updated databases/ipa_sdb to 1.0.2 [reed 2010-12-07]