1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

add datadesigner 0.5

Database Schema Designer
This commit is contained in:
Ying-Chieh Liao 2004-07-09 09:41:17 +00:00
parent 866b18865e
commit bf24b21058
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=113268
5 changed files with 57 additions and 0 deletions

View File

@ -181,6 +181,7 @@
SUBDIR += cxxtest
SUBDIR += darcs
SUBDIR += darts
SUBDIR += datadesigner
SUBDIR += ddd
SUBDIR += decompyle
SUBDIR += devhelp

View File

@ -0,0 +1,38 @@
# ex:ts=8
# Ports collection makefile for: datadesigner
# Date created: Jul 9, 2004
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= datadesigner
PORTVERSION= 0.5
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://www.danny.cz/
MASTER_SITE_SUBDIR= dbdesign
MAINTAINER= ports@FreeBSD.org
COMMENT= Database Schema Designer
LIB_DEPENDS= expat.5:${PORTSDIR}/textproc/expat2 \
wx_gtk2-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk2
USE_GNOME= libxml2 libxslt
USE_ICONV= yes
GNU_CONFIGURE= yes
WX_CONFIG?= ${X11BASE}/bin/wxgtk2-2.4-config
CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --with-wx-config=${WX_CONFIG}
.if !defined(WITHOUT_NLS)
USE_GETTEXT= yes
PLIST_SUB+= NLS=""
.else
CONFIGURE_ARGS+= --disable-nls
PLIST_SUB+= NLS="@comment "
.endif
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
MD5 (datadesigner-0.5.tar.gz) = 73220ed831d83501b3642fc4a0982bad
SIZE (datadesigner-0.5.tar.gz) = 531538

View File

@ -0,0 +1,9 @@
Database Schema Designer.
Features :
* store schema in XML
* works in Linux and other Unixes, also in M$ Windows
* supported database objects - DOMAIN, ENTITY, RELATION, SEQUENCE,
PROCEDURE, TRIGGER, VIEW, ...
WWW: http://www.danny.cz/datadesigner.en.html

View File

@ -0,0 +1,7 @@
bin/datadesigner
%%NLS%%share/locale/cs/LC_MESSAGES/datadesigner.mo
%%DATADIR%%/pgsql.xsl
%%DATADIR%%/mysql.xsl
%%DATADIR%%/db2.xsl
%%DATADIR%%/gen2pgsql.xsl
@dirrm %%DATADIR%%