]> err.no Git - sope/commitdiff
removed CVS Id fields
authorhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Mon, 8 Aug 2005 10:28:48 +0000 (10:28 +0000)
committerhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Mon, 8 Aug 2005 10:28:48 +0000 (10:28 +0000)
git-svn-id: http://svn.opengroupware.org/SOPE/trunk@999 e4a50df8-12e2-0310-a44c-efbce7f8a7e3

29 files changed:
sope-gdl1/PostgreSQL/ChangeLog
sope-gdl1/PostgreSQL/EOAttribute+PostgreSQL72.h
sope-gdl1/PostgreSQL/EOAttribute+PostgreSQL72.m
sope-gdl1/PostgreSQL/GNUmakefile
sope-gdl1/PostgreSQL/GNUmakefile.preamble
sope-gdl1/PostgreSQL/NSCalendarDate+PGVal.m
sope-gdl1/PostgreSQL/NSData+PGVal.m
sope-gdl1/PostgreSQL/NSNumber+PGVal.m
sope-gdl1/PostgreSQL/NSString+PGVal.m
sope-gdl1/PostgreSQL/NSString+PostgreSQL72.h
sope-gdl1/PostgreSQL/NSString+PostgreSQL72.m
sope-gdl1/PostgreSQL/PGConnection.h
sope-gdl1/PostgreSQL/PGConnection.m
sope-gdl1/PostgreSQL/PostgreSQL72Adaptor.h
sope-gdl1/PostgreSQL/PostgreSQL72Adaptor.m
sope-gdl1/PostgreSQL/PostgreSQL72Channel+Model.h
sope-gdl1/PostgreSQL/PostgreSQL72Channel+Model.m
sope-gdl1/PostgreSQL/PostgreSQL72Channel.m
sope-gdl1/PostgreSQL/PostgreSQL72Context.h
sope-gdl1/PostgreSQL/PostgreSQL72Context.m
sope-gdl1/PostgreSQL/PostgreSQL72Exception.h
sope-gdl1/PostgreSQL/PostgreSQL72Expression.h
sope-gdl1/PostgreSQL/PostgreSQL72Expression.m
sope-gdl1/PostgreSQL/PostgreSQL72Values.h
sope-gdl1/PostgreSQL/PostgreSQL72Values.m
sope-gdl1/PostgreSQL/README
sope-gdl1/PostgreSQL/TODO
sope-gdl1/PostgreSQL/Version
sope-gdl1/PostgreSQL/gdltest.m

index 6e4ff66b8b2a44d8134f060300cb3f1d3aba5f00..d9995430ba209a68a758c15998c2f28f3f5ec621 100644 (file)
@@ -1,3 +1,12 @@
+2005-08-08  Helge Hess  <helge.hess@skyrix.com>
+
+       * removed CVS Id fields (v4.5.44)
+
+2005-08-08  Sebastian Ley  <sebastian@withouthat.org>
+
+       * GNUmakefile.preamble: use 'pg_config' tool to determine PostgreSQL
+         include/lib locations (v4.5.43)
+
 2005-07-27  Helge Hess  <helge.hess@skyrix.com>
 
        * v4.5.42
index 07ca6890624494acf35a970ca48aaf7b463a1ebe..e84cfdd3620306af4faf836313527b603c1fa712 100644 (file)
@@ -23,7 +23,6 @@
    If not, write to the Free Software Foundation,
    59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 */
-// $Id: EOAttribute+PostgreSQL72.h 1 2004-08-20 10:38:46Z znek $
 
 #ifndef ___PostgreSQL72_EOAttribute_H___
 #define ___PostgreSQL72_EOAttribute_H___
index ba78804953644d999d21d89f4a498fa0f91d3a99..2489775b47becb3dfe69f6128b6302ddadc23307 100644 (file)
@@ -23,7 +23,6 @@
    If not, write to the Free Software Foundation,
    59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 */
-// $Id: EOAttribute+PostgreSQL72.m 1 2004-08-20 10:38:46Z znek $
 
 #include "common.h"
 #import "EOAttribute+PostgreSQL72.h"
index 719d026b87eeb023f0c1a783e33057594d0dc10a..cfcce03fd4c3da725998c8ddb7221a2f5302eb90 100644 (file)
@@ -1,7 +1,7 @@
 # 
 # GNUmakefile
 #
