代码搜索:Postgis
找到约 180 项符合「Postgis」的源代码
代码结果 180
www.eeworm.com/read/202512/5050768
cs postgis.cs
// Copyright 2005, 2006 - Morten Nielsen (www.iter.dk)
//
// This file is part of SharpMap.
// SharpMap is free software; you can redistribute it and/or modify
// it under the terms of the GNU Les
www.eeworm.com/read/192773/5150124
cs postgis.cs
// Copyright 2005, 2006 - Morten Nielsen (www.iter.dk)
//
// This file is part of SharpMap.
// SharpMap is free software; you can redistribute it and/or modify
// it under the terms of the GNU Les
www.eeworm.com/read/187906/5215266
spec postgis.spec
%{!?javabuild:%define javabuild 1}
%{!?utils:%define utils 1}
%{!?gcj_support:%define gcj_support 1}
Summary: Geographic Information Systems Extensions to PostgreSQL
Name: postgis
Version: 1.2.0
Rel
www.eeworm.com/read/183675/5252727
spec postgis.spec
%define pg_version %(rpm -q --queryformat '%{VERSION}' postgresql-devel)
%{!?jdbc2:%define jdbc2 0}
%{!?utils:%define utils 1}
Summary: Geographic Information Systems Extensions to Postgr
www.eeworm.com/read/182347/5264174
cs postgis.cs
// Copyright 2005, 2006 - Morten Nielsen (www.iter.dk)
//
// This file is part of SharpMap.
// SharpMap is free software; you can redistribute it and/or modify
// it under the terms of the GNU Les
www.eeworm.com/read/202512/5050771
cs postgis2.cs
// Copyright 2005, 2006 - Christian Gr鋐e (www.sharptools.de)
//
// This file is part of SharpMap.
// SharpMap is free software; you can redistribute it and/or modify
// it under the terms of the G
www.eeworm.com/read/192773/5150127
cs postgis2.cs
// Copyright 2005, 2006 - Christian Gr鋐e (www.sharptools.de)
//
// This file is part of SharpMap.
// SharpMap is free software; you can redistribute it and/or modify
// it under the terms of the G
www.eeworm.com/read/187906/5215263
patch postgis-configure.patch
--- configure.old 2006-12-25 14:39:26.000000000 +0200
+++ configure 2006-12-25 14:39:35.000000000 +0200
@@ -4609,13 +4609,6 @@
GEOS_DIR=`$GEOSCONFIG --prefix`
GEOS_LDFLAGS=`$GEOSCONFIG --ldflags
www.eeworm.com/read/187906/5215264
patch postgis-javamakefile.patch
--- java/jdbc/Makefile.old 2006-12-25 15:25:19.000000000 +0200
+++ java/jdbc/Makefile 2006-12-25 15:25:26.000000000 +0200
@@ -27,7 +27,7 @@
# Configure the helper executables used during build.
-
www.eeworm.com/read/183675/5252725
sh postgis-jdbcdedectver.sh
#!/bin/bash
JDBC_VERSION_RPM=`rpm -ql postgresql-jdbc| grep 'jdbc2.jar$'|awk -F '/' '{print $5}'`
sed 's/postgresql.jar/'${JDBC_VERSION_RPM}'/g' $MAKEFILE_DIR/Makefile > $MAKEFILE_DIR/Makefile.new
mv