Commit 38c1f389 authored by Muhammad Moinur Rahman's avatar Muhammad Moinur Rahman
Browse files

science/dcl: Remove expired port:

2023-03-21 science/dcl: Broken since 2021
parent 8ba88616
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -17820,3 +17820,4 @@ games/flightgear-terragear||2023-03-20|Has expired: Broken since 2021
textproc/py-rstfmt||2023-03-20|Has expired: Broken since 2021
graphics/rubygem-objectdetect||2023-03-20|Has expired: Broken since 2021
graphics/p5-Image-ObjectDetect||2023-03-20|Has expired: Broken since 2021
science/dcl||2023-03-20|Has expired: Broken since 2021
+0 −1
Original line number Diff line number Diff line
@@ -70,7 +70,6 @@
    SUBDIR += csvtk
    SUBDIR += dakota
    SUBDIR += dalton
    SUBDIR += dcl
    SUBDIR += dd_package
    SUBDIR += devisor
    SUBDIR += dftbplus

science/dcl/Makefile

deleted100644 → 0
+0 −49
Original line number Diff line number Diff line
PORTNAME=	dcl
PORTVERSION=	5.4.8
PORTREVISION=	10
CATEGORIES=	science graphics
MASTER_SITES=	http://www.gfd-dennou.org/library/dcl/ \
		http://dennou-h.gfd-dennou.org/library/dcl/ \
		http://dennou-q.gfd-dennou.org/library/dcl/

MAINTAINER=	murashin@gfd-dennou.org
COMMENT=	Scientific graphic library for geoscience
WWW=		https://www.gfd-dennou.org/arch/dcl/

# Converted from RESTRICTED
LICENSE=	dcl
LICENSE_NAME=	dcl
LICENSE_TEXT=	No commercial use
LICENSE_PERMS=	auto-accept

BROKEN=		fails to fetch from mastersite (newest release is 7.4.0 of 2020611)
DEPRECATED=	Broken since 2021
EXPIRATION_DATE=	2023-03-21

MAKE_JOBS_UNSAFE=	yes
USES=		desthack fortran gnome pkgconfig xorg
USE_XORG=	x11 xext
USE_GNOME=	gtk20 gdkpixbuf2
GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--with-x

PORTDOCS=	CHECK CREDITS HISTORY README
PORTEXAMPLES=	*

OPTIONS_DEFINE=	DOCS EXAMPLES

.include <bsd.port.options.mk>

.if ${FORTRAN_DEFAULT} == gfortran && ${GCC_DEFAULT} >= 10
FFLAGS+=	-fallow-invalid-boz
.endif

post-install:
	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
	(cd ${WRKSRC}/demo/ && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR})
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for i in ${PORTDOCS}
	${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR}/
.endfor

.include <bsd.port.mk>

science/dcl/distinfo

deleted100644 → 0
+0 −2
Original line number Diff line number Diff line
SHA256 (dcl-5.4.8.tar.gz) = 289d8febddac043df4cc572dddf786268cdd4befaf6dbd1c7e35d6bebd1030c4
SIZE (dcl-5.4.8.tar.gz) = 1630273

science/dcl/pkg-descr

deleted100644 → 0
+0 −1
Original line number Diff line number Diff line
DCL is scientific graphic library for geoscience, written in Fortran.
Loading