diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2006-09-07 17:15:58 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2006-09-07 17:15:58 +0000 |
commit | 67ed184d8eec027eb24edc5f0facb863833cde0c (patch) | |
tree | e769c0fffdd9303be9c0dbc461438def0a476ac5 /math | |
parent | 3fa39ba86ee0df7d0bd98f7690003c75026a7ee3 (diff) |
EdenMath is a scientific calculator. It does standard arithmetic,
probability, and trigonometric functions.
PR: 102682
Submitted by: Gürkan Sengün
Notes
Notes:
svn path=/head/; revision=172517
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 1 | ||||
-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 |
5 files changed, 61 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 27ec5fb4ff27..99e61d4ab2a1 100644 --- a/math/Makefile +++ b/math/Makefile @@ -46,6 +46,7 @@ SUBDIR += djbfft SUBDIR += drgeo SUBDIR += e + SUBDIR += edenmath SUBDIR += eispack SUBDIR += elmer-mathlibs SUBDIR += elmer-umfpack 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 |