diff options
author | dinoex <dinoex@FreeBSD.org> | 2006-09-08 01:15:58 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2006-09-08 01:15:58 +0800 |
commit | 2610cf2dcc7eedbc5a1e669241781cd25da032b4 (patch) | |
tree | 04502a663750d97f352f2434e123c23316ec9e03 /math/edenmath | |
parent | 80b785acb73fd88435876343083c3a12b3821976 (diff) | |
download | freebsd-ports-gnome-2610cf2dcc7eedbc5a1e669241781cd25da032b4.tar.gz freebsd-ports-gnome-2610cf2dcc7eedbc5a1e669241781cd25da032b4.tar.zst freebsd-ports-gnome-2610cf2dcc7eedbc5a1e669241781cd25da032b4.zip |
EdenMath is a scientific calculator. It does standard arithmetic,
probability, and trigonometric functions.
PR: 102682
Submitted by: Gürkan Sengün
Diffstat (limited to 'math/edenmath')
-rw-r--r-- | math/edenmath/Makefile | 26 | ||||
-rw-r--r-- | math/edenmath/distinfo | 3 | ||||
-rw-r--r-- | math/edenmath/pkg-descr | 6 | ||||
-rw-r--r-- | math/edenmath/pkg-plist | 25 |
4 files changed, 60 insertions, 0 deletions
diff --git a/math/edenmath/Makefile b/math/edenmath/Makefile new file mode 100644 index 000000000000..69f896914f2e --- /dev/null +++ b/math/edenmath/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: edenmath.app +# Date created: 30 Aug 2006 +# Whom: gurkan@linuks.mine.nu +# +# $FreeBSD$ +# + +PORTNAME= edenmath +PORTVERSION= 1.1.1 +CATEGORIES= math +MASTER_SITES= http://www.eskimo.com/~pburns/EdenMath/files/ +DISTNAME= EdenMath_GNUstep-${PORTVERSION} + +MAINTAINER= gurkan@linuks.mine.nu +COMMENT= Scientific calcualtor for GNUstep + +WRKSRC= ${WRKDIR}/${DISTNAME} +USE_GMAKE= yes +USE_GNUSTEP= yes +USE_GNUSTEP_PREFIX= yes +USE_GNUSTEP_BACK= yes +USE_GNUSTEP_BUILD= yes +USE_GNUSTEP_INSTALL= yes +MAKEFILE= GNUmakefile + +.include <bsd.port.mk> diff --git a/math/edenmath/distinfo b/math/edenmath/distinfo new file mode 100644 index 000000000000..9b92a1251a74 --- /dev/null +++ b/math/edenmath/distinfo @@ -0,0 +1,3 @@ +MD5 (EdenMath_GNUstep-1.1.1.tar.gz) = 94cab18ecaab10eb9924eb60b556f86e +SHA256 (EdenMath_GNUstep-1.1.1.tar.gz) = fb149a898bae0f08cb86efa388f2847c1ddfe6a6738f4ee6de7eeaa2c9cc444f +SIZE (EdenMath_GNUstep-1.1.1.tar.gz) = 39807 diff --git a/math/edenmath/pkg-descr b/math/edenmath/pkg-descr new file mode 100644 index 000000000000..1afefaaa231f --- /dev/null +++ b/math/edenmath/pkg-descr @@ -0,0 +1,6 @@ +EdenMath is a scientific calculator. It does standard arithmetic, +probability, and trigonometric functions. + +WWW: http://www.eskimo.com/~pburns/EdenMath/ + +gurkan@linuks.mine.nu diff --git a/math/edenmath/pkg-plist b/math/edenmath/pkg-plist new file mode 100644 index 000000000000..2397cdd6819f --- /dev/null +++ b/math/edenmath/pkg-plist @@ -0,0 +1,25 @@ +Local/Applications/EdenMath.app/EdenMath +Local/Applications/EdenMath.app/Resources/Bulgarian.lproj/MainMenu.gorm/10x.tiff +Local/Applications/EdenMath.app/Resources/Bulgarian.lproj/MainMenu.gorm/data.classes +Local/Applications/EdenMath.app/Resources/Bulgarian.lproj/MainMenu.gorm/data.info +Local/Applications/EdenMath.app/Resources/Bulgarian.lproj/MainMenu.gorm/ex.tiff +Local/Applications/EdenMath.app/Resources/Bulgarian.lproj/MainMenu.gorm/objects.gorm +Local/Applications/EdenMath.app/Resources/Bulgarian.lproj/MainMenu.gorm/xy.tiff +Local/Applications/EdenMath.app/Resources/EdenMath.desktop +Local/Applications/EdenMath.app/Resources/EdenMath.tiff +Local/Applications/EdenMath.app/Resources/English.lproj/MainMenu.gorm/10x.tiff +Local/Applications/EdenMath.app/Resources/English.lproj/MainMenu.gorm/data.classes +Local/Applications/EdenMath.app/Resources/English.lproj/MainMenu.gorm/data.info +Local/Applications/EdenMath.app/Resources/English.lproj/MainMenu.gorm/ex.tiff +Local/Applications/EdenMath.app/Resources/English.lproj/MainMenu.gorm/objects.gorm +Local/Applications/EdenMath.app/Resources/English.lproj/MainMenu.gorm/xy.tiff +Local/Applications/EdenMath.app/Resources/Info-gnustep.plist +Local/Applications/EdenMath.app/library_paths.openapp +Local/Applications/EdenMath.app/stamp.make +@dirrm Local/Applications/EdenMath.app/Resources/English.lproj/MainMenu.gorm +@dirrm Local/Applications/EdenMath.app/Resources/English.lproj +@dirrm Local/Applications/EdenMath.app/Resources/Bulgarian.lproj/MainMenu.gorm +@dirrm Local/Applications/EdenMath.app/Resources/Bulgarian.lproj +@dirrm Local/Applications/EdenMath.app/Resources +@dirrm Local/Applications/EdenMath.app +@dirrmtry Local/Applications |