1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

Add mird 1.0.7, a free database library with transaction support.

PR:		31827
Submitted by:	Xavier Beaudouin <kiwi@oav.net>
This commit is contained in:
Pete Fritchman 2001-12-26 01:11:20 +00:00
parent 96347291e7
commit 9b097cf52b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=52181
6 changed files with 47 additions and 0 deletions

View File

@ -38,6 +38,7 @@
SUBDIR += libudbc
SUBDIR += mdbtools
SUBDIR += metakit
SUBDIR += mird
SUBDIR += msql
SUBDIR += myodbc
SUBDIR += mysql++

34
databases/mird/Makefile Normal file
View File

@ -0,0 +1,34 @@
# ports collection makefile for: Mird 1.0.7
# Date created: 07 November 2001
# Whom: Xavier Beaudouin <kiwi@oav.net>
#
# $FreeBSD$
#
PORTNAME= mird
PORTVERSION= 1.0.7
CATEGORIES= databases
MASTER_SITES= ftp://ftp.oav.net/pkg_freebsd/distfiles/ \
http://ftp.oav.net/pkg_freebsd/distfiles/ \
http://www.mirar.org/mird/
DISTNAME= Mird-${PORTVERSION}
MAINTAINER= kiwi@oav.net
BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf
WRKSRC= ${WRKDIR}/${DISTNAME}
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --without-debug
INSTALLS_SHLIB= yes
post-patch:
@${PERL} -pi -e 's,CFLAGS=,CFLAGS+=,' ${WRKSRC}/src/Makefile.in
@${PERL} -pi -e 's,-O,,g' ${WRKSRC}/src/configure
post-install:
${STRIP_CMD} ${PREFIX}/lib/libmird.so.1
.include <bsd.port.mk>

1
databases/mird/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (Mird-1.0.7.tar.gz) = 0f077b7ae0f0b118edbbe34fd8fe84e9

View File

@ -0,0 +1 @@
A free database library with transaction support

6
databases/mird/pkg-descr Normal file
View File

@ -0,0 +1,6 @@
Mird is a free database library, for operating on simple disk-based
databases. Many features, including transactions, are included.
Many information, like tutorial, full documentation are at:
WWW: http://www.mirar.org/mird/

4
databases/mird/pkg-plist Normal file
View File

@ -0,0 +1,4 @@
include/mird.h
lib/libmird.a
lib/libmird.so
lib/libmird.so.1