-# Copyright (C) 2004 SKYRIX Software AG
+# Copyright (C) 2004-2005 SKYRIX Software AG
 #
 # Author: Helge Hess (helge.hess@skyrix.com)
 #
index 7308087f76e4af910e450f380712050ce53d7ca7..d674a8d5fae2d91b5417311e61de28a3666c953e 100644 (file)
@@ -1,7 +1,7 @@
 # 
 # GNUmakefile
 #
-# Copyright (C) 2003-2004 SKYRIX Software AG
+# Copyright (C) 2003-2005 SKYRIX Software AG
 #
 # Author: Helge Hess (helge.hess@skyrix.com)
 #
@@ -33,24 +33,15 @@ ADDITIONAL_INCLUDE_DIRS += \
        -I../GDLAccess -I..
 
 ADDITIONAL_INCLUDE_DIRS += \
-       -I$(PGSQL)/include/pgsql        \
-       -I$(PGSQL)/include              \
        -I.. -I../..                    \
        -I../../sope-core/              \
        -I../../sope-core/NGExtensions
 
 ADDITIONAL_INCLUDE_DIRS += \
-       -I/usr/local/include/pgsql      \
-       -I/usr/local/include            \
-       -I/usr/local/pgsql/include      \
-       -I/usr/include/pgsql            \
-        -I/usr/include/postgresql       \
-       -I/usr/include                  \
+       -I/usr/local/include
 
-ifneq ($(shell which pg_config),)
 ADDITIONAL_INCLUDE_DIRS += -I$(shell pg_config --includedir)
-ADDITIONAL_LIB_DIRS += -L$(shell pg_config --libdir)
-endif
+ADDITIONAL_LIB_DIRS     += -L$(shell pg_config --libdir)
 
 ifneq ($(GNUSTEP_BUILD_DIR),)
 RELBUILD_DIR_SOPE=$(GNUSTEP_BUILD_DIR)/../..
@@ -67,19 +58,11 @@ ADDITIONAL_LIB_DIRS += \
        -L../../sope-core/EOControl/$(GNUSTEP_OBJ_DIR)
 endif
 
-ifneq ($(PGSQL),)
-ADDITIONAL_LIB_DIRS += -L$(PGSQL)/lib
-endif
 
-SYSTEM_LIB_DIR += \
-       -L/usr/local/lib                \
-       -L/usr/local/pgsql/lib/         \
-       -L/usr/lib
+SYSTEM_LIB_DIR += -L/usr/local/lib -L/usr/lib
 
-ifeq ($(FOUNDATION_LIB),apple)
 
+ifeq ($(FOUNDATION_LIB),apple)
 PostgreSQL_BUNDLE_LIBS += -lssl -lcrypto
-
 ADDITIONAL_INCLUDE_DIRS += -I/Library/PostgreSQL/include/
-
 endif
index 616a3fe769bc99f948482b853f33e4c9b10a8fae..9498bbb4f1747389d314b1cf589e5b545fea5483 100644 (file)
@@ -2,8 +2,9 @@
    NSCalendarDate+PGVal.m
 
    Copyright (C) 1999 MDlink online service center GmbH and Helge Hess
+   Copyright (C) 2000-2005 SKYRIX Software AG and Helge Hess
 
-   Author: Helge Hess (helge@mdlink.de)
+   Author: Helge Hess (helge@opengroupware.org)
 
    This file is part of the PostgreSQL72 Adaptor Library
 
index a0095f4fc162017e9edcf63ff53c7582600141a0..27cb36f7d47e40e6bf1e4dbb26a4f4be61304e9f 100644 (file)
@@ -1,4 +1,28 @@
-// $Id: NSData+PGVal.m 1 2004-08-20 10:38:46Z znek $
+/* 
+   NSData+PGVal.m
+
+   Copyright (C) 1999 MDlink online service center GmbH and Helge Hess
+   Copyright (C) 2000-2005 SKYRIX Software AG and Helge Hess
+
+   Author: Helge Hess (helge.hess@opengroupware.org)
+
+   This file is part of the PostgreSQL72 Adaptor Library
+
+   This library is free software; you can redistribute it and/or
+   modify it under the terms of the GNU Library General Public
+   License as published by the Free Software Foundation; either
+   version 2 of the License, or (at your option) any later version.
+
+   This library is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+   Library General Public License for more details.
+
+   You should have received a copy of the GNU Library General Public
+   License along with this library; see the file COPYING.LIB.
+   If not, write to the Free Software Foundation,
+   59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+*/
 
 #import <Foundation/NSData.h>
 #include "PostgreSQL72Values.h"
