Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Dec 1999 08:55:02 -0700 (MST)
From:      rcarter@pinyon.org
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/15705: New port for metakit-2.0
Message-ID:  <19991226155502.E92275A@pinyon.org>

next in thread | raw e-mail | index | archive | help

>Number:         15705
>Category:       ports
>Synopsis:       New port for metakit-2.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Dec 26 08:00:01 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Russell L. Carter
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
>Environment:

	

>Description:

	

>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:
#
#	metakit
#	metakit/files
#	metakit/files/md5
#	metakit/files/patch.Makefile
#	metakit/pkg
#	metakit/pkg/COMMENT
#	metakit/pkg/DESCR
#	metakit/pkg/PLIST
#	metakit/patches
#	metakit/patches/patch-aa
#	metakit/Makefile
#
echo c - metakit
mkdir -p metakit > /dev/null 2>&1
echo c - metakit/files
mkdir -p metakit/files > /dev/null 2>&1
echo x - metakit/files/md5
sed 's/^X//' >metakit/files/md5 << 'END-of-metakit/files/md5'
XMD5 (metakit-2.0.tar.gz) = 14795a0f84d7c32fc4765a29624f9913
END-of-metakit/files/md5
echo x - metakit/files/patch.Makefile
sed 's/^X//' >metakit/files/patch.Makefile << 'END-of-metakit/files/patch.Makefile'
X--- Makefile	Sat Dec 25 22:35:45 1999
X+++ Makefile.new	Sat Dec 25 22:40:03 1999
X@@ -37,8 +37,8 @@
X 
X CXX = c++
X INSTALL = $(SHELL) $(top_builddir)/libtool /usr/bin/install -c -o root -g wheel
X-INSTALL_DATA = install -c -o root -g wheel -m 444
X-INSTALL_PROGRAM = install -c -s -o root -g wheel -m 555
X+INSTALL_DATA = ${INSTALL} -c -o root -g wheel -m 444
X+INSTALL_PROGRAM = ${INSTALL} -c -s -o root -g wheel -m 555
X LIBTOOL = $(SHELL) $(top_builddir)/libtool
X VERSION = 2.0
X 
END-of-metakit/files/patch.Makefile
echo c - metakit/pkg
mkdir -p metakit/pkg > /dev/null 2>&1
echo x - metakit/pkg/COMMENT
sed 's/^X//' >metakit/pkg/COMMENT << 'END-of-metakit/pkg/COMMENT'
XC++ embedded database engine, supports Python and Tcl.
END-of-metakit/pkg/COMMENT
echo x - metakit/pkg/DESCR
sed 's/^X//' >metakit/pkg/DESCR << 'END-of-metakit/pkg/DESCR'
Xhttp://www.equi4.com/metakit/
Xwww.ntk.net: "METAKIT is a curious
Xmix of flatfile, relational and OODBMS features with a small
Xfootprint and a big following. For those who don't need a
Xheavy-duty SQL solution, it's tight and fast for <100,000
Xitems, with a snazzy ability to dynamically change data
Xstructures on the fly. Interfaces are available for Tcl and
XPython, with Perl promised soon."
END-of-metakit/pkg/DESCR
echo x - metakit/pkg/PLIST
sed 's/^X//' >metakit/pkg/PLIST << 'END-of-metakit/pkg/PLIST'
Xinclude/mk4.h
Xinclude/mk4.inl
Xinclude/mk4str.h
Xinclude/mk4str.inl
Xlib/libmk4.a
Xlib/libmk4.so
Xlib/libmk4.la
Xlib/libmk4.so.0
END-of-metakit/pkg/PLIST
echo c - metakit/patches
mkdir -p metakit/patches > /dev/null 2>&1
echo x - metakit/patches/patch-aa
sed 's/^X//' >metakit/patches/patch-aa << 'END-of-metakit/patches/patch-aa'
Xdiff -ur ./src/fileio.cpp ../metakit-2.0.new/src/fileio.cpp
X--- ../src/fileio.cpp	Tue Dec 14 05:05:54 1999
X+++ ../metakit-2.0.new/src/fileio.cpp	Sat Dec 25 20:19:15 1999
X@@ -14,6 +14,7 @@
X #endif
X 
X #if q4_UNIX && HAVE_MMAP
X+#include <sys/types.h>
X #include <sys/mman.h>
X #endif
X 
END-of-metakit/patches/patch-aa
echo x - metakit/Makefile
sed 's/^X//' >metakit/Makefile << 'END-of-metakit/Makefile'
X# New ports collection makefile for:	metakit
X# Version required:	2.0
X# Date created:		25 December 1999
X# Whom:			Russell L. Carter <rcarter@pinyon.org>
X#
X# $FreeBSD$
X#
X
XDISTNAME=	metakit-2.0
XCATEGORIES=	devel
XMASTER_SITES=	http://download.sourceforge.net/metakit/
X
XMAINTAINER=	rcarter@pinyon.org
X
XWRKSRC=${WRKDIR}/${DISTNAME}/builds
XUSE_LIBTOOL= yes
XLIBTOOLFILES= ../unix/aclocal.m4
XCONFIGURE_SCRIPT= ../unix/configure
XMAKE_ARGS= CXXFLAGS='-Dq4_STD -O2 -m486 -malign-loops=2 -malign-jumps=2'
X
Xpost-configure:
X	@cd ${WRKSRC} ; \
X	${PATCH} < ${FILESDIR}/patch.Makefile
X
X.include <bsd.port.mk>
END-of-metakit/Makefile
exit



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


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19991226155502.E92275A>