aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MOVED1
-rw-r--r--databases/Makefile1
-rw-r--r--databases/mird/Makefile43
-rw-r--r--databases/mird/distinfo2
-rw-r--r--databases/mird/pkg-descr6
-rw-r--r--databases/mird/pkg-plist4
6 files changed, 1 insertions, 56 deletions
diff --git a/MOVED b/MOVED
index b6ddcf176ebf..0998282721fc 100644
--- a/MOVED
+++ b/MOVED
@@ -5342,3 +5342,4 @@ lang/clang||2013-12-22|Has expired: Migrate to lang/clang32 or newer
math/freemat-mpi||2013-12-23|Obsolete since FreeMat 3.0
devel/py-pmock||2013-12-27|Does not work with python 2.6 and beyond
devel/ncurses-devel|devel/ncurses|2013-12-28|regular ncurses ports is more recent
+databases/mird||2013-12-28|Has expired: No longer maintained upstream
diff --git a/databases/Makefile b/databases/Makefile
index 12086cf8741b..f036a8926514 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -201,7 +201,6 @@
SUBDIR += memcacheq
SUBDIR += mergeant
SUBDIR += metakit
- SUBDIR += mird
SUBDIR += mongodb
SUBDIR += mrtg-mysql-load
SUBDIR += msql
diff --git a/databases/mird/Makefile b/databases/mird/Makefile
deleted file mode 100644
index 66337d7c7312..000000000000
--- a/databases/mird/Makefile
+++ /dev/null
@@ -1,43 +0,0 @@
-# Created by: Xavier Beaudouin <kiwi@oav.net>
-# $FreeBSD$
-
-PORTNAME= mird
-PORTVERSION= 1.0.7
-PORTREVISION= 3
-CATEGORIES= databases
-MASTER_SITES= ftp://ftp.oav.net/pkg_freebsd/distfiles/ \
- http://grendel.firewall.com/caudium-pkg/ \
- http://www.mirar.org/mird/
-DISTNAME= Mird-${PORTVERSION}
-
-MAINTAINER= kiwi@oav.net
-COMMENT= A free database library with transaction support
-
-BROKEN= Unfetchable due to checksum mismatch
-DEPRECATED= No longer maintained upstream
-EXPIRATION_DATE= 2013-11-01
-
-WRKSRC= ${WRKDIR}/${DISTNAME}
-
-USE_AUTOTOOLS= autoconf:env
-USE_GCC= any
-USES= gmake
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --without-debug
-USE_LDCONFIG= yes
-
-NO_STAGE= yes
-post-patch:
- @${REINPLACE_CMD} -e 's,CFLAGS=,CFLAGS+=,' ${WRKSRC}/src/Makefile.in
- @${REINPLACE_CMD} -e 's,-O,,g' ${WRKSRC}/src/configure
-
-post-install:
- ${STRIP_CMD} ${PREFIX}/lib/libmird.so.1
-
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "sparc64"
-BROKEN= Does not compile on sparc64
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/databases/mird/distinfo b/databases/mird/distinfo
deleted file mode 100644
index 846d241aed43..000000000000
--- a/databases/mird/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (Mird-1.0.7.tar.gz) = 2e191e69fa2c7b1f677688da2f9eaa48ccd42e14101271d9ea59c66369bb11ec
-SIZE (Mird-1.0.7.tar.gz) = 166102
diff --git a/databases/mird/pkg-descr b/databases/mird/pkg-descr
deleted file mode 100644
index 7a837fda4de4..000000000000
--- a/databases/mird/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-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
deleted file mode 100644
index 01d3bd9b927e..000000000000
--- a/databases/mird/pkg-plist
+++ /dev/null
@@ -1,4 +0,0 @@
-include/mird.h
-lib/libmird.a
-lib/libmird.so
-lib/libmird.so.1