diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2001-12-26 01:11:20 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2001-12-26 01:11:20 +0000 |
commit | 9b097cf52b15e37cdcb9ceb6cede1ef7d9f92be1 (patch) | |
tree | 4bf46a5c956f6b75dd5254d5514f879faa65437c /databases | |
parent | Add gnugadu 0.2.0, a GaduGadu client for X11/GTK. (diff) |
Add mird 1.0.7, a free database library with transaction support.
PR: 31827
Submitted by: Xavier Beaudouin <kiwi@oav.net>
Diffstat (limited to 'databases')
-rw-r--r-- | databases/Makefile | 1 | ||||
-rw-r--r-- | databases/mird/Makefile | 34 | ||||
-rw-r--r-- | databases/mird/distinfo | 1 | ||||
-rw-r--r-- | databases/mird/pkg-comment | 1 | ||||
-rw-r--r-- | databases/mird/pkg-descr | 6 | ||||
-rw-r--r-- | databases/mird/pkg-plist | 4 |
6 files changed, 47 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index 813a468479f4..8a890a1ddc4c 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -38,6 +38,7 @@ SUBDIR += libudbc SUBDIR += mdbtools SUBDIR += metakit + SUBDIR += mird SUBDIR += msql SUBDIR += myodbc SUBDIR += mysql++ diff --git a/databases/mird/Makefile b/databases/mird/Makefile new file mode 100644 index 000000000000..5f4026e0cfa6 --- /dev/null +++ b/databases/mird/Makefile @@ -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> diff --git a/databases/mird/distinfo b/databases/mird/distinfo new file mode 100644 index 000000000000..ffa02aa9cdef --- /dev/null +++ b/databases/mird/distinfo @@ -0,0 +1 @@ +MD5 (Mird-1.0.7.tar.gz) = 0f077b7ae0f0b118edbbe34fd8fe84e9 diff --git a/databases/mird/pkg-comment b/databases/mird/pkg-comment new file mode 100644 index 000000000000..d81357775636 --- /dev/null +++ b/databases/mird/pkg-comment @@ -0,0 +1 @@ +A free database library with transaction support diff --git a/databases/mird/pkg-descr b/databases/mird/pkg-descr new file mode 100644 index 000000000000..7a837fda4de4 --- /dev/null +++ b/databases/mird/pkg-descr @@ -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/ diff --git a/databases/mird/pkg-plist b/databases/mird/pkg-plist new file mode 100644 index 000000000000..01d3bd9b927e --- /dev/null +++ b/databases/mird/pkg-plist @@ -0,0 +1,4 @@ +include/mird.h +lib/libmird.a +lib/libmird.so +lib/libmird.so.1 |