These do not belong here.
This commit is contained in:
parent
3847c8bde2
commit
2c764a9c45
5 changed files with 0 additions and 136 deletions
|
@ -1,5 +0,0 @@
|
|||
MapServer is an OpenSource development environment for building spatially
|
||||
enabled Internet applications. It now supports MapScript which allows popular
|
||||
scripting languages such as Perl, Python, Tk/Tcl, Guile and even Java to
|
||||
access the MapServer C API. MapScript provides a rich environment for
|
||||
developing applications that integrate disparate data.
|
|
@ -1,70 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2005/03/17 20:56:27 daprice Exp $
|
||||
#
|
||||
|
||||
DISTNAME= mapserver-4.4.1
|
||||
CATEGORIES= wip
|
||||
MASTER_SITES= http://cvs.gis.umn.edu/dist/
|
||||
|
||||
MAINTAINER= pshah@nmsu.edu
|
||||
HOMEPAGE= http://cvs.gis.umn.edu/dist/
|
||||
COMMENT= Environment for building spatially enabled Internet apps
|
||||
|
||||
USE_BUILDLINK3= yes
|
||||
USE_PKGLOCALEDIR= yes
|
||||
USE_X11= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
CONFIGURE_ARGS+= --with-curl-config \
|
||||
--with-tiff \
|
||||
--with-pdf \
|
||||
--with-php=${PREFIX} \
|
||||
--with-proj \
|
||||
--with-ogr \
|
||||
--with-gdal \
|
||||
--with-postgis \
|
||||
--with-libiconv \
|
||||
--with-zlib \
|
||||
--with-gd=${PREFIX} \
|
||||
--with-tiff \
|
||||
--with-xpm=${PREFIX}/lib \
|
||||
--with-jpeg \
|
||||
--with-png \
|
||||
--with-geos \
|
||||
--with-wfs \
|
||||
--with-wcs \
|
||||
--with-wmsclient \
|
||||
--with-wfsclient
|
||||
|
||||
CFLAGS+= -I${PREFIX}/include/php/main
|
||||
CFLAGS+= -I${PREFIX}/include/php/Zend
|
||||
CFLAGS+= -I${PREFIX}/include/php/TSRM
|
||||
CFLAGS+= -I${PREFIX}/include/php/regex
|
||||
CFLAGS+= -I${PREFIX}/include/php
|
||||
CFLAGS+= -I${WRKSRC}
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/libmap.a ${PREFIX}/lib
|
||||
${INSTALL_DATA} ${WRKSRC}/map.h ${PREFIX}/include
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/mapserv ${PREFIX}/libexec/cgi-bin
|
||||
.for PROGRAM in shp2img shp2pdf legend shptree shptreevis \
|
||||
shptreetst scalebar sortshp
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/${PROGRAM} ${PREFIX}/bin
|
||||
.endfor
|
||||
|
||||
.include "../../www/curl/buildlink3.mk"
|
||||
.include "../../graphics/tiff/buildlink3.mk"
|
||||
.include "../../print/pdflib/buildlink3.mk"
|
||||
.include "../../www/php4/buildlink3.mk"
|
||||
.include "../../misc/proj/buildlink3.mk"
|
||||
.include "../../wip/gdal/buildlink3.mk"
|
||||
.include "../../wip/mk/postgis.buildlink3.mk"
|
||||
.include "../../mk/pgsql.buildlink3.mk"
|
||||
.include "../../converters/libiconv/buildlink3.mk"
|
||||
.include "../../devel/zlib/buildlink3.mk"
|
||||
.include "../../graphics/gd/buildlink3.mk"
|
||||
.include "../../graphics/tiff/buildlink3.mk"
|
||||
.include "../../graphics/xpm/buildlink3.mk"
|
||||
.include "../../graphics/jpeg/buildlink3.mk"
|
||||
.include "../../graphics/png/buildlink3.mk"
|
||||
.include "../../wip/geos2/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
|
@ -1,12 +0,0 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2005/03/17 20:56:27 daprice Exp $
|
||||
bin/legend
|
||||
bin/scalebar
|
||||
bin/shp2img
|
||||
bin/shp2pdf
|
||||
bin/shptree
|
||||
bin/shptreetst
|
||||
bin/shptreevis
|
||||
bin/sortshp
|
||||
include/map.h
|
||||
lib/libmap.a
|
||||
libexec/cgi-bin/mapserv
|
|
@ -1,43 +0,0 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.1.1.1 2005/03/17 20:56:27 daprice Exp $
|
||||
# XXX
|
||||
# XXX This file was created automatically using createbuildlink-3.8.
|
||||
# XXX After this file has been verified as correct, the comment lines
|
||||
# XXX beginning with "XXX" should be removed. Please do not commit
|
||||
# XXX unverified buildlink3.mk files.
|
||||
# XXX
|
||||
# XXX Packages that only install static libraries or headers should
|
||||
# XXX include the following line:
|
||||
# XXX
|
||||
# XXX BUILDLINK_DEPMETHOD.mapserver?= build
|
||||
|
||||
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
||||
MAPSERVER_BUILDLINK3_MK:= ${MAPSERVER_BUILDLINK3_MK}+
|
||||
|
||||
.if !empty(BUILDLINK_DEPTH:M+)
|
||||
BUILDLINK_DEPENDS+= mapserver
|
||||
.endif
|
||||
|
||||
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nmapserver}
|
||||
BUILDLINK_PACKAGES+= mapserver
|
||||
|
||||
.if !empty(MAPSERVER_BUILDLINK3_MK:M+)
|
||||
BUILDLINK_DEPENDS.mapserver+= mapserver>=4.4.1
|
||||
BUILDLINK_PKGSRCDIR.mapserver?= ../../wip/mapserver-4.4.1
|
||||
.endif # MAPSERVER_BUILDLINK3_MK
|
||||
|
||||
.include "../../www/curl/buildlink3.mk"
|
||||
.include "../../graphics/tiff/buildlink3.mk"
|
||||
.include "../../print/pdflib/buildlink3.mk"
|
||||
.include "../../www/php4/buildlink3.mk"
|
||||
.include "../../misc/proj/buildlink3.mk"
|
||||
.include "../../wip/gdal/buildlink3.mk"
|
||||
.include "../../converters/libiconv/buildlink3.mk"
|
||||
.include "../../devel/zlib/buildlink3.mk"
|
||||
.include "../../graphics/gd/buildlink3.mk"
|
||||
.include "../../graphics/tiff/buildlink3.mk"
|
||||
.include "../../graphics/xpm/buildlink3.mk"
|
||||
.include "../../graphics/jpeg/buildlink3.mk"
|
||||
.include "../../graphics/png/buildlink3.mk"
|
||||
.include "../../wip/geos2/buildlink3.mk"
|
||||
|
||||
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|
|
@ -1,6 +0,0 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2005/03/17 20:56:27 daprice Exp $
|
||||
|
||||
SHA1 (mapserver-4.4.1.tar.gz) = aa99fd1721b421c22939c83b2950792ec889ebb3
|
||||
RMD160 (mapserver-4.4.1.tar.gz) = f45a4ed0071ebd7de53759688600db7752124f41
|
||||
Size (mapserver-4.4.1.tar.gz) = 1405891 bytes
|
||||
SHA1 (patch-aa) = 7a5dc021ffea85094b71749544ce410482365465
|
Loading…
Reference in a new issue