# # This file and its contents are supplied under the terms of the # Common Development and Distribution License ("CDDL)". You may # only use this file in accordance with the terms of the CDDL. # # A full copy of the text of the CDDL should have accompanied this # source. A copy of the CDDL is also available via the Internet at # http://www.illumos.org/license/CDDL. # # # Copyright (c) 2023 Andreas Wacknitz # BUILD_STYLE= cmake include ../../../make-rules/shared-macros.mk COMPONENT_NAME= proj COMPONENT_VERSION= 9.1.1 COMPONENT_SUMMARY= PROJ is a generic coordinate transformation software that transforms geospatial coordinates from \ one coordinate reference system (CRS) to another COMPONENT_PROJECT_URL= https://proj.org/ COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION) COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz COMPONENT_ARCHIVE_URL= https://download.osgeo.org/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE) COMPONENT_ARCHIVE_HASH= sha256:003cd4010e52bb5eb8f7de1c143753aa830c8902b6ed01209f294846e40e6d39 COMPONENT_FMRI= library/$(COMPONENT_NAME) COMPONENT_CLASSIFICATION= System/Libraries COMPONENT_LICENSE= MIT COMPONENT_LICENSE_FILE= COPYING #COMPONENT_ARCHIVE_1= proj-data-1.12.tar.gz #COMPONENT_ARCHIVE_URL_1= https://download.osgeo.org/proj/$(COMPONENT_ARCHIVE_1) #COMPONENT_ARCHIVE_HASH_1= sha256:875140e2b676700c6053ae1407a42babaeaac3ffd22a9b685dca03135c947e70 include $(WS_MAKE_RULES)/common.mk COMPONENT_TEST_TRANSFORMS += \ ' -e "s/[0-9]*\.[0-9]* sec//" ' \ ' -n ' \ ' -e "/Passed/p" ' \ ' -e "/Failed/p" ' \ ' -e "/passed/p" ' # Auto-generated dependencies REQUIRED_PACKAGES += $(GCC_RUNTIME_PKG) REQUIRED_PACKAGES += $(GXX_RUNTIME_PKG) REQUIRED_PACKAGES += database/sqlite-3 REQUIRED_PACKAGES += image/library/libtiff REQUIRED_PACKAGES += system/library REQUIRED_PACKAGES += system/library/math REQUIRED_PACKAGES += web/curl