View | Details | Raw Unified | Return to bug 279301
Collapse All | Expand All

(-)b/graphics/libgeotiff/Makefile (-27 / +11 lines)
Lines 1-9 Link Here
1
PORTNAME=	libgeotiff
1
PORTNAME=	libgeotiff
2
PORTVERSION=	1.7.1
2
DISTVERSION=	1.7.3
3
PORTREVISION=	8
4
CATEGORIES=	graphics
3
CATEGORIES=	graphics
5
MASTER_SITES=	https://download.osgeo.org/geotiff/libgeotiff/ \
4
MASTER_SITES=	https://github.com/OSGeo/${PORTNAME}/releases/download/${DISTVERSION}/ \
6
		LOCAL/sunpoet
5
		https://download.osgeo.org/geotiff/${PORTNAME}/
7
6
8
MAINTAINER=	sunpoet@FreeBSD.org
7
MAINTAINER=	sunpoet@FreeBSD.org
9
COMMENT=	Library for reading and writing GeoTIFF information tags
8
COMMENT=	Library for reading and writing GeoTIFF information tags
Lines 12-42 WWW= https://github.com/OSGeo/libgeotiff Link Here
12
LICENSE=	MIT
11
LICENSE=	MIT
13
LICENSE_FILE=	${WRKSRC}/LICENSE
12
LICENSE_FILE=	${WRKSRC}/LICENSE
14
13
15
BUILD_DEPENDS=	proj>=6,1:graphics/proj
14
LIB_DEPENDS=	libproj.so:graphics/proj \
16
LIB_DEPENDS=	libjbig.so:graphics/jbigkit \
17
		libproj.so:graphics/proj \
18
		libtiff.so:graphics/tiff
15
		libtiff.so:graphics/tiff
19
16
20
USES=		jpeg libtool
17
USES=		cmake jpeg pathfix
21
22
CONFIGURE_ARGS=	--datadir=${DATADIR} \
23
		--disable-doxygen-chi \
24
		--disable-doxygen-chm \
25
		--disable-doxygen-doc \
26
		--disable-doxygen-dot \
27
		--disable-doxygen-html \
28
		--disable-doxygen-man \
29
		--disable-doxygen-pdf \
30
		--disable-doxygen-ps \
31
		--disable-doxygen-rtf \
32
		--disable-doxygen-xml \
33
		--with-jpeg=${LOCALBASE} \
34
		--with-libtiff=${LOCALBASE} \
35
		--with-proj=${LOCALBASE} \
36
		--with-zip=/usr
37
CPPFLAGS+=	-fPIC
38
GNU_CONFIGURE=	yes
39
INSTALL_TARGET=	install-strip
40
USE_LDCONFIG=	yes
18
USE_LDCONFIG=	yes
41
19
20
CMAKE_ON=	WITH_JPEG \
21
		WITH_ZLIB
22
23
post-install:
24
	${RM} -r ${STAGEDIR}${PREFIX}/share/doc
25
42
.include <bsd.port.mk>
26
.include <bsd.port.mk>
(-)b/graphics/libgeotiff/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1647264432
1
TIMESTAMP = 1716657905
2
SHA256 (libgeotiff-1.7.1.tar.gz) = 05ab1347aaa471fc97347d8d4269ff0c00f30fa666d956baba37948ec87e55d6
2
SHA256 (libgeotiff-1.7.3.tar.gz) = ba23a3a35980ed3de916e125c739251f8e3266be07540200125a307d7cf5a704
3
SIZE (libgeotiff-1.7.1.tar.gz) = 542779
3
SIZE (libgeotiff-1.7.3.tar.gz) = 547548
(-)b/graphics/libgeotiff/pkg-plist (-2 / +7 lines)
Lines 1-6 Link Here
1
bin/applygeo
1
bin/applygeo
2
bin/geotifcp
2
bin/geotifcp
3
bin/listgeo
3
bin/listgeo
4
bin/makegeo
4
include/cpl_serv.h
5
include/cpl_serv.h
5
include/epsg_datum.inc
6
include/epsg_datum.inc
6
include/epsg_ellipse.inc
7
include/epsg_ellipse.inc
Lines 24-33 include/geotiff.h Link Here
24
include/geotiffio.h
25
include/geotiffio.h
25
include/geovalues.h
26
include/geovalues.h
26
include/xtiffio.h
27
include/xtiffio.h
27
lib/libgeotiff.a
28
lib/libgeotiff.so
28
lib/libgeotiff.so
29
lib/libgeotiff.so.5
29
lib/libgeotiff.so.5
30
lib/libgeotiff.so.5.2.0
30
lib/libgeotiff.so.5.3.2
31
libdata/pkgconfig/libgeotiff.pc
32
share/cmake/GeoTIFF/geotiff-config-version.cmake
33
share/cmake/GeoTIFF/geotiff-config.cmake
34
share/cmake/GeoTIFF/geotiff-depends-%%CMAKE_BUILD_TYPE%%.cmake
35
share/cmake/GeoTIFF/geotiff-depends.cmake
31
share/man/man1/applygeo.1.gz
36
share/man/man1/applygeo.1.gz
32
share/man/man1/geotifcp.1.gz
37
share/man/man1/geotifcp.1.gz
33
share/man/man1/listgeo.1.gz
38
share/man/man1/listgeo.1.gz

Return to bug 279301