Index: Makefile =================================================================== --- Makefile (revision 0) +++ Makefile (working copy) @@ -0,0 +1,28 @@ +# Created by: Loïc BARTOLETTI +# $FreeBSD$ + +PORTNAME= virtualpg +PORTVERSION= 1.0.1 +CATEGORIES= databases geography +MASTER_SITES= http://www.gaia-gis.it/gaia-sins/ + +MAINTAINER= coder@tuxfamily.org +COMMENT= Loadable dynamic extension to both SQLite and SpatiaLite + +LICENSE= MPL LGPL21 GPLv2 +LICENSE_COMB= dual + +GNU_CONFIGURE= yes +USES= gmake iconv pathfix pkgconfig libtool pgsql +USE_SQLITE= yes +USE_PGSQL= yes +CFLAGS+= -I${WRKSRC}/src/headers -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} +CONFIGURE_ARGS+= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" +USE_LDCONFIG= yes + +PLIST_FILES= lib/mod_virtualpg.so \ + lib/mod_virtualpg.so.1 \ + lib/mod_virtualpg.so.1.0.0 + +.include Property changes on: Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: distinfo =================================================================== --- distinfo (revision 0) +++ distinfo (working copy) @@ -0,0 +1,2 @@ +SHA256 (virtualpg-1.0.1.tar.gz) = 9e6c4c6c1556b2ea2a1e4deda28909626c3a8b047c81d6b82c042abdb9a99ec8 +SIZE (virtualpg-1.0.1.tar.gz) = 345147 Property changes on: distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: pkg-descr =================================================================== --- pkg-descr (revision 0) +++ pkg-descr (working copy) @@ -0,0 +1,7 @@ +VirtualPG is a loadable dynamic extension to both SQLite and SpatiaLite. + +Its intended scope is supporting direct SQL access to PostgreSQL and PostGIS own +tables, so to make any possible kind of data exchange between these two popular +open source Spatial DBMSes as straightforward and simple as possible. + +WWW: http://www.gaia-gis.it/fossil/virtualpg/index Property changes on: pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property