diff options
author | Rene Ladan <rene@FreeBSD.org> | 2014-01-17 02:34:57 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2014-01-17 02:34:57 +0000 |
commit | 1ff1befc8cbc82fa83b0643fc1eb6f7fc12d0d22 (patch) | |
tree | 2932e67be5590507cb75a4a54f92664821151a16 /graphics/tinyows | |
parent | 6be2fc7f69b07dba3afd53072a05471a725bef08 (diff) |
Notes
Diffstat (limited to 'graphics/tinyows')
-rw-r--r-- | graphics/tinyows/Makefile | 17 | ||||
-rw-r--r-- | graphics/tinyows/distinfo | 4 | ||||
-rw-r--r-- | graphics/tinyows/pkg-descr | 1 | ||||
-rw-r--r-- | graphics/tinyows/pkg-plist | 2 |
4 files changed, 11 insertions, 13 deletions
diff --git a/graphics/tinyows/Makefile b/graphics/tinyows/Makefile index 2380ef4063d4..8cfc81cc5fd7 100644 --- a/graphics/tinyows/Makefile +++ b/graphics/tinyows/Makefile @@ -2,19 +2,15 @@ # $FreeBSD$ PORTNAME= tinyows -PORTVERSION= 1.0.0 -PORTREVISION= 2 +PORTVERSION= 1.1.0 CATEGORIES= graphics www geography -MASTER_SITES= http://tinyows.org/release/ +MASTER_SITES= http://download.osgeo.org/mapserver/ MAINTAINER= joris.dedieu@gmail.com COMMENT= High Performance WFS-T server -LIB_DEPENDS= xml2:${PORTSDIR}/textproc/libxml2 -BUILD_DEPENDS= ${LOCALBASE}/lib/postgresql/postgis-1.5.so:${PORTSDIR}/databases/postgis - -DEPRECATED= Depends on expired databases/postgis -EXPIRATION_DATE= 2014-01-16 +LIB_DEPENDS= libxml2.so:${PORTSDIR}/textproc/libxml2 +BUILD_DEPENDS= ${LOCALBASE}/lib/postgresql/postgis-2.1.so:${PORTSDIR}/databases/postgis21 USE_BZIP2= YES GNU_CONFIGURE= YES @@ -22,7 +18,6 @@ GNU_CONFIGURE= YES OPTIONS_DEFINE= FASTCGI OPTIONS_DEFAULT= FASTCGI -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MFASTCGI} @@ -31,7 +26,7 @@ CONFIGURE_ARGS+= --with-fastcgi=${LOCALBASE} .endif post-install: - ${MKDIR} ${WWWDIR}/cgi-bin/ - ${INSTALL_PROGRAM} ${WRKSRC}/tinyows ${WWWDIR}/cgi-bin/tinyows + ${MKDIR} ${STAGEDIR}${WWWDIR}/cgi-bin/ + ${INSTALL_PROGRAM} ${WRKSRC}/tinyows ${STAGEDIR}${WWWDIR}/cgi-bin/tinyows .include <bsd.port.mk> diff --git a/graphics/tinyows/distinfo b/graphics/tinyows/distinfo index 55a64df754ee..74315fb880c7 100644 --- a/graphics/tinyows/distinfo +++ b/graphics/tinyows/distinfo @@ -1,2 +1,2 @@ -SHA256 (tinyows-1.0.0.tar.bz2) = c65ab614eb72dd4ae0983cd85c665c2f1e370fc10befa8fd0472db53cef77fde -SIZE (tinyows-1.0.0.tar.bz2) = 1195708 +SHA256 (tinyows-1.1.0.tar.bz2) = c9b6bec5c8c0302bd9c89c3d55df7b11efd194f1fd3d40ec50edbe3b9c24ab77 +SIZE (tinyows-1.1.0.tar.bz2) = 1182951 diff --git a/graphics/tinyows/pkg-descr b/graphics/tinyows/pkg-descr index 1c11ae224447..880e21a78f1c 100644 --- a/graphics/tinyows/pkg-descr +++ b/graphics/tinyows/pkg-descr @@ -1,4 +1,5 @@ TinyOWS server implements latest WFS-T standard versions, as well as related standards such as Filter Encoding (FE). +WWW: http://mapserver.org/trunk/tinyows/ WWW: http://www.tinyows.org/ diff --git a/graphics/tinyows/pkg-plist b/graphics/tinyows/pkg-plist index bc0e26a59ae3..d27c2f98a992 100644 --- a/graphics/tinyows/pkg-plist +++ b/graphics/tinyows/pkg-plist @@ -51,6 +51,7 @@ %%DATADIR%%/schema/ows/1.0.0/owsOperationsMetadata.xsd %%DATADIR%%/schema/ows/1.0.0/owsServiceIdentification.xsd %%DATADIR%%/schema/ows/1.0.0/owsServiceProvider.xsd +%%DATADIR%%/schema/tows/config.xsd %%DATADIR%%/schema/wfs/1.0.0/WFS-basic.xsd %%DATADIR%%/schema/wfs/1.0.0/WFS-capabilities.xsd %%DATADIR%%/schema/wfs/1.0.0/WFS-transaction.xsd @@ -64,6 +65,7 @@ @dirrm %%DATADIR%%/schema/wfs/1.1.0 @dirrm %%DATADIR%%/schema/wfs/1.0.0 @dirrm %%DATADIR%%/schema/wfs +@dirrm %%DATADIR%%/schema/tows @dirrm %%DATADIR%%/schema/ows/1.0.0 @dirrm %%DATADIR%%/schema/ows @dirrm %%DATADIR%%/schema/gml/3.1.1/xlink |