- Update to 1.4.0
- Use DATADIR for EPSG database Changes: http://lists.maptools.org/pipermail/geotiff/2012-April/000719.html https://svn.osgeo.org/metacrs/geotiff/trunk/libgeotiff/ChangeLog
This commit is contained in:
parent
429f32ee0f
commit
05f7c274ee
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=295544
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= libgeotiff
|
||||
PORTVERSION= 1.3.0
|
||||
PORTVERSION= 1.4.0
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://download.osgeo.org/geotiff/libgeotiff/ \
|
||||
ftp://ftp.remotesensing.org/geotiff/libgeotiff/ \
|
||||
@ -20,7 +20,9 @@ LIB_DEPENDS= jbig:${PORTSDIR}/graphics/jbigkit \
|
||||
proj:${PORTSDIR}/graphics/proj \
|
||||
tiff:${PORTSDIR}/graphics/tiff
|
||||
|
||||
CONFIGURE_ARGS= --disable-doxygen-doc \
|
||||
CPPFLAGS+= -fPIC
|
||||
CONFIGURE_ARGS= --datadir=${DATADIR} \
|
||||
--disable-doxygen-doc \
|
||||
--disable-doxygen-dot \
|
||||
--disable-doxygen-html \
|
||||
--disable-doxygen-man \
|
||||
@ -31,10 +33,6 @@ CONFIGURE_ARGS= --disable-doxygen-doc \
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
MAN1= listgeo.1
|
||||
|
||||
.if ${ARCH} == "amd64"
|
||||
CFLAGS+= -fPIC
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (libgeotiff-1.3.0.tar.gz) = 0fa2e9130281c5867ada551ef757fd81f54c760d9f3039d33e349f992f440d27
|
||||
SIZE (libgeotiff-1.3.0.tar.gz) = 1287837
|
||||
SHA256 (libgeotiff-1.4.0.tar.gz) = d0acb8d341fd6a8f2c673456e09fdb8f50f91e3166ac934719fe05b30d328329
|
||||
SIZE (libgeotiff-1.4.0.tar.gz) = 1517881
|
||||
|
@ -1,5 +1,4 @@
|
||||
bin/applygeo
|
||||
bin/csv2html
|
||||
bin/geotifcp
|
||||
bin/listgeo
|
||||
bin/makegeo
|
||||
@ -29,31 +28,39 @@ include/xtiffio.h
|
||||
lib/libgeotiff.a
|
||||
lib/libgeotiff.la
|
||||
lib/libgeotiff.so
|
||||
lib/libgeotiff.so.2
|
||||
share/epsg_csv/alias.csv
|
||||
share/epsg_csv/area.csv
|
||||
share/epsg_csv/change.csv
|
||||
share/epsg_csv/codes.csv
|
||||
share/epsg_csv/coordinate_axis.csv
|
||||
share/epsg_csv/coordinate_axis_name.csv
|
||||
share/epsg_csv/coordinate_operation.csv
|
||||
share/epsg_csv/coordinate_operation_method.csv
|
||||
share/epsg_csv/coordinate_operation_parameter.csv
|
||||
share/epsg_csv/coordinate_operation_parameter_value.csv
|
||||
share/epsg_csv/coordinate_operation_path.csv
|
||||
share/epsg_csv/coordinate_reference_system.csv
|
||||
share/epsg_csv/coordinate_system.csv
|
||||
share/epsg_csv/datum.csv
|
||||
share/epsg_csv/ellipsoid.csv
|
||||
share/epsg_csv/esri_datum_override.csv
|
||||
share/epsg_csv/gcs.csv
|
||||
share/epsg_csv/gcs.override.csv
|
||||
share/epsg_csv/naming_system.csv
|
||||
share/epsg_csv/pcs.csv
|
||||
share/epsg_csv/pcs.override.csv
|
||||
share/epsg_csv/prime_meridian.csv
|
||||
share/epsg_csv/projop_wparm.csv
|
||||
share/epsg_csv/stateplane.csv
|
||||
share/epsg_csv/unit_of_measure.csv
|
||||
share/epsg_csv/version_history.csv
|
||||
@dirrm share/epsg_csv
|
||||
lib/libgeotiff.so.3
|
||||
%%DATADIR%%/epsg_csv/alias.csv
|
||||
%%DATADIR%%/epsg_csv/area.csv
|
||||
%%DATADIR%%/epsg_csv/change.csv
|
||||
%%DATADIR%%/epsg_csv/compdcs.csv
|
||||
%%DATADIR%%/epsg_csv/coordinate_axis.csv
|
||||
%%DATADIR%%/epsg_csv/coordinate_axis_name.csv
|
||||
%%DATADIR%%/epsg_csv/coordinate_operation.csv
|
||||
%%DATADIR%%/epsg_csv/coordinate_operation_method.csv
|
||||
%%DATADIR%%/epsg_csv/coordinate_operation_parameter.csv
|
||||
%%DATADIR%%/epsg_csv/coordinate_operation_parameter_value.csv
|
||||
%%DATADIR%%/epsg_csv/coordinate_operation_path.csv
|
||||
%%DATADIR%%/epsg_csv/coordinate_reference_system.csv
|
||||
%%DATADIR%%/epsg_csv/coordinate_system.csv
|
||||
%%DATADIR%%/epsg_csv/datum.csv
|
||||
%%DATADIR%%/epsg_csv/datum_shift.csv
|
||||
%%DATADIR%%/epsg_csv/datum_shift_pref.csv
|
||||
%%DATADIR%%/epsg_csv/deprecation.csv
|
||||
%%DATADIR%%/epsg_csv/ellipsoid.csv
|
||||
%%DATADIR%%/epsg_csv/esri_datum_override.csv
|
||||
%%DATADIR%%/epsg_csv/gcs.csv
|
||||
%%DATADIR%%/epsg_csv/gcs.override.csv
|
||||
%%DATADIR%%/epsg_csv/geoccs.csv
|
||||
%%DATADIR%%/epsg_csv/naming_system.csv
|
||||
%%DATADIR%%/epsg_csv/pcs.csv
|
||||
%%DATADIR%%/epsg_csv/pcs.override.csv
|
||||
%%DATADIR%%/epsg_csv/prime_meridian.csv
|
||||
%%DATADIR%%/epsg_csv/projop_wparm.csv
|
||||
%%DATADIR%%/epsg_csv/stateplane.csv
|
||||
%%DATADIR%%/epsg_csv/supersession.csv
|
||||
%%DATADIR%%/epsg_csv/unit_of_measure.csv
|
||||
%%DATADIR%%/epsg_csv/version_history.csv
|
||||
%%DATADIR%%/epsg_csv/vertcs.csv
|
||||
%%DATADIR%%/epsg_csv/vertcs.override.csv
|
||||
@dirrm %%DATADIR%%/epsg_csv
|
||||
@dirrm %%DATADIR%%
|
||||
|
Loading…
Reference in New Issue
Block a user