1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00

DBOW is a database compiler-compiler or front-end. It takes table

definitions in a relatively high-level language and prepares C,
C++, PHP, Perl (etc) functions for manipulating the database.  It
will also produce SQL table data for MySQL.

WWW: http://dbow.sf.net/

PR:		ports/66112
Submitted by:	Dermot Tynan <dtynan@kalopa.com>
This commit is contained in:
Pav Lucistnik 2004-05-02 19:51:11 +00:00
parent 7ce16b00f1
commit 66d6b88640
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=108195
5 changed files with 43 additions and 0 deletions

View File

@ -25,6 +25,7 @@
SUBDIR += dbf2mysql
SUBDIR += dbh
SUBDIR += dbmetrix
SUBDIR += dbow
SUBDIR += dbtool
SUBDIR += dbview
SUBDIR += edb

23
databases/dbow/Makefile Normal file
View File

@ -0,0 +1,23 @@
# New ports collection makefile for: dbow
# Date created: 24 March 2004
# Whom: Dermot Tynan <dtynan@kalopa.com>
#
# $FreeBSD$
#
PORTNAME= dbow
PORTVERSION= 0.4
CATEGORIES= databases devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= dbow
MAINTAINER= dtynan@kalopa.com
COMMENT= DBOW is a database object generator for C, Perl, PHP, etc
USE_MYSQL= yes
USE_REINPLACE= yes
post-patch:
@${REINPLACE_CMD} -e 's|example||' ${WRKSRC}/Makefile
.include <bsd.port.mk>

2
databases/dbow/distinfo Normal file
View File

@ -0,0 +1,2 @@
MD5 (dbow-0.4.tar.gz) = 35f8f0ffdd0d12384df39748f61f8bdf
SIZE (dbow-0.4.tar.gz) = 29923

9
databases/dbow/pkg-descr Normal file
View File

@ -0,0 +1,9 @@
DBOW is a database compiler-compiler or front-end. It takes table
definitions in a relatively high-level language and prepares C,
C++, PHP, Perl (etc) functions for manipulating the database. It
will also produce SQL table data for MySQL.
WWW: http://dbow.sf.net/
- Dermot Tynan
dtynan@kalopa.com

8
databases/dbow/pkg-plist Normal file
View File

@ -0,0 +1,8 @@
bin/dbow
include/dbow.h
lib/libdbow.a
share/dbow/c.m4
share/dbow/mysql.m4
share/dbow/perl.m4
share/dbow/php.m4
@dirrm share/dbow