aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authoralane <alane@FreeBSD.org>2002-09-21 06:03:28 +0800
committeralane <alane@FreeBSD.org>2002-09-21 06:03:28 +0800
commit7089de9ff034a1505701100f5970deb8dab7e4ed (patch)
tree1f0c4c3010aa12492d9b9af40d59d1e1fb722837 /databases
parentb07b680e082d2c4556dea7ce0c2fa1bb83af5962 (diff)
downloadfreebsd-ports-gnome-7089de9ff034a1505701100f5970deb8dab7e4ed.tar.gz
freebsd-ports-gnome-7089de9ff034a1505701100f5970deb8dab7e4ed.tar.zst
freebsd-ports-gnome-7089de9ff034a1505701100f5970deb8dab7e4ed.zip
KDE2 only. Too far gone, no kde3, won't even configure.
Diffstat (limited to 'databases')
-rw-r--r--databases/Makefile1
-rw-r--r--databases/dbdesigner/Makefile37
-rw-r--r--databases/dbdesigner/distinfo1
-rw-r--r--databases/dbdesigner/files/patch-dbdesign-Makefile.in14
-rw-r--r--databases/dbdesigner/files/patch-dbdesign-dbdesign.cpp12
-rw-r--r--databases/dbdesigner/files/patch-dbdesign-dbdesign.h11
-rw-r--r--databases/dbdesigner/pkg-comment1
-rw-r--r--databases/dbdesigner/pkg-descr18
-rw-r--r--databases/dbdesigner/pkg-plist20
9 files changed, 0 insertions, 115 deletions
diff --git a/databases/Makefile b/databases/Makefile
index 69110e4d81a7..744a781c6ff3 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -13,7 +13,6 @@
SUBDIR += db4
SUBDIR += dbXML
SUBDIR += dbconnect
- SUBDIR += dbdesigner
SUBDIR += dbf2mysql
SUBDIR += dbh
SUBDIR += dbmetrix
diff --git a/databases/dbdesigner/Makefile b/databases/dbdesigner/Makefile
deleted file mode 100644
index 45bbe3736db9..000000000000
--- a/databases/dbdesigner/Makefile
+++ /dev/null
@@ -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>
diff --git a/databases/dbdesigner/distinfo b/databases/dbdesigner/distinfo
deleted file mode 100644
index 87d39be793b8..000000000000
--- a/databases/dbdesigner/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (dbdesigner-p2.tar.gz) = 5e27f2ea47c590780650211b175dcf93
diff --git a/databases/dbdesigner/files/patch-dbdesign-Makefile.in b/databases/dbdesigner/files/patch-dbdesign-Makefile.in
deleted file mode 100644
index 63fae8b63816..000000000000
--- a/databases/dbdesigner/files/patch-dbdesign-Makefile.in
+++ /dev/null
@@ -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
diff --git a/databases/dbdesigner/files/patch-dbdesign-dbdesign.cpp b/databases/dbdesigner/files/patch-dbdesign-dbdesign.cpp
deleted file mode 100644
index 138f59fc76eb..000000000000
--- a/databases/dbdesigner/files/patch-dbdesign-dbdesign.cpp
+++ /dev/null
@@ -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;
diff --git a/databases/dbdesigner/files/patch-dbdesign-dbdesign.h b/databases/dbdesigner/files/patch-dbdesign-dbdesign.h
deleted file mode 100644
index bc61cfcd53db..000000000000
--- a/databases/dbdesigner/files/patch-dbdesign-dbdesign.h
+++ /dev/null
@@ -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
diff --git a/databases/dbdesigner/pkg-comment b/databases/dbdesigner/pkg-comment
deleted file mode 100644
index 8a345af834ff..000000000000
--- a/databases/dbdesigner/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A visual database design tool
diff --git a/databases/dbdesigner/pkg-descr b/databases/dbdesigner/pkg-descr
deleted file mode 100644
index 2aa95e44f021..000000000000
--- a/databases/dbdesigner/pkg-descr
+++ /dev/null
@@ -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>
diff --git a/databases/dbdesigner/pkg-plist b/databases/dbdesigner/pkg-plist
deleted file mode 100644
index 69002fbdb275..000000000000
--- a/databases/dbdesigner/pkg-plist
+++ /dev/null
@@ -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