ports/91009: New port: databases/ipa_sdb IPA simple database module

Andrey Simonenko simon at comsys.ntu-kpi.kiev.ua
Wed Dec 28 10:10:26 UTC 2005


>Number:         91009
>Category:       ports
>Synopsis:       New port: databases/ipa_sdb IPA simple database module
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 28 10:10:07 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Andrey Simonenko
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
>Environment:

FreeBSD 6.0-STABLE
Current FreeBSD Ports Collection

>Description:

Please add new port databases/ipa_sdb, this is IPA simple database
module and can be used by sysutils/ipa.

>How-To-Repeat:
>Fix:
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	ipa_sdb
#	ipa_sdb/Makefile
#	ipa_sdb/pkg-descr
#	ipa_sdb/distinfo
#
echo c - ipa_sdb
mkdir -p ipa_sdb > /dev/null 2>&1
echo x - ipa_sdb/Makefile
sed 's/^X//' >ipa_sdb/Makefile << 'END-of-ipa_sdb/Makefile'
X# New ports collection makefile for:	ipa_sdb
X# Date created:				27 December 2005
X# Whom:					Andrey Simonenko
X#
X# $FreeBSD:$
X#
X
XPORTNAME=	ipa_sdb
XPORTVERSION=	1.0
XCATEGORIES=	databases
XMASTER_SITES=	http://ipa-system.sourceforge.net/modules/ipa_sdb/
X
XMAINTAINER=	simon at comsys.ntu-kpi.kiev.ua
XCOMMENT=	IPA simple database module
X
XUSE_BZIP2=	yes
XGNU_CONFIGURE=	yes
X
XOPTIONS=	AUTORULES "Enable dynamic rules support" on \
X		RULES "Enable static rules support" on \
X		LIMITS "Enable limits support" on \
X		THRESHOLDS "Enable thresholds support" on \
X		DEBUG_INFO "Produce debugging information" off \
X		MAN_KOI8_R "Install Russian manual pages" off
X
X.include <bsd.port.pre.mk>
X
XBUILD_DEPENDS=	${PREFIX}/include/ipa_mod.h:${PORTSDIR}/sysutils/ipa
X
XPLIST_FILES=	bin/ipa_sdb_dump lib/ipa_db_sdb.so lib/ipa_st_sdb.so include/ipa_sdb.h
X
X.ifdef WITHOUT_AUTORULES
XCONFIGURE_ARGS+= --disable-autorules
X.endif
X
X.ifdef WITHOUT_RULES
XCONFIGURE_ARGS+= --disable-rules
X.endif
X
X.ifdef WITHOUT_LIMITS
XCONFIGURE_ARGS+= --disable-limits
X.endif
X
X.ifdef WITHOUT_THRESHOLDS
XCONFIGURE_ARGS+= --disable-thresholds
X.endif
X
X.ifdef WITH_DEBUG_INFO
XSTRIP=		# empty
XCFLAGS+=	-g
X.endif
X
XMAN5=		ipa_sdb.5
XMAN8=		ipa_db_sdb.8 ipa_st_sdb.8 ipa_sdb_dump.8
XMANLANG=	""
X.ifdef WITH_MAN_KOI8_R
XMANLANG+=	ru.KOI8-R
X.endif
X
Xdo-install:
X	cd ${WRKSRC}/src && make install
X	cd ${WRKSRC}/man && make install-am
X.ifdef WITH_MAN_KOI8_R
X	cd ${WRKSRC}/man/ru.KOI8-R && make install
X.endif
X
X.include <bsd.port.post.mk>
END-of-ipa_sdb/Makefile
echo x - ipa_sdb/pkg-descr
sed 's/^X//' >ipa_sdb/pkg-descr << 'END-of-ipa_sdb/pkg-descr'
XIPA_SDB -- IPA simple database module
X
XMain features:
X
X- Distribution consists of database ipa_db_sdb(8) and statistics
X  ipa_st_mod(8) modules;
X- Modules completely support dynamic and static rules, limits and
X  thresholds;
X- All database files are stored in own record based database formats;
X- Formats of database files are machine architecture independent;
X- Sizes of database records are relatively small (binary data formats);
X- Access to statistics can be granted accordingly to the user group;
X- There is the ipa_sdb_dump(8) utility for dumping database files to
X  text format and back.
X
XWWW: http://ipa-system.sourceforge.net/modules/ipa_sdb/
X
X- Andrey Simonenko
Xsimon at comsys.ntu-kpi.kiev.ua
END-of-ipa_sdb/pkg-descr
echo x - ipa_sdb/distinfo
sed 's/^X//' >ipa_sdb/distinfo << 'END-of-ipa_sdb/distinfo'
XMD5 (ipa_sdb-1.0.tar.bz2) = e3ea6625f26840e25ad20d75845cc394
XSHA256 (ipa_sdb-1.0.tar.bz2) = d2f69d53294d37276ff38d4599c53c22fa1dc7f7896c926c339a65f37e848b46
XSIZE (ipa_sdb-1.0.tar.bz2) = 228948
END-of-ipa_sdb/distinfo
exit



>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list