index 49728183541420861b47f7ffc7129e1b6953e9e1..b3fd3f1cf7e4dd3c64d173985932dc6bddaa7421 100644 (file)
@@ -1,4 +1,28 @@
-// $Id: NSNumber+PGVal.m 1 2004-08-20 10:38:46Z znek $
+/* 
+   NSString+PGVal.m
+
+   Copyright (C) 1999 MDlink online service center GmbH and Helge Hess
+   Copyright (C) 2000-2005 SKYRIX Software AG and Helge Hess
+
+   Author: Helge Hess (helge.hess@opengroupware.org)
+
+   This file is part of the PostgreSQL72 Adaptor Library
+
+   This library is free software; you can redistribute it and/or
+   modify it under the terms of the GNU Library General Public
+   License as published by the Free Software Foundation; either
+   version 2 of the License, or (at your option) any later version.
+
+   This library is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+   Library General Public License for more details.
+
+   You should have received a copy of the GNU Library General Public
+   License along with this library; see the file COPYING.LIB.
+   If not, write to the Free Software Foundation,
+   59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+*/
 
 #import <Foundation/NSString.h>
 #include "PostgreSQL72Channel.h"
index f14e2cd973c1cc6d6d83adc98274ff387158fd35..afecb2f2a3dc8eb1fc5d096c2c2531ab9e3bca94 100644 (file)
@@ -1,8 +1,8 @@
 /* 
-   PostgreSQL72Channel.h
+   NSString+PGVal.m
 
    Copyright (C) 1999 MDlink online service center GmbH and Helge Hess
-   Copyright (C) 2000-2004 SKYRIX Software AG and Helge Hess
+   Copyright (C) 2000-2005 SKYRIX Software AG and Helge Hess
 
    Author: Helge Hess (helge.hess@opengroupware.org)
 
index ae5ed909cdc536e9387858854086e2d992fd5609..2a6fffda407fd963c3f3d908b9a387fcaee4a2c6 100644 (file)
@@ -22,7 +22,6 @@
    If not, write to the Free Software Foundation,
    59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 */
-// $Id: NSString+PostgreSQL72.h 1 2004-08-20 10:38:46Z znek $
 
 #ifndef ___PostgreSQL72_NSString_H___
 #define ___PostgreSQL72_NSString_H___
index dfcbb519b610ae0365e1e31a41251ee017165075..78d8ee40e9ebc6c196fbce4bdd0690ff50e0d147 100644 (file)
@@ -2,8 +2,9 @@
    NSString+PostgreSQL72.m
 
    Copyright (C) 1999 MDlink online service center GmbH and Helge Hess
+   Copyright (C) 2000-2005 SKYRIX Software AG and Helge Hess
 
-   Author: Helge Hess (helge@mdlink.de)
+   Author: Helge Hess (helge.hess@opengroupware.org)
 
    This file is part of the PostgreSQL72 Adaptor Library
 
@@ -22,7 +23,6 @@
    If not, write to the Free Software Foundation,
    59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 */
-// $Id: NSString+PostgreSQL72.m 1 2004-08-20 10:38:46Z znek $
 
 #if LIB_FOUNDATION_BOEHM_GC
 #  include <objc/gc.h>
index ebc81566802e4f56e83eaf88ca60a0ae5537c964..d7e8b1262c8ec416f855c605d1e675e4ad0da718 100644 (file)
@@ -22,7 +22,6 @@
    If not, write to the Free Software Foundation,
    59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 */
-// $Id: PGConnection.h 1 2004-08-20 10:38:46Z znek $
 
 #ifndef ___PostgreSQL72_PGConnection_H___
 #define ___PostgreSQL72_PGConnection_H___
