summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2004-07-09 09:41:17 +0000
committerijliao <ijliao@FreeBSD.org>2004-07-09 09:41:17 +0000
commit018c1fa520f238111758b0e00507667cd4c3c07c (patch)
treeb65d3a97f43d3cb0503d015864ec71ac10057bb2
parent4b1d9ce41759aae8df874c3352a1ce9c83e2c1c7 (diff)
downloadFreeBSD-ports-018c1fa520f238111758b0e00507667cd4c3c07c.zip
FreeBSD-ports-018c1fa520f238111758b0e00507667cd4c3c07c.tar.gz
add datadesigner 0.5
Database Schema Designer
-rw-r--r--devel/Makefile1
-rw-r--r--devel/datadesigner/Makefile38
-rw-r--r--devel/datadesigner/distinfo2
-rw-r--r--devel/datadesigner/pkg-descr9
-rw-r--r--devel/datadesigner/pkg-plist7
5 files changed, 57 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index bd343db..e1c7587 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -181,6 +181,7 @@
SUBDIR += cxxtest
SUBDIR += darcs
SUBDIR += darts
+ SUBDIR += datadesigner
SUBDIR += ddd
SUBDIR += decompyle
SUBDIR += devhelp
diff --git a/devel/datadesigner/Makefile b/devel/datadesigner/Makefile
new file mode 100644
index 0000000..55ca206
--- /dev/null
+++ b/devel/datadesigner/Makefile
@@ -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>
diff --git a/devel/datadesigner/distinfo b/devel/datadesigner/distinfo
new file mode 100644
index 0000000..5ab5ea1
--- /dev/null
+++ b/devel/datadesigner/distinfo
@@ -0,0 +1,2 @@
+MD5 (datadesigner-0.5.tar.gz) = 73220ed831d83501b3642fc4a0982bad
+SIZE (datadesigner-0.5.tar.gz) = 531538
diff --git a/devel/datadesigner/pkg-descr b/devel/datadesigner/pkg-descr
new file mode 100644
index 0000000..9ae01f4
--- /dev/null
+++ b/devel/datadesigner/pkg-descr
@@ -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
diff --git a/devel/datadesigner/pkg-plist b/devel/datadesigner/pkg-plist
new file mode 100644
index 0000000..7babc4c
--- /dev/null
+++ b/devel/datadesigner/pkg-plist
@@ -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%%
OpenPOWER on IntegriCloud