1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

KDE2 only. Too far gone, no kde3, won't even configure.

This commit is contained in:
Alan Eldridge 2002-09-20 22:03:28 +00:00
parent b10df0f2c2
commit a023750df6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=66926
9 changed files with 0 additions and 115 deletions

View File

@ -13,7 +13,6 @@
SUBDIR += db4
SUBDIR += dbXML
SUBDIR += dbconnect
SUBDIR += dbdesigner
SUBDIR += dbf2mysql
SUBDIR += dbh
SUBDIR += dbmetrix

View File

@ -1,37 +0,0 @@
# New ports collection makefile for: dbdesigner
# Date created: 18 May 2002
# Whom: Anders Nordby <anders@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= dbdesigner
PORTVERSION= 0.p2
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= ${PORTNAME}-p2
MAINTAINER= anders@FreeBSD.org
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_KDELIBS_VER=2
WRKSRC= ${WRKDIR}/${PORTNAME}
DOCS= AUTHORS BUGS COPYING ChangeLog TODO
pre-configure:
${PERL} -pi -e "s@#define KDEDIR.*@#define KDEDIR \"${LOCALBASE}\"@" \
${WRKSRC}/dbdesign/dbdesign.h
.if !defined(NOPORTDOCS)
post-install:
${INSTALL} -d -o root -g wheel -m 0755 ${DOCSDIR}
.for f in ${DOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/
.endfor
.endif
.include <bsd.port.mk>

View File

@ -1 +0,0 @@
MD5 (dbdesigner-p2.tar.gz) = 5e27f2ea47c590780650211b175dcf93

View File

@ -1,14 +0,0 @@
--- dbdesign/Makefile.in.orig Wed Jun 13 22:44:04 2001
+++ dbdesign/Makefile.in Sat May 18 18:05:43 2002
@@ -740,7 +742,10 @@
echo '#include "metaseqedit.moc"' >> metaseqedit.cpp
metaseqedit.h: $(srcdir)/metaseqedit.ui
- $(UIC) -o metaseqedit.h $(srcdir)/metaseqedit.ui
+ $(UIC) -o metaseqedittemp.h $(srcdir)/metaseqedit.ui
+ echo '#include <knuminput.h>' > metaseqedit.h
+ cat metaseqedittemp.h >> metaseqedit.h
+ rm -f metaseqedittemp.h
metaseqedit.moc: metaseqedit.h
$(MOC) metaseqedit.h -o metaseqedit.moc

View File

@ -1,12 +0,0 @@
--- dbdesign/dbdesign.cpp.orig Wed Jun 13 22:27:17 2001
+++ dbdesign/dbdesign.cpp Sat May 18 17:02:04 2002
@@ -270,7 +270,8 @@
*/
int DbDesign::refreshPlugins(){
- QString path = QString(getenv("KDEDIR")) + "/" + KStandardDirs::kde_default("data") + "/dbdesign/plugins/";
+ QString kdeprefix = QString(KDEDIR);
+ QString path = kdeprefix + "/" + KStandardDirs::kde_default("data") + "/dbdesign/plugins/";
QDir pldir(path, "*plug.so", QDir::IgnoreCase | QDir::Name, QDir::Files);
bool foundstd = false;
void* h;

View File

@ -1,11 +0,0 @@
--- dbdesign/dbdesign.h.orig Wed Jun 13 22:27:17 2001
+++ dbdesign/dbdesign.h Sat May 18 16:07:25 2002
@@ -18,6 +18,8 @@
#ifndef DBDESIGN_H
#define DBDESIGN_H
+#define KDEDIR "/usr/local"
+
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif

View File

@ -1 +0,0 @@
A visual database design tool

View File

@ -1,18 +0,0 @@
If you need to build complex SQL databases you will find DbDesigner quite a
useful tool. It allows you to construct your DB in an intuitive and easy to use
environment, where you have a visual representation of the tables and relations
contained in your project. You can quickly see the fields in a table or how
each table relates to the others. After you are finished, DbDesigner can export
the schema of the database into an .sql script, or directly connect to a
database backend and build it there. It can also import already existing
databases from .sql scripts or db backends. Of course, it can save your project
into its native format (XML) so all information is kept (for example you can't
save the positions of the tables in the workspace into an .sql script). Due to
its plugin architecture, DbDesigner is easily extensible to work with many
database servers. By default it comes with 2 plugins: one for PostgreSQL and
the other for MySQL. On the other hand, if you are building complex databases
you might have already seen products like this one.
WWW: http://dbdesigner.sourceforge.net/
- Anders Nordby <anders@FreeBSD.org>

View File

@ -1,20 +0,0 @@
bin/dbdesign
share/applnk/Applications/dbdesign.desktop
share/apps/dbdesign/dbdesignui.rc
share/apps/dbdesign/plugins/libmysqlplug.la
share/apps/dbdesign/plugins/libmysqlplug.so
share/apps/dbdesign/plugins/libmysqlplug.so.1
share/apps/dbdesign/plugins/libnullplug.la
share/apps/dbdesign/plugins/libnullplug.so
share/apps/dbdesign/plugins/libnullplug.so.1
share/apps/dbdesign/plugins/libpgsqlplug.la
share/apps/dbdesign/plugins/libpgsqlplug.so
share/apps/dbdesign/plugins/libpgsqlplug.so.1
@dirrm share/apps/dbdesign/plugins
@dirrm share/apps/dbdesign
%%PORTDOCS%%share/doc/dbdesigner/AUTHORS
%%PORTDOCS%%share/doc/dbdesigner/BUGS
%%PORTDOCS%%share/doc/dbdesigner/COPYING
%%PORTDOCS%%share/doc/dbdesigner/ChangeLog
%%PORTDOCS%%share/doc/dbdesigner/TODO
%%PORTDOCS%%@dirrm share/doc/dbdesigner