summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2011-02-12 18:00:58 +0000
committerMartin Wilke <miwi@FreeBSD.org>2011-02-12 18:00:58 +0000
commit33de9823507be7bd661a88b03104b7c35b9379e3 (patch)
tree3ebb44eb6e25adf2c86575f6289b2823d8b183e5 /databases
parent- Update to 1.1 (diff)
- Update to 1.1
- Pet portlint - Update pkg-descr PR: 154615 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=269005
Diffstat (limited to 'databases')
-rw-r--r--databases/ipa_sdb/Makefile27
-rw-r--r--databases/ipa_sdb/distinfo4
-rw-r--r--databases/ipa_sdb/pkg-descr8
3 files changed, 18 insertions, 21 deletions
diff --git a/databases/ipa_sdb/Makefile b/databases/ipa_sdb/Makefile
index 5c54173230c3..7ccdaa7fd6b5 100644
--- a/databases/ipa_sdb/Makefile
+++ b/databases/ipa_sdb/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= ipa_sdb
-PORTVERSION= 1.0.2
+PORTVERSION= 1.1
CATEGORIES= databases
MASTER_SITES= SF/ipa-system/modules/ipa_sdb
@@ -24,35 +24,32 @@ OPTIONS= AUTORULES "Enable dynamic rules support" on \
LIMITS "Enable limits support" on \
THRESHOLDS "Enable thresholds support" on
-.include <bsd.port.pre.mk>
-
-PLIST_FILES= bin/ipa_sdb_dump include/ipa_sdb.h include/ipa_sdb_config.h \
- lib/ipa_db_sdb.so lib/ipa_st_sdb.so \
- lib/ipa_db_sdb.la lib/ipa_st_sdb.la
+.include <bsd.port.options.mk>
.if defined(WITHOUT_AUTORULES)
-CONFIGURE_ARGS+= --disable-autorules
+CONFIGURE_ARGS+= --disable-autorules
.endif
.if defined(WITHOUT_RULES)
-CONFIGURE_ARGS+= --disable-rules
+CONFIGURE_ARGS+= --disable-rules
.endif
.if defined(WITHOUT_LIMITS)
-CONFIGURE_ARGS+= --disable-limits
+CONFIGURE_ARGS+= --disable-limits
.endif
.if defined(WITHOUT_THRESHOLDS)
-CONFIGURE_ARGS+= --disable-thresholds
+CONFIGURE_ARGS+= --disable-thresholds
.endif
+.include <bsd.port.pre.mk>
+
+PLIST_FILES= bin/ipa_sdb_dump include/ipa_sdb.h include/ipa_sdb_config.h \
+ lib/ipa_db_sdb.so lib/ipa_st_sdb.so \
+ lib/ipa_db_sdb.la lib/ipa_st_sdb.la
+
MAN5= ipa_sdb.5
MAN8= ipa_db_sdb.8 ipa_st_sdb.8 ipa_sdb_dump.8
MANLANG= "" ru.KOI8-R
-do-install:
- cd ${WRKSRC}/src && make install
- cd ${WRKSRC}/man && make install-am
- cd ${WRKSRC}/man/ru.KOI8-R && make install
-
.include <bsd.port.post.mk>
diff --git a/databases/ipa_sdb/distinfo b/databases/ipa_sdb/distinfo
index 1796b162aa20..3166fa4e7a3b 100644
--- a/databases/ipa_sdb/distinfo
+++ b/databases/ipa_sdb/distinfo
@@ -1,2 +1,2 @@
-SHA256 (ipa_sdb-1.0.2.tar.bz2) = e2de9d46bc68d149cf942bd75012e8a65fbf3d3be2a20325f31141876439c324
-SIZE (ipa_sdb-1.0.2.tar.bz2) = 255710
+SHA256 (ipa_sdb-1.1.tar.bz2) = 9b7d6088fff3ac04ad30dde7da8a5a03a17b8ab1ba3d470a263d9b2b3ea42e7b
+SIZE (ipa_sdb-1.1.tar.bz2) = 256054
diff --git a/databases/ipa_sdb/pkg-descr b/databases/ipa_sdb/pkg-descr
index 5ca056e5af7d..f866ae91c513 100644
--- a/databases/ipa_sdb/pkg-descr
+++ b/databases/ipa_sdb/pkg-descr
@@ -2,16 +2,16 @@ 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.
WWW: http://ipa-system.sourceforge.net/modules/ipa_sdb/