mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
Update to 1.5.0
- Remove PROJ option Changes: http://shapelib.maptools.org/release.html
This commit is contained in:
parent
d345741594
commit
5502564313
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=494258
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= shapelib
|
||||
PORTVERSION= 1.4.1
|
||||
PORTVERSION= 1.5.0
|
||||
CATEGORIES= devel geography
|
||||
MASTER_SITES= https://download.osgeo.org/shapelib/ \
|
||||
LOCAL/sunpoet
|
||||
@ -13,23 +13,21 @@ COMMENT= C API for reading and writing ArcView Shapefiles
|
||||
LICENSE= LGPL20
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
OPTIONS_DEFINE= DOCS PROJ
|
||||
OPTIONS_DEFINE= DOCS
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
USES= libtool localbase pathfix
|
||||
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
USE_LDCONFIG= yes
|
||||
USES= libtool localbase pathfix
|
||||
|
||||
PROJ_CONFIGURE_OFF= --with-proj-cflags="" --with-proj-libs=""
|
||||
PROJ_LIB_DEPENDS= libproj.so:graphics/proj
|
||||
|
||||
post-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/.libs/shptest ${STAGEDIR}${PREFIX}/bin/
|
||||
|
||||
post-install-DOCS-on:
|
||||
${MKDIR} ${STAGEDIR}${DOCSDIR}/
|
||||
${INSTALL_DATA} ${WRKSRC}/web/*.html ${STAGEDIR}${DOCSDIR}/
|
||||
${INSTALL_DATA} ${WRKSRC}/web/* ${STAGEDIR}${DOCSDIR}/
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1505487231
|
||||
SHA256 (shapelib-1.4.1.tar.gz) = a4c94817365761a3a4c21bb3ca1c680a6bdfd3edd61df9fdd291d3e7645923b3
|
||||
SIZE (shapelib-1.4.1.tar.gz) = 549831
|
||||
TIMESTAMP = 1551437743
|
||||
SHA256 (shapelib-1.5.0.tar.gz) = 1fc0a480982caef9e7b9423070b47750ba34cd0ba82668f2e638fab1d07adae1
|
||||
SIZE (shapelib-1.5.0.tar.gz) = 547686
|
||||
|
@ -6,31 +6,31 @@ bin/dbfdump
|
||||
bin/dbfinfo
|
||||
bin/shpadd
|
||||
bin/shpcat
|
||||
%%PROJ%%bin/shpcentrd
|
||||
bin/shpcentrd
|
||||
bin/shpcreate
|
||||
%%PROJ%%bin/shpdata
|
||||
bin/shpdata
|
||||
bin/shpdump
|
||||
bin/shpdxf
|
||||
bin/shpfix
|
||||
%%PROJ%%bin/shpinfo
|
||||
%%PROJ%%bin/shpproj
|
||||
bin/shpinfo
|
||||
bin/shprewind
|
||||
bin/shpsort
|
||||
bin/shptest
|
||||
bin/shptreedump
|
||||
bin/shputils
|
||||
%%PROJ%%bin/shpwkb
|
||||
bin/shpwkb
|
||||
include/shapefil.h
|
||||
lib/libshp.a
|
||||
lib/libshp.so
|
||||
lib/libshp.so.2
|
||||
lib/libshp.so.2.0.2
|
||||
lib/libshp.so.2.1.0
|
||||
libdata/pkgconfig/shapelib.pc
|
||||
%%PORTDOCS%%%%DOCSDIR%%/codepage.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/dbf_api.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/index.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/license.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manifest.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/maptools.css
|
||||
%%PORTDOCS%%%%DOCSDIR%%/release.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/shapelib-tools.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/shp_api.html
|
||||
|
Loading…
Reference in New Issue
Block a user