New port.
Ksqlanalyzer is a MSSQL database client for KDE.
This commit is contained in:
parent
0030b7196d
commit
68392eed7c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=143223
7 changed files with 84 additions and 0 deletions
|
@ -75,6 +75,7 @@
|
|||
SUBDIR += kbibtex
|
||||
SUBDIR += kinterbasdb
|
||||
SUBDIR += knoda
|
||||
SUBDIR += ksqlanalyzer
|
||||
SUBDIR += ksqlshell
|
||||
SUBDIR += libdbi
|
||||
SUBDIR += libdbi-drivers
|
||||
|
|
25
databases/ksqlanalyzer/Makefile
Normal file
25
databases/ksqlanalyzer/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
# New ports collection makefile for: ksqlanalyzer
|
||||
# Date created: Tue Sep 20 11:38:46 CEST 2005
|
||||
# Whom: Michael L. Hostbaek <mich@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= ksqlanalyzer
|
||||
PORTVERSION= 0.2.2
|
||||
CATEGORIES= databases kde
|
||||
MASTER_SITES= http://www.kpage.de/download/
|
||||
|
||||
MAINTAINER= mich@FreeBSD.org
|
||||
COMMENT= MSSQL database client for KDE
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
USE_KDELIBS_VER=3
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_REINPLACE= yes
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT}
|
||||
|
||||
.include <bsd.port.mk>
|
2
databases/ksqlanalyzer/distinfo
Normal file
2
databases/ksqlanalyzer/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
MD5 (ksqlanalyzer-0.2.2.tar.gz) = 0854116fa29d2413794bfdd76c011594
|
||||
SIZE (ksqlanalyzer-0.2.2.tar.gz) = 883954
|
15
databases/ksqlanalyzer/files/patch-ksqlanalyzer_tds_config.h
Normal file
15
databases/ksqlanalyzer/files/patch-ksqlanalyzer_tds_config.h
Normal file
|
@ -0,0 +1,15 @@
|
|||
|
||||
$FreeBSD$
|
||||
|
||||
--- ksqlanalyzer/tds/config.h.orig
|
||||
+++ ksqlanalyzer/tds/config.h
|
||||
@@ -58,6 +58,9 @@
|
||||
|
||||
/* Define if you have the atoll function. */
|
||||
#define HAVE_ATOLL 1
|
||||
+#if __FreeBSD__ < 5
|
||||
+#undef HAVE_ATOLL
|
||||
+#endif
|
||||
|
||||
/* Define if you have the vasprintf function. */
|
||||
#define HAVE_VASPRINTF 1
|
15
databases/ksqlanalyzer/files/patch-ksqlanalyzer_tds_tds.h
Normal file
15
databases/ksqlanalyzer/files/patch-ksqlanalyzer_tds_tds.h
Normal file
|
@ -0,0 +1,15 @@
|
|||
|
||||
$FreeBSD$
|
||||
|
||||
--- ksqlanalyzer/tds/tds.h.orig
|
||||
+++ ksqlanalyzer/tds/tds.h
|
||||
@@ -51,9 +51,6 @@
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include <time.h>
|
||||
-#ifdef HAVE_MALLOC_H
|
||||
-#include <malloc.h>
|
||||
-#endif
|
||||
#include <sys/time.h>
|
||||
#endif
|
||||
|
13
databases/ksqlanalyzer/pkg-descr
Normal file
13
databases/ksqlanalyzer/pkg-descr
Normal file
|
@ -0,0 +1,13 @@
|
|||
The KSqlAnalyzer is a tool for easy accessing the data of a MS-SQL-Database.
|
||||
It is made for developing and testing new SQL-Query's direclty on the Server.
|
||||
The functionality and the look&feel are similar to the program
|
||||
'SQL-Query-Analyzer' written by Microsoft.
|
||||
|
||||
The KSqlAnalyzer is using parts of the TDS-Library (Version 0.60) from the
|
||||
FreeTDS-Project.
|
||||
The parts of the library are included into the software, so that there is no
|
||||
need to install these Libraries on the Client-machine.
|
||||
The Editor is using parts of the KWrite-Sourcecode becaus of the brilliant
|
||||
Syntax-Highlighting.
|
||||
|
||||
WWW: http://www.kpage.de/en/
|
13
databases/ksqlanalyzer/pkg-plist
Normal file
13
databases/ksqlanalyzer/pkg-plist
Normal file
|
@ -0,0 +1,13 @@
|
|||
bin/ksqlanalyzer
|
||||
share/applnk/Applications/ksqlanalyzer.desktop
|
||||
share/icons/locolor/16x16/apps/ksqlanalyzer.png
|
||||
share/icons/locolor/32x32/apps/ksqlanalyzer.png
|
||||
share/locale/de/LC_MESSAGES/ksqlanalyzer.mo
|
||||
@unexec rmdir %D/share/icons/locolor/32x32/apps 2>/dev/null || true
|
||||
@unexec rmdir %D/share/icons/locolor/32x32 2>/dev/null || true
|
||||
@unexec rmdir %D/share/icons/locolor/16x16/apps 2>/dev/null || true
|
||||
@unexec rmdir %D/share/icons/locolor/16x16 2>/dev/null || true
|
||||
@unexec rmdir %D/share/icons/locolor 2>/dev/null || true
|
||||
@unexec rmdir %D/share/icons 2>/dev/null || true
|
||||
@unexec rmdir %D/share/applnk/Applications 2>/dev/null || true
|
||||
@unexec rmdir %D/share/applnk 2>/dev/null || true
|
Loading…
Reference in a new issue