Commit 369b434b authored by Rene Ladan's avatar Rene Ladan
Browse files

devel/inastemp: Remove expired port

2025-12-31 devel/inastemp: unfetchable
parent 01d6b9c9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4986,3 +4986,4 @@ security/nextcloud-passman||2025-12-31|Has expired: Upstream unmaintained
net-mgmt/hastmon||2025-12-31|Has expired: broken, dead upstream
www/py-django51||2025-12-31|Has expired: Extended support of Django 5.1 ends December 2025, upgrade to a newer version of Django. See https://www.djangoproject.com/download/
sysutils/ipfs-go-fs-repo-migrations||2025-12-31|Has expired: Obsolete port, no longer required for migrations
devel/inastemp||2025-12-31|Has expired: unfetchable
+0 −1
Original line number Diff line number Diff line
@@ -1041,7 +1041,6 @@
    SUBDIR += imake
    SUBDIR += immer
    SUBDIR += imtui
    SUBDIR += inastemp
    SUBDIR += include-what-you-use
    SUBDIR += indi
    SUBDIR += indicators

devel/inastemp/Makefile

deleted100644 → 0
+0 −24
Original line number Diff line number Diff line
PORTNAME=	inastemp
DISTVERSION=	0.2.4
CATEGORIES=	devel
MASTER_SITES=	https://gitlab.mpcdf.mpg.de/bbramas/${PORTNAME}/repository/${DISTVERSION}/archive.tar.gz?ref=v${PORTVERSION}&dummy=/

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	C++ library to use SIMD vectorization
WWW=		https://gitlab.mpcdf.mpg.de/bbramas/inastemp

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

BROKEN=		Unfetchable
EXPIRATION_DATE=2025-12-31

USES=		cmake
NO_ARCH=	yes
CMAKE_ARGS=	-DINASTEMP_DO_INSTALL:BOOL=ON \
		-DINASTEMP_JUST_LIB:BOOL=ON

post-extract:
	@${MV} ${WRKDIR}/${PORTNAME}-* ${WRKSRC}

.include <bsd.port.mk>

devel/inastemp/distinfo

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1514683011
SHA256 (inastemp-0.2.4.tar.gz) = ee9b7dc7f23698cbe35fa0d5567a4f955f633a788e66b273d0961968a5eacf49
SIZE (inastemp-0.2.4.tar.gz) = 233546
+0 −11
Original line number Diff line number Diff line
--- CMakeLists.txt.orig	2017-12-31 01:19:25 UTC
+++ CMakeLists.txt
@@ -288,7 +288,7 @@ configure_file(${INASTEMP_SOURCE_DIR}/CM
     @ONLY IMMEDIATE
 )
 if(INASTEMP_DO_INSTALL)
-    install(FILES  ${INASTEMP_BINARY_DIR}/InastempInfo.cmake  DESTINATION lib/  )
+    install(FILES  ${INASTEMP_BINARY_DIR}/InastempInfo.cmake  DESTINATION lib/cmake  )
 endif()
 
 if(INASTEMP_AS_SUBPROJECT)
Loading