index 78812601d91f51aeb5dbe7e7e1107013ae57e206..78ac0a93d80cf27ed268569fbb24526bfeec3d96 100644 (file)
@@ -1,7 +1,7 @@
 /* 
    PGConnection.m
 
-   Copyright (C) 2004 SKYRIX Software AG and Helge Hess
+   Copyright (C) 2004-2005 SKYRIX Software AG and Helge Hess
 
    Author: Helge Hess (helge.hess@opengroupware.org)
    
@@ -22,7 +22,6 @@
    If not, write to the Free Software Foundation,
    59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 */
-// $Id: PGConnection.m 1 2004-08-20 10:38:46Z znek $
 
 #include "PGConnection.h"
 #include "common.h"
index e028936621e39de1b387eb54633b422cb6ff520e..627b65130bb9d17597d49aeb392f5678446e188d 100644 (file)
@@ -23,7 +23,6 @@
    If not, write to the Free Software Foundation,
    59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 */
-// $Id: PostgreSQL72Adaptor.h 1 2004-08-20 10:38:46Z znek $
 
 #ifndef ___PostgreSQL72_Adaptor_H___
 #define ___PostgreSQL72_Adaptor_H___
index 18fd8f8b9fee6833cde48c676bf1e6c1be942c2c..8aec0ab96917cb6a4a4ab43313804a976dd64626 100644 (file)
@@ -23,7 +23,6 @@
    If not, write to the Free Software Foundation,
    59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 */
-// $Id: PostgreSQL72Adaptor.m 1 2004-08-20 10:38:46Z znek $
 
 #include "common.h"
 #include "PostgreSQL72Adaptor.h"
index 9f44474cdc2fabcff9ffdc9f57e65594226a680c..339ff1bc6575f9e4c3378ad941bf1febc6ae712d 100644 (file)
@@ -23,7 +23,6 @@
    If not, write to the Free Software Foundation,
    59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 */
-// $Id: PostgreSQL72Channel+Model.h 1 2004-08-20 10:38:46Z znek $
 
 #ifndef ___PostgreSQL72_ModelFetching_H___
 #define ___PostgreSQL72_ModelFetching_H___
index b82a2a203f2cc17f41a250f50b2844f0b9fc3e8b..68c15deebae0b39e7785e552a40cfa396bc9f5bf 100644 (file)
@@ -23,7 +23,6 @@
    If not, write to the Free Software Foundation,
    59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 */
-// $Id: PostgreSQL72Channel+Model.m 1 2004-08-20 10:38:46Z znek $
 
 #include "PostgreSQL72Channel.h"
 #include "NSString+PostgreSQL72.h"
index d3b9165d687549e597949cbd5e0dadd6d6d505a9..f9aa4ecccc31e7e9a7f7cab984c9073d5ec57578 100644 (file)
@@ -23,7 +23,6 @@
    If not, write to the Free Software Foundation,
    59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 */
-// $Id: PostgreSQL72Channel.m 1 2004-08-20 10:38:46Z znek $
 
 #include <ctype.h>
 #include <string.h>
index d3c794d7392dbd59669694d557a0bee488d73a11..f6c05ab73c4f813cc2e2274de21f4a6934798ba7 100644 (file)
@@ -22,7 +22,6 @@
    If not, write to the Free Software Foundation,
    59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 */
-// $Id: PostgreSQL72Context.h 1 2004-08-20 10:38:46Z znek $
 
 #ifndef ___PostgreSQL72_Context_H___
 #define ___PostgreSQL72_Context_H___
index 551e505e0377cef128ea023dbc8b85aec8f9ddb7..45cc74da6fedb29bcfe0e095681ce76503dbcc4c 100644 (file)
@@ -22,7 +22,6 @@
    If not, write to the Free Software Foundation,
    59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 */
-// $Id: PostgreSQL72Context.m 1 2004-08-20 10:38:46Z znek $
 
 #import "PostgreSQL72Context.h"
 #import "PostgreSQL72Channel.h"
index e062c7e4e68505f4d210cdf65cd80ce172934d3f..4b06bf5d1201323cbb55f78788e7b863bed0f120 100644 (file)
@@ -22,7 +22,6 @@
    If not, write to the Free Software Foundation,
    59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 */
