1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Added FisicaLab port.

Approved by:	bapt (mentor)
This commit is contained in:
David Chisnall 2013-10-08 19:31:32 +00:00
parent 11d48aee2d
commit e35a955a49
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=329828
5 changed files with 2219 additions and 0 deletions

View File

@ -50,6 +50,7 @@
SUBDIR += fastcap
SUBDIR += fasthenry
SUBDIR += felt
SUBDIR += fisicalab
SUBDIR += flounder
SUBDIR += fvcom
SUBDIR += fvcom-mpi

View File

@ -0,0 +1,23 @@
# $FreeBSD$
PORTNAME= fisicalab
PORTVERSION= 0.3.2
CATEGORIES= science gnustep
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
MASTER_SITE_SUBDIR= fisicalab
MAINTAINER= theraven@FreeBSD.org
COMMENT= Physics simulation program for educational use
LICENSE= GPLv3
LIB_DEPENDS+= libgsl.so:${PORTSDIR}/math/gsl
CONFIGURE_ARGS+= "LDFLAGS=-L${GNUSTEP_SYSTEM_LIBRARIES} -L${PREFIX}/lib"
USE_GNUSTEP_CONFIGURE= yes
USE_GNUSTEP= yes
USE_GNUSTEP_GUI= yes
USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (fisicalab-0.3.2.tar.gz) = 0966baa72835f2bc5da3bc05ee1f9a93c5fb01dfe19dd3780d829a48f9815cdb
SIZE (fisicalab-0.3.2.tar.gz) = 5342054

View File

@ -0,0 +1,18 @@
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.
WWW: http://www.nongnu.org/fisicalab/

2175
science/fisicalab/pkg-plist Normal file

File diff suppressed because it is too large Load Diff