summaryrefslogtreecommitdiff
path: root/databases/mird
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2001-12-26 01:11:20 +0000
committerPete Fritchman <petef@FreeBSD.org>2001-12-26 01:11:20 +0000
commit9b097cf52b15e37cdcb9ceb6cede1ef7d9f92be1 (patch)
tree4bf46a5c956f6b75dd5254d5514f879faa65437c /databases/mird
parentAdd 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>
Notes
Notes: svn path=/head/; revision=52181
Diffstat (limited to 'databases/mird')
-rw-r--r--databases/mird/Makefile34
-rw-r--r--databases/mird/distinfo1
-rw-r--r--databases/mird/pkg-comment1
-rw-r--r--databases/mird/pkg-descr6
-rw-r--r--databases/mird/pkg-plist4
5 files changed, 46 insertions, 0 deletions
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