Commit 09654bcd authored by Muhammad Moinur Rahman's avatar Muhammad Moinur Rahman
Browse files

science/fisicalab: Remove expired port:

2023-03-21 science/fisicalab: Broken since 2021
parent 0e5f6b9d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -17806,3 +17806,4 @@ devel/riscv64-gcc||2023-03-20|Has expired: Unsupported version and users should
devel/frama-c||2023-03-20|Has expired: Broken since 2021
misc/dahdi-kmod||2023-03-20|Has expired: Broken since 2021
misc/glow||2023-03-20|Has expired: Broken since 2021
science/fisicalab||2023-03-20|Has expired: Broken since 2021
+0 −1
Original line number Diff line number Diff line
@@ -97,7 +97,6 @@
    SUBDIR += fasthenry
    SUBDIR += fastjet
    SUBDIR += feff10
    SUBDIR += fisicalab
    SUBDIR += fleur
    SUBDIR += frontistr
    SUBDIR += fsom

science/fisicalab/Makefile

deleted100644 → 0
+0 −23
Original line number Diff line number Diff line
PORTNAME=	fisicalab
PORTVERSION=	0.3.3
PORTREVISION=	14
CATEGORIES=	science education gnustep
MASTER_SITES=	SAVANNAH

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Physics simulation program for educational use
WWW=		https://www.nongnu.org/fisicalab/

LICENSE=	GPLv3

BROKEN=		fails to configure: error: C compiler cannot create executables
DEPRECATED=	Broken since 2021
EXPIRATION_DATE=	2023-03-21

LIB_DEPENDS=	libgsl.so:math/gsl

USES=		gnustep
GNU_CONFIGURE=	yes
USE_GNUSTEP=	build gui

.include <bsd.port.mk>

science/fisicalab/distinfo

deleted100644 → 0
+0 −2
Original line number Diff line number Diff line
SHA256 (fisicalab-0.3.3.tar.gz) = f09a414aa1d2244a2b2a11f8e6c6779d29088bf348c0c6f8e98b58732f4b6857
SIZE (fisicalab-0.3.3.tar.gz) = 7162937

science/fisicalab/pkg-descr

deleted100644 → 0
+0 −16
Original line number Diff line number Diff line
FisicaLab (can be pronounced as PhysicsLab) is an educational application to
solve physics problems. Its main objective is let the user to focus in physics
concepts, leaving aside the mathematical details (FisicaLab take care of them).
This allows the user to become familiar with the physical concepts without
running the risk of getting lost in mathematical details. And so, when the user
gain confidence in applying physical concepts, will be better prepared to solve
the problems by hand (with pen and paper). The latest release of FisicaLab have
the following modules:

 - Kinematics of particles 2D.
 - Circular kinematics of particles 2D.
 - Static of particles 2D.
 - Static of rigid bodies 2D.
 - Dynamics of particles 2D.
 - Circular dynamics of particles 2D.
 - Heat, calorimetry, ideal gas and expansion.
Loading