diff options
author | miwi <miwi@FreeBSD.org> | 2011-02-13 02:00:58 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-02-13 02:00:58 +0800 |
commit | eff6b5f3058d543200e7ecced35bdca3832304f6 (patch) | |
tree | e8ef9c518efe257318bb860165a908bed5b982aa /databases/ipa_sdb | |
parent | 4ff74b6d7035fdecd3c638c7d94b2e92d6fa23d7 (diff) | |
download | freebsd-ports-gnome-eff6b5f3058d543200e7ecced35bdca3832304f6.tar.gz freebsd-ports-gnome-eff6b5f3058d543200e7ecced35bdca3832304f6.tar.zst freebsd-ports-gnome-eff6b5f3058d543200e7ecced35bdca3832304f6.zip |
- Update to 1.1
- Pet portlint
- Update pkg-descr
PR: 154615
Submitted by: maintainer
Diffstat (limited to 'databases/ipa_sdb')
-rw-r--r-- | databases/ipa_sdb/Makefile | 27 | ||||
-rw-r--r-- | databases/ipa_sdb/distinfo | 4 | ||||
-rw-r--r-- | databases/ipa_sdb/pkg-descr | 8 |
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/ |