-// $Id: PostgreSQL72Exception.h 1 2004-08-20 10:38:46Z znek $
 
 #ifndef ___PostgreSQL72_Exception_H___
 #define ___PostgreSQL72_Exception_H___
index 94785ec32692a7aaa3f97be2e5b45137ccc693d1..14af37be455d85d7e7ea93af28e49d909eddcfe4 100644 (file)
@@ -22,7 +22,6 @@
    If not, write to the Free Software Foundation,
    59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 */
-// $Id: PostgreSQL72Expression.h 1 2004-08-20 10:38:46Z znek $
 
 #ifndef ___Postgre_SQLExpression_H___
 #define ___Postgre_SQLExpression_H___
index 7cbc6ee5372025cc6d534449bf7f6025a4987f61..63da881148db38700c15dcd82785b12c9ddc4d34 100644 (file)
@@ -22,7 +22,6 @@
    If not, write to the Free Software Foundation,
    59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 */
-// $Id: PostgreSQL72Expression.m 1 2004-08-20 10:38:46Z znek $
 
 #include "PostgreSQL72Expression.h"
 #include "common.h"
index 4396b82ac21ed61d01407d3eb0ed729f3f3fcecf..9cbdf026a44bc5f1475df2be644763629a5cd61f 100644 (file)
@@ -22,7 +22,6 @@
    If not, write to the Free Software Foundation,
    59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 */
-// $Id: PostgreSQL72Values.h 1 2004-08-20 10:38:46Z znek $
 
 #ifndef ___PostgreSQL72_Values_H___
 #define ___PostgreSQL72_Values_H___
index 8ee3ce7d3085c074cb68f0952a7ddec8bf350bb1..1461c28e623c1c28b294a106de60f71e227a0410 100644 (file)
@@ -22,7 +22,6 @@
    If not, write to the Free Software Foundation,
    59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 */
-// $Id: PostgreSQL72Values.m 1 2004-08-20 10:38:46Z znek $
 
 #import "PostgreSQL72Values.h"
 #import "common.h"
index 33367bfcf0b1e0fae417f21e5235a7ead9b53b34..341a47f6a0c5aef4b421e43cca4b304b2045b48c 100644 (file)
@@ -1,4 +1,5 @@
-# $Id: README 1 2004-08-20 10:38:46Z znek $
+PostgreSQL Adaptor
+==================
 
 Install PostgreSQL:
 
index 5d265ce1c34408940363b73abe81c27d3a4c2c1d..88d9c6a3015185e6f8d98b364aaab5d7c0c9b248 100644 (file)
@@ -1,3 +1,3 @@
-# $Id: TODO 1 2004-08-20 10:38:46Z znek $
-
+TODO
+====
 - cache field-names in PostgreSQL72Channel -primaryFetch (see TODO)
index a3c4ecc6a85f3ce5aad8bcd2082f9bbcd1dc7fae..e99e63fc0183e031885673859d1af8bacbbe039f 100644 (file)
@@ -1,5 +1,5 @@
 # version file
 
-SUBMINOR_VERSION:=42
+SUBMINOR_VERSION:=44
 
 # v4.5.41 requires libGDLAccess v4.5.50
index dc95aeb586bc2f89beb4cf8d636086fb05f97f13..e77f9563fe84414904ab2aa0585f62d5fe6d5202 100644 (file)
@@ -1,4 +1,28 @@
-// $Id: gdltest.m 1 2004-08-20 10:38:46Z znek $
+/* 
+   gdltest.m
+
+   Copyright (C) 1999 MDlink online service center GmbH and Helge Hess
+   Copyright (C) 2000-2005 SKYRIX Software AG and Helge Hess
+
+   Author: Helge Hess (helge.hess@opengroupware.org)
+
+   This file is part of the PostgreSQL72 Adaptor Library
+
+   This library is free software; you can redistribute it and/or
+   modify it under the terms of the GNU Library General Public
+   License as published by the Free Software Foundation; either
+   version 2 of the License, or (at your option) any later version.
+
+   This library is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+   Library General Public License for more details.
+
+   You should have received a copy of the GNU Library General Public
+   License along with this library; see the file COPYING.LIB.
+   If not, write to the Free Software Foundation,
+   59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+*/
 
 #import <Foundation/Foundation.h>
 #import <EOAccess/EOAccess.h>